Description Usage Arguments Details Value Author(s) See Also Examples
Read and FCS file, correcting problematic column names and applying compensation if requested. A wrapper around read.FCS.
1 | SPADE.read.FCS(file, comp = TRUE, verbose = FALSE, ...)
|
file |
FCS filename |
comp |
boolean indicating whether to apply compensation |
verbose |
boolean indicating whether to not suppress warnings from upstream FCS file reader. |
... |
additional arguments are passed through to read.FCS |
A wrapper around read.FCS that copies FCS parameter "short name" to description when none is supplied, and applies compensation matrix stored in the SPILL or SPILLOVER keyword.
a flowFrame object.
Michael Linderman <michael.linderman@mssm.edu>
1 | fcs <- SPADE.read.FCS(system.file(file.path("extdata","SimulatedRawData.fcs"), package = "spade"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.