flowjo_workspace-class: An R representation of a flowJo workspace.

Description Slots See Also Examples

Description

Objects can be created by calls of the form new("flowjo_workspace.xml", ...).

Slots

doc:

Object of class "externalptr".

See Also

GatingSet GatingHierarchy

Examples

1
2
3
4
5
6
  require(flowWorkspaceData)
  d<-system.file("extdata",package="flowWorkspaceData")
  wsfile<-list.files(d,pattern="A2004Analysis.xml",full=TRUE)
  ws <- open_flowjo_xml(wsfile);
  ws
  fj_ws_get_samples(ws)

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