Computing with DNA Many thanks to Dave Bevan for providing some of the material for this lecture.

Slides:



Advertisements
Similar presentations
Ashish Gupta Ashish Gupta Unremarkable Problem, Remarkable Technique Operations in a DNA Computer DNA : A Unique Data Structure ! Pros.
Advertisements

DNA Computing COMP308 I believe things like DNA computing will eventually lead the way to a “molecular revolution,” which ultimately will have a very dramatic.
13-2 Manipulating DNA.
Genetics Making a model of DNA. Objective: I can discuss how cells pass on Genetic Information.
Montek Singh COMP Nov 15,  Two different technologies ◦ TODAY: DNA as biochemical computer  DNA molecules encode data  enzymes, probes.
Presented By:- Anil Kumar MNW-882-2K11
PROTEIN SYNTHESIS. DNA RNA Protein Scientists call this the: Central Dogma of Biology!
DNA: The Molecule of Heredity. If the DNA of one cell is stretched out, it makes a 7 ft. long string There are about 5 trillion cells in the human body.
DNA Replication and Protein Synthesis
SEMINAR ON BIOMOLECULAR COMPUTING
Nucleic Acid Structure Many thanks to Dave Bevan for providing some of the material for this lecture.
1 Computing with DNA L. Adelman, Scientific American, pp (Aug 1998) Note: This ppt file is based on a student presentation given in October, 1999.
DNA: The Molecule of Heredity. 15 Questions to be answered throughout this video Make sure you write the questions & answer the questions in the video.
Transcription and Translation
DNA Computing BY DIVYA TADESERA. Contents  Introduction  History and its origin  Relevancy of DNA computing in 1. Hamilton path problem(NP problem)
Algorithms and Running Time Algorithm: Well defined and finite sequence of steps to solve a well defined problem. Eg.,, Sequence of steps to multiply two.
DNA DNA is often called the blueprint of life.
1 2 DNA DNA.DNA is often called the blueprint of life. In simple terms, DNA contains the instructions for making proteins within the cell.
National 5 Biology Course Notes Part 4 : DNA and production of
BIO COMPUTERS. INTRODUCTION  Growing needs of mankind-Rapid Development.  Rapid advancement in computer technology will lose its momentum when silicon.
Genetics 6: Techniques for Producing and Analyzing DNA.
SC.912.L.16.5 Protein Synthesis: Transcription and Translation.
What is DNA Computing? Shin, Soo-Yong Artificial Intelligence Lab.
GENE SEQUENCING. INTRODUCTION CELL The cells contain the nucleus. The chromosomes are present within the nucleus.
Manipulating DNA. Scientists use their knowledge of the structure of DNA and its chemical properties to study and change DNA molecules Different techniques.
Biology Chapter 9 & Honors Biology Chapter 13 Frontiers Of Biotechnology.
DNA – The building blocks of life. DNA stands for Deoxyribonucleic Acid and is responsible for: a) storing and passing on genetic information from one.
FOOTHILL HIGH SCHOOL SCIENCE DEPARTMENT Chapter 13 Genetic Engineering Section 13-2 Manipulating DNA.
Reviewing Nitrogen Base Pairs Which nitrogenous base always pairs with Cytosine (C)? _______________________ Which nitrogenous base always pairs with Adenine.
DNA (Deoxyribonucleic Acid) DNA DNA.DNA - the blueprint of life. DNA contains the instructions for making proteins within the cell.
DNA Replication.
DNA: Structure and Replication DNA DNA. DNA is often called the blueprint of life. DNA contains the instructions for making proteins within the cell.
DNA. DNA fingerprinting, DNA profiling, DNA typing  All terms applied to the discovery by Alec Jeffreys and colleagues at Leicester University, England.
DNA History Function Structure Replication. History - Structure Erwin Chargaff –1950’s Discovered that the amount of A is always equal to the amount of.
DNA Deoxyribonucleic Acid. DNA Review Genetic material (DNA) is found in the nucleus of cells, and is contained on chromosomes. An organism inherits chromosomes.
13-2: Manipulating DNA Biology 2. Until very recently breeders could not change the DNA of the plants/animals they were breeding Scientists use DNA structure.
Title: Studying whole genomes Homework: learning package 14 for Thursday 21 June 2016.
DNA and RNA Structure and Function Chapter 12 DNA DEOXYRIBONUCLEIC ACID Section 12-1.
A PRESENTATION ON DNA COMPUTING Presented By SOMYA JAIN.
Copyright Pearson Prentice Hall
Today’s Title: CW: DNA manipulation – separating and probing
Chapter 13.2 Manipulating DNA.
The Structure and Function of DNA
DNA Structure and Replication Notes
Jeopardy! Molecular Genetics Edition.
What is the chemical structure of Deoxyribonucleic Acid (DNA) and how does that structure relate to is functions?
Copyright Pearson Prentice Hall
Copyright Pearson Prentice Hall
Chapter 12 Nucleic Acids and Protein Synthesis
DNA & Protein Synthesis
DNA Replication and Protein Synthesis
DNA Replication Section 12-2
Notes 13.1 DNA.
Copyright Pearson Prentice Hall
DNA DNA is the only organic molecule capable of duplicating itself which allows cells to divide which allows for life to exist. DNA is contained in the.
Introduction to DNA.
Unit 1.2 Review.
DNA Structure.
Copyright Pearson Prentice Hall
Copyright Pearson Prentice Hall
Life’s Instruction Manual or What Genes are Made Of
By:- Manas Pandey Electrnics & Communication Roll No
DNA Structure & Function
Deoxyribonucleic Acid
Genes Determine the characteristics of individuals.
Copyright Pearson Prentice Hall
The Structure and Function of DNA
DNA Computing Herman G. Meyer III Sept. 28, 2004.
Unit 3: Genetics Part 1: Genetic Informaiton
Using the DNA Sequence Knowing the sequence of an organism’s DNA allows researchers to study specific genes, to compare them with the genes of other organisms,
Presentation transcript:

