GetIndices_WholeLine: Search lines which respects query on all their elements.

View source: R/missingValuesFilter.R

GetIndices_WholeLineR Documentation

Search lines which respects query on all their elements.

Description

This function looks for the lines where each element respect the query.

Usage

GetIndices_WholeLine(metacell.mask)

Arguments

metacell.mask

xxx

Examples

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)


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.