Description Usage Arguments Value Examples
View source: R/summaryAnalysis.R
Gates a sample to all yeast, then singlet, then doublets. Also calculates singlet to doublet ratio. Returns a list of data frames, e.g. output$singlets, output$doublets, etc.
1 2 3 4 5 6 7 |
flowset |
the |
channel |
|
gated |
|
ploidy |
|
only |
|
data frame
containing the specified summary statistics of
the specified cell populations for each frame
1 2 3 4 | plate1 <- read.flowSet(path = system.file("extdata", "ss_example",
package = "flowTime"), alter.names = TRUE)
summarizeFlow(plate1, channel = "FL1.A", gated = TRUE,
ploidy = "diploid", only = "yeast")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.