Skip to contents

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).

Slots

well

A position in the microwell plate.

plateFormat

A plate format.

See also

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"