Similar to the function is.na()
but focused on the equality with the paramter 'type'.
Source: R/metacell.R
match.metacell.Rd
Similar to the function is.na()
but focused on the equality
with the paramter 'type'.
Examples
data(Exp1_R25_pept, package="DaparToolshedData")
obj <- Exp1_R25_pept[seq_len(10), ]
metadata <- qMetacell(obj[[1]])
m <- match.metacell(metadata, pattern = "Missing", level = "peptide")
m <- match.metacell(metadata, pattern = 'Missing POV', level = "peptide")
m <- match.metacell(metadata, pattern = c('Missing', 'Missing POV'), level = "peptide")