Opentrons OT-2 guide

The Opentrons OT-2 is well suited for creating some of the Origami Assays pooling designs. Below I provide descriptions, deck layouts, and python code to run the XS2, M, and XL designs.

Note on decoding: The OT-2 designs here are reformatted to a 24 well format instead of the 96 well format used in the main Origami Assays layout. The 24 well format was chosen here because it matches the form factor for pooling primary patient samples coming from 2-3 ml tubes.

The Origami Assay's decoder has the option to enter positive pools by pool ID instead of by well ID. For example, if you go to the decode page for the M design you will see an option to "input result by pool index" circled in red below:
          example of input by pool index

All subsequent decoding is the same, just the way to specify which pooled sample wells were positive is different.

All of the python scripts are patterne after the OT-2 documented pooling example and use the following custom labware file for 24 well plates:

XS2

The XS2 design is the S design repeated twice so as to fully fill a single 24 well plate.
Design XS2
Compression 2x
(48 samples to 24 pools)
Recommended
positivity
< 6%
         
Primary rack
number
Sample index
range
1 1-24
2 25-48

Deck layout

OT-2 deck layout for the XS2 design

Python Code


M

The M design is the largest Origami Assay design that can be created in one step on the Opentrons system.
Design M
Compression 4x
(96 samples to 24 pools)
Recommended
positivity
< 2%
         
Primary rack
number
Sample index
range
1 1-24
2 25-48
3 49-72
4 73-96

Deck layout

OT-2 deck layout for the M design

Python Code


XL

To build the XL design on the OT-2 requires four stages. At each stage, four source plates are replaced and the pipette tips are replaced, but the two target plates remain.
Design XL
Compression 8x
(384 samples to 48 pools)
Recommended
positivity
< 0.7%
         
Stage
number
Primary rack
number
Sample index
range
1 1 1-24
1 2 25-48
1 3 49-72
1 4 73-96
2 5 97-120
2 6 121-144
2 7 145-168
2 8 169-192
3 9 193-216
3 10 217-240
3 11 241-264
3 12 265-288
4 13 289-312
4 15 313-336
4 15 337-360
4 16 361-384

Deck layout

Stage 1: OT-2 deck layout for the XL1 design Stage 2: OT-2 deck layout for the XL2 design
Stage 3: OT-2 deck layout for the XL3 design Stage 4: OT-2 deck layout for the XL4 design

Python Code

Stage 1:
Stage 2:
Stage 3:
Stage 4: