grep.FCS: a uility function to match fcs files based on the channels...

Description Usage Arguments Value Examples

View source: R/flowWorkspace-methods.R

Description

It uses readFCSPar to read parameters from FCS header to select target files, thus be used as a prefilter before read.flowSet or read.ncdfFlowSet call.

Usage

1

Arguments

pattern

character the example FCS file that contains the channels of interest

x

character vector giving the list of fcs files to match

Value

a character vector of fcs files that has the identical channels with subset

Examples

1
2
3
4
5
## Not run: 
grep.FCS(pattern = bcells[2],  x = c(bcells,tcells))
 #return TRUE  TRUE FALSE FALSE

## End(Not run)

RGLab/flowIncubator documentation built on Sept. 5, 2020, 11:10 p.m.