pocketutils.biochem.multiwell_plates
Module Contents
- class pocketutils.biochem.multiwell_plates.WB1(n_rows: int, n_columns: int)
Map of a plate with conversions between labels, indices, and (row, column) pairs. ALL of these methods assume 1-based indices (1 is the first index and (1,1) is the first coordinate).
- class pocketutils.biochem.multiwell_plates.WB0(n_rows: int, n_columns: int)
Map of a plate with conversions between labels, indices, and (row, column) pairs. ALL of these methods assume 0-based indices (1 is the first index and (0,0) is the first coordinate). The labels still start at A1 (0,0).
- class pocketutils.biochem.multiwell_plates.ParsingWB0(n_rows: int, n_columns: int)
Map of a plate with conversions between labels, indices, and (row, column) pairs. ALL of these methods assume 0-based indices (1 is the first index and (0,0) is the first coordinate). The labels still start at A1 (0,0).
- class pocketutils.biochem.multiwell_plates.ParsingWB1(n_rows: int, n_columns: int)
Map of a plate with conversions between labels, indices, and (row, column) pairs. ALL of these methods assume 1-based indices (1 is the first index and (1,1) is the first coordinate).