Description Usage Arguments Value Author(s) Examples
wellAnnotation returns the tall data.frame
describing the layout of a
flowPate
, where each row corresponds to one well-channel.
1 | wellAnnotation(fp, ...)
|
fp |
A flowPlate dataset. |
... |
optional arguments |
Returns a data.frame
.
Errol Strain
1 2 3 4 5 6 7 8 | 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.