Learn R Programming

flowWorkspace (version 3.16.0)

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

Description

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

Arguments

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

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

Run the code above in your browser using DataLab