readFCSdelimiter | R Documentation |
Helper to extract delimiter from Flow Cytometry Standard (FCS) compliant files.
readFCSdelimiter(fileName, at = 58, version = 3, encoding = "UTF-8", ...)
fileName |
path to file. |
at |
offset of delimiter. Default is 58. |
version |
version to check keywords compliance against. Default is 3.0. |
encoding |
name of the encoding for raw to character conversion. Default is "UTF-8". |
... |
other arguments to be passed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.