Skip to main content

Designing DNA Nanostructures

DNA Nanostructures can be created using software known as NanoEngineer-1. NanoEngineer-1 software is really easy to learn and has a 3D workplace. This blog post would help you create DNA Nanostructures from Scratch with the help of NanoEngineer-1. 

Let's make a DNA Triangle

When you start NanoEngineer-1, you will see a layout like this on your screen.

Image 2

Now, click on the "DNA" option and select "Insert DNA"

Image 3

Image 4

When you would move your mouse cursor to the white space of the middle, the mouse changes from a pointer to a pencil. 

Now, click anywhere on the white canvas and then move your mouse. You will see that you are creating double-stranded DNA. The farther you move your mouse, the longer would be the strand and vice versa. When you want to stop creating, click once again and you will get double-stranded DNA of a specific length.

Image 5

Now, either you can create two more double-stranded DNA like this or you can copy and paste this strand that you have already created. To show how you can copy-paste it, I would create another two double-stranded DNA by copy-paste.

Now, click on that green tick mark that is given in the panel on the left side. 

Image 6

After this, for copy and pasting, right-click on the option of DnaGroup1 and click on "Copy"

Image 7

After clicking on "Copy", select the option "Paste from Clipboard" and click on the white canvas two times so that you will get double-stranded DNA. 

Image 8

Thus, after obtaining 3 double-stranded DNA, now we have to arrange them in the shape of a Triangle. So then, click on the "Move" option. After that, you would get options of "Translate" and "Rotate". Right now, click on the option of "Rotate" because we want to rotate a double-stranded DNA to 60 degrees.

                                                                 Image 9

After you click on "Rotate", select a double-stranded DNA out of the three, and then make sure that you have selected "By Specified Angle" in Z-axis in front of "Rotate Around" and type 60.00 as "Rotate By" in the +Rotation as "Direction" in the Move Panel. 

Image 10

You will notice that the double-stranded DNA that you selected rotated. Now, select another double-stranded DNA and follow the keep the same settings except "Direction". This time, set -Rotation in Direction. Thus, you will get 2 double-stranded DNA which is rotated by an angle of 60 degrees in the opposite direction.

Now, click on the green tick mark (See image 6). Click on the "Move" option again and this time select "Translate" (See image 9).

Select a double-stranded DNA and make sure the option "Free Drag" is selected. 

Image 11

Now you can move your selected double-stranded DNA. Like this, you can move another DNA Strand and make a Triangle.

Click on the green-colored tick mark again (See image 6). Now select the option of "DNA" again and in the same line as "Insert DNA", there is an option of "Join Strands" (See images 3 and 4). Click on "Join Strands".

                                                                                                Image 12

You would notice that at the 3' ends and 5' ends, there would be green-colored arrowheads. Click on those arrowheads and join them with the arrowheads of another double-stranded DNA.

Thus, this is how you make a DNA Triangle. Like this, you can create more complex shapes made out of DNA that can be used as DNA Nanodevices.

Comments

Popular posts from this blog

Summer Research Internship Program (SRIP) 2021 at IIT Gandhinagar

  The Summer Research Internship Program, also known as SRIP, is conducted by the Indian Institute of Technology Gandhinagar (IITGn), one of the most prestigious institutions of India. This internship is highly sought after by students because of the learning and networking opportunities offered by this Research Internship. In this blog, I will be walking you through my experience in SRIP 2021. Before proceeding, I just want to clarify that it is highly recommended to check the website of SRIP for eligibility, duration, stipend, projects available, etc. Basic details of SRIP at IITGn Duration: 8 Weeks Eligibility: Students pursuing Bachelor's and Master's degree at any prominent institute in India. First-year students, as well as Final year students, can apply. Stipend: 2000 INR per Week Note- It is strongly recommended to the reader to check the SRIP website thoroughly because these details might change. I am a student pursuing B.Sc. (Hons.) Biochemistry from Sri Venkateswara ...

Prim's Algorithm

  Prim's Algorithm is a greedy algorithm that finds a minimum spanning tree for weighted undirected graphs. Spanning Trees: Retain a minimal set of edges so that graphs remain connected. A tree is a minimally connected graph. Adding an edge to a tree creates a loop and removing an edge disconnects the graph. In this graph, the red edges form a Spanning tree Minimum Cost Spanning Tree: Add the cost of all the edges in the Tree Amount different spanning trees, choose the one with a minimum one Finding Minimum Cost Spanning Trees using Prim's Algorithm Strategy: Incrementally grow the minimum cost spanning tree Start with the smallest weight edge overall Extend the current tree by adding the smallest edge from the vertex of the tree to a vertex not yet reached For example, consider: Start with the smallest edge which is between Vertex 1 and Vertex 3 in the above given example. After this, we can extend the tree by choosing edges that are connected with Vertex 1 and Vertex 3. This ...

Learning NumPy

  If you wish to learn about NumPy, kindly visit my Github repository by clicking here Visit my website- https://zeaan.github.io/website/