Skip to main content

Cherry-pick samples based on concentration for normalization

Core elements tutorial 12.1

Updated over 8 months ago

In this tutorial, we will combine the Select and Normalize Core Elements to cherry-pick plasmid DNA samples for normalization. The Select element allows for the selection of samples based on the concentration parameter. Comparison operators e.g. greater than, less than, equal to, can be used to describe the behaviour of the selection. In this case, only samples with a DNA concentration greater than a defined value can be normalized. However, those samples with a concentration lower than this threshold are required in downstream steps and will be directly aliquoted to the output plate without undergoing normalization.

Get started

  1. Read the introduction to this series of tutorials. For more information, click here.

  2. Create a copy of the workflow that you created in Core elements tutorial 4.1. To learn how, click here.

  3. Rename the copy Core elements tutorial 12.1. To learn how, click here.

Normalize a subset of samples

Reconfigure the existing workflow

  1. Currently, the concentration of all our DNA samples is above the Target Concentration for the normalization. For the purpose of this tutorial, alter the Target Concentration to 30 ng/ul. Set the number of Replicates to 1.

Select samples greater than the target concentration

  1. Firstly, delete the connection between the Define Plasmid DNA element and the Normalize 1 element.

  2. Insert a Select element. Rename this element to Select for Normalization and connect the DNA samples into the Liquids input. Connect Selected Liquids to Liquids to Normalize.

  3. Set the Condition parameter in the Select element to Any.

  4. Under the Concentration input select Greater Than from the drop-down menu and define the concentration as 30 ng/ul.

  5. All the liquids defined in Define Plasmid DNA with a concentration greater than 30 ng/ul will now be accessible through the Selected Liquids output and passed to the Normalize element.

Aliquot all samples to the same plate

  1. Append the Normalized Liquids to the Unselected Liquids from the Select to Normalize element.

  2. Add an Aliquot element to the workflow builder and rename it to Aliquot All Liquids.

  3. Connect the appended liquids to this element.

  4. Configure the Aliquot All Liquids element to aliquot 2 ul of the selected liquids to a new plate.

  5. The workflow is now complete and should look like this:

Simulate the workflow

  1. Check that the device that you selected can follow the instructions that you prepared. To learn how, click here.

Preview the execution

  1. After you simulate the workflow, click View Simulation to open the simulation details.

  2. Open the Preview tab, then click through the steps to check that the instructions that Synthace has generated are correct.

You will see that those samples above the threshold for normalization are normalized by concentration in one plate. Those samples which can not be normalized are aliquoted directly to the transformation_plate. Once normalized, the remaining samples are then added to the same plate.

Check your work:

To see what your finished workflow to this tutorial should look like simply navigate to the Tutorials and search for Tutorial: 12. Build flexible, scalable workflows with the core elements.

Challenges

You will notice that the efficiency of the liquid transfers could be improved. The default liquid policy does not allow multi-channeling. For the purpose of this exercise, select default as the liquid policy in the Define Plasmid DNA element. Resimulate your workflow and observe how the liquid handling behaviour has changed.

Did this answer your question?