View source: R/noSummaryAnalysis.R
steadyState | R Documentation |
Generates a data frame which can be used to visualize and analyze steady state flow cytometry data. Steady state in this case means that
steadyState(flowset, gated = FALSE, ploidy = NA, only = NA)
flowset |
your flowSet to be analyzed |
gated |
|
ploidy |
|
only |
|
a data frame containing all of the selected subset of events from the original flowSet
dat <- read.flowSet(path = system.file("extdata", "ss_example", package = "flowTime"), alter.names = TRUE) annotation <- read.csv(system.file("extdata", "ss_example.csv", package = "flowTime")) dat <- annotateFlowSet(dat, annotation, mergeBy = "name") loadGates(gatesFile = 'SORPGates') steadyState(dat, gated = FALSE, ploidy = "diploid", only = "singlets")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.