Liquid Handling & Plate Reformatting
This section is extremely important. Please do not skip it.
How well you understand the limitations described here will be directly related to your success on Strateos Platform.
Though we often use the analogy of "cloud computing" in describing Strateos, biological protocols are sufficiently sensitive that the analogy only goes so far. Strateos is not a commodity platform, and you do need to understand some implementation details in order to make best use of it. A better analogy might be semiconductor fabrication: when you select a foundry partner, you receive a large set of design rules that must be followed to ensure success in that specific foundry's process. That foundry model is similar to how Strateos Platform operates. The protocols that you run on Strateos will not be one-to-one ports of the protocols you're used to running by hand at your own bench, and they'll even be different from what you might be used to running on other automation.
If you understand and take into account the design rules in the following sections, though, you will be able to write reliable, efficient protocols that require little ongoing debugging.
Guide To Liquid Handling
Liquid handling is a critical part of any biological protocol. It's also deceptively complex. There are a large number of factors that affect the accuracy of a liquid handling operation. We've found that it works best to understand how liquid handling works holistically rather than as disconnected parts used to solve specific problems. This section attempts to describe in detail each of those factors and their cumulative effect on the results of a liquid handling operation.
Factors That Matter When Handling Liquids
There are four types of liquid handlers at Strateos: Tecan air displacement pipettors (Tecan ADP), Agilent multi-channel air displacement pipettors, Labcyte Echo 525 Acoustic Droplet Ejection (Echo ADE) instruments, and manual pipettors operated by lab technicians. Each are used for different types of liquid handling and each have strengths and limitations.
When working with air displacement pipettors and small volumes (< 10 μl), the ordering of liquid handling operations is important. Small volumes can be dispensed into large volumes with precision (± 5%), but dispensing small volumes into empty wells will be unreliable (± 20% or more). Similarly, aspiration is only precise if the entire bottom of the well is submerged, creating a "dead volume". Dead volumes are intrinsic to all forms of automated liquid handling, including ADE. Review dead volumes for each container type on the Containers page If an instruction asks to aspirate a volume that exceeds the "alive" volume of the well, the aspiration must be done manually, creating a substantial performance hit. This option may be removed entirely in the future, causing such aspirations to simply be illegal instructions.
Special considerations are required when transferring small volumes of solutions that contain large or heavy components such as cells. This is due to the fact that acoustic droplet ejection transfers from the meniscus of the liquid, and components of the solution that will settle to the bottom of the well may not be transferred efficiently. Further, though our ADE process is configured to use 25 nl droplets (the largest droplet size available), the physics of the transfer may result in a bias against transferring physically large solution components. Ensure such solutions are well mixed before attempting the transfer.
Acoustic liquid handling is a gentle process and should not harm samples; in fact, it's considerably more gentle than pipetting-based liquid handling due to the absence of shear forces at the tip interface.
Distribute, Consolidate, Transfer, Mix
The pipette
instruction's groups
has four different modes:
transfer
: one from
, one to
distribute
: one from
, many to
consolidate
: many from
, one to
mix
: many well
Due to the physics of liquid handling, slight adjustments to the process are needed achieve the best possible precision and accuracy. Strateos will automatically perform some of these optimizations under the hood, but it's important for you to understand what is happening.
In a transfer or batch transfer operation, the exact volume commanded will be aspirated and dispensed unless the requested volume is below 5 μl, in which case the requested volume + 10% will be aspirated and half of the predicted overage will be immediately dispensed back into the source well.
In a distribute operation, slightly more than the commanded volume (~ 7%) is aspirated and a small amount (~ 3%) is immediately dispensed back into the source. A small residual volume is expected to remain after all of the dispenses into the destination wells, which is discarded. This process allows pipetting accuracy ± 5% for volumes down to 5 μl.
A consolidate operation does not expose a tip to more than one source well—the performance gains come when a multichannel (e.g., span 8) pipetting system is used.
Plate Reformatting
Because of the aforementioned liquid handling constraints, sample "reformatting"—the process of moving samples from one container or layout in a container to another—is an expensive process. You must put thought into the flow of your protocol to avoid unnecessary container format changes.
If you must do this (for example, to transfer an aliquot from a V-bottom plate to a flat-bottom plate for an analytical reading, you should use consider using the stamp instruction.
Updated over 2 years ago