This is a function that convert binary Optimally Positioned Particle (OPP) file(s) into a flowFrame and then save the flowFrame as a Flow Cytometry Standard (FCS) file(s) (3.0 version).
1 | OPPtoFCSconversion(opp.filelist, save.path = getCruisePath(opp.filelist),...)
|
opp.filelist |
a list of one or multiple OPP files. |
save.path |
path where fcs files will be saved. |
... |
additional arguments passed to the flowFrame function (see flowCore package for details |
.FCS files
opp.filelist <- system.file("extdata","seaflow_cruise","2011_001", "1.evt.opp", package="flowPhyto")
y <- OPPtoFCSconversion(opp.filelist, save.path=NULL) y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.