Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Gap penalty
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
A '''Gap penalty''' is a method of scoring alignments of two or more sequences. When aligning sequences, introducing gaps in the sequences can allow an alignment algorithm to match more terms than a gap-less alignment can. However, minimizing gaps in an alignment is important to create a useful alignment. Too many gaps can cause an alignment to become meaningless. Gap penalties are used to adjust alignment scores based on the number and length of gaps. The five main types of gap penalties are constant, linear, affine, convex, and profile-based.<ref name=rosalind_glossary>{{Cite web|url=http://rosalind.info/glossary/gap-penalty/|title=Glossary|website=Rosalind|publisher=Rosalind Team|access-date=2021-05-20}}</ref> == Applications == * '''Genetic sequence alignment''' - In bioinformatics, gaps are used to account for genetic mutations occurring from [[Insertion (genetics)|insertions]] or [[Deletion (genetics)|deletions]] in the sequence, sometimes referred to as ''indels''. Insertions or deletions can occur due to single mutations, unbalanced crossover in [[meiosis]], [[slipped strand mispairing]], and [[chromosomal translocation]].<ref>{{Cite journal |last=Carroll, Ridge, Clement, Snell |first=Hyrum , Perry, Mark, Quinn |date=January 1, 2007 |title=Effects of Gap Open and Gap Extension Penalties |url=https://scholarsarchive.byu.edu/cgi/viewcontent.cgi?article=1289&context=facpub |journal=International Journal of Bioinformatics Research and Applications |access-date=2014-09-09}}</ref> The notion of a gap in an alignment is important in many biological applications, since the insertions or deletions comprise an entire sub-sequence and often occur from a single mutational event.<ref name=":0">{{Cite book|title=Algorithms for Molecular Biology|date=2006-01-01|chapter=Gap Penalty|access-date=2014-09-13|chapter-url=http://www.biogem.org/downloads/notes/Gap%20Penalty.pdf|archive-url=https://web.archive.org/web/20130626060959/http://www.biogem.org/downloads/notes/Gap%20Penalty.pdf|archive-date=2013-06-26|url-status=dead}}</ref> Furthermore, single mutational events can create gaps of different sizes. Therefore, when scoring, the gaps need to be scored as a whole when aligning two sequences of DNA. Considering multiple gaps in a sequence as a larger single gap will reduce the assignment of a high cost to the mutations. For instance, two protein sequences may be relatively similar but differ at certain intervals as one protein may have a different subunit compared to the other. Representing these differing sub-sequences as gaps will allow us to treat these cases as “good matches” even though there are long consecutive runs with indel operations in the sequence. Therefore, using a good gap penalty model will avoid low scores in alignments and improve the chances of finding a true alignment.<ref name=":0" /> In genetic sequence alignments, gaps are represented as dashes(-) on a protein/DNA sequence alignment.<ref name="rosalind_glossary" /> * '''Unix ''[[diff]]'' function''' - computes the minimal difference between two files similarly to plagiarism detection. * '''Spell checking''' - Gap penalties can help find correctly spelled words with the shortest [[edit distance]] to a misspelled word. Gaps can indicate a missing letter in the incorrectly spelled word. * '''Plagiarism detection''' - Gap penalties allow algorithms to detect where sections of a document are plagiarized by placing gaps in original sections and matching what is identical. The gap penalty for a certain document quantifies how much of a given document is probably original or plagiarized. == Bioinformatics applications == === Global alignment === {{main|Needleman-Wunsch algorithm}} A global alignment performs an end-to-end alignment of the query sequence with the reference sequence. Ideally, this alignment technique is most suitable for closely related sequences of similar lengths. The Needleman-Wunsch algorithm is a [[dynamic programming]] technique used to conduct global alignment. Essentially, the algorithm divides the problem into a set of sub-problems, then uses the results of the sub-problems to reconstruct a solution to the original query.<ref>{{Cite web|url = http://www.britannica.com/EBchecked/topic/1334661/bioinformatics/285871/Goals-of-bioinformatics#ref1115380|title = bioinformatics|date = 2013-07-26|access-date = 2014-09-12|website = Encyclopædia Britannica|last = Lesk|first = Arthur M}}</ref> === Semi-global alignment === The use of semi-global alignment exists to find a particular match within a large sequence. An example includes seeking promoters within a DNA sequence. Unlike global alignment, it compromises of no end gaps in one or both sequences. If the end gaps are penalized in one sequence 1 but not in sequence 2, it produces an alignment that contains sequence 2 within sequence 1. === Local alignment === {{main|Smith–Waterman algorithm}} [[File:Protein alignment.svg|alt=text|thumb| Example of Protein Sequence Alignment ]] A local sequence alignment matches a contiguous sub-section of one sequence with a contiguous sub-section of another.<ref>{{Cite journal | doi = 10.1016/S0022-2836(05)80006-3 | last1 = Vingron | first1 = M. | last2 = Waterman | first2 = M. S. | title = Sequence alignment and penalty choice. Review of concepts, case studies and implications | journal = Journal of Molecular Biology | volume = 235 | issue = 1 | pages = 1–12 | year = 1994 | pmid = 8289235 }}</ref> The Smith-Waterman algorithm is motivated by giving scores for matches and mismatches. Matches increase the overall score of an alignment whereas mismatches decrease the score. A good alignment then has a positive score and a poor alignment has a negative score. The [[local algorithm]] finds an alignment with the highest score by considering only alignments that score positives and picking the best one from those. The algorithm is a [[dynamic programming]] algorithm. When comparing proteins, one uses a similarity matrix which assigns a score to each possible residue pair. The score should be positive for similar residues and negative for dissimilar residue pairs. Gaps are usually penalized using a linear gap function that assigns an initial penalty for a gap opening, and an additional penalty for gap extensions, increasing the gap length. === Scoring matrix === {{main|Substitution matrix}} [[File:BLOSUM62.png|alt=text|thumb| Blosum-62 Matrix ]] [[Substitution matrix|Substitution matrices]] such as [[BLOSUM]] are used for sequence alignment of proteins.<ref name="NCBI">{{cite web |title=BLAST substitution matrices |publisher=NCBI |url=https://www.ncbi.nlm.nih.gov/blast/html/sub_matrix.html |access-date=2012-11-27}}</ref> A Substitution matrix assigns a score for aligning any possible pair of residues.<ref name="NCBI" /> In general, different substitution matrices are tailored to detecting similarities among sequences that are diverged by differing degrees. A single matrix may be reasonably efficient over a relatively broad range of evolutionary change.<ref name="NCBI" /> The BLOSUM-62 matrix is one of the best substitution matrices for detecting weak protein similarities.<ref name="NCBI" /> BLOSUM matrices with high numbers are designed for comparing closely related sequences, while those with low numbers are designed for comparing distant related sequences. For example, BLOSUM-80 is used for alignments that are more similar in sequence, and BLOSUM-45 is used for alignments that have diverged from each other.<ref name="NCBI" /> For particularly long and weak alignments, the BLOSUM-45 matrix may provide the best results. Short alignments are more easily detected using a matrix with a higher "relative entropy" than that of BLOSUM-62. The BLOSUM series does not include any matrices with relative entropies suitable for the shortest queries.<ref name="NCBI" /> === Indels === {{main|Indel}} During [[DNA replication]], the cellular replication machinery is prone to making two types of errors while duplicating the DNA. These two replication errors are insertions and deletions of single DNA bases from the DNA strand (indels).<ref name="Garcia-Diaz2006">{{Cite journal |last=Garcia-Diaz |first=Miguel |title= Mechanism of a genetic glissando: structural biology of indel mutations |journal=Trends in Biochemical Sciences |issue=4 |year=2006 |volume=31|doi=10.1016/j.tibs.2006.02.004 |pages=206–214 |pmid=16545956}}</ref> [[Indels]] can have severe biological consequences by causing mutations in the DNA strand that could result in the inactivation or over activation of the target protein. For example, if a one or two nucleotide indel occurs in a coding sequence the result will be a shift in the reading frame, or a [[frameshift mutation]] that may render the protein inactive.<ref name="Garcia-Diaz2006" /> The biological consequences of indels are often deleterious and are frequently associated with pathologies such as [[cancer]]. However, not all indels are frameshift mutations. If indels occur in trinucleotides, the result is an extension of the protein sequence that may also have implications on protein function.<ref name="Garcia-Diaz2006" /> ==Types== [[File:Comparison of Gap Penalty Funcitons.png|thumb|This graph shows the difference between types of gap penalties. The exact numbers will change for different applications but this shows the relative shape of each function.]] === Constant === This is the simplest type of gap penalty: a fixed negative score is given to every gap, regardless of its length.<ref name=":0" /><ref>{{Cite web|url=http://rosalind.info/glossary/constant-gap-penalty/|title=Glossary - Constant Gap Penalty|date=12 Aug 2014|website=Rosalind|publisher=Rosalind Team|access-date=12 Aug 2014}}</ref> This encourages the algorithm to make fewer, larger, gaps leaving larger contiguous sections. ATTGACCTGA || ||||| AT---CCTGA Aligning two short DNA sequences, with '-' depicting a gap of one base pair. If each match was worth 1 point and the whole gap -1, the total score: 7 − 1 = 6. === Linear === Compared to the constant gap penalty, the linear gap penalty takes into account the length (L) of each insertion/deletion in the gap. Therefore, if the penalty for each inserted/deleted element is B and the length of the gap L; the total gap penalty would be the product of the two BL.<ref name="Hodgman C, French A, Westhead D, 2009 143–144">{{Cite book|title=BIOS Instant Notes in Bioinformatics|vauthors=Hodgman C, French A, Westhead D|publisher=Garland Science|year=2009|isbn=978-0203967249|pages=143–144}}</ref> This method favors shorter gaps, with total score decreasing with each additional gap. ATTGACCTGA || ||||| AT---CCTGA Unlike constant gap penalty, the size of the gap is considered. With a match with score 1 and each gap -1, the score here is (7 − 3 = 4). === Affine === The most widely used gap penalty function is the affine gap penalty. The affine gap penalty combines the components in both the constant and linear gap penalty, taking the form <math>A+B\cdot (L-1)</math>. This introduces new terms, A is known as the gap opening penalty, B the gap extension penalty and L the length of the gap. Gap opening refers to the cost required to open a gap of any length, and gap extension the cost to extend the length of an existing gap by 1.<ref>{{Cite web|url=http://rosalind.info/problems/gaff/|title=Global Alignment with Scoring Matrix and Affine Gap Penalty|date=2012-07-02|website=Rosalind|publisher=Rosalind Team|access-date=2014-09-12}}</ref> Often it is unclear as to what the values A and B should be as it differs according to purpose. In general, if the interest is to find closely related matches (e.g. removal of vector sequence during genome sequencing), a higher gap penalty should be used to reduce gap openings. On the other hand, gap penalty should be lowered when interested in finding a more distant match.<ref name="Hodgman C, French A, Westhead D, 2009 143–144"/> The relationship between A and B also have an effect on gap size. If the size of the gap is important, a small A and large B (more costly to extend a gap) is used and vice versa. Only the ratio A/B is important, as multiplying both by the same positive constant <math>k</math> will increase all penalties by <math>k</math>: <math>kA+kB (L-1) = k(A+B(L-1))</math> which does not change the relative penalty between different alignments. === Convex === Using the affine gap penalty requires the assigning of fixed penalty values for both opening and extending a gap. This can be too rigid for use in a biological context.<ref name=":1">{{Cite book|title=Algorithms in Bioinformatics : A Practical Introduction|last=Sung|first=Wing-Kin|publisher=CRC Press|year=2011|isbn=978-1420070347|pages=42–47}}</ref> The logarithmic gap takes the form <math>G(L)=A+C\ln L</math> and was proposed as studies had shown the distribution of indel sizes obey a power law.<ref name=":2">{{Cite journal|last=Cartwright|first=Reed|date=2006-12-05|title=Logarithmic gap costs decrease alignment accuracy|journal=BMC Bioinformatics|volume=7|pages=527|doi=10.1186/1471-2105-7-527|pmc=1770940|pmid=17147805 |doi-access=free }}</ref> Another proposed issue with the use of affine gaps is the favoritism of aligning sequences with shorter gaps. Logarithmic gap penalty was invented to modify the affine gap so that long gaps are desirable.<ref name=":1" /> However, in contrast to this, it has been found that using logarithmatic models had produced poor alignments when compared to affine models.<ref name=":2" /> ===Profile-based=== Profile–profile alignment algorithms are powerful tools for detecting protein homology relationships with improved alignment accuracy.<ref name="pmid22000802">{{Cite journal|vauthors=Wang C, Yan RX, Wang XF, Si JN, Zhang Z|date=12 October 2011|title=Comparison of linear gap penalties and profile-based variable gap penalties in profile-profile alignments|journal=Comput Biol Chem|volume=35|issue=5|pages=308–318|doi=10.1016/j.compbiolchem.2011.07.006|pmid=22000802}}</ref> Profile-profile alignments are based on the statistical indel frequency profiles from multiple sequence alignments generated by PSI-BLAST searches.<ref name="pmid22000802" /> Rather than using substitution matrices to measure the similarity of amino acid pairs, profile–profile alignment methods require a profile-based scoring function to measure the similarity of profile vector pairs.<ref name="pmid22000802" /> Profile-profile alignments employ gap penalty functions. The gap information is usually used in the form of indel frequency profiles, which is more specific for the sequences to be aligned. ClustalW and MAFFT adopted this kind of gap penalty determination for their multiple sequence alignments.<ref name="pmid22000802" /> Alignment accuracies can be improved using this model, especially for proteins with low sequence identity. Some profile–profile alignment algorithms also run the secondary structure information as one term in their scoring functions, which improves alignment accuracy.<ref name="pmid22000802" /> == Comparing time complexities == {{Further|Time complexity}} The use of alignment in [[computational biology]] often involves sequences of varying lengths. It is important to pick a model that would efficiently run at a known input size. The time taken to run the algorithm is known as the time complexity. {| border="1" class="wikitable" style="text-align:center; margin: 1em auto 1em auto" |+ Time complexities for various gap penalty models ! Type ! Time |- ! Constant gap penalty | O(mn) |- ! Affine gap penalty | O(mn) |- !Convex gap penalty |O(mn lg(m+n)) |- |} ==Challenges== There are a few challenges when it comes to working with gaps. When working with popular algorithms there seems to be little theoretical basis for the form of the gap penalty functions.<ref name="pmid14705025">{{cite journal |vauthors=Wrabl JO, Grishin NV |title=Gaps in structurally similar proteins: towards improvement of multiple sequence alignment |journal=Proteins |date=1 January 2004 |volume=54 |issue=1 |pages=71–87 |pmid=14705025 |doi=10.1002/prot.10508|s2cid=20474119 }}</ref> Consequently, for any alignment situation gap placement must be empirically determined.<ref name="pmid14705025" /> Also, pairwise alignment gap penalties, such as the affine gap penalty, are often implemented independent of the amino acid types in the inserted or deleted fragment or at the broken ends, despite evidence that specific residue types are preferred in gap regions.<ref name="pmid14705025" /> Finally, alignment of sequences implies alignment of the corresponding structures, but the relationships between structural features of gaps in proteins and their corresponding sequences are only imperfectly known. Because of this incorporating structural information into gap penalties is difficult to do.<ref name="pmid14705025" /> Some algorithms use predicted or actual structural information to bias the placement of gaps. However, only a minority of sequences have known structures, and most alignment problems involve sequences of unknown secondary and tertiary structure.<ref name="pmid14705025" /> ==References== <references /> ===Further reading=== * {{cite journal |vauthors=Taylor WR, Munro RE |year=1997 |title=Multiple sequence threading: conditional gap placement |journal=Fold Des |volume=2 |issue=4 |pages=S33-9 |doi=10.1016/S1359-0278(97)00061-8|pmid=9269566 |doi-access=free }} * {{cite journal |doi=10.1007/BF02458279 |author=Taylor WR |year=1996 |title=A non-local gap-penalty for profile alignment |journal=Bull Math Biol |volume=58 |issue=1 |pages=1–18 |pmid=8819751|s2cid=189884646 }} * {{cite journal |doi=10.1016/S0022-2836(05)80006-3 |vauthors=Vingron M, Waterman MS |year=1994 |title=Sequence alignment and penalty choice. Review of concepts, case studies and implications |journal=J Mol Biol |volume=235 |issue=1 |pages=1–12 |pmid=8289235}} * {{cite journal |author=Panjukov VV |year=1993 |title=Finding steady alignments: similarity and distance |journal=Comput Appl Biosci |volume=9 |issue=3 |pages=285–90 |pmid=8324629 |doi=10.1093/bioinformatics/9.3.285}} * {{cite journal |author=Alexandrov NN |year=1992 |title=Local multiple alignment by consensus matrix |journal=Comput Appl Biosci |volume=8 |issue=4 |pages=339–45 |pmid=1498689 |doi=10.1093/bioinformatics/8.4.339}} * {{cite journal |author=Hein J |year=1989 |title=A new method that simultaneously aligns and reconstructs ancestral sequences for any number of homologous sequences, when the phylogeny is given |journal=Mol Biol Evol |volume=6 |issue=6 |pages=649–68 |pmid=2488477|doi=10.1093/oxfordjournals.molbev.a040577 |doi-access=free }} * {{cite journal |author=Henneke CM |year=1989 |title=A multiple sequence alignment algorithm for homologous proteins using secondary structure information and optionally keying alignments to functionally important sites |journal=Comput Appl Biosci |volume=5 |issue=2 |pages=141–50 |pmid=2751764 |doi=10.1093/bioinformatics/5.2.141}} * {{cite journal |doi=10.1093/nar/12.13.5529 |vauthors=Reich JG, Drabsch H, Daumler A |year=1984 |title=On the statistical assessment of similarities in DNA sequences |journal=Nucleic Acids Res |volume=12 |issue=13 |pages=5529–43 |pmid=6462914 |pmc=318937}} [[Category:Computational phylogenetics]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Further
(
edit
)
Template:Main
(
edit
)