GetIndices_WholeLine {DAPAR}R 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)


[Package DAPAR version 1.24.8 Index]