| plateLayout | R Documentation |
Plate layout defintions are used to identify well types and locations on 384 or 96 well plates. This package provides convenience functionality for reading writing and querying layout definitions.
A plateLayout is a character vector class. The value of the vector is the character description of the well type (i.e. a label) and the names of each element are the names of the well placement. We use a A01 format description instead of A:1. Wells are stored in A01, A02, A03 order along the length of the vector.
plateLayout(x)
x |
a data.frame, list, vector or matrix of plate layout descriptions |
a plateLayout class vector
Other LAYOUT: as.matrix.plateLayout,
colnames.plateLayout,
countWells,
create.plateLayout,
dimnames.plateLayout,
getWellType, getWellnames,
is.plateLayout,
read.plateLayout,
rownames.plateLayout,
to_tecan, write.plateLayout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.