readCytosploreFCS {cytofast} | R Documentation |
This function reads and combines .FCS files created specifcally by Cytosplore.
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.
dirFCS <- system.file("extdata", package="cytofast") cfData <- readCytosploreFCS(dir = dirFCS, colNames = "description")