getKeywords,flowJoWorkspace,character-method {CytoML} | R Documentation |
Retrieve keywords associated with a workspace
## S4 method for signature 'flowJoWorkspace,character' getKeywords(obj, y, ...) ## S4 method for signature 'flowJoWorkspace,numeric' getKeywords(obj, y, ...)
obj |
A |
y |
c |
... |
other arguments
sampNloc a |
Retrieve a list of keywords from a flowJoWorkspace
A list of keyword - value pairs.
require(flowWorkspaceData) d<-system.file("extdata",package="flowWorkspaceData") wsfile<-list.files(d,pattern="manual.xml",full=TRUE) ws <- openWorkspace(wsfile); getSamples(ws) res <- try(getKeywords(ws,"CytoTrol_CytoTrol_1.fcs"), silent = TRUE) print(res[[1]]) getKeywords(ws, 1)