cyto_barcode | R Documentation |
Adds a new parameter to each of the flowFrames in the flowSet called
"Sample ID"
to barcode events from each flowFrame.
cyto_barcode(x, type = "samples")
x |
object of class |
type |
indicates whether the |
barcoded flowSet with "Sample ID"
and/or "Event ID"
column added and annotated.
Dillon Hammill, Dillon.Hammill@anu.edu.au
# Load in CytoExploreRData to access files
library(CytoExploreRData)
# Load in samples
fs <- Activation
# Barcode
cyto_barcode(fs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.