Title: DNA Sequencing
1DNA Sequencing
2Next few topics
- DNA Sequencing
- Sequencing strategies
- Hierarchical
- Online (Walking)
- Whole Genome Shotgun
- Sequencing Assembly
- Gene Recognition
- The GENSCAN hidden Markov model
- Comparative Gene Recognition Twinscan, SLAM
- Large-scale and multiple sequence alignment
- Microarrays, Regulation, and Motif-finding
- Evolution and Phylogeny
- RNA Structure and Modeling
3New topic DNA sequencing
- How we obtain the sequence of nucleotides of a
species
ACGTGACTGAGGACCGTG CGACTGAGACTGACTGGGT CTAGCTAGAC
TACGTTTTA TATATATATACGTCGTCGT ACTGATGACTAGATTACAG
ACTGATTTAGATACCTGAC TGATTTTAAAAAAATATT
4Which representative of the species?
- Which human?
- Answer one
- Answer two it doesnt matter
-
- Polymorphism rate number of letter changes
between two different members of a species -
- Humans 1/1,000
- Other organisms have much higher polymorphism
rates
5Why humans are so similar
- A small population that interbred reduced the
genetic variation - Out of Africa 100,000 years ago
Out of Africa
6Migration of human variation
- http//info.med.yale.edu/genetics/kkidd/point.html
7Migration of human variation
- http//info.med.yale.edu/genetics/kkidd/point.html
8Migration of human variation
- http//info.med.yale.edu/genetics/kkidd/point.html
9DNA Sequencing
- Goal
- Find the complete sequence of A, C, G, Ts in
DNA - Challenge
- There is no machine that takes long DNA as an
input, and gives the complete sequence as output - Can only sequence 500 letters at a time
10DNA sequencing vectors
DNA
Shake
DNA fragments
Known location (restriction site)
Vector Circular genome (bacterium, plasmid)
11Different types of vectors
VECTOR Size of insert
Plasmid 2,000-10,000 Can control the size
Cosmid 40,000
BAC (Bacterial Artificial Chromosome) 70,000-300,000
YAC (Yeast Artificial Chromosome) gt 300,000 Not used much recently
12DNA sequencing gel electrophoresis
- Start at primer (restriction site)
- Grow DNA chain
- Include dideoxynucleoside (modified a, c, g, t)
- Stops reaction at all possible points
- Separate products with length, using gel
electrophoresis
13Electrophoresis diagrams
14Challenging to read answer
15Challenging to read answer
16Challenging to read answer
17Reading an electropherogram
- Filtering
- Smoothening
- Correction for length compressions
- A method for calling the letters PHRED
- PHRED PHils Read EDitor (by Phil Green)
- Based on dynamic programming
- Several better methods exist, but labs are
reluctant to change
18Output of PHRAP a read
- A read 500-700 nucleotides
- A C G A A T C A G A
- 16 18 21 23 25 15 28 30 32 21
- Quality scores -10?log10Prob(Error)
- Reads can be obtained from leftmost, rightmost
ends of the insert - Double-barreled sequencing
- Both leftmost rightmost ends are sequenced
19Method to sequence longer regions
genomic segment
cut many times at random (Shotgun)
Get one or two reads from each segment
500 bp
500 bp
20Reconstructing the Sequence (Fragment Assembly)
reads
Cover region with 7-fold redundancy (7X)
Overlap reads and extend to reconstruct the
original genomic region
21Definition of Coverage
C
- Length of genomic segment L
- Number of reads n
- Length of each read l
- Definition Coverage C n l / L
- How much coverage is enough?
- Lander-Waterman model
- Assuming uniform distribution of reads, C10
results in 1 gapped region /1,000,000 nucleotides
22Challenges with Fragment Assembly
- Sequencing errors
- 1-2 of bases are wrong
- Repeats
- Computation O( N2 ) where N reads
false overlap due to repeat
23Repeats
- Bacterial genomes 5
- Mammals 50
- Repeat types
- Low-Complexity DNA (e.g. ATATATATACATA)
- Microsatellite repeats (a1ak)N where k 3-6
- (e.g. CAGCAGTAGCAGCACCAG)
- Transposons
- SINE (Short Interspersed Nuclear Elements)
- e.g., ALU 300-long, 106 copies
- LINE (Long Interspersed Nuclear Elements)
- 500-5,000-long, 200,000 copies
- LTR retroposons (Long Terminal Repeats (700 bp)
at each end) - cousins of HIV
- Gene Families genes duplicate then diverge
(paralogs) - Recent duplications 100,000-long, very similar
copies
24Strategies for whole-genome sequencing
- Hierarchical Clone-by-clone yeast, worm,
human - Break genome into many long fragments
- Map each long fragment onto the genome
- Sequence each fragment with shotgun
- Online version of (1) Walking rice genome
- Break genome into many long fragments
- Start sequencing each fragment with shotgun
- Construct map as you go
- Whole Genome Shotgun fly, human, mouse, rat,
fugu - One large shotgun pass on the whole genome
25Hierarchical Sequencing
26Hierarchical Sequencing Strategy
genome
- Obtain a large collection of BAC clones
- Map them onto the genome (Physical Mapping)
- Select a minimum tiling path
- Sequence each clone in the path with shotgun
- Assemble
- Put everything together
27Methods of physical mapping
- Goal
- Map the clones relative to one another
- Use the map to select a minimal tiling set of
clones to sequence - Methods
- Hybridization
- Digestion
281. Hybridization
p1
pn
- Short words, the probes, attach to complementary
words - Construct many probes p1, p2, , pn
- Treat each clone Ci with all probes
- Record all attachments (Ci, pj)
- Same words attaching to clones X, Y ? overlap
29Hybridization Computational Challenge
p1 p2 .pm
0 0 1 ..1
- Matrix
- m probes ? n clones
-
- (i, j) 1, if pi hybridizes to Cj
- 0, otherwise
- Definition Consecutive ones matrix
- 1s are consecutive in each row col
- Computational problem
- Reorder the probes so that matrix is in
consecutive-ones form - Can be solved in O(m3) time (m gt n)
C1 C2 .Cn
1 1 0 ..0
1 0 1...0
pi1pi2.pim
1 1 1 0 0 0..0
0 1 1 1 1 1..0
0 0 1 1 1 0..0
Cj1Cj2 .Cjn
0 0 0 0 0 01 1 1 0
0 0 0 0 0 00 1 1 1
30Hybridization Computational Challenge
pi1pi2.pim
pi1pi2.pim
1 1 1 0 0 0..0
0 1 1 1 1 1..0
0 0 1 1 1 0..0
Cj1Cj2 .Cjn
Cj1Cj2 .Cjn
0 0 0 0 0 01 1 1 0
0 0 0 0 0 00 1 1 1
- If we put the matrix in consecutive-ones form,
- then we can deduce the order of the clones
- which pairs of clones overlap
31Hybridization Computational Challenge
p1 p2 .pm
- Additional challenge
- A probe (short word) can hybridize in many
places in the genome - Computational Problem
- Find the order of probes that implies the
minimal probe repetition - Equivalent find the shortest string of probes
such that each clone appears as a substring - APX-hard
- Solutions
- Greedy, Probabilistic, Lots of manual curation
0 0 1 ..1
C1 C2 .Cn
1 1 0 ..0
1 0 1...0
322. Digestion
- Restriction enzymes cut DNA where specific words
appear - Cut each clone separately with an enzyme
- Run fragments on a gel and measure length
- Clones Ca, Cb have fragments of length li, lj,
lk ? overlap - Double digestion
- Cut with enzyme A, enzyme B, then enzymes A B
33Online Clone-by-cloneThe Walking Method
34The Walking Method
- Build a very redundant library of BACs with
sequenced clone-ends (cheap to build) - Sequence some seed clones
- Walk from seeds using clone-ends to pick
library clones that extend left right
35Walking An Example
36Advantages Disadvantages of Hierarchical
Sequencing
- Hierarchical Sequencing
- ADV. Easy assembly
- DIS. Build library physical map
- redundant sequencing
- Whole Genome Shotgun (WGS)
- ADV. No mapping, no redundant sequencing
- DIS. Difficult to assemble and resolve repeats
- The Walking method motivation
- Sequence the genome clone-by-clone without a
physical map - The only costs involved are
- Library of end-sequenced clones (cheap)
- Sequencing
37Walking off a Single Seed
- Low redundant sequencing
- Many sequential steps
38Walking off a single clone is impractical
- Cycle time to process one clone 1-2 months
- Grow clone
- Prepare Shear DNA
- Prepare shotgun library perform shotgun
- Assemble in a computer
- Close remaining gaps
- A mammalian genome would need 15,000 walking
steps !
39Walking off several seeds in parallel
Efficient
Inefficient
- Few sequential steps
- Additional redundant sequencing
- In general, can sequence a genome in 5 walking
steps, - with lt20 redundant sequencing
40Using Two Libraries
Most inefficiency comes from closing a small
ocean with a much larger clone
Solution Use a second library of small clones
41Whole-Genome Shotgun Sequencing
42Whole Genome Shotgun Sequencing
genome
plasmids (2 10 Kbp)
forward-reverse paired reads
known dist
cosmids (40 Kbp)
500 bp
500 bp