Liquid Handling - Acoustic
Acoustic liquid handling of volumes below 2 microliters is performed using a Labcyte Echo 525 Liquid Handler. The default droplet_size
of this device is fixed at 25nL and therefore all acoustic_transfer
volumes should be integer multiples of 25nL. Liquid may only be transferred from plates of type 384-echo
. Destination plates may be 96- or 384-well flat or PCR (v-bottom) plates.
Instruction and Parameters
{
"op": "acoustic_transfer",
"droplet_size": volume
"groups": [
{
"transfer": [
{
"from": well,
"to": well,
"volume": volume
}
...
]
}
],
}
Updated almost 3 years ago