View source: R/missingValuesFilter.R
GetIndices_WholeLine | R Documentation |
This function looks for the lines where each element respect the query.
GetIndices_WholeLine(metacell.mask)
metacell.mask |
xxx |
xxx
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq.int(from=20, to=30)]
level <- 'peptide'
pattern <- "Missing POV"
metacell.mask <- match.metacell(metadata = GetMetacell(obj),
pattern = pattern, level = level)
ind <- GetIndices_WholeLine(metacell.mask)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.