PyPlate API

Substance(name, mol_type[, molecule])

An abstract chemical or biological entity (e.g., reagent, enzyme, solvent, etc.).

Container(name[, max_volume, initial_contents])

Stores specified quantities of Substances in a vessel with a given maximum volume.

Plate(name, max_volume_per_well[, make, ...])

A spatially ordered collection of Containers, like a 96 well plate.

Recipe()

A list of instructions for transforming one set of containers into another.

RecipeStep(recipe, operator, frm, to, *operands)

Stores information about a single step in a recipe.