flowJoWorkspace-class {CytoML} | R Documentation |
Objects can be created by calls of the form new("flowJoWorkspace.xml", ...)
.
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
.
require(flowWorkspaceData) d<-system.file("extdata",package="flowWorkspaceData") wsfile<-list.files(d,pattern="A2004Analysis.xml",full=TRUE) ws <- openWorkspace(wsfile); ws getSamples(ws)