| steadyState {flowTime} | 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 = "diploid", only = "singlets")
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")