View source: R/diva2GatingSet.R
Function to parse a FACSDiva Workspace, generate a GatingHierarchy
or GatingSet
object, and associated flowCore gates.
1 2 3 4 5 6 7 8 9 10 |
obj |
diva_workspace |
name |
sample group to be parsed, either numeric index or the group name |
subset |
samples to be imported. either numeric index or the sample name. Default is NULL, which imports all samples. |
path |
the FCS data path |
worksheet |
select worksheet to import. either "normal" or "global" |
swap_cols |
diva seems to swap some data cols during importing fcs to experiments this argument provide a list to tell the parser which cols to be swapped default is list(‘FSC-H' = ’FSC-W',‘SSC-H' = ’SSC-W') |
verbose |
whether print more messages during the parsing |
... |
other arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.