match.metacell | R Documentation |
is.na
but focused on the equality
with the paramter 'type'.Similar to the function is.na
but focused on the equality
with the paramter 'type'.
match.metacell(metadata, pattern = NULL, level)
metadata |
A data.frame |
pattern |
The value to search in the dataframe |
level |
xxx |
A boolean dataframe
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(10), ]
metadata <- GetMetacell(obj)
m <- match.metacell(metadata, pattern = "Missing", level = "peptide")
m <- match.metacell(metadata, pattern = NULL, level = "peptide")
m <- match.metacell(metadata, pattern = c('Missing', 'Missing POV'), level = "peptide")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.