Download presentation
Presentation is loading. Please wait.
Published byJohn Johnston Modified over 8 years ago
1
Bioinformatics Multiple Alignment
2
Overview Introduction Multiple Alignments Global multiple alignment –Introduction –Scoring –Algorithms
3
Algorithms HMM Pattern recognition Dynamic Programming Heuristic Searches Multiple Alignment Motif Searches Database searches Chapter 2
4
Global multiple alignment (ClustalW) –Proteins, nucleotides –Long stretches of conservation essential –Identification of protein family profiles –Score gaps Local multiple alignments (Motif Detection, Profile construction) –Proteins, nucleotides –Short stretches of conservation (12 NT, 6 AA) –Identification of regulatory motifs (DNA, protein) –No explicit gap scoring –Explicit use of a profile Introduction
5
Primary sequence Evolution duplication speciation Homologs in related organismsFamilies of proteins Features characteristic for the whole family Multiple sequence alignment Introduction
6
Multiple sequence alignment Features characteristic for the protein family Profile (HMM) Detect remote members of the family Phylogeny Reconstruct phylogenetic relationships Introduction
7
Assumption: –Independency between columns –Residues within column independent (I.e. representative members of a sequence family should be chosen, all evolutionary subfamilies should be represented) –Sequence score: score for all the columns and gaps Scoring a multiple alignment
8
Sums of pair score is an approximation But for tree-way alignment SP problem: –N sequences with L (score L is 5) –N-1 sequences with L and one with G (score G is -4) S(a,b) from scoring matrix PAM or BLOSUM instead of relative difference in score between the correct and the incorrect alignment decreases with the number of sequences in the alignment RAL RTL CAL RAG a b c Counterintuitive ! Scoring
9
Multidimensional dynamic programming Tedious formalism (optimal alignment) computation of the whole dynamic programming matrices L1,L2,…LN entries Maximize over all 2N-1 combinations of gaps in a column Time complexity (2N LN) Clever algorithm : Carrillo & Lipman (MSA) Algorithm
10
Pairwise sequence alignments Similarity matrix Progressive clustering Multiple sequence alignment Guide tree BADC Progressive alignment “once a gap always a gap” Algorithm
12
Progressive alignment methods Hierarchical (heuristic): succession of pairwise alignments Two sequences are aligned by standard pairwise alignment This alignment is fixed Align next sequence Different algorithms –Order of the alignment –Progression: »Alignment of a new sequence to a growing alignment »Subfamilies are built up on a tree structure and alignments are aligned to alignments –Process used to align and score sequences to alignments Heuristic approach: –Align most similar pairs of sequences first –Most similar is based on a guide tree (quick and dirty and unsuitable for phylogenetic inference) Algorithm
13
Disadvantage But it is advantageous to use position specific information from an existing alignment e.g. mismatches at highly conserved positions should be penalized more than mismatches at variable positions e.g. gap penalties might increase in regions which do not contain gaps as compared to regions which contain gaps PROFILE ALIGNMENT (hidden Markov, frequency matrices) C T T G T C A T G T C A C T T C A T T G Algorithm
14
PROFILE based progressive multiple alignment : CLUSTALW –Construct distance matrix by pairwise dynamic programming –Convert similarity scores to evolutionary distances –Construct a guide tree (clustering, neighbour joining clustering) –Progressively align in order of decreasing similarity –Sequence-sequence –Sequence-profile –Profile-profile »Weighting to compensate for defects in SP »Closely related: hard matrices (BLOSUM80), distant related soft matrices (BLOSUM50) »Gap penalties adapted –To hydrophobicity of the residue –Gap-open and gap-extend penalties increased if there are no gaps in a column Algorithm
15
Further improvement –Iterative refinement Problem: progressive alignment: subalignments are frozen Solution: –Iterative alignment: remove sequence from alignment and realign –Repeat realignment until the alignment score converges Algorithm
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.