Computing with DNA Many thanks to Dave Bevan for providing some of the material for this lecture.

The Central Dogma

Graphical Representation of inherent bonding properties of DNA

Travelling Salesman Problem In early 1994, Adleman put his theory of DNA computing to the test on a problem called the Traveling Salesman Problem.

Travelling Salesman Problem Only need to keep those paths that exhibit the following properties: The path must start at city A and end at city G. Of those paths, the correct paths must pass through all 7 cities at least once. The final path must contain each city in turn.

Example:

Travelling Salesman Problem Adleman, created randomly sequenced DNA strands 20 bases long to chemically represent each city and a complementary 20 base strand that overlaps each city’s strand halfway to represent each street

The principle This can be thought of as building blocks that have a certain “pattern”. Only the parts with matching patterns can be put together In the diagram below, whole color blocks are the cities and split color blocks represent the paths from one city to another C B => C C => D

San Diego = TTGACGAATG ATGCTAGAAA, Atlanta = AATCCATGCG AAATTAGCCC, How it works? I. Represent each of the cities as single-stranded DNA molecules, each with 20 arbitrary nucleotides. Nucleotides are the building blocks of DNA, and they exist as four different bases: adenine, thymine, guanine, and cytosine (denoted by the letters A, T, G, and C, respectively). For example, San Diego = TTGACGAATG ATGCTAGAAA, Atlanta = AATCCATGCG AAATTAGCCC, St. Louis = TATGACCTAG CTAGCATAGC, etc.

How it works? II. Assign flight names for all the possible flight paths, combining the last 10 nucleotides of the departure city with the first ten nucleotides of the arrival city. For example, a flight leaving St. Louis and arriving in Atlanta would be denoted as CTAGCATAGC AATCCATGCG. If this encounters the complement of the Atlanta city name (TTAGGTACGC TTTAATCGGG) in solution, the segment coding AATCCATGCG will hydrogen bond to the segment coding TTAGGTACGC, leading to 

 CTAGCATAGC AATCCATGCG |||||||||| TTAGGTACGC TTTAATCGGG This structure can in turn bond to a flight leaving from Atlanta, and so on.

How it works? III. First synthesize DNA strands representing all cities and flight connections. Using DNA ligase, which “glues” DNA molecules together, allow the DNA strands to combine and form all possible itineraries. Make sure there is enough copies of each DNA molecule to ensure that all flight plans could form. Use polymerase chain reaction (PCR) to make multiple copies of only those itineraries with the correct departure and arrival destination. Select only those of the right length that contain the the sequence for the start and end cities.

How it works? Using gel electrophoresis, all possible travel paths are “sorted” by their total length Shorter fragments travel faster through the gel If the path goes through all of the cities at least ones, it is considered correct Long Short

Beyond the Traveling Salesman DNA logic circuits 74 DNA strand circuit capable of computing the square root of 4 digit binary numbers Computer-aided DNA Synthetic genes Improving genetic pathways Living computers? Cells that are fully automated computational machines

Potential Advantages of a DNA Computer Parallel Computing- DNA computers are massively parallel. Adleman’s experiment performed at a rate of 100 teraflops, or 100 trillion floating point operations per second. By comparison, NEC Corporation’s Earth Simulator, the world’s fastest supercomputer, operates at approximately 36 teraflops. Incredibly light weight- With only 1 LB of DNA you have more computing power than all the computers ever made. Low power- The only power needed is to keep DNA from denaturing. Medical applications: a computer to identify given disease at each cell and launch a cell-specific cure.