Cadnano: Difference between revisions

From OxDNA
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Examples]]
[[Category:Examples]]
== Cadnano ==
Cadnano is a tool for designing DNA origami structures. oxDNA includes an interface that allows origami designs generated in Cadnano to be used as starting configurations for simulation. Cadnano can also be used in this way to make non-origami structures such as DNA tiles for use in the model. It can be downloaded at http://cadnano.org/.
Cadnano is a tool for designing DNA origami structures. oxDNA includes an interface that allows origami designs generated in Cadnano to be used as starting configurations for simulation. Cadnano can also be used in this way to make non-origami structures such as DNA tiles for use in the model. It can be downloaded at http://cadnano.org/.



Revision as of 11:27, 14 May 2012

Cadnano is a tool for designing DNA origami structures. oxDNA includes an interface that allows origami designs generated in Cadnano to be used as starting configurations for simulation. Cadnano can also be used in this way to make non-origami structures such as DNA tiles for use in the model. It can be downloaded at http://cadnano.org/.

Example: DX tile

tilechimera.png

The use of Cadnano for the purpose of creating starting configurations will be illustrated using a tile similar to the DX tile. In this case Cadnano 2 will be used to design the tile, although the original Cadnano operates in a similar way and is fully compatible with the interface to oxDNA. Note that, while using cadnano, any unwanted actions can be undone with ctrl+z (this feature is new in Cadnano 2).

First click the blue "add new square lattice" button on the toolbar - a new square lattice will be created in the lattice view. The circles represent a cross-sectional view of potential DNA double helices on the square lattice. Create two empty virtual double helices in the path view by clicking on any two adjacent circles, one on top of the other. Next, using the pencil tool from the toolbar on the right, fill in all four rows in the path view by dragging from one end of each row to the other. Each double helix has two rows, and each row represents one of the strands of a double helix.

File:Cadnano 1a.png

The next step is to add the crossovers between the double helices. Using origami terminology, the thin blue lines represent the scaffold strands, while the thicker lines of different colour represent the staple strands. Make a crossover between the staple strands near the middle of the design, by first clicking on one of the staple strands near its middle and then clicking one of the numbers near the middle next to that staple strand. Also click the number just to the left or right of the crossover you just made, to make a second crossover. Do the same for the the scaffold strands - the crossovers can go either to the left or the right of the staple crossovers, not at the closest place to the staple crossovers, but the next closest place.

Cadnano 2.png

The tile is almost complete; the final step is to correct the lengths of the strands. Switch to the select tool and drag the ends of the strands to change their lengths. The two strands that are complementary to a double crossover should extend 8 bases past that crossover. The other two strands should extend 5 bases past those two strands. The yellow bar can help with tasks like this; drag it to any column to see the index of that column. If extra space is required, the virtual helices can be extended in either direction by clicking on the arrows at the top right of the topmost virtual helix in the path view.

Cadnano 3.png

The tile design is now finished and ready to be used as a starting configuration for simulation after some processing. The design can be found at ${oxDNA}/EXAMPLES/CADNANO_INTERFACE/TILE/tile.json.

Using Cadnano Designs as Starting Configurations for oxDNA

The script candnano_interface.py is used to generate an oxDNA configuration and topology file from a cadnano design. In addition it creates some files containing information about the origami that can be useful later for analysing its trajectory. Its usage is

python cadnano_interface.py <cadnano_file> <design_type> [box_size]

The design type must be either sq or he, corresponding to either a square or honeycomb lattice - typically a 2D origami is on a square lattice, while a 3D origami is on a honeycomb lattice. The box size option allows the user to specify a simulation box size different to the default value of two times (in linear dimension) the largest dimension of the cadnano design.

When the configuration and topology files are first created, they cannot be used in an ordinary oxDNA simulation until they have been relaxed. This is achieved using an oxDNA MD simulation with a very low temperature and a very strongly coupled thermostat. An example input file for this simulation is found at ${oxDNA}/EXAMPLES/CADNANO_INTERFACE/input_relax. The process is very fast as the simulation need only run for around 100 steps.

For the tile discussed above, the configuration files before and after relaxation, as well as the topology file, can be found in ${oxDNA}/EXAMPLES/CADNANO_INTERFACE/TILE/.

Warning: for very large Cadnano designs, or for designs of small origamis but with very long unused sections of virtual double helices, the script requires a very large amount of memory which may cause problems!