GatingHierarchy or or set of samples in a GatingSet or GatingSetListkeyword.RdRetrieve a specific keyword for a specific sample in a GatingHierarchy or or set of samples in a GatingSet or GatingSetList
# S4 method for GatingHierarchy,character keyword(object, keyword) # S4 method for GatingHierarchy,missing keyword(object, keyword = "missing", ...)
| object |
|
|---|---|
| keyword |
|
| ... | other arguments passed to |
See keyword in Package `flowCore'
if (FALSE) { # 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") }