flowJoWorkspace-class {CytoML}R Documentation

An R representation of a flowJo workspace.

Description

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

Slots

version:

Object of class "character". The version of the XML workspace.

file:

Object of class "character". The file name.

.cache:

Object of class "environment". An environment for internal use.

path:

Object of class "character". The path to the file.

doc:

Object of class "XMLInternalDocument". The XML document object.

options:

Object of class "integer". The XML parsing options passed to xmlTreeParse.

See Also

GatingSet GatingHierarchy

Examples

  require(flowWorkspaceData)
  d<-system.file("extdata",package="flowWorkspaceData")
  wsfile<-list.files(d,pattern="A2004Analysis.xml",full=TRUE)
  ws <- openWorkspace(wsfile);
  ws
  getSamples(ws)


[Package CytoML version 1.10.0 Index]