platemap.PlateUtils.assign_source_wells

assign_source_wells#

def assign_source_wells(plate: Plate, input_dict: Dict[str, float], fill_to: int = None, alternate_wells=False)

Assign source wells to a plate on bulk through a dictionary of input reagent id's and their respective volumes.

Arguments:

  • plate Plate - target plate in which to fill with reagents from the input_dict,
  • input_dict Dict[str, float] - A dictionary of reagent names and their corresponding volumes,
  • fill_to Dict[str, float] - Amount to fill to in each well. If None, fill to the maximum volume.
  • alternate_wells boolean - Whether to use every other well in the plate. Sometimes useful for 384 well plates.