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

flowjo_workspace-classR Documentation

An R representation of a flowJo workspace.

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

  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)


RGLab/CytoML documentation built on Feb. 1, 2024, 12:34 a.m.