Description Slots See Also Examples
Objects can be created by calls of the form new("flowjo_workspace.xml", ...)
.
doc
:Object of class "externalptr"
.
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.