DOC PREVIEW
BYU BIO 465 - Alignment Problem

This preview shows page 1-2-3-18-19-36-37-38 out of 38 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Alignment ProblemKey IssuesTypes of AlignmentLocal vs. Global Pairwise AlignmentsHow do you compare alignments?Scoring MatricesMultiple Sequence AlignmentImprovementsIterative AlgorithmsSoftwareComparisonsWhy Genome Sequencing?Modern Sequencing MethodsSlide 14Automated SequencingReads and ContigsClone-by-Clone vs. ShotgunIn a Perfect WorldDifficulties?The Fruit FlySlide 21AbstractionOverlap-Layout-ConsensusApproximation AlgorithmsHandling RepeatsSlide 26HybridizationSequencing-By-HybridizationBridges of KönigsbergPros and ConsGraph PreprocessingSlide 32Sizes of genomes and numbers of genesSequencing parametersSequence accuracySequence accuracy and sequencing costSequencing coverageNCBI Genome SummaryAlignment Problem(Optimal) pairwise alignment consists of considering all possible alignments of two sequences and choosing the optimal one.Sub-optimal (heuristic) alignment algorithms are also very important: e.g. BLASTKey IssuesTypes of alignments (local vs. global)The scoring systemThe alignment algorithmMeasuring alignment significanceTypes of AlignmentGlobal—sequences aligned from end-to-end.Local—alignments may start in the middle of either sequenceUngappe d—no insertions or deletions are allowedOther types: overlap alignments, repeated match alignmentsLocal vs. Global Pairwise AlignmentsA global alignment includes all elements of the sequences and includes gaps.A global alignment may or may not include "end gap" penalties. Global alignments are better indicators of homology and take longer to compute. A local alignment includes only subsequences, and sometimes is computed without gaps.Local alignments can find shared domains in divergent proteins and are fast to computeHow do you compare alignments?Scoring schemeWhat events do we score?MatchesMismatchesGapsWhat scores will you give these events?What assumptions are you making?Score your alignmentScoring MatricesHow do you determine scores?What is out there already for your use?DNA versus Amino Acids?TTACGGAGCTTCCTGAGATCCMultiple Sequence AlignmentGlobal versus Local AlignmentsProgressive alignmentEstimate guide treeDo pairwise alignment on subtreesClustalXImprovementsConsistency-based AlgorithmsT-Coffee - consistency-based objective function to minimize potential errorsGenerates pair-wise global (Clustal)Local (Lalign)Then combine, reweight, progressive alignmentIterative AlgorithmsEstimate draft progressive alignment (uncorrected distances)Improved progressive (reestimate guide tree using Kimura 2-parameter)Refinement - divide into 2 subtrees, estimate two profiles, then re-align 2 profilesContinue refinement until convergenceSoftwareClustalT-CoffeeMUSCLE (limited models)MAFFT (wide variety of models)ComparisonsSpeedMuscle>MAFFT>CLUSTALW>T-COFFEEAccuracyMAFFT>Muscle>T-COFFEE>CLUSTALWLots more work to do here!Why Genome Sequencing?Modern Sequencing MethodsSanger (1982) introduced a sequencing method amenable to automation.Whole-genome sequencing: Clone-By-Clone vs. Shotgun AssemblyDrosophila melongaster sequenced (Myers et al. 2000)Homo sapien sequenced (Venter et al. 2001)Main idea: Obtain fragments of all possible lengths, ending in A, C, T, G.Using gel electrophoresis, we can separate fragments of differing lengths, and then assemble them.Sanger (1982) introduced chain-termination sequencing.Automated SequencingPerkin-Elmer 3700:Can sequence ~500bp with 98.5% accuracyReads and ContigsSequencing machines are limited to about ~500-750bp, so we must break up DNA into short and long fragments, with reads on either end.Reads are then assembled into contigs, then scaffolds.Clone-by-Clone vs. ShotgunTraditionally, long fragments are mapped, and then assembled by finding a minimum tiling path. Then, shotgun assembly is used to sequence long fragments.Shotgun assembly is cheaper, but requires more computational resources.Drosophila was successfully sequenced using shotgun assembly.In a Perfect WorldDifficulties?Good coverage does not guarantee that we can “see” repeats.Read coverage is generally not “truly” random, due to complications in fragmentation and cloning.Any automated approach requires extensive post-processing.Phrap www.phrap.orgThe Fruit FlyDrosophila melongaster was sequenced in 2000 using whole genome shotgun assembly.Genome size is ~120Mbp for euchromatic (coding) portion, with roughly 13,600 genes.The genome is still being refined.NIH used a Clone-By-Clone strategy; Celera used shotgun assembly.Celera used 300 sequencing machines in parallel to obtain 175,000 reads per day.Efforts were combined, resulting in 8x coverage of the human genome; consensus sequence is 2.91 billion base pairs.AbstractionThe basic question is: given a set of fragments from a long string, can we reconstruct the string?What is the shortest common superstring of the given fragments?Overlap-Layout-ConsensusConstruct a (directed) overlap graph, where nodes represent reads and edges represent overlap. Paths are contigs in this graph. Problem: Find the consensus sequence by finding a path that visits all nodes in layout graph.Note: This is an idealization, since we must handle errors!Approximation AlgorithmsThe shortest common superstring problem is NP-complete.Greedily choosing edges is a 4-approximation, conjectured to be a 2-approximation.Another idea: TSP has a 2-approximation if the edge weights are metric (Waterman et al. 1976 gives such metrics).Handling RepeatsWe can estimate how much coverage a given set of overlapping reads should yield, based on coverage.Repeats will “seem” to have unusually good coverage.Celera’s algorithms are proprietary, but there is no explicit way to handle repeats in the overlap-layout-consensus paradigm.The Big PictureHybridizationSuppose we had a way to probe fragments of length k that were present in our sequence, from a hybridization assay.Commercial products: Affymetrix GeneChip, Agilent, Amersham, etc.Sequencing-By-HybridizationThen instead of reads, we have regularly sized fragments, k-mers.Construct a multigraph G with (k-1)-mers as nodes, with edges representing k-mers. G is a de Bruijn graph.Idea: An Eulerian path in G corresponds to the assembled sequence, and we don’t lose repeats (Pevzner 1989).Bridges of KönigsbergTheorem (Euler 1736): A graph has a


View Full Document

BYU BIO 465 - Alignment Problem

Documents in this Course
summary

summary

13 pages

Cancer

Cancer

8 pages

Ch1

Ch1

5 pages

GNUMap

GNUMap

20 pages

cancer

cancer

8 pages

SNPs

SNPs

22 pages

Load more
Download Alignment Problem
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Alignment Problem and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Alignment Problem 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?