BIOINFORMATICS DOI: 10.1093/Bioinformatics/Btg494

Total Page:16

File Type:pdf, Size:1020Kb

BIOINFORMATICS DOI: 10.1093/Bioinformatics/Btg494 Vol. 20 no. 6 2004, pages 863–873 BIOINFORMATICS DOI: 10.1093/bioinformatics/btg494 Optimizing substitution matrices by separating score distributions Yuichiro Hourai1,∗, Tatsuya Akutsu2 and Yutaka Akiyama3 1Department of Computer Science, University of Tokyo, 7-3-1 Hongo, Bunkyo-ku, Tokyo 113-0033, Japan, 2Bioinformatics Center, Institute for Chemical Research, Kyoto University, Gokasho, Uji, Kyoto 611-0011, Japan and 3Computational Biology Research Center (CBRC), National Institute of Advanced Industrial Science and Technology (AIST), Aomi Frontier Bldg. 17F, 2-43 Aomi, Koto-ku, Tokyo 135-0064, Japan Received on February 22, 2003; revised on September 5, 2003; accepted on September 10, 2003 Advance Access publication January 29, 2004 Downloaded from ABSTRACT identical more than a particular percentage of residues (e.g. in Motivation: Homology search is one of the most fundamental the case of BLOSUM 62, 62%). Log odds scores (logarithms tools in Bioinformatics. Typical alignment algorithms use sub- of ratios of likelihoods) are calculated by counting the substi- stitution matrices and gap costs. Thus, the improvement tutions in blocks as follows. First, the observed probabilities http://bioinformatics.oxfordjournals.org/ of substitution matrices increases accuracy of homology of substitutions, searches. Generally, substitution matrices are derived from fij aligned sequences whose relationships are known, and gap q = , ij f costs are determined by trial and error. To discriminate rela- i,j∈AApairs ij tionships more clearly, we are encouraged to optimize the sub- are calculated where fij is the frequency of the observed stitution matrices from statistical viewpoints using both positive amino acid pairs i, j, and then, the log odds scores for matches and negative examples utilizing Bayesian decision theory. or mismatches between amino acid i and j are calculated as Results: Using Cluster of Orthologous Group (COG) qij database, we optimized substitution matrices. The classi- sij = log , fication accuracy of the obtained matrix is better than that pipj of conventional substitution matrices to COG database. It by guest on March 25, 2015 where pi, pj are the probabilities of occurrence of amino acid also achieves good performance in classifying with other i and j respectively in a database. databases. The point accepted mutation (PAM) matrix family (Dayhoff Availability: The optimized substitution matrices and the et al., 1978) is also common, which is proposed earlier and programs are available from the http://olab.is.s.u-tokyo.ac. based on the probability of single point mutations and the the- jp/~hourai/optssd/index.html ory of Markov processes. The construction of the PAM matrix Contact: [email protected] family is different in the calculation of qij from Henikoff’s method. Dayhoff’s method was applied to large databases INTRODUCTION by different research groups independently (Gonnet et al., Most of homology search methods, e.g. SSEARCH, FASTA 1992; Jones et al., 1992). Gonnet et al. proposed a prob- (Pearson, 1991) and BLAST (Altschul et al., 1990), seek abilistic model of gap insertion from massively collected homologous sequences in a database making use of substi- alignment data. tution matrices for their scoring schemes. The substitution The OPTIMA substitution matrix (Kann et al., 2000) is matrix used in homology search has a great influence on the derived from Cluster of Orthologous Group (COG) data- results. base (Tatusov et al., 1997, 2001) using the Blosum62 Table 1 shows an example of the substitution matrix. matrix by maximizing the average of confidence parameters It is one of the most widely used substitution matrices C = 1/(1 + E), where E is the E-value of alignment scores referred to as blocks substitution matrices 62 (BLOSUM 62) between homologous sequences. Although Kann’s method (Henikoff et al., 1992, 1993). The Blosum matrix family was had a new idea and increased the significance of alignment derived from many (more than 2000) protein patterns called scores between related sequences, in a view of the probability blocks. Blocks are composed of sequence segments which are of error, there is still room for improvement. It should be noted that the term ‘error’ in this paper means the classification error, ∗To whom correspondence should be addressed. not the alignment error. Bioinformatics 20(6) © Oxford University Press 2004; all rights reserved. 863 Y.Hourai et al. Table 1. BLOSUM62 A4 R −15 N −206 D −2 −216 C0−3 −3 −39 Q −1100−35 E −1002−425 G0−20−1 −3 −2 −26 H −201−1 −300−28 I −1 −3 −3 −3 −1 −3 −3 −4 −34 L −1 −2 −3 −4 −1 −2 −3 −4 −324 K −120−1 −311−2 −1 −3 −25 M −1 −1 −2 −3 −10−2 −3 −212−15 F −2 −3 −3 −3 −2 −3 −3 −3 −100−30 6 P −1 −2 −2 −1 −3 −1 −1 −2 −2 −3 −3 −1 −2 −47 S1−110−1000−1 −2 −20−1 −2 −14 Downloaded from T0−10−1 −1 −1 −1 −2 −2 −1 −1 −1 −1 −2 −115 W −3 −3 −4 −4 −2 −2 −3 −2 −2 −3 −2 −3 −11−4 −3 −211 Y −2 −2 −2 −3 −2 −1 −2 −32−1 −1 −2 −13−3 −2 −22 7 V0−3 −3 −3 −1 −2 −2 −3 −331−21−1 −2 −20−3 −14 ARNDCQEGHI LKMFPSTWYV http://bioinformatics.oxfordjournals.org/ In information science, it is believed that learning from Bayesian decision theory is useful when probability dis- both positive and negative examples are more powerful than tributions are known. We apply it to sequence classification learning from only positive examples (Gold, 1967; Laird, and experiment our method with the COG database. Since 1988). PAM and BLOSUM matrix families are composed the optimization results depend on the nature of database, it of substitution probabilities from positive examples, i.e. is important to optimize a substitution matrix with a data- alignments of related sequences, and background probabil- base which agrees with one’s purpose. On the other hand, ities from composition of a database as negative examples. the score matrix optimized for the COG database should OPTIMA uses alignments of random sequences as negative also be useful for other databases (e.g. PFAM and SCOP data- examples in calculating E-values. But, it does not seem that bases). Thus, we apply the optimized score matrix to PFAM by guest on March 25, 2015 the previous methods make full use of negative examples. and SCOP databases. Furthermore, we apply the proposed Linear separation methods such as linear programming or method to optimization of score matrices for PFAM and SCOP support vector machines may be applied to optimization of databases too. score matrices. However, The minimization of the number of errors in linear separation is known to be computationally hard (Amaldi et al., 1998). SYSTEM AND METHODS Therefore, we need to choose a more appropriate learning In our system, the input consists of a substitution matrix with model to overcome the difficulty of separating positive and gap costs and a classified protein sequence database, in which negative data by taking account of negative examples more classes are disjoint from each other. The output is a substitu- explicitly. tion matrix with gap costs. Given a substitution matrix as an It is believed that the distribution of normalized optimal initial value and classified protein sequence data as a training alignment scores of unrelated sequences can be approxim- dataset, our goal is to optimize the substitution matrix in order ated by extreme value distribution (EVD) (Kotz et al., 2001). to improve the classification accuracy. E-value is the expected number of sequences in a database whose alignment scores are greater than a given alignment score. It is calculated from a database size D and a normal- Learning sample ized score x as E = D · Pr[X ≥ x], where Pr[X ≥ x] is the The relationship of two sequences is predicted based on their probability derived from the EVD that a normalized alignment optimal alignment score. Therefore, positive examples are score between unrelated sequences exceeds x. Many experi- alignment scores of related sequences and negative examples ments support that E-values of normalized scores discriminate are those of unrelated sequences. Optimal alignments are cal- relationships more clearly (Karin et al., 1990; Brenner et al., culated by the Smith–Waterman alignment algorithm (Smith 1998). et al., 1981). The raw score S of an alignment can be 864 Optimizing substitution matrices described as S(w, n) = nij wij + nogapwogap + negapwegap i,j∈AApair = nkwk k = n · w, (1) where nij , nogap and negap denote the numbers of substitutions between amino acids i and j, open gaps and extension gaps, respectively, and wij , wogap and wegap are scores per sub- stitution, open gap and extension gap, respectively. When we Fig. 1. The Bayes decision boundary and the Bayes error rate of change the score function w, we can recalculate the alignment two distributions. The Bayes decision boundary is the point where score S with the 212-dimensional vector n. This is based on the minimizer of two functions changes. The Bayes error rate is the area of the shadowed region. the assumption that small change of a substitution matrix does Downloaded from not so much affect optimal alignments. It is important to normalize scores, because scores are a certain class using their features, and must answer ‘yes’ or affected by the lengths of amino acid sequences. The nor- ‘no’. A function is called a discriminant function, if its output malization formula is helps to decide on the class membership. Suppose the data to be dealt with is a random sample from continuous space. http://bioinformatics.oxfordjournals.org/ S = f (n) = λS(w, n) − log KN,(2) w In this case, using a discriminant function for a class c, the where λ, K are parameters, and N is the search space size.
Recommended publications
  • Lecture 5: Sequence Alignment – Global Alignment
    Sequence Alignment COSC 348: Computing for Bioinformatics • Sequence alignment is a way of arranging two or more sequences of characters to identify regions of similarity – b/c similarities may be a consequence of functional or Lecture 5: evolutionary relationships between these sequences. Sequence Alignment – Global Alignment • Another definition: Procedure for comparing two or more sequences by searching for a series of individual characters that Lubica Benuskova, Ph.D. are in the same order in those sequences – Pair-wise alignment: compare two sequences – Multiple sequence alignment: compare > 2 sequences http://www.cs.otago.ac.nz/cosc348/ 1 2 Similarity versus identity Sequence alignment: example • In the process of evolution, from one generation to the next, and from one species to the next, the amino acid sequences of • Task: align abcdef with somehow similar abdgf an organism's proteins are gradually altered through the action of DNA mutations. For example, the sequence: • Write second sequence below the first one – ALEIRYLRD • could mutate into the sequence: ALEINYLRD abcdef abdgf • in one generation and possibly into AQEINYQRD • Move sequences to give maximum match between them. • over a longer period of evolutionary time. – Note: a hydrophobic amino acid is more likely to stay • Show characters that match using vertical bar. hydrophobic than not, since replacing it with a hydrophilic residue could affect the folding and/or activity of the protein. 3 4 Sequence alignment: example Quantitative global alignments abcdef • We are looking for an alignment, which || – maximizes the number of base-to-base matches; abdgf – if necessary to achieve this goal, inserts gaps in either sequence (a gap means a base-to-nothing match); • In order to maximise the alignment, we insert gap between – the order of bases in each sequence must remain and in lower sequence to allow and to align b d d f preserved and abcdef – gap-to-gap matches are not allowed.
    [Show full text]
  • Novel Bioinformatics Applications for Protein Allergology
    AND ! "#$% &'()* +% + ,-.,-/,0 + 121,..0-10- ! 3 4 33!!3 ,,,1/ !"# $% # $# &'()$ $*+,'-./ $ "Por la ciencia, como por el arte, se va al mismo sitio: a la verdad" Gregorio Marañón Madrid, 19-05-1887 - Madrid, 27-03-1960 List of Papers This thesis is based on the following papers, which are referred to in the text by their Roman numerals. I Martínez Barrio, Á., Soeria-Atmadja, D., Nister, A., Gustafsson, M.G., Hammerling, U., Bongcam-Rudloff, E. (2007) EVALLER: a web server for in silico assessment of potential protein allergenicity. Nucleic Acids Research, 35(Web Server issue):W694-700. II Martínez Barrio, Á.∗, Lagercrantz, E.∗, Sperber, G.O., Blomberg, J., Bongcam-Rudloff, E. (2009) Annotation and visualization of endogenous retroviral sequences using the Distributed Annotation System (DAS) and eBioX. BMC Bioinformatics, 10(Suppl 6):S18. III Martínez Barrio, Á., Xu, F., Lagercrantz, E., Bongcam-Rudloff, E. (2009) GeneFinder: In silico positional cloning of trait genes. Manuscript. IV Martínez Barrio, Á., Ekerljung, M., Jern, P., Benachenhou, F., Sperber,
    [Show full text]
  • Information-Theoretic Bounds of Evolutionary Processes Modeled As a Protein Communication System
    INFORMATION-THEORETIC BOUNDS OF EVOLUTIONARY PROCESSES MODELED AS A PROTEIN COMMUNICATION SYSTEM Liuling Gong, Nidhal Bouaynaya∗ and Dan Schonfeld University of Illinois at Chicago, Dept. of Electrical and Computer Engineering, ABSTRACT can be investigated in the context of engineering communica- In this paper, we investigate the information theoretic bounds tion codes. In particular, it is legitimate to ask at what rate of the channel of evolution introduced in [1]. The channel of can the genomic information be transmitted. And what is the evolution is modeled as the iteration of protein communica- average distortion between the transmitted message and the tion channels over time, where the transmitted messages are received message at this rate? Shannon’s channel capacity protein sequences and the encoded message is the DNA. We theorem states that, by properly encoding the source, a com- compute the capacity and the rate-distortion functions of the munication system can transmit information at a rate that is protein communication system for the three domains of life: as close to the channel capacity as one desires with an arbi- Achaea, Prokaryotes and Eukaryotes. We analyze the trade- trarily small transmission error. Conversely, it is not possi- off between the transmission rate and the distortion in noisy ble to reliably transmit at a rate greater than the channel ca- protein communication channels. As expected, comparison pacity. The theorem, however, is not constructive and does of the optimal transmission rate with the channel capacity in- not provide any help in designing such codes. In the case dicates that the biological fidelity does not reach the Shan- of biological communication systems, however, evolution has non optimal distortion.
    [Show full text]
  • Testing the Independence Hypothesis of Accepted Mutations for Pairs Of
    University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Computer Science and Engineering: Theses, Computer Science and Engineering, Department of Dissertations, and Student Research 12-2016 TESTING THE INDEPENDENCE HYPOTHESIS OF ACCEPTED MUTATIONS FOR PAIRS OF ADJACENT AMINO ACIDS IN PROTEIN SEQUENCES Jyotsna Ramanan University of Nebraska-Lincoln, [email protected] Follow this and additional works at: http://digitalcommons.unl.edu/computerscidiss Part of the Bioinformatics Commons, and the Computer Engineering Commons Ramanan, Jyotsna, "TESTING THE INDEPENDENCE HYPOTHESIS OF ACCEPTED MUTATIONS FOR PAIRS OF ADJACENT AMINO ACIDS IN PROTEIN SEQUENCES" (2016). Computer Science and Engineering: Theses, Dissertations, and Student Research. 118. http://digitalcommons.unl.edu/computerscidiss/118 This Article is brought to you for free and open access by the Computer Science and Engineering, Department of at DigitalCommons@University of Nebraska - Lincoln. It has been accepted for inclusion in Computer Science and Engineering: Theses, Dissertations, and Student Research by an authorized administrator of DigitalCommons@University of Nebraska - Lincoln. TESTING THE INDEPENDENCE HYPOTHESIS OF ACCEPTED MUTATIONS FOR PAIRS OF ADJACENT AMINO ACIDS IN PROTEIN SEQUENCES by Jyotsna Ramanan A THESIS Presented to the Faculty of The Graduate College at the University of Nebraska In Partial Fulfilment of Requirements For the Degree of Master of Science Major: Computer Science Under the Supervision of Peter Z. Revesz Lincoln, Nebraska December, 2016 TESTING THE INDEPENDENCE HYPOTHESIS OF ACCEPTED MUTATIONS FOR PAIRS OF ADJACENT AMINO ACIDS IN PROTEIN SEQUENCES Jyotsna Ramanan, MS University of Nebraska, 2016 Adviser: Peter Z. Revesz Evolutionary studies usually assume that the genetic mutations are independent of each other. However, that does not imply that the observed mutations are indepen- dent of each other because it is possible that when a nucleotide is mutated, then it may be biologically beneficial if an adjacent nucleotide mutates too.
    [Show full text]
  • A Thesis Entitled Homology-Based Structural Prediction of the Binding
    A Thesis entitled Homology-based Structural Prediction of the Binding Interface Between the Tick-Borne Encephalitis Virus Restriction Factor TRIM79 and the Flavivirus Non-structural 5 Protein. by Heather Piehl Brown Submitted to the Graduate Faculty as partial fulfillment of the requirements for the Master of Science Degree in Biomedical Science _________________________________________ R. Travis Taylor, PhD, Committee Chair _________________________________________ Xiche Hu, PhD, Committee Member _________________________________________ Robert M. Blumenthal, PhD, Committee Member _________________________________________ Amanda Bryant-Friedrich, PhD, Dean College of Graduate Studies The University of Toledo December 2016 Copyright 2016, Heather Piehl Brown This document is copyrighted material. Under copyright law, no parts of this document may be reproduced without the expressed permission of the author. An Abstract of Homology-based Structural Prediction of the Binding Interface Between the Tick-Borne Encephalitis Virus Restriction Factor TRIM79 and the Flavivirus Non-structural 5 Protein. by Heather P. Brown Submitted to the Graduate Faculty as partial fulfillment of the requirements for the Master of Science Degree in Biomedical Sciences The University of Toledo December 2016 The innate immune system of the host is vital for determining the outcome of virulent virus infections. Successful immune responses depend on detecting the specific virus, through interactions of the proteins or genomic material of the virus and host factors. We previously identified a host antiviral protein of the tripartite motif (TRIM) family, TRIM79, which plays a critical role in the antiviral response to flaviviruses. The Flavivirus genus includes many arboviruses that are significant human pathogens, such as tick-borne encephalitis virus (TBEV) and West Nile virus (WNV).
    [Show full text]
  • Bioinformatics Scoring Matrices
    Bioinformatics Scoring Matrices David Gilbert Bioinformatics Research Centre www.brc.dcs.gla.ac.uk Department of Computing Science, University of Glasgow Scoring Matrices • Learning Objectives – To explain the requirement for a scoring system reflecting possible biological relationships – To describe the development of PAM scoring matrices – To describe the development of BLOSUM scoring matrices (c) David Gilbert 2008 Scoring matrices 2 Scoring Matrices • Database search to identify homologous sequences based on similarity scores • Ignore position of symbols when scoring • Similarity scores are additive over positions on each sequence to enable DP • Scores for each possible pairing, e.g. proteins composed of 20 amino acids, 20 x 20 scoring matrix (c) David Gilbert 2008 Scoring matrices 3 Scoring Matrices • Scoring matrix should reflect – Degree of biological relationship between the amino-acids or nucleotides – The probability that two AA’s occur in homologous positions in sequences that share a common ancestor • Or that one sequence is the ancestor of the other • Scoring schemes based on physico-chemical properties also proposed (c) David Gilbert 2008 Scoring matrices 4 Scoring Matrices • Use of Identity – Unequal AA’s score zero, equal AA’s score 1. Overall score can then be normalised by length of sequences to provide percentage identity • Use of Genetic Code – How many mutations required in NA’s to transform one AA to another • Phe (Codes UUU & UUC) to Asn (AAU, AAC) • Use of AA Classification – Similarity based on properties such
    [Show full text]
  • Oxidising Bacteria (SAOB)
    Computational and Comparative Investigations of Syntrophic Acetate- oxidising Bacteria (SAOB) Genome-guided analysis of metabolic capacities and energy conserving systems Shahid Manzoor Faculty of Veterinary Medicine and Animal Science Department of Animal Breeding and Genetics Uppsala Doctoral Thesis Swedish University of Agricultural Sciences Uppsala 2014 Acta Universitatis agriculturae Sueciae 2014:56 Cover: Bioinformatics helping the constructed biogas reactors to run efficiently. (photo: (Shahid Manzoor) ISSN 1652-6880 ISBN (print version) 978-91-576-8060-0 ISBN (electronic version) 978-91-576-8061-7 © 2014 Shahid Manzoor, Uppsala Print: SLU Service/Repro, Uppsala 2014 Computational and Comparative Investigations of Syntrophic Acetate-oxidising Bacteria (SAOB) – Genome-guided analysis of metabolic capacities and energy conserving systems. Abstract Today’s main energy sources are the fossil fuels petroleum, coal and natural gas, which are depleting rapidly and are major contributors to global warming. Methane is produced during anaerobic biodegradation of wastes and residues and can serve as an alternative energy source with reduced greenhouse gas emissions. In the anaerobic biodegradation process acetate is a major precursor and degradation can occur through two different pathways: aceticlastic methanogenesis and syntrophic acetate oxidation combined with hydrogenotrophic methanogenesis. Bioinformatics is critical for modern biological research, because different bioinformatics approaches, such as genome sequencing, de novo assembly
    [Show full text]
  • Lecture 10: Local Alignment and Substitution Matrices 10.1
    CPS260/BGT204.1 Algorithms in Computational Biology September 30, 2003 Lecture 10: Local Alignment and Substitution Matrices Lecturer: Pankaj K. Agarwal Scribe: Madhuwanti Vaidya So far we have seen global alignment, where entire sequences are matched. There are two other variations of global alignment. 10.1 Semiglobal alignment In semiglobal alignment we do not pay penalty for end gaps. These are gaps that appear before the first letter of the sequence or after the last letter of the sequence. They are also called leading and trailing gaps, respectively. If one of the sequences is significantly shorter than the other, then semiglobal alignment is preferrable. Example Consider two sequences - C A G C A C T T G G A T T C T C G G and C A G C G T G G. They can be aligned in many ways: C A G C A − C T T G G A T T C T C G G C A G C A C T T G G A T T C T C G G − − − C A G C G T G G − − − − − − − C A G C − − − − − G − T − − − − G G Alignment 1 Alignment 2 Figure 10.1: Semi-global alignment We want to choose the Alignment1 over Alignment2 as Alignment2 fragments the second sequence, which is not what we are looking for. Giving Alignment1 a better score as compared to Alignment2 is done by not paying a penalty for the trailing and leading gaps. ¢¡¤£¦¥¨§ © ©¥ ¡£§© © Trailing Gaps Suppose we have two sequences , and and is the shorter ¥§©¥ © ©¥"! of the 2 sequences.
    [Show full text]
  • 2-PAM Matrices
    3/28/20 Bioinformatics II: PAM matrices Dr Manaf A Guma University of Anbar- college of applied science-Heet. Department of chemistry 1 Before we start, what is the difference between point mutation and frameshift mutation? • Point mutation is an alteration of a single nucleotide in a gene whereas frameshift mutation involves one or more nucleotide changes of a particular gene. • Point mutations are mainly nucleotide substitutions, which lead to silent, missense or nonsense mutations. Frameshift mutations occur by insertion or deletion of nucleotides. 2 1 3/28/20 Define? • Nonsense Mutations: the alteration of a nucleotide in a particular codon may introduce a stop codon to the gene. This stops the translation of the protein at halfway of the complete protein. • Silent mutations, a single base pair has changed in a particular codon, the same amino acid is coded by the altered codon as well. • Missense mutations, once the alteration occurs in a particular codon by a nucleotide substitution, the codon is altered in such a way to code a different amino acid. 3 Point accepted mutation 4 2 3/28/20 PAM matrices: Background and concepts • How the PAM work? 1. Only mutations are allowed. 2. Sites evolve independently. 3. Evolution at each site occurs according to a Markov equation. • It follows Markov process.? How? 5 5 What is Markov concept? • Markov process: • (The substitution is independent from their past history!). • Meaning: • Next mutation depends only on current state and is independent of previous mutations. • It is derived from global alignment. do you remember? 6 3 3/28/20 What are PAM matrices ? • Point accepted mutation matrix known as a PAM.
    [Show full text]
  • Pairwise Alignment
    Chap. 2 Pairwise alignment • The most basic sequence analysis question: if two sequences are related? • Key Issues: 1. What alignment should be considered? 2. What score system to rank alignments? 3. What algorithm to find optimal (or good) scoring alignments? 4. What statistical method to evaluate the significance? 2.1 Introduction 1 Introduction 2 2.1 Introduction 3 The scoring model • Evolutionary force that can shape molecular (protein, DNA) sequences: mutation (substitution, insertion/deletion or indel), selection (positive, negative, neutral). • If total log-likelihood score (measuring relatedness) of an alignment is a sum of terms for each aligned pair of residues (plus terms for each gap), intuitively, we expect identities and conservative substitutions to be more likely in real alignments than we expect by chance (positive score); and vice versa. 2.2 The Scoring model 4 Substitution matrices (for un-gapped global alignment) • For unrelated or random model R, odds ratio of “match model” M and unrelated or random model R, : p ∏ xi yi p(x, y | M ) px y = i = ∏ i i p(x, y | R) q q q q ∏ xi ∏ y j i xi yi i j • For log-odds ratio score S(x, y) = ∑ s(xi , yi ) i pab where s(a,b) = log qaqb 2.2 The scoring model 5 Chemical Properties of Amino Acids Match +3 and mismatch = -1 may be good enough for DNA, but not for proteins: e.g. leucine is much more likely to be replaced by an isoleucine than by a glutamate. Introduction 6 Introduction Taylor W.R. (1986) Bioinformatics7 Introduction 8 Gap penalties • Linear penalty score for a gap of length g γ (g) = −gd • Or affine score γ (g) = −d − (g −1)e where d is the gap-open penalty and e is the gap extension penalty.
    [Show full text]
  • PHAT: a Transmembrane-Specific Substitution Matrix
    Vol. 16 no. 9 2000 BIOINFORMATICS Pages 760–766 PHAT: a transmembrane-specific substitution matrix Pauline C. Ng 1, Jorja G. Henikoff 2 and Steven Henikoff 2,∗ 1Department of Bioengineering, University of Washington, Seattle, WA 98195, USA and 2Fred Hutchinson Cancer Research Center, 1100 Fairview Ave. N, Seattle, WA 98109-1024, USA Received on February 23, 2000; revised on April 14, 2000; accepted on April 18, 2000 −1 Abstract sij = λ ln(qij/(pi p j )) where λ is a scaling factor, qij’s Motivation: Database searching algorithms for proteins are target or observed frequencies of amino acid pairs use scoring matrices based on average protein properties, taken from alignments and pi ’s are the background fre- and thus are dominated by globular proteins. However, quencies (Altschul, 1991). The widespread use of database since transmembrane regions of a protein are in a searching and other protein alignment tools in modern distinctly different environment than globular proteins, biology underscores the importance of using substitution one would expect generalized substitution matrices to be matrices that most accurately resemble biological reality. inappropriate for transmembrane regions. The point accepted mutation (PAM) and blocks sub- Results: We present the PHAT (predicted hydrophobic stitution matrices (BLOSUM) are the two most popular and transmembrane) matrix, which significantly outper- matrix series (Dayhoff, 1978; Henikoff and Henikoff, forms generalized matrices and a previously published 1992). The PAM matrix is computed by counting muta- transmembrane matrix in searches with transmembrane tions between closely related sequences and an inferred queries. We conclude that a better matrix can be con- common ancestral sequence to obtain PAM 1 target structed by using background frequencies characteristic frequencies.
    [Show full text]
  • Substitution Matrices E S V U
    C E N Introduction to bioinformatics T R E 2007 F B O I R O I I N N Lecture 8 T F E O G R R M A A T T I I V C Substitution Matrices E S V U C E N T R E F O R I N T E G R A T I V E B I O I N F O R M A T I C S V U [1] Substitution matrices – Sequence analysis 2006 Sequence Analysis Finding relationships between genes and gene products of different species, including those at large evolutionary distances C E N T R E F O R I N T E G R A T I V E B I O I N F O R M A T I C S V U [2] Substitution matrices – Sequence analysis 2006 Archaea Domain Archaea is mostly composed of cells that live in extreme environments. While they are able to live elsewhere, they are usually not found there because outside of extreme environments they are competitively excluded by other organisms. Species of the domain Archaea are •not inhibited by antibiotics, •lack peptidoglycan in their cell wall (unlike bacteria, which have this sugar/polypeptide compound), •and can have branched carbon chains in their membrane lipids of the phospholipid bilayer. C E N T R E F O R I N T E G R A T I V E B I O I N F O R M A T I C S V U [3] Substitution matrices – Sequence analysis 2006 Archaea (Cnt.) • It is believed that Archaea are very similar to prokaryotes (e.g.
    [Show full text]