platemap.PlateUtils.transfer

transfer#

def transfer(source_plate: Plate, source_well: str, destination_plate: Plate, destination_well: str, volume: int)

Transfer volume from one well within a plate object to another well within a plate object

Arguments:

  • source_plate Plate - source plate in which volume will be taken from,
  • source_well str - source well in which volume will be taken from,
  • destination_plate Plate - target plate in which volume will be added to,
  • destination_well str - target well in which volume will be added to,
  • volume float - volume of liquid to add to the specified well,

Raises:

  • ValueError - if volume in destination well added exceeds well capacity or volume in source well will drop below deadspace