Search lines which respects query on all their elements.
Source:R/funcs_FunctionFiltering.R
GetIndices_WholeLine.Rd
This function looks for the lines where each element respect the query.
Examples
data(Exp1_R25_pept, package="DaparToolshedData")
obj <- Exp1_R25_pept[seq.int(from=20, to=30)]
level <- 'peptide'
pattern <- "Missing POV"
metacell.mask <- match.metacell(metadata = qMetacell(obj[[1]]),
pattern = pattern, level = level)
ind <- GetIndices_WholeLine(metacell.mask)