Gene Ontology Analysis with Cytoscape

Total Page:16

File Type:pdf, Size:1020Kb

Gene Ontology Analysis with Cytoscape Introduction to Systems Biology Exercise 6: Gene Ontology Analysis Overview: Gene Ontology (GO) is a useful resource in bioinformatics and systems biology. GO defines a controlled vocabulary of terms in biological process, molecular function, and cellular location, and relates the terms in a somewhat-organized fashion. This exercise outlines the resources available under Cytoscape to perform analyses for the enrichment of gene annotation (GO terms) in networks or sub-networks. In this exercise you will: • Learn how to navigate the Cytoscape Gene Ontology wizard to apply GO annotations to Cytoscape nodes • Learn how to look for enriched GO categories using the BiNGO plugin. What you will need: • The BiNGO plugin, developed by the Computational Biology Division, Dept. of Plant Systems Biology, Flanders Interuniversitary Institute for Biotechnology (VIB), described in Maere S, et al. Bioinformatics. 2005 Aug 15;21(16):3448-9. Epub 2005 Jun 21. • galFiltered.sif used in the earlier exercises and found under sampleData. Please download any missing files from http://www.cbs.dtu.dk/courses/27041/exercises/Ex3/ Download and install the BiNGO plugin, as follows: 1. Get BiNGO from the course page (see above) or go to the BiNGO page at http://www.psb.ugent.be/cbd/papers/BiNGO/. (This site also provides documentation on BiNGO). 2. Unzip the contents of BiNGO.zip to your Cytoscape plugins directory (make sure the BiNGO.jar file is in the plugins directory and not in a subdirectory). 3. If you are currently running Cytoscape, exit and restart. First, we will load the Gene Ontology data into Cytoscape. 1. Start Cytoscape, under Edit, Preferences, make sure your default species, “defaultSpeciesName”, is set to “Saccharomyces cerevisiae”. Set it if needed. 2. Re-start Cytoscape if you had to set the defaultSpeciesName. Now load the network galFiltered.sif. As you may recall, this file contains a network of yeast, S. cervisiae, proteins from the galactose pathway. 3. Under the File menu in your Cytoscape Desktop, select Load and Bio Data Server. Go to Cytoscape2.1/annotation directory and load the “manifest” file (the annotation dir is in the same location as the plugins dir). 4. Now, we will apply Gene Ontology annotations to the nodes in the network, and browse through them. 5. On the Cytoscape Desktop, click on the Annotation button, shown below: 6. This will bring up a window labeled Annotation, shown below: 7. Click on the + sign next to GO, Biological Process. This should bring up one link per GO level, 1 through 13. These levels correspond to the depth of the tree to work at: higher levels represent more general classifications. 8. Click on 3, and click the button labeled Apply Annotation to All Nodes. 9. On the right-hand panel, an entry should appear labeled GO Biological Process (level 3) with a + sign at the left. Click on the + sign to expand this list. 10. The right-hand panel should now list the Level 3 terms, as shown below: 11. On the right-hand panel, click on the term cell cycle. Notice how this action selects several nodes on the Cytoscape canvas. 12. The level 3 GO Biological Process annotation are now available to the Node Attribute Browser, and may be mapped as node labels. 13. In the Annotation window, select some other Level 3 GO Biological Process, and notice how nodes selected on the Cytoscape canvas. See if you can find any sections of the network with a concentration of a particular annotation term. Here we will use the BiNGO plugin to see if GO term enrichment is statistically- significant. 1. Select a candidate sub-network of your choosing or the first neighbors of RAP1 or GAL4 (e.g. Select -> Nodes -> By Name, enter “RAP1” or “GAL4” and click “Search”. Select -> Nodes -> First neighbors of selected nodes). 2. Select these nodes and all edges into a new network, creating a child network. This will make subsequent steps in this tutorial easier. 3. Select all the nodes in this child network. 4. In the Plugins menu, select BiNGO. This should bring up a window called BiNGO Settings. 5. Fill in your BiNGO Settings as follows: 1. Give your cluster a short name such as "test". 2. Leave the Get Cluster from Network box checked. 3. Under Select a statistical test, select Hypergeometric. Binomial testing is used when the amount of data is very large, but hypergeometric testing is appropriate for most Cytoscape usage scenarios. 4. Under Select a multiple testing correction, choose Benjamini & Hochberg False Discovery Rate (FDR). This is less conservative than Bonferroni testing, but still sufficient for most cases. 5. Under Choose a significance level, enter 0.05. This threshold controls which GO classes are detailed in the output. This is not a conservative threshold, but later, one can choose GO classes with lower P values interactively. 6. Under Select the categories to be visualized, select Overrepresented after correction. With very few exceptions, this is the setting you will want. 7. Under Select reference set, select Test cluster versus complete annotation. This will compare your set of nodes to all genes in the yeast genome. 8. Under Select ontology, select GO Biological Process. 9. Click Start BiNGO. 6. After a brief pause, a network will appear on your canvas such as the one shown below 7. Within this network o Each node represents a GO term, and is labeled accordingly (zoom into the network to see labels). o The topology depicts the hierarchy of GO biological processes. Apply the yFiles hierarchical layout. o The yellow and orange nodes represent terms with significant enrichment, with darker orange representing a higher degree of significance, as shown by the legend on your screen: o White nodes are terms with no significant enrichment, but are included because they have a significant child term. Branches of GO with no significant terms are not shown. o The size of each node in a BiNGO graph is proportional to the number of nodes in your query set with that term. 8. Go to Visual Styles editor (Visualization -> Set Visual Properties -> Define -> Node Label), and look at the available attributes under Map Attribute. You should see several more, including: o description_test: the name of the GO biological process o adjustedPValue_test: the p-value for the node, adjusted for multiple hypothesis testing (note that the un-adjusted p-value is also there, with the name pValue_test, but this P value is less useful for most applications). o n_test: the number of genes in the yeast genome with this GO term. o x_test: the number of nodes that you have selected which have this GO term. o N_test: the total number of genes in the yeast genome with GO annotations. o X_test: the total number of genes that you have selected. These last four quantities are used in the calculation of the adjusted P value. 9. Select these attributes. Now, select some nodes in your BiNGO graph, and look at their attributes under the Node Attribute Browser 10. Select some of these terms, and browse through the nodes in your BiNGO graph. 11. Here is a good case for Cytoscape's hiding controls. When we zoom into this network, we see the following: Notice how the region on the right contains two nodes of marginal significance, plus several nodes of no significance included because they are parents of these nodes. 12. Select these nodes. Click on the Hide Selected Region button (shown) These nodes will disappear from the canvas. 13. You can make these nodes visible again with the Show All Nodes and Edges button (below) 14. BiNGO will optionally produce an output file listing the p-values of all nodes with significant enrichment, as follows: . Return to the child network you created previously, and make sure that all nodes are still selected. i. Return to your BiNGO Settings window. ii. Specify a new cluster name: test2. iii. Near the bottom of the window, click on Check box for saving data. iv. Click on the button labeled Save BiNGO Data file in:, and select a directory for BiNGO's output file v. Rerun BiNGO. vi. In the specified directory, you should now have a file called test.2.bgo. Your screen should show a new window titled test.2 BiNGO Results. Both of these should summarize your BiNGO parameters, and report on the enrichment of all terms meeting your p-value threshold. 15. Recall that this BiNGO graph reports on the enrichment of a subnetwork centered on RAP1, GAL4 or the particular nodes you selected. Recall also that this entire network consists of nodes involved in one single pathway: galactose utilization. So when we look at the enriched GO terms in your BiNGO graph, which terms relate to galactose utilization in general, and which relate to your sub-network specifically? Here, we shall see how to answer that question. i. Return to your parent network and verify that the sub-network is still selected. ii. Return to your BiNGO settings window, and choosing Test cluster versus network under Select reference set. Specify a new name in the Cluster name: box, "test3". iii. Rerun BiNGO. iv. Compare the new BiNGO network against the old one. You should see fewer significant GO terms in the new BiNGO network. Which terms are lost? These are probably associated with galactose utilization in general. v. Go to the Node Attribute browser, and click on Select Attributes. Note that the available attributes include adjustedPValue_test (reporting enrichment against the completed genome) and adjustedPValue_test3 (reporting enrichment against the galFiltered network). Select these two attributes for a side-by-side comparison of the p-values of some nodes in the BiNGO graphs.
Recommended publications
  • Unicarbkb: Building a Standardised and Scalable Informatics Platform for Glycosciences Research
    Platforms EOI: UniCarbKB: Building a Standardised and Scalable Informatics Platform for Glycosciences Research 20 September 2019 at 13:02 Project title UniCarbKB: Building a Standardised and Scalable Informatics Platform for Glycosciences Research Field of Research code(s) 03 CHEMICAL SCIENCES 06 BIOLOGICAL SCIENCES 08 INFORMATION AND COMPUTING SCIENCES 11 MEDICAL AND HEALTH SCIENCES EOI Lead Name Matthew Campbell EOI lead Research Group Institute for Glycomics EOI lead Organisation Institute for Glycomics, Griffith University EOI lead Email Collaborator details Name Research Group Organisation Malcolm Wolski eResearch Services Griffith University Project description Over the last few years the glycomics knowledge platform UniCarbKB has contributed to the growth of international glycoinformatics resources by providing access to data collections, web services and software applications supported by biocuration activities. However, UniCarbKB has continued to develop as a single monolithic resource. This proposed project will improve the growth and scalability of UniCarbKB by breaking down the platform into smaller and composable pieces. This will be achieved through the adoption of a more decentralised approach and a microservice architecture that will allow components of the platform to scale at different rates. This architecture will allow us is to build an extendable and cross-disciplinary resource by integrating existing data with new analysis tools. The adoption of international resources (e.g. NIH GlyGen), will allow not just mapping of glycan data to genes and proteins but also pathways, gene ontology, publications and a wide variety of data from EBI, NCBI and other sources. Additionally, we propose to integrate glycan array data and develop ontologies that can serve as tools for integration and subsequently analysis of glycan-associated Existing technology Adopt The proposed project will adopt a multi-tier application architecture in which applications will be developed and deployed as microservices.
    [Show full text]
  • Hierarchical Classification of Gene Ontology Terms Using the Gostruct
    Hierarchical classification of Gene Ontology terms using the GOstruct method Artem Sokolov and Asa Ben-Hur Department of Computer Science, Colorado State University Fort Collins, CO, 80523, USA Abstract Protein function prediction is an active area of research in bioinformatics. And yet, transfer of annotation on the basis of sequence or structural similarity remains widely used as an annotation method. Most of today's machine learning approaches reduce the problem to a collection of binary classification problems: whether a protein performs a particular function, sometimes with a post-processing step to combine the binary outputs. We propose a method that directly predicts a full functional annotation of a protein by modeling the structure of the Gene Ontology hierarchy in the framework of kernel methods for structured-output spaces. Our empirical results show improved performance over a BLAST nearest-neighbor method, and over algorithms that employ a collection of binary classifiers as measured on the Mousefunc benchmark dataset. 1 Introduction Protein function prediction is an active area of research in bioinformatics [25]; and yet, transfer of annotation on the basis of sequence or structural similarity remains the standard way of assigning function to proteins in newly sequenced organisms [20]. The Gene Ontology (GO), which is the current standard for annotating gene products and proteins, provides a large set of terms arranged in a hierarchical fashion that specify a gene-product's molecular function, the biological process it is involved in, and its localization to a cellular component [12]. GO term prediction is therefore a hierarchical classification problem, made more challenging by the thousands of annotation terms available.
    [Show full text]
  • To Find Information About Arabidopsis Genes Leonore Reiser1, Shabari
    UNIT 1.11 Using The Arabidopsis Information Resource (TAIR) to Find Information About Arabidopsis Genes Leonore Reiser1, Shabari Subramaniam1, Donghui Li1, and Eva Huala1 1Phoenix Bioinformatics, Redwood City, CA USA ABSTRACT The Arabidopsis Information Resource (TAIR; http://arabidopsis.org) is a comprehensive Web resource of Arabidopsis biology for plant scientists. TAIR curates and integrates information about genes, proteins, gene function, orthologs gene expression, mutant phenotypes, biological materials such as clones and seed stocks, genetic markers, genetic and physical maps, genome organization, images of mutant plants, protein sub-cellular localizations, publications, and the research community. The various data types are extensively interconnected and can be accessed through a variety of Web-based search and display tools. This unit primarily focuses on some basic methods for searching, browsing, visualizing, and analyzing information about Arabidopsis genes and genome, Additionally we describe how members of the community can share data using TAIR’s Online Annotation Submission Tool (TOAST), in order to make their published research more accessible and visible. Keywords: Arabidopsis ● databases ● bioinformatics ● data mining ● genomics INTRODUCTION The Arabidopsis Information Resource (TAIR; http://arabidopsis.org) is a comprehensive Web resource for the biology of Arabidopsis thaliana (Huala et al., 2001; Garcia-Hernandez et al., 2002; Rhee et al., 2003; Weems et al., 2004; Swarbreck et al., 2008, Lamesch, et al., 2010, Berardini et al., 2016). The TAIR database contains information about genes, proteins, gene expression, mutant phenotypes, germplasms, clones, genetic markers, genetic and physical maps, genome organization, publications, and the research community. In addition, seed and DNA stocks from the Arabidopsis Biological Resource Center (ABRC; Scholl et al., 2003) are integrated with genomic data, and can be ordered through TAIR.
    [Show full text]
  • Mmnet: Metagenomic Analysis of Microbiome Metabolic Network
    mmnet: Metagenomic analysis of microbiome metabolic network Yang Cao, Fei Li, Xiaochen Bo May 15, 2016 Contents 1 Introduction 1 1.1 Installation . .2 2 Analysis Pipeline: from raw Metagenomic Sequence Data to Metabolic Network Analysis 2 2.1 Prepare metagenomic sequence data . .3 2.2 Annotation of Metagenomic Sequence Reads . .3 2.3 Estimating the abundance of enzymatic genes . .5 2.4 Building reference metabolic dataset . .7 2.5 Constructing State Specific Network . .8 2.6 Topological network analysis . .9 2.7 Differential network analysis . 10 2.8 Network Visualization . 10 3 Analysis in Cytoscape 11 1 Introduction This manual is a brief introduction to structure, functions and usage of mmnet pack- age. The mmnet package provides a set of functions to support systems analysis of metagenomic data in R, including annotation of raw metagenomic sequence data, con- struction of metabolic network, and differential network analysis based on state specific metabolic network and enzymatic gene abundance. Meanwhile, the package supports an analysis pipeline for metagenomic systems bi- ology. We can simply start from raw metagenomic sequence data, optionally use MG- RAST to rapidly retrieve metagenomic annotation, fetch pathway data from KEGG using its API to construct metabolic network, and then utilize a metagenomic systems biology computational framework mentioned in [Greenblum et al., 2012] to establish further differential network analysis. The main features of mmnet: • Annotation of metagenomic sequence reads with MG-RAST • Estimating abundances of enzymatic gene based on functional annotation 1 • Constructing State Specific metabolic Network • Topological network analysis • Differential network analysis 1.1 Installation mmnet requires these packages: KEGGREST, igraph, Biobase, XML, RCurl, RJSO- NIO, stringr, ggplot2 and biom.
    [Show full text]
  • Use and Misuse of the Gene Ontology Annotations
    Nature Reviews Genetics | AOP, published online 13 May 2008; doi:10.1038/nrg2363 REVIEWS Use and misuse of the gene ontology annotations Seung Yon Rhee*, Valerie Wood‡, Kara Dolinski§ and Sorin Draghici|| Abstract | The Gene Ontology (GO) project is a collaboration among model organism databases to describe gene products from all organisms using a consistent and computable language. GO produces sets of explicitly defined, structured vocabularies that describe biological processes, molecular functions and cellular components of gene products in both a computer- and human-readable manner. Here we describe key aspects of GO, which, when overlooked, can cause erroneous results, and address how these pitfalls can be avoided. The accumulation of data produced by genome-scale FIG. 1b). These characteristics of the GO structure enable research requires explicitly defined vocabularies to powerful grouping, searching and analysis of genes. describe the biological attributes of genes in order to allow integration, retrieval and computation of the Fundamental aspects of GO annotations data1. Arguably, the most successful example of system- A GO annotation associates a gene with terms in the atic description of biology is the Gene Ontology (GO) ontologies and is generated either by a curator or project2. GO is widely used in biological databases, automatically through predictive methods. Genes are annotation projects and computational analyses (there associated with as many terms as appropriate as well as are 2,960 citations for GO in version 3.0 of the ISI Web of with the most specific terms available to reflect what is Knowledge) for annotating newly sequenced genomes3, currently known about a gene.
    [Show full text]
  • Wormbase Curation Interfaces and Tools
    Wormbase Curation Interfaces And Tools Xiaodong Wang, Paul Sternberg and the WormBase Consortium Division of Biology 156-29, California Institute of Technology, Pasadena, CA 91125, USA Abstract Cellular Component GO curation form Antibody OA Gene ontology OA Curating biological information from the published literature can be time- and labor-intensive especially without automated tools. WormBase1 has adopted several curation interfaces and tools, most of which were built in-house, to help curators recognize and extract data more efficiently from the literature. These tools range from simple computer interfaces for data entry to employing scripts that take advantage of complex text extraction algorithms, which automatically identify specific objects in a paper and presents them to the curator for curation. By using these in-house tools, we Go term are also able to tailor the tool to the individual needs and preferences of the curator. For example, C.elegans protein Cellular Gene Ontology Cellular Component and gene-gene interaction curators employ the text mining Component software Textpresso2 to indentify, retrieve, and extract relevant sentences from the full text of an Category terms article. The curators then use a web-based curation form to enter the data into our local database. Wormbase has developed our own Ontology Annotator tool based on the publicly available Phenote ontology annotation curation interface (developed by the Berkeley Bioinformatics Open-Source Ontology Annotator Projects (BBOP)), which we have adapted with datatype specific configurations. Currently, we have Autocomple4on field eight data s, including antibody, GO, gene regulation, interaction, molecule, people, phenotype and with ontology Transgene OA transgene are using or will use OA for routine literature curation.
    [Show full text]
  • The Biogrid Interaction Database
    D470–D478 Nucleic Acids Research, 2015, Vol. 43, Database issue Published online 26 November 2014 doi: 10.1093/nar/gku1204 The BioGRID interaction database: 2015 update Andrew Chatr-aryamontri1, Bobby-Joe Breitkreutz2, Rose Oughtred3, Lorrie Boucher2, Sven Heinicke3, Daici Chen1, Chris Stark2, Ashton Breitkreutz2, Nadine Kolas2, Lara O’Donnell2, Teresa Reguly2, Julie Nixon4, Lindsay Ramage4, Andrew Winter4, Adnane Sellam5, Christie Chang3, Jodi Hirschman3, Chandra Theesfeld3, Jennifer Rust3, Michael S. Livstone3, Kara Dolinski3 and Mike Tyers1,2,4,* 1Institute for Research in Immunology and Cancer, Universite´ de Montreal,´ Montreal,´ Quebec H3C 3J7, Canada, 2The Lunenfeld-Tanenbaum Research Institute, Mount Sinai Hospital, Toronto, Ontario M5G 1X5, Canada, 3Lewis-Sigler Institute for Integrative Genomics, Princeton University, Princeton, NJ 08544, USA, 4School of Biological Sciences, University of Edinburgh, Edinburgh EH9 3JR, UK and 5Centre Hospitalier de l’UniversiteLaval´ (CHUL), Quebec,´ Quebec´ G1V 4G2, Canada Received September 26, 2014; Revised November 4, 2014; Accepted November 5, 2014 ABSTRACT semi-automated text-mining approaches, and to en- hance curation quality control. The Biological General Repository for Interaction Datasets (BioGRID: http://thebiogrid.org) is an open access database that houses genetic and protein in- INTRODUCTION teractions curated from the primary biomedical lit- Massive increases in high-throughput DNA sequencing erature for all major model organism species and technologies (1) have enabled an unprecedented level of humans. As of September 2014, the BioGRID con- genome annotation for many hundreds of species (2–6), tains 749 912 interactions as drawn from 43 149 pub- which has led to tremendous progress in the understand- lications that represent 30 model organisms.
    [Show full text]
  • Summary Visualisations of Gene Ontology Terms with GO-Figure!
    bioRxiv preprint doi: https://doi.org/10.1101/2020.12.02.408534; this version posted December 3, 2020. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY 4.0 International license. Summary Visualisations of Gene Ontology Terms with GO-Figure! Maarten JMF Reijnders1*, Robert M Waterhouse1* 1Department of Ecology and Evolution, University of Lausanne, and Swiss Institute of Bioinformatics, 1015 Lausanne, Switzerland * Correspondence: [email protected] (MJMFR), [email protected] (RMW) Keywords: functional genomics, Python software, redundancy reduction, semantic similarity, GO term enrichment Abstract The Gene Ontology (GO) is a cornerstone of functional genomics research that drives discoveries through knowledge-informed computational analysis of biological data from large- scale assays. Key to this success is how the GO can be used to support hypotheses or conclusions about the biology or evolution of a study system by identifying annotated functions that are overrepresented in subsets of genes of interest. Graphical visualisations of such GO term enrichment results are critical to aid interpretation and avoid biases by presenting researchers with intuitive visual data summaries. Amongst current visualisation tools and resources there is a lack of standalone open-source software solutions that facilitate systematic comparisons of multiple lists of GO terms. To address this we developed GO-Figure!, an open-source Python software for producing user-customisable semantic similarity scatterplots of redundancy-reduced GO term lists. The lists are simplified by grouping together GO terms with similar functions using their quantified information contents and semantic similarities, with user-control over grouping thresholds.
    [Show full text]
  • PMAP: Databases for Analyzing Proteolytic Events and Pathways Yoshinobu Igarashi1, Emily Heureux1, Kutbuddin S
    Published online 8 October 2008 Nucleic Acids Research, 2009, Vol. 37, Database issue D611–D618 doi:10.1093/nar/gkn683 PMAP: databases for analyzing proteolytic events and pathways Yoshinobu Igarashi1, Emily Heureux1, Kutbuddin S. Doctor1, Priti Talwar1, Svetlana Gramatikova1, Kosi Gramatikoff1, Ying Zhang1, Michael Blinov3, Salmaz S. Ibragimova2, Sarah Boyd4, Boris Ratnikov1, Piotr Cieplak1, Adam Godzik1, Jeffrey W. Smith1, Andrei L. Osterman1 and Alexey M. Eroshkin1,* 1The Center on Proteolytic Pathways, The Cancer Research Center and The Inflammatory and Infectious Disease Center at The Burnham Institute for Medical Research, 10901 North Torrey Pines Road, La Jolla, CA 92037, USA, 2Institute of Cytology and Genetics, Siberian Branch of the Russian Academy of Sciences, Lavrentieva 10, Novosibirsk 630090, Russia, 3Center of Cell Analysis and Modeling, University of Connecticut Health Center, Farmington, CT 06030, USA and 4Faculty of Information Technology, Monash University, Clayton, Victoria 3800, Australia Received August 15, 2008; Revised September 19, 2008; Accepted September 23, 2008 ABSTRACT Proteolysis is essential to almost all fundamental cellular processes including proliferation, death and migration The Proteolysis MAP (PMAP, http://www. (1–4). Equally as important, mis-regulated proteolysis proteolysis.org) is a user-friendly website intended can cause diseases ranging from emphysema (5) and to aid the scientific community in reasoning about thrombosis (6), to arthritis (7) and Alzheimer’s (8). There proteolytic networks and pathways. PMAP is com- are a number of online resources containing information prised of five databases, linked together in one on proteases including SwissProt (the oldest), HPRD environment. The foundation databases, Protease- (human protein reference database) (9) and UniProt (10).
    [Show full text]
  • How to Use and Integrate.Pdf
    Journal of Proteomics 171 (2018) 37–52 Contents lists available at ScienceDirect Journal of Proteomics journal homepage: www.elsevier.com/locate/jprot How to use and integrate bioinformatics tools to compare proteomic data from distinct conditions? A tutorial using the pathological similarities between Aortic Valve Stenosis and Coronary Artery Disease as a case-study Fábio Trindade a,b,⁎, Rita Ferreira c, Beatriz Magalhães a, Adelino Leite-Moreira b, Inês Falcão-Pires b,RuiVitorinoa,b a Institute of Biomedicine, Department of Medical Sciences, University of Aveiro, Aveiro, Portugal b Unidade de Investigação Cardiovascular, Departamento de Cirurgia e Fisiologia, Faculdade de Medicina, Universidade do Porto, Porto, Portugal c QOPNA, Mass Spectrometry Center, Department of Chemistry, University of Aveiro, Aveiro, Portugal article info abstract Article history: Nowadays we are surrounded by a plethora of bioinformatics tools, powerful enough to deal with the large Received 22 December 2016 amounts of data arising from proteomic studies, but whose application is sometimes hard to find. Therefore, Received in revised form 28 February 2017 we used a specific clinical problem – to discriminate pathophysiology and potential biomarkers between two Accepted 19 March 2017 similar cardiovascular diseases, aortic valve stenosis (AVS) and coronary artery disease (CAD) – to make a Available online 21 March 2017 step-by-step guide through four bioinformatics tools: STRING, DisGeNET, Cytoscape and ClueGO. Proteome data was collected from articles available on PubMed centered on proteomic studies enrolling subjects with Keywords: fi fi Proteomics AVS or CAD. Through the analysis of gene ontology provided by STRING and ClueGO we could nd speci cbio- Bioinformatics logical phenomena associated with AVS, such as down-regulation of elastic fiber assembly, and with CAD, such STRING as up-regulation of plasminogen activation.
    [Show full text]
  • Genedb and Wikidata[Version 1; Peer Review: 1 Approved, 1 Approved with Reservations]
    Wellcome Open Research 2019, 4:114 Last updated: 20 OCT 2020 SOFTWARE TOOL ARTICLE GeneDB and Wikidata [version 1; peer review: 1 approved, 1 approved with reservations] Magnus Manske , Ulrike Böhme , Christoph Püthe , Matt Berriman Parasites and Microbes, Wellcome Trust Sanger Institute, Cambridge, CB10 1SA, UK v1 First published: 01 Aug 2019, 4:114 Open Peer Review https://doi.org/10.12688/wellcomeopenres.15355.1 Latest published: 14 Oct 2019, 4:114 https://doi.org/10.12688/wellcomeopenres.15355.2 Reviewer Status Abstract Invited Reviewers Publishing authoritative genomic annotation data, keeping it up to date, linking it to related information, and allowing community 1 2 annotation is difficult and hard to support with limited resources. Here, we show how importing GeneDB annotation data into Wikidata version 2 allows for leveraging existing resources, integrating volunteer and (revision) report report scientific communities, and enriching the original information. 14 Oct 2019 Keywords GeneDB, Wikidata, MediaWiki, Wikibase, genome, reference, version 1 annotation, curation 01 Aug 2019 report report 1. Sebastian Burgstaller-Muehlbacher , This article is included in the Wellcome Sanger Medical University of Vienna, Vienna, Austria Institute gateway. 2. Andra Waagmeester , Micelio, Antwerp, Belgium Any reports and responses or comments on the article can be found at the end of the article. Corresponding author: Magnus Manske ([email protected]) Author roles: Manske M: Conceptualization, Methodology, Software, Writing – Original Draft Preparation; Böhme U: Data Curation, Validation, Writing – Review & Editing; Püthe C: Project Administration, Writing – Review & Editing; Berriman M: Resources, Writing – Review & Editing Competing interests: No competing interests were disclosed. Grant information: This work was supported by the Wellcome Trust through a Biomedical Resources Grant to MB [108443].
    [Show full text]
  • A Roadmap for Metagenomic Enzyme Discovery
    Natural Product Reports View Article Online REVIEW View Journal A roadmap for metagenomic enzyme discovery Cite this: DOI: 10.1039/d1np00006c Serina L. Robinson, * Jorn¨ Piel and Shinichi Sunagawa Covering: up to 2021 Metagenomics has yielded massive amounts of sequencing data offering a glimpse into the biosynthetic potential of the uncultivated microbial majority. While genome-resolved information about microbial communities from nearly every environment on earth is now available, the ability to accurately predict biocatalytic functions directly from sequencing data remains challenging. Compared to primary metabolic pathways, enzymes involved in secondary metabolism often catalyze specialized reactions with diverse substrates, making these pathways rich resources for the discovery of new enzymology. To date, functional insights gained from studies on environmental DNA (eDNA) have largely relied on PCR- or activity-based screening of eDNA fragments cloned in fosmid or cosmid libraries. As an alternative, Creative Commons Attribution-NonCommercial 3.0 Unported Licence. shotgun metagenomics holds underexplored potential for the discovery of new enzymes directly from eDNA by avoiding common biases introduced through PCR- or activity-guided functional metagenomics workflows. However, inferring new enzyme functions directly from eDNA is similar to searching for a ‘needle in a haystack’ without direct links between genotype and phenotype. The goal of this review is to provide a roadmap to navigate shotgun metagenomic sequencing data and identify new candidate biosynthetic enzymes. We cover both computational and experimental strategies to mine metagenomes and explore protein sequence space with a spotlight on natural product biosynthesis. Specifically, we compare in silico methods for enzyme discovery including phylogenetics, sequence similarity networks, This article is licensed under a genomic context, 3D structure-based approaches, and machine learning techniques.
    [Show full text]