Description Usage Arguments Details Value Examples
View source: R/flowJoWorkspace_Methods.R
Retrieve keywords associated with a workspace
1 | fj_ws_get_keywords(obj, y, ...)
|
obj |
A |
y |
c |
... |
other arguments
sampNloc a |
Retrieve a list of keywords from a flowjo_workspace
A list of keyword - value pairs.
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
d<-system.file("extdata",package="flowWorkspaceData")
wsfile<-list.files(d,pattern="manual.xml",full=TRUE)
ws <- open_flowjo_xml(wsfile)
fj_ws_get_samples(ws)
res <- try(fj_ws_get_keywords(ws,"CytoTrol_CytoTrol_1.fcs"), silent = TRUE)
print(res[[1]])
fj_ws_get_keywords(ws, 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.