cyto_names | R Documentation |
Simply a convenient and autocomplete-friendly wrapper around
identifier
sampleNames
to extract the sample
names from flowFrame, flowSet GatingHierarchy or GatingSet. Anonymous
flowFrame
identifiers will be
converted to "Combined Events"
.
cyto_names(x)
## S3 method for class 'flowFrame'
cyto_names(x)
## S3 method for class 'flowSet'
cyto_names(x)
## S3 method for class 'GatingHierarchy'
cyto_names(x)
## S3 method for class 'GatingSet'
cyto_names(x)
## S3 method for class 'list'
cyto_names(x)
x |
object of class |
names associated with the supplied object.
Dillon Hammill, Dillon.Hammill@anu.edu.au
# Load in CytoExploreRData to access data
library(CytoExploreRData)
# Activation flowSet
fs <- Activation
# Activation GatingSet
gs <- GatingSet(fs)
# flowFrame
cyto_names(fs[[1]])
# flowSet
cyto_names(fs)
# GatingHierarchy
cyto_names(gs[[1]])
# GatingSet
cyto_names(gs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.