flowjo_workspace-class {CytoML} | R Documentation |
Objects can be created by calls of the form new("flowjo_workspace.xml", ...)
.
doc
:Object of class "externalptr"
.
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)