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

Value

xxx

Examples

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)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.