Objects of this class represent a position in a microwell plate. This class
exists so that the validity of the coordinates can be tested (for instance
M16
will be rejected for a 96-well plate).
See also
Other Well functions:
PlateTypeToWellNames()
,
as.character,Well-method
,
nextWell()
,
validRow()
Examples
well <- Well("A01", plateFormat = "384")
well
#> A01 (384-well format)
as.character(well)
#> [1] "A01"
show(well)
#> A01 (384-well format)
Row(well)
#> [1] "A"
Column(well)
#> [1] "01"