subsetbyBoolIdx-methods: subset by boolean index

Description Usage Arguments Value

Description

Filter peaks to keep or discard. Set certain TRUE values of kpt.idx of an info object to FALSE identified by the boolean values specified in BoolIdx. TRUE values in BoolIdx specify of those currently kept peaks to be kept downstream. FLASE values in BoolIdx specify of those currently kept peaks to be filtered out downstream.

Usage

1
2
3
4
subsetbyBoolIdx(obj, BoolIdx, invert)

## S4 method for signature 'info,logical,logical'
subsetbyBoolIdx(obj, BoolIdx, invert)

Arguments

obj

An info object

BoolIdx

A boolean vector of the length as the currently kpt peaks

invert

when TRUE, specifies selecting the rows, or otherwise FALSE, specifies the complement rows.

Value

An updated info object


ericaenjoy3/TdAvg documentation built on May 8, 2019, 3:45 p.m.