@revvity/microplate
v1.0.0
Published
Revvity microplate components
Downloads
163
Maintainers
Keywords
Readme
revvity-microplate
This Revvity library contains interfaces and concrete React implementations for configuring and using microplates in detection measurements. It provides the following capabilities:
- An Editor component for configuring individual wells into discrete sample groups of defined types (e.g. Standard, Control, Blank, Undefined, Unknown) and series dilutions. Replicates of each concentration or unknown type are supported.
- A Runtime component to display live well results using a heat map color scheme on the microplate rendering as each well is read.
In this library, microplates are defined by a PlateType that describes the number and arrangement of wells (e.g.
96-well, 364-well, etc.), basic dimensions for use in plate handling, along with corner well dimensions for precise
positioning.
Microplate configurations match the plate type to the intended arrangement of samples for particular assays and
screens as a PlateMap.
NOTE: The Plate Type, Plate Map and Sample type interfaces along with the React Components in this library are intended can be further implemented in other packages without the need for further definition. This package does not include the creation of Plate Types, or the management of Plate Types and Plate Maps once created. Implementation is expected to be the responsibility of the consumer.
This library was generated with Nx.
