Description Usage Arguments Examples
A wrapper function around read.FCS
to read .fcs
files. It will only keep relevant channels and renames them according to
the 'FCSMeta' parameter.
1 | readFCSFiles(path = ".", FCSMeta, asinh5 = TRUE, downsampling)
|
path |
A character string indicating the location of the .fcs files. The default corresponds to the working directory |
FCSMeta |
A list holding meta information on the .fcs files. The default
is set to |
asinh5 |
Logical, should the data be transformed with the arc-sinh cofactor 5 |
downsampling |
An integer that indicates the size to downsample to. If not supplied, no downsampling will be performed. |
1 2 | FCSDir <- system.file("extdata", package="massive")
FCSData <- readFCSFiles(path=FCSDir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.