FilterEntries: Return boolean vector for a list based on filter

Description Usage Arguments Value Examples

View source: R/file_input.R

Description

Return boolean vector for a list based on filter

Usage

1
FilterEntries(entry.list, ...)

Arguments

file.list

List of S4 objects implementing the names in the filter.

filters

List of named vectors.

acc

Optional parameter to override the function used to access the compared value.

Value

boolean vector used for subsetting the list.

Examples

1
all.files[FilterOnAttr(all.files, list(group='CLL'))]

xiamaz/flowProc documentation built on May 14, 2019, 2:01 a.m.