plateSet {plateCore} | R Documentation |
A function to retrieve the flowSet
from a flowPlate
.
plateSet(fp, ...)
fp |
A |
... |
optional arguments |
Returns a flowSet
Errol Strain
library(plateCore) data(plateCore) ## Get the lymphocytes rectGate <- rectangleGate("FSC-H"=c(300,700),"SSC-H"=c(50,400)) pbmcPlate <- Subset(pbmcPlate, rectGate) ## Create a flowPlate object from the platePBMC and the wellAnnotation fp <- flowPlate(pbmcPlate,wellAnnotation,plateName="P1") ## Retrieves the flowSet fs <- plateSet(fp)