An XML Application for Genomic Data Interoperation

Total Page:16

File Type:pdf, Size:1020Kb

An XML Application for Genomic Data Interoperation An XML application for genomic data interoperation Kei-Hoi Cheung1, Yang Liu2, Anuj Kumar3, Michael Snyder2,3, Mark Gerstein2, Perry Miller1,3 1Center for Medical Informatics, Department of Anesthesiology 2 Department of Molecular Biophysics and Biochemistry, 3Department of Molecular, Cellular and Developmental Biology, Yale University, New Haven, CT 06520, USA {kei.cheung, anuj.kumar, michael.snyder, mark.gerstein, perry.miller}@yale.edu Abstract HTML documents resided on different Web servers to be linked to one another through hypertext links. Such As the eXtensible Markup Language (XML) hypertext links have revolutionized the way information becomes a popular or standard language for (stored in remote databases) can be linked over the exchanging data over the Internet/Web, there are a Internet. This level of database inter-connectivity has growing number of genome Web sites that make their already proven very useful since it allows the user to data available in XML format. Publishing genomic navigate data from one Web site to another related Web data in XML format alone would not be that useful if site very easily. According to Karp [1], however, this is there is a lack of development of software applications not the “Holy Grail” of genomic data interoperation. that could take advantage of the XML technology to There are two problems associated with this hypertext process these XML-formatted data. This paper linking approach. illustrates the usefulness of XML in representing and interoperating genomic data between two different 1. Item-by-item linking. One problem is that the user data sources (Snyder's laboratory at Yale and SGD at has to click on the link one at a time in order to Stanford). In particular, we compare the locations of retrieve related information. This will be a time- transposon insertions in the yeast DNA sequences that consuming and tedious method to collect related have been identified by BLAST searches with the information if the number of links involved is great, chromosomal locations of the yeast open reading thereby slowing data collation prior to analysis. frames (ORFs) stored in SGD. Such a comparison 2. Fixed linked fields. The other problem occurs when allows us to characterize the transposon insertions by we attempt to establish links to external data indicating whether they fall into any ORFs (which may sources. These external links restrict how we can potentially encode proteins that possess essential access related data. For example, some genome biological functions). To implement this XML-based databases allow their data entries to be linked via interoperation, we used NCBI's "blastall" (which gives accession numbers (unique object/record an XML output option) and SGD's yeast nucleotide identifiers). However, if these numbers are not sequence dataset to establish a local blast server. Also, available in the public interface, there will be no we converted the SGD's ORF location data file (which way to establish links using other fields (such as is available in tab-delimited format) into an XML gene names or gene symbols). document based on the BIOML (BIOpolymer Markup Language) standard. Despite its hyperlink capability, the HTML is designed mainly for data display purposes. It is not 1. Introduction suitable for large-scale machine processing. To address this, many genome sites have distributed large datasets With the growing use of the Web, large quantities as flat files (e.g., tab-delimited files). Researchers can of biological data have been made accessible to the then download these files and process them by custom scientific community through many genome Web sites programs. According to [2], this flat-file approach is such as the National Center for Biotechnology very limited, because it lacks such abilities as Information (NCBI) Web site referencing, controlled vocabulary, and constraints. (http://www.ncbi.nlm.nih.gov/) and the Protein Data Often fields are ambiguous and their contents are Bank (PDB) Web site (http://www.rcsb.org/pdb/). The contextual. In other words, the programmer has to Web has widely been accepted because it is an Internet- manually interpret the semantics. This hinders the use based standard that has been incorporated into multiple of flat files by programs without human interaction. To platforms (e.g., Unix, Windows, and Mac). Web fully automate genomic-scale data interoperation, we browsers such as Netscape and Internet Explorer (IE) need a data representation format that not only are platform-independent and are easy to use. They separates the semantic content from the display content, provide for the user the capability of browsing through but it also allows computer programs to process the a large set of data graphically on their local computers. semantic part efficiently. This graphical capability is made possible by the The eXtensible Markup Language (XML) has HyperText Markup Language (HTML). Another emerged as a popular format (both human and machine important feature of the Web is that it allows multiple readable) for exchanging information over the Web. XML was designed to overcome the limitations of These mutant strains are subsequently used in a HTML and flat files as described previously. It is variety of functional studies, enabling the analysis of derived from the Standard Generalized Markup gene expression, disruption phenotypes, and protein Language (SGML), the international standard for localization [6]. This strain collection is maintained in defining descriptions of the structure and content of 96-well format. Each strain is assigned a unique ID different types of electronic documents. XML based upon its position within a 96-well storage plate. documents are self-describing. A set of user-defined For example, strain "V108B6" is stored in plate 108 at tags can be created for one or many XML documents. position B6. The prefix "V" indicates that this strain Syntactic and semantic rules can be defined for these carries a transposon insertion within a region of the tags in the form of Document Type Definitions (DTD). yeast genome expressed during vegetative growth. In general, the XML tags are used to identify different Yeast cells propagate vegetatively when provided with types of hierarchically related elements in the sufficient nutrients; under appropriate conditions of document, with the possibility of referencing and starvation, however, yeast cells undergo meiosis and recursion. Besides its use in data publishing, XML spore formation. Strains carrying a transposon gives the means for defining strongly structured insertion affecting a gene whose expression is induced documents so that computer programs can easily during this sporulation process are named with an "M" navigate through them and access relevant pieces of (meiotic) prefix. This ID designation is useful in information. Another advantage of using XML is that tracking given strains during subsequent analysis steps. there is a large body of XML-related software tools and As described below, number of computer programs are technologies including Document Object Model used to identify a genomic region (e.g., a gene) (DOM) and eXtensible Stylesheet Language (XSL) that disrupted by a transposon insertion within each strain. are available in the public domain. There has been an increasing use of XML in the • Sequencing. An initial step of the project is to genome community. Recently, we have seen a growing sequence the DNA samples (yeast mutant strains) number of genome sites that distribute data in XML collected. Automatic DNA sequencers such as the format. Among these are NCBI, PDB, and Gene ones manufactured by Applied Biosystems support Ontology (http://www.geneontology.org/). In addition, high throughput sequencing. Following high- a number of XML-related standards have been throughput automated sequencing, DNA sequence proposed for representing different types of biological data is typically output as chromatograms (trace data. Among them are MAML signals) that must be subsequently converted into (http://www.ncbi.nlm.nih.gov/geo/maml/index.cgi) and nucleotide sequence. These chromatogram data sets GEML (http://www.geml.org/), which are XML-based are stored in binary files ("chromat" files). In our languages for describing gene expression data; BIOML case, each chromat file contains DNA sequence data (http://www.bioml.com/BIOML/) that describes for a given strain. These files are named according biopolymers including genes and proteins; and BSML to the strain ID described previously. We process (http://www.labbook.com/products/xmlbsml.asp) that these chromat files with the PHRED-PHRAP describes DNA sequence data. package [7, 8] to produce nucleotide sequences This paper describes how to use XML to represent (clone sequences). In addition, we have configured and interoperate the yeast data that have been produced PHRED-PHRAP to remove vector sequence as well at two different sites: Snyder’s Lab at Yale and the as the transposon sequence itself from each clone Saccharomyces Genome Database (SGD) [3] at sequence. Occasionally, transposon sequence are Stanford. The paper is organized as follows. Section 2 missed by PHRED-PHRAP due to sequencing will give an overview of the yeast genomic project to errors. These errors generate DNA sequence data which our XML approach is applied. This section will that imperfectly matches the pre-specified also describe the computer programs used to process transposon sequence. Often, these sequencing the data in different stages. In Section 3, we will errors are minor; manual inspection is usually describe our XML approach to interoperating the yeast sufficient to identify transposon sequence in these datasets of interest. Also, some examples will be given. cases. To address this problem, a script was written Section 4 will provide some discussion of how to to scan the output of PHRED-PHRAP for varying improve and extend our work. Finally, we will give the patterns of this transposon sequence. Specifically, conclusion in Section 5. the sequence data are scanned for a region of 10 nucleotides corresponding to the extreme 5’ end of 2.
Recommended publications
  • Gene Prediction: the End of the Beginning Comment Colin Semple
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by PubMed Central http://genomebiology.com/2000/1/2/reports/4012.1 Meeting report Gene prediction: the end of the beginning comment Colin Semple Address: Department of Medical Sciences, Molecular Medicine Centre, Western General Hospital, Crewe Road, Edinburgh EH4 2XU, UK. E-mail: [email protected] Published: 28 July 2000 reviews Genome Biology 2000, 1(2):reports4012.1–4012.3 The electronic version of this article is the complete one and can be found online at http://genomebiology.com/2000/1/2/reports/4012 © GenomeBiology.com (Print ISSN 1465-6906; Online ISSN 1465-6914) Reducing genomes to genes reports A report from the conference entitled Genome Based Gene All ab initio gene prediction programs have to balance sensi- Structure Determination, Hinxton, UK, 1-2 June, 2000, tivity against accuracy. It is often only possible to detect all organised by the European Bioinformatics Institute (EBI). the real exons present in a sequence at the expense of detect- ing many false ones. Alternatively, one may accept only pre- dictions scoring above a more stringent threshold but lose The draft sequence of the human genome will become avail- those real exons that have lower scores. The trick is to try and able later this year. For some time now it has been accepted increase accuracy without any large loss of sensitivity; this deposited research that this will mark a beginning rather than an end. A vast can be done by comparing the prediction with additional, amount of work will remain to be done, from detailing independent evidence.
    [Show full text]
  • Reconstructing Contiguous Regions of an Ancestral Genome
    Downloaded from www.genome.org on December 5, 2006 Reconstructing contiguous regions of an ancestral genome Jian Ma, Louxin Zhang, Bernard B. Suh, Brian J. Raney, Richard C. Burhans, W. James Kent, Mathieu Blanchette, David Haussler and Webb Miller Genome Res. 2006 16: 1557-1565; originally published online Sep 18, 2006; Access the most recent version at doi:10.1101/gr.5383506 Supplementary "Supplemental Research Data" data http://www.genome.org/cgi/content/full/gr.5383506/DC1 References This article cites 20 articles, 11 of which can be accessed free at: http://www.genome.org/cgi/content/full/16/12/1557#References Open Access Freely available online through the Genome Research Open Access option. Email alerting Receive free email alerts when new articles cite this article - sign up in the box at the service top right corner of the article or click here Notes To subscribe to Genome Research go to: http://www.genome.org/subscriptions/ © 2006 Cold Spring Harbor Laboratory Press Downloaded from www.genome.org on December 5, 2006 Methods Reconstructing contiguous regions of an ancestral genome Jian Ma,1,5,6 Louxin Zhang,2 Bernard B. Suh,3 Brian J. Raney,3 Richard C. Burhans,1 W. James Kent,3 Mathieu Blanchette,4 David Haussler,3 and Webb Miller1 1Center for Comparative Genomics and Bioinformatics, Penn State University, University Park, Pennsylvania 16802, USA; 2Department of Mathematics, National University of Singapore, Singapore 117543; 3Center for Biomolecular Science and Engineering, University of California Santa Cruz, Santa Cruz, California 95064, USA; 4School of Computer Science, McGill University, Montreal, Quebec H3A 2B4, Canada This article analyzes mammalian genome rearrangements at higher resolution than has been published to date.
    [Show full text]
  • Duplication, Deletion, and Rearrangement in the Mouse and Human Genomes
    Evolution’s cauldron: Duplication, deletion, and rearrangement in the mouse and human genomes W. James Kent*†, Robert Baertsch*, Angie Hinrichs*, Webb Miller‡, and David Haussler§ *Center for Biomolecular Science and Engineering and §Howard Hughes Medical Institute, Department of Computer Science, University of California, Santa Cruz, CA 95064; and ‡Department of Computer Science and Engineering, Pennsylvania State University, University Park, PA 16802 Edited by Michael S. Waterman, University of Southern California, Los Angeles, CA, and approved July 11, 2003 (received for review April 9, 2003) This study examines genomic duplications, deletions, and rear- depending on details of definition and method. The length rangements that have happened at scales ranging from a single distribution of synteny blocks was found to be consistent with the base to complete chromosomes by comparing the mouse and theory of random breakage introduced by Nadeau and Taylor (8, human genomes. From whole-genome sequence alignments, 344 9) before significant gene order data became available. In recent large (>100-kb) blocks of conserved synteny are evident, but these comparisons of the human and mouse genomes, rearrangements are further fragmented by smaller-scale evolutionary events. Ex- of Ն100,000 bases were studied by comparing 558,000 highly cluding transposon insertions, on average in each megabase of conserved short sequence alignments (average length 340 bp) genomic alignment we observe two inversions, 17 duplications within 300-kb windows. An estimated 217 blocks of conserved (five tandem or nearly tandem), seven transpositions, and 200 synteny were found, formed from 342 conserved segments, with deletions of 100 bases or more. This includes 160 inversions and 75 length distribution roughly consistent with the random breakage duplications or transpositions of length >100 kb.
    [Show full text]
  • BIOINFORMATICS ISCB NEWS Doi:10.1093/Bioinformatics/Btp280
    Vol. 25 no. 12 2009, pages 1570–1573 BIOINFORMATICS ISCB NEWS doi:10.1093/bioinformatics/btp280 ISMB/ECCB 2009 Stockholm Marie-France Sagot1, B.J. Morrison McKay2,∗ and Gene Myers3 1INRIA Grenoble Rhône-Alpes and University of Lyon 1, Lyon, France, 2International Society for Computational Biology, University of California San Diego, La Jolla, CA and 3Howard Hughes Medical Institute Janelia Farm Research Campus, Ashburn, Virginia, USA ABSTRACT Computational Biology (http://www.iscb.org) was formed to take The International Society for Computational Biology (ISCB; over the organization, maintain the institutional memory of ISMB http://www.iscb.org) presents the Seventeenth Annual International and expand the informational resources available to members of the Conference on Intelligent Systems for Molecular Biology bioinformatics community. The launch of ECCB (http://bioinf.mpi- (ISMB), organized jointly with the Eighth Annual European inf.mpg.de/conferences/eccb/eccb.htm) 8 years ago provided for a Conference on Computational Biology (ECCB; http://bioinf.mpi- focus on European research activities in years when ISMB is held inf.mpg.de/conferences/eccb/eccb.htm), in Stockholm, Sweden, outside of Europe, and a partnership of conference organizing efforts 27 June to 2 July 2009. The organizers are putting the finishing for the presentation of a single international event when the ISMB touches on the year’s premier computational biology conference, meeting takes place in Europe every other year. with an expected attendance of 1400 computer scientists, The multidisciplinary field of bioinformatics/computational mathematicians, statisticians, biologists and scientists from biology has matured since gaining widespread recognition in the other disciplines related to and reliant on this multi-disciplinary early days of genomics research.
    [Show full text]
  • Open Thesisformatted Final.Pdf
    The Pennsylvania State University The Graduate School The Huck Institutes of the Life Sciences COMPUTATIONAL APPROACHES TO PREDICT PHENOTYPE DIFFERENCES IN POPULATIONS FROM HIGH-THROUGHPUT SEQUENCING DATA A Dissertation in Integrative Biosciences in Bioinformatics and Genomics by Oscar Camilo Bedoya Reina 2014 Oscar Camilo Bedoya Reina Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy May 2014 i The dissertation of Oscar Camilo Bedoya Reina was reviewed and approved* by the following: Webb Miller Professor of Biology and Computer Science and Engineering Dissertation Advisor Chair of Committee Ross Hardison T. Ming Chu Professor of Biochemistry and Molecular Biology George Perry Assistant Professor of Anthropology and Biology Kamesh Madduri Assistant Professor of Computer Science and Engineering Peter Hudson Willaman Professor of Biology Head of the Huck Institutes of the Life Sciences *Signatures are on file in the Graduate School iii ABSTRACT High-throughput sequencing technologies are changing the world. They are revolutionizing the life sciences and will be the foundation of a promising century of innovations. In recent years, the development of new sequencing technologies has dramatically decreased the cost of genome sequencing. Less than twenty years ago, sequencing the human genome cost 3 billion dollars, and took about a decade to complete. Today, high-quality 30X full-genome coverage can be obtained in just one day for US$ 5,000, while sequencing just the ~21,000 human genes to the same depth costs only about US$ 500. The latter is sufficient for detecting most of the rare variants, along with other sources of genetic variability such as indels, copy- number variations, and inversions that are characteristic of complex diseases.
    [Show full text]
  • ENCODE Analysis Working Group and Data Analysis Centre Rick Myers
    ENCODE Analysis Working Group and Data Analysis Centre Rick Myers Ewan Birney Motivation for mandated DAC y Genesis from the experience of the pilot project y Everyone looking at the ceiling when a key piece of annoying analysis needs to happen y A set of people who are funded to ensure that critical integrative analysis occurs (consistently and timely) y In no way exclusive y Everyone is invited in analysis y DAC should fit around things which are happening at the consortium level y Porous (no distinction expected between DAC members and other consortium members) except… y …the cleaning of the Aegean stables moment (eg, creating repeat libraries, consistently remapping everyone’s chip-seq data) y Interplay with DCC deliberate (trade off where things occur) y When there are too many things on the DAC to-do list - ask AWG to prioritise. AWG Participates in Rick Myers discussion Chair of AWG Birney BickelBickel Project Manager Haussler EBI (Ian Dunham) Bickel Directed Analysis Methods development EBI UCSC Yale BU EBI UCSC Yale BU U. Wash Penn Berkeley U. Wash Penn Berkeley DAC - federated, embedded y Ewan Birney/Paul Flicek/Ian Dunham (EBI)- comparative genomics, short read technology methods y Mark Gerstein (Yale) - chip-seq, link to genes/transcripts, link to modENCODE, P y Zhiping Weng (BU) - chip-chip, chip-seq, motif finding, bayesian analysis y Ross Hardison/Webb Miller (PSU) - comparative genomics, regulatory regions y Jim Kent/David Haussler (UCSC) - comparative genomics, DCC y Peter Bickel (UC Berkeley) - statistician y Bill Nobel (UW) - machine learning - HMMs, change point analysis, wavelets, SVMs New analysis tasks from AWG or community Results Provided Triage and Back to AWG Initial prioritisation Converting Priortisation Active ad hoc of all projects tasks analysis to by AWG handled pipelines by EDAC AWG prioritisation EDAC suggest pipelining tasks Experimental Data exploration, DCC group, in house Normalisation, coordination methods Sanity checking Feedback to AWG and expt.
    [Show full text]
  • 439: PALM: Probabilistic Area Loss Minimization for Protein Sequence
    PALM: Probabilistic Area Loss Minimization for Protein Sequence Alignment Fan Ding*1 Nan Jiang∗1 Jianzhu Ma2 Jian Peng3 Jinbo Xu4 Yexiang Xue1 1Department of Computer Science, Purdue University, West Lafayette, Indiana, USA 2Institute for Artificial Intelligence, Peking University, Beijing, China 3Department of Computer Science, University of Illinois at Urbana-Champaign, Illinois, USA 4Toyota Technological Institute at Chicago, Illinois, USA Abstract origin LRP S Protein sequence alignment is a fundamental prob- lem in computational structure biology and popu- L lar for protein 3D structural prediction and protein homology detection. Most of the developed pro- A grams for detecting protein sequence alignments Match are based upon the likelihood information of amino Insertion at S Insertion at T acids and are sensitive to alignment noises. We S: S _ L _ A present a robust method PALM for modeling pair- gt T: _ L R P _ wise protein structure alignments, using the area S: _ pred S L A distance to reduce the biological measurement 1 T: _ R PL noise. PALM generatively learn the alignment of S: __ _ S L A pred __ _ two protein sequences with probabilistic area dis- 2 T: LPR tance objective, which can denoise the measure- ment errors and offsets from different biologists. Figure 1: Illustration of protein sequence alignment and the During learning, we show that the optimization is area distance. (Bottom) The task is to align two amino acids computationally efficient by estimating the gradi- sequences S and T , where one amino acid from sequence ents via dynamically sampling alignments. Empiri- S can be aligned to either one amino acid from sequence cally, we show that PALM can generate sequence T (match), or to a gap (insertion, marked by “−”).
    [Show full text]
  • Comparative Genomics
    17 Aug 2004 15:49 AR AR223-GG05-02.tex AR223-GG05-02.sgm LaTeX2e(2002/01/18) P1: IKH 10.1146/annurev.genom.5.061903.180057 Annu. Rev. Genomics Hum. Genet. 2004. 5:15–56 doi: 10.1146/annurev.genom.5.061903.180057 Copyright c 2004 by Annual Reviews. All rights reserved First published online as a Review in Advance on April 15, 2004 COMPARATIVE GENOMICS Webb Miller, Kateryna D. Makova, Anton Nekrutenko, and Ross C. Hardison The Center for Comparative Genomics and Bioinformatics, The Huck Institutes of Life Sciences, and the Departments of Biology, Computer Science and Engineering, and Biochemistry and Molecular Biology, Pennsylvania State University, University Park, Pennsylvania; email: [email protected], [email protected], [email protected], [email protected] KeyWords whole-genome alignments, evolutionary rates, gene prediction, gene regulation, sequence conservation, Internet resources, genome browsers, genome databases, bioinformatics ■ Abstract The genomes from three mammals (human, mouse, and rat), two worms, and several yeasts have been sequenced, and more genomes will be completed in the near future for comparison with those of the major model organisms. Scientists have used various methods to align and compare the sequenced genomes to address critical issues in genome function and evolution. This review covers some of the major new insights about gene content, gene regulation, and the fraction of mammalian genomes that are under purifying selection and presumed functional. We review the evolution- ary processes that shape genomes, with particular attention to variation in rates within genomes and along different lineages. Internet resources for accessing and analyzing the treasure trove of sequence alignments and annotations are reviewed, and we dis- cuss critical problems to address in new bioinformatic developments in comparative genomics.
    [Show full text]
  • The Myth of Junk DNA
    The Myth of Junk DNA JoATN h A N W ells s eattle Discovery Institute Press 2011 Description According to a number of leading proponents of Darwin’s theory, “junk DNA”—the non-protein coding portion of DNA—provides decisive evidence for Darwinian evolution and against intelligent design, since an intelligent designer would presumably not have filled our genome with so much garbage. But in this provocative book, biologist Jonathan Wells exposes the claim that most of the genome is little more than junk as an anti-scientific myth that ignores the evidence, impedes research, and is based more on theological speculation than good science. Copyright Notice Copyright © 2011 by Jonathan Wells. All Rights Reserved. Publisher’s Note This book is part of a series published by the Center for Science & Culture at Discovery Institute in Seattle. Previous books include The Deniable Darwin by David Berlinski, In the Beginning and Other Essays on Intelligent Design by Granville Sewell, God and Evolution: Protestants, Catholics, and Jews Explore Darwin’s Challenge to Faith, edited by Jay Richards, and Darwin’s Conservatives: The Misguided Questby John G. West. Library Cataloging Data The Myth of Junk DNA by Jonathan Wells (1942– ) Illustrations by Ray Braun 174 pages, 6 x 9 x 0.4 inches & 0.6 lb, 229 x 152 x 10 mm. & 0.26 kg Library of Congress Control Number: 2011925471 BISAC: SCI029000 SCIENCE / Life Sciences / Genetics & Genomics BISAC: SCI027000 SCIENCE / Life Sciences / Evolution ISBN-13: 978-1-9365990-0-4 (paperback) Publisher Information Discovery Institute Press, 208 Columbia Street, Seattle, WA 98104 Internet: http://www.discoveryinstitutepress.com/ Published in the United States of America on acid-free paper.
    [Show full text]
  • A Novel Approach for Predicting Protein Functions by Transferring Annotation Via Alignment Networks Warith Djeddi, Sadok Ben Yahia, Engelbert Mephu Nguifo
    A novel approach for predicting protein functions by transferring annotation via alignment networks Warith Djeddi, Sadok Ben Yahia, Engelbert Mephu Nguifo To cite this version: Warith Djeddi, Sadok Ben Yahia, Engelbert Mephu Nguifo. A novel approach for predicting protein functions by transferring annotation via alignment networks. 2019. hal-02070419 HAL Id: hal-02070419 https://hal.archives-ouvertes.fr/hal-02070419 Preprint submitted on 17 Mar 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. A novel approach for predicting protein functions by transferring annotation via alignment networks Warith Eddine Djeddi1, Sadok Ben Yahia1;2∗ and Engelbert Mephu Nguifo3∗ 1University of Tunis El Manar, Faculty of Sciences of Tunis, LR11ES14, Capmus Universitaire 2092, Tunis, Tunisia 2Tallinn University of Technology, Department of Software Science, Akadeemia tee 15a, 12618 Tallinn, Estonia and 3 University Clermont Auvergne, CNRS, LIMOS, F-63000 CLERMONT-FERRAND, FRANCE ∗Corresponding author: [email protected], [email protected] Abstract One of the challenges of the post-genomic era is to provide accurate function annotations for orphan and unannotated protein sequences. With the recent availability of huge protein-protein interactions for many model species, it becomes an opportunity to computational methods to elucidate protein func- tion based on many strategies.
    [Show full text]
  • Обработка Результатов BLAST, Chaining, Netting
    Processing data of BLAST, clustering and ordering Student: Elena Bushmanova, Bioinformatics Institute, SPbSU Advisor: Pavel Dobrynin, Dobzhansky Center Saint-Petersburg, 2013 Goal: Creating a program, which allows ● to form single units of overlapping hits ● to rank the received units according to the coordinates on the chromosome ● and get some statistics Problem: To increase of the accuracy and efficiency of assembling of the genome on the basis of the reference. Other tools: • SyMAP • ABACAS • Arachne • MAUVE • LASTZ • RACA SyMAP – very long time to analyze only one pair of genomes. But this is only one program that currently used for reference assisted assembly of large genomes; ABACAS – very good program, but working only with bacteria or other small (20mbp) genomes; Arachne – we tried to adapt this assembler for Sanger sequences to assemble contigs but failed; MAUVE – not trivial output, only small genome, work slowly; LASTZ – great tool for alignment of large genomes, but working not very fast, and also quite complicated pipeline for genome assembly ; RACA – in theory one of the best ref assisted assembler, but still only in theory (no publications that used it). Algorithm • Processing: makeblastdb -in ref_all_chr.fsa.txt -dbtype nucl -title yeast -out yeast blastn -query Kyokai7_NRIB_2011_BABQ01000000.fsa -db yeast -outfmt 6 -out data.txt • Selection • Sorting • Checking: Q - 1000 ≤ S ≤ Q + 1000 • Splicing • Statistics Data Input data: yeast_blastn.txt: input list of fragments query_id, subject_id, identity, alignment_length, mismatches, gap_opens, q.start, q.end, s.start, s.end, e_value, bit_score Output data: outputList.txt: output list of fragments unusedList.txt: list of duplicate fragments In_statistics.txt, Out_statistics.txt: - total number of fragments and percent of unique fragments; - average, median, maximum and minimum count of the same id fragments; - similar characteristics of the number of matches.
    [Show full text]
  • Genomic Variants Among Threatened Acropora Corals
    G3: Genes|Genomes|Genetics Early Online, published on March 26, 2019 as doi:10.1534/g3.119.400125 Genomic variants among threatened Acropora corals Authors: Sheila. A. Kitchen*†, Aakrosh Ratan*‡, Oscar C. Bedoya-Reina§**, Richard Burhans††, Nicole D. Fogarty‡‡, $$, Webb Miller††, Iliana B. Baums† * Authors contributed equally to the manuscript Author Affiliations: † 208 Mueller Lab, Biology Department, The Pennsylvania State University, University Park PA 16802 [email protected], [email protected] ‡ Department of Public Health Sciences and Center for Public Health Genomics, University of Virginia, Charlottesville VA 22908 [email protected] § MRC Functional Genomics Unit, Department of Physiology, Anatomy and Genetics, University of Oxford, South Parks Road, Oxford OX1 3PT, UK [email protected] ** MRC Human Genetics Unit, MRC Institute of Genetics and Molecular Medicine, The University of Edinburgh, Western General Hospital, Crewe Road, Edinburgh, UK. †† Centre for Comparative Genomics and Bioinformatics, Pennsylvania State University, University Park, PA 16802, USA [email protected], [email protected] ‡‡ Department of Marine and Environmental Sciences, Nova Southeastern University, Fort Lauderdale, FL 33314, [email protected] $$ Secondary Affiliation: Nicole D. Fogarty, Department of Biology and Marine Biology, University of North Carolina Wilmington, Center for Marine Science, 5600 Marvin K Moss Lane, Wilmington, NC 28409, USA; Data Accession numbers: NCBI SRA accession numbers are SRR7235977-SRR7236038. Kitchen et al. 1 © The Author(s) 2013. Published by the Genetics Society of America. Running Title: Genomic variants among threatened corals Keywords: coral, Caribbean, single nucleotide polymorphism, population genomics, Galaxy Corresponding Author (§§): I.B Baums, 208 Mueller Lab, Biology Department, The Pennsylvania State University, University Park PA 16802, Fax +1 814 865 9131, [email protected] Article Summary We provide the first comprehensive genomic resources for two threatened Caribbean reef- building corals in the genus Acropora.
    [Show full text]