Learn R Programming

flowWorkspace (version 3.16.0)

keyword,GatingHierarchy,character-method: Retrieve a specific keyword for a specific sample in a GatingHierarchy or or set of samples in a GatingSet or GatingSetList

Description

Retrieve a specific keyword for a specific sample in a GatingHierarchy or or set of samples in a GatingSet or GatingSetList

Usage

"keyword"(object, keyword)
"keyword"(object, keyword = "missing")
"keyword"(object, keyword = "missing")
"keyword"(object, keyword)
"keyword"(object, keyword = "missing")
"keyword"(object, keyword)

Arguments

object
GatingHierarchy or GatingSet or GatingSetList
keyword
character specifying keyword name. When missing, extract all keywords.

Details

See keyword in Package `flowCore'

See Also

keyword-methods

Examples

Run this code
## Not run: 
#       #get all the keywords from all samples
#       keyword(G)
#       #get all the keywords from one sample
#       keyword(G[[1]])
#       #get single keyword from all samples
#       keyword(G, "FILENAME")
#       #get single keyword from one sample
#       keyword(G[[1, "FILENAME")
#     ## End(Not run)

Run the code above in your browser using DataLab