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 |
utils::data(Exp1_R25_pept, package='DAPARdata') obj <- Exp1_R25_pept[20:30] level <- obj@experimentData@other$typeOfData 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.