Representation for Discovery of Protein Motifs

Total Page:16

File Type:pdf, Size:1020Kb

Representation for Discovery of Protein Motifs From: ISMB-93 Proceedings. Copyright © 1993, AAAI (www.aaai.org). All rights reserved. Representation for Discovery of Protein Motifs Darrell ConklinT, Suzanne Fortier~, Janice Glasgowt Departments~t of Computing and Information Sciencet and Chemistry Queen’s University Kingston, Ontario, Canada K7L 3N6 [email protected] Abstract pattern of amino acid residues. Protein motifs can be roughly classified into four categories. Sequence There are several dimensions and levels of com- motifs are linear strings of residues with an implicit plexity in which information on protein mo- topological ordering. Sequence-structure motifs are tifs may be available. For example, one- sequence motifs with secondary structure identifiers at- dimensional sequence motifs may be associated tached to one or more residues in the motif. Structure with secondary structure identifiers. Alterna- motifs are 3D structural objects, described by posi- tively, three-dimensional information on polypep- tions of residue objects in 3D Euclidian space. Apart tide segments may be used to induce prototypical from a topological linear ordering on the residues, three-dimensional structure templates. This pa- structure motifs are free of sequence information. Fi- per surveys various representations encountered nally, structure-sequence motifs are combined 1D- in the protein motif discovery literature. Many 3D structures that associate sequence information with of the representations are based on incompatible a structure motif. Figure 1 illustrates these four types semantics, making difficult the comparison and of protein motifs, along with somefurther subclassifi- combination of previous results. To make better cations which are elaborated upon later in the paper. use of machine learning techniques and to pro- The first three motif types are discussed by Thornton vide for an integrated knowledge representation and Gardner (1989); the structure-sequence motif will framework, a general representation language -- be presented in this paper. in which all types of motifs can be encoded and This paper has two objectives. The first is to provide given a uniform semantics -- is required. In this a survey of previous research on protein motif discov- paper we propose such a model, called a spatial ery according to the above categorization. The second description logic, and present a machine learning aim is to present a new approach to protein motif rep- approach based on the model. resentation and discovery, which is based on knowledge representation ideas of description logics and machine Introduction learning principles of structured concept formation. In the proposed representation language, sequence and A task of growing importance in the management of structure motifs have a uniform model-theoretic se- biochemical data is the ability to perform general- mantics. The processes of generalization and struc- ization and abstraction over large sets of related ob- tured concept formation are presented. The paper con- servations. Abstractions offer a form of conceptual cludes with a discussion of the role of protein motifs in aggregation, modelling, and explanation of observa- molecular scene analysis. tions, a method for practical data compression, and also serve to index large databases for efficient infor- mation retrieval. There exist recurrent patterns and Discovery of protein motifs rules of structural biochemistry hidden in the Protein Research in protein motif discovery generally falls into Data Bank (Bernstein et al., 1977); knowledge discov- the area of unsupervised machine learning; a machine ery techniques can help to uncover these patterns and is given a set of observations (i.e., a set of unclassified rules. Generalized patterns can facilitate information protein fragments) and must find a clustering of these retrieval and data incorporation, providing a concep- observations along with a description of each cluster tual framework in which new structural data can be (i.e., a motif describing the fragments in the cluster). related. They can also be used for prediction and an- A rigorous mathematical semantics for a motif is nec- ticipation of molecular conformation, since they often essary in order to determine whether an observation is represent common3D structural features. an instance of a motif. There has been a considerable A protein motif is an abstraction of some observed amount of research on machine discovery of protein Conklin 101 1) Sequence(conserved) G-X-G-X-X-G 5) Structure 2) Sequence(consensus) X-h-X-p-X-X-X 6) Structure-sequence (conserved) 3) Sequence-structure (conserved) G-X-G-X-X-G E-T-H-H-H-H 4) Sequence-structure(consensus) p-X-G 7) Structure-sequence (consensus) H-H-H s P ]X~x Figure 1: Various types of protein motifs. Legend; X : any residue, G : glycine, V : valine, H : helix, E : B-strand, T : turn, p : polar, s : small, h : hydrophobic. motifs. Below we describe and compare a handful of on the comparison of sequence motifs: see Lathrop methods in terms of their representation theory, the (Lathrop et al., 1993) for a good survey of this work. type of motif under consideration, and the semantics Sequence motifs are discovered from a maximal align- given to motifs. ment of one or more protein sequences, and the ab- straction of residues at aligned positions. Conserved Structure motifs residues are those identical at corresponding alignment Hunter and States (1991) apply Bayesian classification positions. It is uncommonto find long connected se- techniques to protein structure motif discovery. This quences of conserved residues in non-homologous pro- method produces clusterings which are evaluated ac- teins (Sternberg and Islam, 1990), hence the need for cording to Bayes’ formula with a prior distribution abstraction at alignment positions (e.g., abstracting favouring fewer classes; given two clusterings, each Ala and Phe to X) to produce a sequence motif. Taylor with the same number of classes, the method will prefer (1986) uses a more general abstraction scheme; amino the clustering which has a tighter fit to the data. Mo- acids are classified into nondisjoint groups based on tifs are represented by a probability distribution over physicochemical properties such as hydrophobicity and Cartesian coordinates for the backbone atoms of each polarity which axe expected to have an influence on residue. Thus motifs are probabilistic concepts; frag- protein folding. ments fall into a class with a certain probability. The PIMAmethod of Smith and Smith (1990) (also Roomanet al. (1990a) use an agglomerative numer- see (Lathrop et al., 1993)) discovers consensus ical clustering technique to discover structure motifs, quence motifs which cover an entire set of sequences which are represented by a pro~otypical fragment. In from functionally related proteins. A physicochemical contrast to the Hunter and States approach, only the classification of amino acids somewhatdifferent from Ca position is used as a descriptor for the position of Taylor’s (1986) is employed. Discovered patterns can the amino acid in Euclidian space. Thus amino acids contain special "gap" identifiers, which can function as are represented by point rather than line data. Simi- 0 or 1 residues. PIMA is a supervised learning method, laxity between fragments is measured by using an RMS since the class of related sequences (e.g., from the pro- metric of the inter-C~ distances. A fragment is an in- tein kinase family) is delimited prior to discovery of stance of a class by virtue of being within an RMS covering sequence motif. distance threshold from the prototypicai motif of that Much of the work on protein secondary structure class. prediction is based on the a priori definition of se- quence motifs that are predictive of a certain type of Sequence and sequence-structure motifs secondary structure identifier. Thornton and Gardner Protein sequence motifs are the most commonly en- (1989) refer to these motifs as "structure-related se- countered motif type in the molecular biology litera- quence motifs". For example, Roomanet al. (1989) ture. There is, for example, an extensive literature associate with each amino acid in a motif a standard 102 ISMB--93 secondary structure identifier (e.g., Figure 1, motif The sequences corresponding to this core for each 3). It is demonstrated that there exist associations training protein are then aligned. Conserved residues for which sequence templates reliably characterize sec- are retained and assigned to the commonstructure mo- ondary structure. Rooman et al. (1990b) report tiL A notable difference between this and other struc- study very similar to previous work (Roomanet ai., ture motif work is that the technique does not require a ¯ 1989), but instead replace the structure identifiers with training set of fragments of fixed size. Blundell’s group identifiers discovered by the previously discussed struc- is concerned with knowledge based protein modelling:. ture motif analysis (Roomanet al., 1990a). protein structure prediction, where the main source of Harris et al. (1992) use a sequence alignment pro- information comes from exploration and abstraction cedure to discover similarities and clusters of protein of knownstructures. In this spirit, Sali and Blundell sequence regions. Roughly 10,000 classes of variable- (1990) develop an elaborate scheme for the comparison length sequences were uncovered. Their method does of protein structures. The results of a comparison form not find a comprehensible motif description for discov- a "generalized
Recommended publications
  • Introduction to Sequence Motif Discovery and Search the Complete
    Introduction to sequence motif discovery and search EMBNET course Bioinformatics of transcriptional regulation Jan 28 2008 Christoph Schmid The complete genome era Components of transcriptional regulation Distal transcription-factor binding sites (enhancer) cis-regulatory modules Wasserman 5, 276-287 (2004) DNA-protein interaction Allen et al. © 1998 EMBL Jordan et al. © 1991 Prentice-Hall Sequence motifs sequence variants of site: ..A T C G C A.. ..T T G G A C.. ..T T G G T G.. ..A T C G G T.. matrix: A 2 0 0 0 1 1 (simplest version) C 0 0 2 0 1 1 G 0 0 2 4 1 1 T 2 4 0 0 1 1 + cutoff ! sequence logo: Title Representation of the binding specificity by a scoring matrix (also referred to as weight matrix) 1 2 3 4 5 6 7 8 9 A -10 -10 -14 -12 -10 5 -2 -10 -6 C 5 -10 -13 -13 -7 -15 -13 3 -4 G -3 -14 -13 -11 5 -12 -13 2 -7 T -5 5 5 5 -10 -9 5 -11 5 Strong C T T T G A T C T Binding site 5 + 5 + 5 + 5 + 5 + 5 + 5 + 3 + 5 = 43 Random A C G T A C G T A Sequence -10 -10 -13 + 5 -10 -15 -13 -11 - 6 = -83 Biophysical interpretation of protein binding sites Columns of a weight matrix characterize the specificity of base-pair acceptor sites on the protein surface. Weight matrix elements represent negated energy contributions to the total binding energy → weight matrix score inversely proportional to binding energy Motif search: Statistical over-representation of genomic sequence motifs Conserved motifs represent protein binding sites Putative conservation in nucleotide sequence (motif) position relative to: TSS other binding sites (protein complexes)
    [Show full text]
  • Tools for Motif and Pattern Searching
    TOOLS FOR MOTIF AND PATTERN SEARCHING Prat Thiru OUTLINE • What are motifs? • Algorithms Used and Programs Available • Workflow and Strategies • MEME/MAST Demo (online and command line) Protein Motifs DNA Motifs MEME Output Definitions • Motif: Conserved regions of protein or DNA sequences • Pattern: Qualitative description of a motif eg. regular expression C[AT]AAT[CG]X •Profile: Quantitative description of a motif eg. position weight matrix Patterns • Regular Expression Symbols ¾[ ] – OR eg. [GA] means G or A ¾{ } – NOT eg. {P,V} means not P or V ¾( ) – repeats eg. A(3) means AAA ¾X or N or “.” – any • Complex patterns representation difficult • Loose frequency information eg. [AT] vs 20%A 80%T Profiles Sequence Logos Algorithms • Enumeration • Probabilistic Optimization • Deterministic Optimization 1. Identify motifs 2. Build a consensus Enumeration • Exhaustive search: word counting method, count all n-mers and look for overrepresentation • Less likely to get stuck in a local optimum • Computationally expensive ¾YMF http://wingless.cs.washington.edu/YMF/YMFWeb/YMFInput.pl ¾Weeder http://159.149.109.9/weederaddons/locator.html Probabilistic Optimization • Uses a Gibbs sampling approach • One n-mer from each sequence is randomly picked to determine initial model. In subsequent iterations, one sequence, i, is removed and the model is recalculated. Pick a new location of motif in sequence i iterate until convergence • Assumes most sequences will have the motif ¾ AlignAce http://atlas.med.harvard.edu/cgi-bin/alignace.pl ¾ Gibbs Motif Sampler http://bayesweb.wadsworth.org/gibbs/gibbs.html Deterministic Optimization • Based on expectation maximization (EM) • EM: iteratively estimates the likelihood given the data that is present I.
    [Show full text]
  • Degsampler: Gibbs Sampling Strategy for Predicting E3-Binding Sites with Position-Specific Prior Information
    DegSampler: Gibbs sampling strategy for predicting E3-binding sites with position-specic prior information Osamu Maruyama ( [email protected] ) Kyushu University https://orcid.org/0000-0002-5760-1507 Fumiko Matsuzaki Kyushu University Research article Keywords: motif, substrate protein, E3 ubiquitin ligase, prior, posterior, disorder, collapsed, Gibbs sampling, DegSampler Posted Date: November 6th, 2020 DOI: https://doi.org/10.21203/rs.3.rs-101967/v1 License: This work is licensed under a Creative Commons Attribution 4.0 International License. Read Full License Maruyama and Matsuzaki RESEARCH DegSampler: Gibbs sampling strategy for predicting E3-binding sites with position-specific prior information Osamu Maruyama1* and Fumiko Matsuzaki2 Background Eukaryotic cells have two major pathways for degrad- ing proteins in order to control cellular processes and maintain intracellular homeostasis. One of the path- ways is autophagy, a catabolic process that deliv- ers intracellular components to lysosomes or vacuoles Abstract [1]. The other pathway is the ubiquitin-proteasome Background: The ubiquitin-proteasome system is system, which degrades polyubiquitin-tagged pro- a pathway in eukaryotic cells for degrading teins through the proteasomal machinery [2]. In the polyubiquitin-tagged proteins through the ubiquitin-proteasome system, an E3 ubiquitin ligase proteasomal machinery to control various cellular (hereinafter E3) selectively recognizes and binds to processes and maintain intracellular homeostasis. specific regions of the target substrate proteins. These In this system, the E3 ubiquitin ligase (hereinafter binding sites are called degrons [3]. E3) plays an important role in selectively It is important to identify the E3s and substrate recognizing and binding to specific regions of its proteins that interact with one another to character- substrate proteins.
    [Show full text]
  • Bioinformatics: a Practical Guide to the Analysis of Genes and Proteins, Second Edition Andreas D
    BIOINFORMATICS A Practical Guide to the Analysis of Genes and Proteins SECOND EDITION Andreas D. Baxevanis Genome Technology Branch National Human Genome Research Institute National Institutes of Health Bethesda, Maryland USA B. F. Francis Ouellette Centre for Molecular Medicine and Therapeutics Children’s and Women’s Health Centre of British Columbia University of British Columbia Vancouver, British Columbia Canada A JOHN WILEY & SONS, INC., PUBLICATION New York • Chichester • Weinheim • Brisbane • Singapore • Toronto BIOINFORMATICS SECOND EDITION METHODS OF BIOCHEMICAL ANALYSIS Volume 43 BIOINFORMATICS A Practical Guide to the Analysis of Genes and Proteins SECOND EDITION Andreas D. Baxevanis Genome Technology Branch National Human Genome Research Institute National Institutes of Health Bethesda, Maryland USA B. F. Francis Ouellette Centre for Molecular Medicine and Therapeutics Children’s and Women’s Health Centre of British Columbia University of British Columbia Vancouver, British Columbia Canada A JOHN WILEY & SONS, INC., PUBLICATION New York • Chichester • Weinheim • Brisbane • Singapore • Toronto Designations used by companies to distinguish their products are often claimed as trademarks. In all instances where John Wiley & Sons, Inc., is aware of a claim, the product names appear in initial capital or ALL CAPITAL LETTERS. Readers, however, should contact the appropriate companies for more complete information regarding trademarks and registration. Copyright ᭧ 2001 by John Wiley & Sons, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic or mechanical, including uploading, downloading, printing, decompiling, recording or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without the prior written permission of the Publisher.
    [Show full text]
  • Sequence Conservation
    2/14/17 Sequence conservation Bas E. Dutilh Systems Biology: Bioinformatic Data Analysis Utrecht University, FeBruary 16th 2017 After this lecture, you can… … list the mechanisms of DNA mutation … sort different biological information levels By conservation … discuss the multiple roles of protein domains and draw the parallel with computer scripting … use conservation to identify functional importance … make and interpret consensus sequences … make and interpret sequence logos & information content … recognize and explain why TFBS are often palindromic … explain the functional importance of unexpected variation 1 2/14/17 Evolution • Replication (copy) • Mutation (modify) • Selection (fitness) Time Mutations • Nucleotide suBstitutions – Replication error – Physical or chemical reaction • Insertions or deletions (indels) – Unequal crossing over during meiosis – Replication slippage • Inversions or rearrangements • Duplications of: – Partial or whole gene – Partial (polysomy) or whole chromosome (aneuploidy, polysomy) – Whole genome (polyploidy) • Horizontal gene transfer (HGT) – Conjugation (direct transfer between Bacteria) – Transformation by naturally competent Bacteria – Transduction by bacteriophages 2 2/14/17 Phenotypic/genotypic similarity • We exploit similarity to… …identify homology (shared ancestry) …determine evolutionary relationships …transfer functional information • Sequences (genotype) rarely converge • Functions (phenotype) can converge • Analogy • Homology – Similar function – Similar ancestry Low-complexity regions •
    [Show full text]
  • Alignment, Clustering and Extraction of Structured Motifs in DNA Promoter Sequences
    Syracuse University SURFACE Electrical Engineering and Computer Science - Dissertations College of Engineering and Computer Science 8-2012 Alignment, Clustering and Extraction of Structured Motifs in DNA Promoter Sequences Faisal Abdulmalek Alobaid Syracuse University Follow this and additional works at: https://surface.syr.edu/eecs_etd Part of the Computer Engineering Commons Recommended Citation Alobaid, Faisal Abdulmalek, "Alignment, Clustering and Extraction of Structured Motifs in DNA Promoter Sequences" (2012). Electrical Engineering and Computer Science - Dissertations. 322. https://surface.syr.edu/eecs_etd/322 This Dissertation is brought to you for free and open access by the College of Engineering and Computer Science at SURFACE. It has been accepted for inclusion in Electrical Engineering and Computer Science - Dissertations by an authorized administrator of SURFACE. For more information, please contact [email protected]. ABSTRACT A simple motif is a short DNA sequence found in the promoter region and believed to act as a binding site for a transcription factor protein. A structured motif is a sequence of simple motifs (boxes) separated by short sequences (gaps). Biologists theorize that the presence of these motifs play a key role in gene expression regulation. Discovering these patterns is an important step towards understanding protein-gene and gene-gene interaction thus facilitates the building of accurate gene regulatory network models. DNA sequence motif extraction is an important problem in bioinformatics. Many studies have proposed algorithms to solve the problem instance of simple motif extraction. Only in the past decade has the more complex structured motif extraction problem been examined by researchers. The problem is inherently challenging as structured motif patterns are segmented into several boxes separated by variable size gaps for each instance.
    [Show full text]
  • ER-Resident Transcription Factor Nrf1 Regulates Proteasome Expression and Beyond
    International Journal of Molecular Sciences Review ER-Resident Transcription Factor Nrf1 Regulates Proteasome Expression and Beyond Jun Hamazaki * and Shigeo Murata Laboratory of Protein Metabolism, Graduate School of Pharmaceutical Sciences, the University of Tokyo, Tokyo 1130033, Japan; [email protected] * Correspondence: [email protected] Received: 4 May 2020; Accepted: 20 May 2020; Published: 23 May 2020 Abstract: Protein folding is a substantively error prone process, especially when it occurs in the endoplasmic reticulum (ER). The highly exquisite machinery in the ER controls secretory protein folding, recognizes aberrant folding states, and retrotranslocates permanently misfolded proteins from the ER back to the cytosol; these misfolded proteins are then degraded by the ubiquitin–proteasome system termed as the ER-associated degradation (ERAD). The 26S proteasome is a multisubunit protease complex that recognizes and degrades ubiquitinated proteins in an ATP-dependent manner. The complex structure of the 26S proteasome requires exquisite regulation at the transcription, translation, and molecular assembly levels. Nuclear factor erythroid-derived 2-related factor 1 (Nrf1; NFE2L1), an ER-resident transcription factor, has recently been shown to be responsible for the coordinated expression of all the proteasome subunit genes upon proteasome impairment in mammalian cells. In this review, we summarize the current knowledge regarding the transcriptional regulation of the proteasome, as well as recent findings concerning the regulation of Nrf1 transcription activity in ER homeostasis and metabolic processes. Keywords: proteasome; Nrf1; DDI2; bounce back; proteostasis 1. Introduction Proteins are essential to the vast majority of cellular and organismal functions. Cellular protein levels are defined by the balance among protein synthesis, folding, and degradation, and the failure to accurately coordinate these processes leads to disease [1].
    [Show full text]
  • Lecture 7: Sequence Motif Discovery
    Sequence motif: definitions COSC 348: Computing for Bioinformatics • In Bioinformatics, a sequence motif is a nucleotide or amino-acid sequence pattern that is widespread and has Lecture 7: been proven or assumed to have a biological significance. Sequence Motif Discovery • Once we know the sequence pattern of the motif, then we can use the search methods to find it in the sequences (i.e. Lubica Benuskova Boyer-Moore algorithm, Rabin-Karp, suffix trees, etc.) • The problem is to discover the motifs, i.e. what is the order of letters the particular motif is comprised of. http://www.cs.otago.ac.nz/cosc348/ 1 2 Examples of motifs in DNA Sequence motif: notations • The TATA promoter sequence is an example of a highly • An example of a motif in a protein: N, followed by anything but P, conserved DNA sequence motif found in eukaryotes. followed by either S or T, followed by anything but P − One convention is to write N{P}[ST]{P} where {X} means • Another example of motifs: binding sites for transcription any amino acid except X; and [XYZ] means either X or Y or Z. factors (TF) near promoter regions of genes, etc. • Another notation: each ‘.’ signifies any single AA, and each ‘*’ Gene 1 indicates one member of a closely-related AA family: Gene 2 − WDIND*.*P..*...D.F.*W***.**.IYS**...A.*H*S*WAMRN Gene 3 Gene 4 • In the 1st assignment we have motifs like A??CG, where the Gene 5 wildcard ? Stands for any of A,U,C,G. Binding sites for TF 3 4 Sequence motif discovery from conservation Motif discovery based on alignment • profile analysis is another word for this.
    [Show full text]
  • Novel Sm-Like Proteins with Long C-Terminal Tails and Associated
    FEBS Letters 569 (2004) 18–26 FEBS 28487 Novel Sm-like proteins with long C-terminal tails q and associated methyltransferases Mario Albrecht*, Thomas Lengauer Max-Planck-Institute for Informatics, Stuhlsatzenhausweg 85, 66123 Saarbru€cken, Germany Received 23 December 2003; revised 11 March 2004; accepted 15 March 2004 Available online 31 May 2004 Edited by Robert B. Russell cytoplasm and nucleus. For instance, the cytosolic Lsm1-7 Abstract Sm and Sm-like proteins of the Lsm (like Sm) domain family are generally involved in essential RNA-processing tasks. complex functions in mRNA decay, while a nuclear Lsm2-8 While recent research has focused on the function and structure of complex works in pre-mRNA splicing [4]. small family members, little is known about Lsm domain proteins While current research has focused on the function and carrying additional domains. Using an integrative bioinformatics structure of small Sm and Sm-like proteins (not more than approach, we discovered five novel groups of Lsm domain proteins about 150 residues), little is known about large Lsm domain (Lsm12-16) with long C-terminal tails and investigated their proteins carrying additional domains. A recently described functions. All of them are evolutionarily conserved in eukaryotes Lsm11 protein possesses an N-terminal extension and has been with an N-terminal Lsm domain to bind nucleic acids followed by found to be involved in histone mRNA processing [5]. Two as yet uncharacterized C-terminal domains and sequence motifs. very long Lsm domain proteins with both N- and C-terminal Based on known yeast interaction partners, Lsm12-16 may play sequence prolongations are human ataxin-2 (1312 residues) and important roles in RNA metabolism.
    [Show full text]
  • Lecture 9: Protein Sequence Profiles and Motif Applications
    Lecture 9: Protein Sequence Profiles and Motif Applications • Calculating profiles of protein sequences - Average Score Method • Pattern and Profile applications • PSI-BLAST • Identifying new sequence motifs: - Gibbs sampling Some slides adapted from slides by Dr. Keith Dunker Some slides adapted from slides created by Dr. Zhiping Weng (Boston University) Protein Sequence Profiles § A profile is a position-specific scoring matrix that gives a quantitative description of a sequence motif § For protein sequences, the profile scoring matrix has N rows and 20+ columns, N being the length of the profile (# of sequence positions) § The first 20 columns indicate the score (or probability) for finding, at that position in the target sequence, one of the 20 amino acids § Additional columns contain gap penalties for insertions/deletions at that position in the target sequence th th § Mkj = score for the j amino acid (or gap) at the k position in the sequence Calculating the Profile Matrix for Protein Sequences: Average Score Method 20 Cki Mkj = ∑ Sij i=1 Z th th • Mkj = Profile matrix element (score for j amino acid at the k position) th • Cki = Number of i type amino acid at position k in the sequence/profile • Z = Number of aligned sequences € th th • Sij = Score between the i and the j amino acids based on a scoring matrix (e.g., PAM250 or BLOSUM62) Derived from paper by Gribskov et al, (1987) PNAS 84:4355-8 Average Score Method: Example 20 Cki Position k = 7 Mkj = ∑ Sij i=1 Z 1 AGGCTHFWKGESM C7F = 3, C7W = 3, C7M = 2, other C7i = 0 2 SGACSRWYRGQSL
    [Show full text]
  • Difflogo: a Comparative Visualization of Sequence Motifs Martin Nettling1*†, Hendrik Treutler2†, Jan Grau1, Jens Keilwagen3, Stefan Posch1 and Ivo Grosse1,4
    Nettling et al. BMC Bioinformatics (2015) 16:387 DOI 10.1186/s12859-015-0767-x SOFTWARE Open Access DiffLogo: a comparative visualization of sequence motifs Martin Nettling1*†, Hendrik Treutler2†, Jan Grau1, Jens Keilwagen3, Stefan Posch1 and Ivo Grosse1,4 Abstract Background: For three decades, sequence logos are the de facto standard for the visualization of sequence motifs in biology and bioinformatics. Reasons for this success story are their simplicity and clarity. The number of inferred and published motifs grows with the number of data sets and motif extraction algorithms. Hence, it becomes more and more important to perceive differences between motifs. However, motif differences are hard to detect from individual sequence logos in case of multiple motifs for one transcription factor, highly similar binding motifs of different transcription factors, or multiple motifs for one protein domain. Results: Here, we present DiffLogo, a freely available, extensible, and user-friendly R package for visualizing motif differences. DiffLogo is capable of showing differences between DNA motifs as well as protein motifs in a pair-wise manner resulting in publication-ready figures. In case of more than two motifs, DiffLogo is capable of visualizing pair-wise differences in a tabular form. Here, the motifs are ordered by similarity, and the difference logos are colored for clarity. We demonstrate the benefit of DiffLogo on CTCF motifs from different human cell lines, on E-box motifs of three basic helix-loop-helix transcription factors as examples for comparison of DNA motifs, and on F-box domains from three different families as example for comparison of protein motifs.
    [Show full text]
  • What Are DNA Sequence Motifs?
    PRIMER What are DNA sequence motifs? Patrik D’haeseleer Sequence motifs are becoming increasingly important in the analysis of gene regulation. How do we define sequence motifs, and why should we use sequence logos instead of consensus sequences to represent them? Do they have any relation with binding affinity? How do we search for new instances of a motif in this sea of DNA? Sequence motifs are short, recurring patterns Restriction enzymes and consensus in DNA that are presumed to have a biologi- sequences cal function. Often they indicate sequence- a HEM13 CCCATTGTTCTC Type II restriction enzymes, discovered in the specific binding sites for proteins such as HEM13 TTTCTGGTTCTC late 1960s, need to bind to their DNA targets http://www.nature.com/naturebiotechnology nucleases and transcription factors (TF). in a highly sequence-specific manner, because Others are involved in important processes at HEM13 TCAATTGTTTAG they are part of a primitive bacterial immune the RNA level, including ribosome binding, ANB1 CTCATTGTTGTC system designed to chop up viral DNA from mRNA processing (splicing, editing, polyad- infecting phages. Straying from their con- enylation) and transcription termination. ANB1 TCCATTGTTCTC sensus binding site specificity would be the In the past, binding sites were typically ANB1 CCTATTGTTCTC equivalent of an autoimmune reaction that determined through DNase footprinting, and could lead to irreversible damage to the bacte- gel-shift or reporter construct assays, whereas ANB1 TCCATTGTTCGT rial genome. For example, EcoRI binds to the binding affinities to artificial sequences were ROX1 CCAATTGTTTTG 6-mer GAATTC, and only to that sequence. explored using SELEX. Nowadays, com- Note that this motif is a palindrome, reflect- putational methods are generating a flood ing the fact that the EcoRI protein binds to Nature Publishing Group Group Nature Publishing b YCHATTGTTCTC 6 of putative regulatory sequence motifs by the DNA as a homodimer.
    [Show full text]