read.fcs: Read All FCS Files in a Directory

Description Usage Arguments

View source: R/flow.R

Description

Read all the FCS files in a directory, using read.FCS.

Usage

1
read.fcs(path, ..., pattern = "\\.fcs$", recursive = FALSE)

Arguments

path

path to the directory to load

...

arguments passed to read.FCS

pattern

file pattern to match. Files are matched using regular expressions via list.files in case insensitive mode.

recursive

logical that indicates if sub-directory should be looked up.


renozao/xbioc documentation built on Sept. 3, 2020, 1:13 a.m.