Helper to parse data segment from Flow Cytometry Standard (FCS) compliant files.
readFCSdata(
fileName,
text,
start = 0,
end = 0,
scale = TRUE,
display_progress = TRUE,
...
)
path to file.
a named list of keywords values.
offset of text start. Default is 0.
offset of text end. Default is 0.
whether to apply data scaling. It only applies when fcs file is stored as DATATYPE "I". Default is TRUE.
whether to display a progress bar. Default is TRUE.
other arguments to be passed.