cyto_group_by | R Documentation |
Group a flowSet or GatingSet by experiment variables
cyto_group_by(x, group_by = "all")
x |
an object of class |
group_by |
names of cyto_details variables to use for merging, set to
"all" to group all samples in |
a named list of flowSet
or GatingSet
objects
respectively.
Dillon Hammill, Dillon.Hammill@anu.edu.au
# Load in CytoExploreRData to access data
library(CytoExploreRData)
# Group flowSet by Treatment
cyto_group_by(Activation, "Treatment")
# Group GatingSet by Treatment and OVAConc
gs <- GatingSet(Activation)
cyto_group_by(gs, c("Treatment", "OVAConc"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.