Download Lecture 1 - Graham Ellis

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Polycomb Group Proteins and Cancer wikipedia , lookup

SNP genotyping wikipedia , lookup

Comparative genomic hybridization wikipedia , lookup

DNA profiling wikipedia , lookup

DNA repair wikipedia , lookup

Mutation wikipedia , lookup

Epigenetics wikipedia , lookup

NEDD9 wikipedia , lookup

Zinc finger nuclease wikipedia , lookup

Mitochondrial DNA wikipedia , lookup

Mutagen wikipedia , lookup

Genome evolution wikipedia , lookup

DNA polymerase wikipedia , lookup

Replisome wikipedia , lookup

Bisulfite sequencing wikipedia , lookup

Human genome wikipedia , lookup

Synthetic biology wikipedia , lookup

Nucleosome wikipedia , lookup

Chromosome wikipedia , lookup

Nutriepigenomics wikipedia , lookup

Genetic engineering wikipedia , lookup

No-SCAR (Scarless Cas9 Assisted Recombineering) Genome Editing wikipedia , lookup

Gel electrophoresis of nucleic acids wikipedia , lookup

United Kingdom National DNA Database wikipedia , lookup

Cancer epigenetics wikipedia , lookup

Genomic library wikipedia , lookup

DNA damage theory of aging wikipedia , lookup

Genealogical DNA test wikipedia , lookup

Site-specific recombinase technology wikipedia , lookup

Gene wikipedia , lookup

Primary transcript wikipedia , lookup

DNA vaccination wikipedia , lookup

Epigenomics wikipedia , lookup

Cell-free fetal DNA wikipedia , lookup

Nucleic acid double helix wikipedia , lookup

DNA supercoil wikipedia , lookup

Molecular cloning wikipedia , lookup

Point mutation wikipedia , lookup

Non-coding DNA wikipedia , lookup

Cre-Lox recombination wikipedia , lookup

Genomics wikipedia , lookup

Genome editing wikipedia , lookup

Designer baby wikipedia , lookup

Nucleic acid analogue wikipedia , lookup

Deoxyribozyme wikipedia , lookup

Microevolution wikipedia , lookup

Extrachromosomal DNA wikipedia , lookup

Vectors in gene therapy wikipedia , lookup

Therapeutic gene modulation wikipedia , lookup

Helitron (biology) wikipedia , lookup

History of genetic engineering wikipedia , lookup

Artificial gene synthesis wikipedia , lookup

