load.flowSet | R Documentation |
This function loads the FCS files to the 'flowset' slot of the 'Results' object.
load.flowSet(Results = NULL, fcs.files, exclude.markers, trans,
pattern = ".fcs.density.fcs.cluster.fcs")
Results |
a Results object (with 'fcs.files' slot not null) (optional) |
fcs.files |
a character vector containing the absolute path of the original FCS files |
exclude.markers |
a character vector of markers to exclude (case insensitive) |
trans |
a character specifying what transformation ("arcsinh", "logicle", or "none") will be applied on the cluster expression matrix ("arcsinh" by default) |
pattern |
a character specifying the pattern of the FCS file |
If a 'Results' object is provided, others parameters ('fcs.files', 'exclude.markers' and 'trans') will be ignored (they will be retrieved from the 'Results' object).
a S4 'flowSet' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.