Objects of this class represent a multiwell plate.
Usage
# S4 method for Plate
head(x, n = 6L, ...)
# S4 method for Plate
as.character(x)
# S4 method for Plate
show(object)Arguments
- x
A
Plateobject.- n
The number of wells to be displayed.
- ...
arguments to be passed to or from other methods.
- object
A
Plateobject
Slots
typeA plate type such as
"384","96", etc.`deadVolumeThe dead volume of wells in this plate.
maxVolumeThe maximum volume of wells in this plate.
See also
Other Plate functions:
PlateTypeToWellNames(),
as.character,Well-method,
nextWell(),
plateMap(),
plateWellVolume(),
randomise(),
seekReagent(),
setWell(),
set_block(),
sourceReagent()