| cytobank2GatingSet {CytoML} | R Documentation |
A wrapper that parse the gatingML and FCS files into GatingSet
cytobank2GatingSet(xml, FCS)
xml |
the full path of gatingML file |
FCS |
FCS files to be loaded |
a GatingSet
xmlfile <- system.file("extdata/cytotrol_tcell_cytobank.xml", package = "CytoML")
fcsFiles <- list.files(pattern = "CytoTrol",
system.file("extdata", package = "flowWorkspaceData"), full = TRUE)
gs <- cytobank2GatingSet(xmlfile, fcsFiles)
#plotGate(gs[[1]])