readCytoSet(files=NULL, path=".", pattern=NULL, phenoData, sep="\t", ...)dir (see
details). phenoData or
character.read.AnnotatedDataFrame.read.AnnotatedDataFrame, see details.cytoSet.phenoData is present and is of class
AnnotatedDataFrame, then it is obtained
from its column name. The column is mandatory, and an error
will be generated if it is not there. Alternatively, the argument
phenoData can be of class character, in which case this
function tries to read a AnnotatedDataFrame object from the
file with that name by calling
read.AnnotatedDataFrame with arguments
file.path(path, phenoData), ....
Second, if the argument phenoData is not present and
the argument files is not NULL, then files
is expected to be a character vector with the file names.
Third, if neither the argument phenoData is present nor
files is not NULL, then the file names are obtained by
calling dir(path, pattern).
readFCSdata## Please see man page for cytoSet-class
Run the code above in your browser using DataLab