View source: R/01_prepare_data.R
compile_fcs | R Documentation |
A simple function to compile a directory of FCS files into a flowSet object using flowCore::read.flowSet(). Use the pattern argument to select only a subset of FCS files.
compile_fcs(
data_dir,
pattern = "\\.fcs",
column.pattern = NULL,
invert.pattern = FALSE
)
data_dir |
Directory containing the .fcs files |
pattern |
The pattern to use to find the files in the folder |
column.pattern |
An optional regular expression defining parameters we should keep when loading the file. The default is NULL. |
invert.pattern |
logical. By default, |
Other dataprep:
convert_flowset()
,
prepare_data()
,
transform_asinh()
## Not run:
fcs <- compile_fcs(data_dir = "_data/raw", pattern = "\\.fcs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.