Description Usage Arguments Value Examples
View source: R/DownLoadCytoData.R
DownLoadCytoData is a tool to download data contained in fcs files and select the ones that have been gated as the population of interest in FlowJo. Folder where FCS files are localised and FlowJo workspace should be in current environment.
1 2 3 4 5 6 | DownLoadCytoData(
dirFCS = "",
gatingName,
fcsPattern = "Tube",
compensate = FALSE
)
|
dirFCS |
sub-directory of working directory, where fcs files are located |
gatingName |
name of the population of interest selected through a FlowJo gating |
fcsPattern |
name of a pattern common to the fcs files (optional but useful to select only a selection of FCS files contained in a same folder) |
compensate |
TRUE if data needs to be compensated |
FlowSOM data object that includes the data contained in the FlowJo gating and the name of the population of interest.
1 | CytoData=DownLoadCytoData(dirFCS="Experiment1", gatingName="CD3+", fcsPattern="exp1", Compensate=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.