Description Usage Arguments Value Author(s) Examples
View source: R/helper-functions.R
Interactively edit pData Information for a flowSet or GatingSet
1  | cyto_annotate(x, file = NULL)
 | 
x | 
 object of class   | 
file | 
 name of csv file containing experimental information.  | 
NULL and update pData for the flowSet or GatingSet.
Dillon Hammill, Dillon.Hammill@anu.edu.au
1 2 3 4 5 6 7 8 9 10  | ## Not run: 
library(CytoRSuiteData)
# Load in samples
fs <- Activation
# Edit pData in table editor
cyto_annotate(fs)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.