fj_ws_get_keywords: Get Keywords

Description Usage Arguments Details Value Examples

View source: R/flowJoWorkspace_Methods.R

Description

Retrieve keywords associated with a workspace

Usage

1

Arguments

obj

A flowjo_workspace

y

ccharacter or numeric specifying the sample name or sample ID

...

other arguments sampNloc a character the location where the sample name is specified. See parseWorkspace for more details.

Details

Retrieve a list of keywords from a flowjo_workspace

Value

A list of keyword - value pairs.

Examples

 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)

CytoML documentation built on March 12, 2021, 2 a.m.