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, level)
metadata |
A data.frame |
pattern |
The value to search in the dataframe |
level |
xxx |
A boolean dataframe
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') obj <- Exp1_R25_pept[1:10,] metadata <- GetMetacell(obj) m <- match.metacell(metadata, pattern="missing", level = 'peptide')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.