Background
In 2004 William Shih published a paper titled
A 1.7-kilobase single-stranded DNA that folds into a nanoscale octahedron Nature 427, 618-621. This design serves a nice testbed for cadnano development, as it includes several struts based on paranemic (px) crossovers.
Questions
- What is the exact base-level design of the octahedron?
- Can we port the octahedron design into cadnano and then export an 'abstract' sequence that matches the original base-pairing relationships, if not exact sequence?
Setup
- For The base-level design, we will import with the original schematic from Figure 1 into Illustrator, re-arrange it for easier editing, annotate the sequence lengths for every domain of the structure, and create a corresponding Schlegel diagram to keep track of overall arrangement and connectivity of the wireframe struts.
- Next we can use the schematic as a reference for recreating the same design in cadnano.
- Cadnano only exports abstract sequences at the moment, which encode the base-pairing relationships but not actual sequences. Downstream the base pairs must still be assigned a specific nucleotides prior to synthesis. We can easily write a python script to determine if a nucleotide sequence is an instance of an abstract sequence.
Results
- Schematics made as shih-px-octa.ai, exported as a png:
- Cadnano design created with the schematic as reference. We lose the color information in the cadnano diagram due to the way that strands are currently colored (i.e. joining a source and target strand causes the target strand to inherit the source strand's color. I recorded a mov of connecting all the struts.
- Exported various stages of the cadnano design (.c25 files... I just picked 'c25' as a temporary extension for the current dev version of cadnano).
Comments / Next steps
- Didn't quite finish the sequence / abstract sequence comparison.