readFCSdataset | R Documentation |
Helper to parse dataset from Flow Cytometry Standard (FCS) compliant files.
readFCSdataset(fileName, options, display_progress = TRUE, ...)
fileName |
path to file. |
options |
list of options used to parse FCS file. It should contain (otherwise, it will be filled with the default values listed below): |
display_progress |
whether to display a progress bar. Default is TRUE. |
... |
other arguments to be passed. |
'options' may be tweaked according to file type, instrument and software used to generate it.
Default 'options' should allow to read most files.
'options' members with the exception of 'header' may be passed thanks to '...'.
a list containing:
- options, list of 'options' used
- header, list of header information corresponding to 'options'
- delimiter, unique character used to separate keyword-value pairs
- text, list of keywords values,
- data, data.frame of values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.