readFCSdata | R Documentation |
Helper to parse data segment from Flow Cytometry Standard (FCS) compliant files.
readFCSdata(
fileName,
text,
version,
start = 0,
end = 0,
scale = TRUE,
display_progress = TRUE,
...
)
fileName |
path to file. |
text |
a named list of keywords values. |
version |
version of FCS specification. |
start |
offset of text start. Default is 0. |
end |
offset of text end. Default is 0. |
scale |
whether to apply data scaling. It only applies when fcs file is stored as DATATYPE "I". Default is TRUE. |
display_progress |
whether to display a progress bar. Default is TRUE. |
... |
other arguments to be passed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.