Description Usage Arguments Value Note Examples
View source: R/readCytosploreFCS.R
This function reads and combines .FCS files created specifcally by Cytosplore.
1 | readCytosploreFCS(dir = NULL, colNames = c("names", "description"))
|
dir |
directory containing the .FCS files created by Cytosplore |
colNames |
character string that specifies which label should be used as the column names. This could be the name of the markers 'names' or the description for the markers 'description'. |
The function returns an object of class data.frame
. It includes both
clusterID
and sampleID
as variables.
This function is a wrapper around read.FCS
. For more
flexibility see their help page.
1 2 | dirFCS <- system.file("extdata", package="cytofast")
cfData <- readCytosploreFCS(dir = dirFCS, colNames = "description")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.