Description Usage Arguments Value Author(s) Examples
A function to retrieve the flowSet
from a flowPlate
.
1 |
fp |
A |
... |
optional arguments |
Returns a flowSet
Errol Strain
1 2 3 4 5 6 7 8 9 10 11 12 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.