Transcript
Computational Molecular Biology
Lecture One
Semester I, 2009-10
Graham Ellis
NUI Galway, Ireland
Abstract
This is a mathematics course about biology and computation. It is
not a biology course.
No previous knowledge of computers or biology assumed.
Text
Course loosely based on the book:
Computational Molecular Biology: An algorithmic approach
Pavel A. Pevzner (MIT Press, 2000)
Learning Outcomes
By Christmas, diligent students should be able to
◮
Use some basic terminology of molecular biology (gene, DNA,
alignment, edit distance, . . . ).
◮
Describe some fundamental computational problems in
molecular biology.
◮
Use some basic computer science jargon (algorithm, dynamic
programming, loop, object oriented programming, . . . ).
◮
Read and write simple algorithms.
◮
Implement simple algorithms on a PC using the Python
programming language.
◮
Be aware of the existence and purpose of bioinformatics
software such as BLAST.
Assessment
◮
Two practical homework assignments (10% each).
◮
End of semester written exam (80%) (based on the lecture
notes, exercise sheets and homework assignments).
Problem solving
Some time in lectures will be devoted to solving problems from
exercise sheets. (There will be no extra tutorial.)
Prerequisites
◮
1st year mathematics
◮
Access to a PC.
Q: What is a gene?
Q: What is a gene?
A: I don’t really know!
Q: What is a gene?
A: I don’t really know!
Q: What is electricity?
Q: What is a gene?
A: I don’t really know!
Q: What is electricity?
A: I don’t really know, but my limited understanding enables me to
wire a house and build a simple radio.
Some Elementary Biology
◮
Darwin & others aware of inheritance. Believed in blended
inheritance: offspring are an average of their parents.
Some Elementary Biology
◮
Darwin & others aware of inheritance. Believed in blended
inheritance: offspring are an average of their parents.
◮
Gregor Mendel studied inheritance in pea plants (1860s).
Noticed that biological variations only inherited as discrete
traits.
e.g. offspring of a blue eyed mother and brown eyed father
has 3/4 chance of having brown eyes.
Some Elementary Biology
◮
Darwin & others aware of inheritance. Believed in blended
inheritance: offspring are an average of their parents.
◮
Gregor Mendel studied inheritance in pea plants (1860s).
Noticed that biological variations only inherited as discrete
traits.
e.g. offspring of a blue eyed mother and brown eyed father
has 3/4 chance of having brown eyes.
◮
In 1889 Hugo de Vries gave Mendel’s inheritance mechanism
the name gene. Had little understanding of the physical
nature of a gene.
◮
In 1910 Thomas Hunt Morgan showed that genes resided in
chromosomes in cells.
◮
In 1910 Thomas Hunt Morgan showed that genes resided in
chromosomes in cells.
◮
In 1944 it was shown that Deoxyribonucleic acid, or DNA,
holds the genes information. DNA is a long polymer made
from repeating units called nucleotides.
◮
In 1910 Thomas Hunt Morgan showed that genes resided in
chromosomes in cells.
◮
In 1944 it was shown that Deoxyribonucleic acid, or DNA,
holds the genes information. DNA is a long polymer made
from repeating units called nucleotides.
◮
In 1953 Crick and Watson demonstrated the molecular
structure of DNA.
Where is DNA?
DNA condensed into
little holes
chromosomes
1
cell
boundary
2
2’
1’
nuclear
membrane
Chromosomes contain a mixture of protein and DNA. They often
come in pairs.
Humans cells contain 46 chromosomes in 22 homologous pairs plus
the non-homologous X and Y chromosomes that determine sex.
How big is DNA?
1m
10−2 m
10−5 m
10−8 m
very roughly, the height of person
length of DNA from a human chromosome
diameter of typical human cell
diameter of a DNA thread
How big is DNA?
1m
10−2 m
10−5 m
10−8 m
very roughly, the height of person
length of DNA from a human chromosome
diameter of typical human cell
diameter of a DNA thread
An imaginary scale
On a scale where humans were 1000km tall, a typical human
chromosome would contain 10km of DNA. This would be
contained in a cell of 1m diameter. The DNA thread would have a
1mm diameter.
Why is DNA important?
1. DNA contains the instructions needed to construct other
components of cells such as protein and RNA.
Why is DNA important?
1. DNA contains the instructions needed to construct other
components of cells such as protein and RNA.
2. There are 20 different kinds of amino acid that combine to
make proteins. There are many possible combinations,
resulting in many different types of protein.
Why is DNA important?
1. DNA contains the instructions needed to construct other
components of cells such as protein and RNA.
2. There are 20 different kinds of amino acid that combine to
make proteins. There are many possible combinations,
resulting in many different types of protein.
3. The cell DNA tells a cell the order in which to assemble the
amino acids, and the length to be assembled.
What is DNA?
(An overly simple, yet sufficient, answer)
DNA is a string of four different nucleotides: Adenine, Guanine,
Cytosine and Thymine.
DNA thread
gene 1
gene 2
T T T A A A A A G G C T
gene 3
part of
gene 2
genetic code
amino acids
Phe −−− Lys −−− Lys −−− Ala
part of
protein 2
◮
For the purposes of this course (and much of computational
biology) we can view DNA as a string in the four-letter
alphabet of nucleotides A, T, G and C.
◮
For the purposes of this course (and much of computational
biology) we can view DNA as a string in the four-letter
alphabet of nucleotides A, T, G and C.
◮
The entire DNA of an organism is called its genome
◮
Each cell of an organism contains the same genome.
◮
For the purposes of this course (and much of computational
biology) we can view DNA as a string in the four-letter
alphabet of nucleotides A, T, G and C.
◮
The entire DNA of an organism is called its genome
◮
Each cell of an organism contains the same genome.
◮
DNA is usually double stranded with one strand being the
Crick-Watson complement of the other. (T pairs with A, C
with G.)
A T G C T C A G G
|
|
|
|
|
|
|
|
|
T A C G A G T C C