wellAnnotation {plateCore} | R Documentation |
wellAnnotation returns the tall data.frame
describing the layout of a
flowPate
, where each row corresponds to one well-channel.
wellAnnotation(fp, ...)
fp |
A flowPlate dataset. |
... |
optional arguments |
Returns a data.frame
.
Errol Strain
library(plateCore) data(plateCore) # Create a flowPlate from the sample data in plateCore fp <- flowPlate(pbmcPlate,wellAnnotation,plateName="P1") # Look at the top of wellAnnotation head(wellAnnotation(fp))