Description Usage Arguments Details See Also Examples
Retrieve a specific keyword for a specific sample in a GatingHierarchy
or or set of samples in a GatingSet
or GatingSetList
1 2 3 4 5 |
object |
|
keyword |
|
... |
other arguments passed to |
See keyword
in Package ‘flowCore’
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
# get all the keywords from all samples
keyword(G)
# get all the keywords from one sample
keyword(G[[1]])
# filter the instrument setting
keyword(G[[1]], compact = TRUE)
# get single keyword from all samples
keyword(G, "FILENAME")
# get single keyword from one sample
keyword(G[[1]], "FILENAME")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.