View source: R/noSummaryAnalysis.R
tidyFlow | R Documentation |
Generates a tibble containing all parameters and phenoData from a flowSet which can be used to visualize and analyze timecourse flow cytometry data.
tidyFlow(flowset, gated = TRUE, 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 for all parameters including experiment time, etime, the time after the initial reading at which each event was collected.
plate1<-read.flowSet(path=system.file("extdata", "tc_example", package = "flowTime"), alter.names = TRUE) annotation <- read.csv(system.file("extdata", "tc_example.csv", package = "flowTime")) plate1 <- annotateFlowSet(plate1, annotation) tidy_dat <- tidyFlow(plate1, gated = TRUE) head(tidy_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.