library(plateCore)
data(plateCore)
##Look at the wellAnnotation
wellAnnotation[1:4,]
## 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")
## Subset the flowPlate, creating another flowPlate
fpSmall <- fp["A01"]
## Extract a flowFrame from a flowPlate
ff <-fp[["A01"]]
Run the code above in your browser using DataLab