Description Usage Arguments Value Examples
View source: R/noSummaryAnalysis.R
Generates a data frame which can be used to visualize and analyze steady state flow cytometry data. Steady state in this case means that
1 | 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
1 2 3 4 5 6 7 | 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.