PSICQUIC. Paul Shannon. July 9, Introduction 1. 2 Quick Start: find interactions between Myc and Tp53 2

Similar documents
Networks & pathways. Hedi Peterson MTAT Bioinformatics

A Database of human biological pathways

Evolution by Computational Selection

ATLAS of Biochemistry

Appendix 4 Weather. Weather Providers

Synteny Portal Documentation

VCell Tutorial. Building a Rule-Based Model

Reaxys Pipeline Pilot Components Installation and User Guide

DiscoveryGate SM Version 1.4 Participant s Guide

Package Path2PPI. November 7, 2018

Creating a Pharmacophore Query from a Reference Molecule & Scaffold Hopping in CSD-CrossMiner

Hands-On Nine The PAX6 Gene and Protein

EBI web resources II: Ensembl and InterPro

Open PHACTS Explorer: Compound by Name

HCA Tech Note 111: Using Weather Underground with HCA

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY

Test and Evaluation of an Electronic Database Selection Expert System

SABIO-RK Integration and Curation of Reaction Kinetics Data Ulrike Wittig

IUCLID Substance Data

Performing a Pharmacophore Search using CSD-CrossMiner

Uncovering protein interaction in abstracts and text using a novel linear model and word proximity networks

Supplementary Materials for mplr-loc Web-server

STRING: Protein association networks. Lars Juhl Jensen

ToxiCat: Hybrid Named Entity Recognition services to support curation of the Comparative Toxicogenomic Database

CS612 - Algorithms in Bioinformatics

FuncNet a distributed platform for high-throughput protein function analysis. Andrew Clegg University College London. funcnet.eu

Package IMMAN. May 3, 2018

How to Create a Substance Answer Set

Bio-Medical Text Mining with Machine Learning

Tutorial: Urban Trajectory Visualization. Case Studies. Ye Zhao

The BRENDA Enzyme Information System. Computer-based access. Module B5

Reaxys Medicinal Chemistry Fact Sheet

Ensembl Genomes (non-chordates): Quick tour. This quick tour provides a brief introduction to Ensembl Genomes [2], the non-chordate genome browser.

Integration of functional genomics data

Lecture 2. The Blast2GO annotation framework

BMD645. Integration of Omics

Comparing whole genomes

Gene Ontology and overrepresentation analysis

DATA ACQUISITION FROM BIO-DATABASES AND BLAST. Natapol Pornputtapong 18 January 2018

Analysis and visualization of protein-protein interactions. Olga Vitek Assistant Professor Statistics and Computer Science

Spatial Data Management of Bio Regional Assessments Phase 1 for Coal Seam Gas Challenges and Opportunities

Chemical Data Retrieval and Management

Citation for published version (APA): Andogah, G. (2010). Geographically constrained information retrieval Groningen: s.n.

Introduction to Information Retrieval

Research Article HomoKinase: A Curated Database of Human Protein Kinases

IMMERSIVE GRAPH-BASED VISUALIZATION AND EXPLORATION OF BIOLOGICAL DATA RELATIONSHIPS

Gene mention normalization in full texts using GNAT and LINNAEUS

Instruction to search natural compounds on CH-NMR-NP

Report from the User Advisory Group (UAG)

PGA: A Program for Genome Annotation by Comparative Analysis of. Maximum Likelihood Phylogenies of Genes and Species

ALDEx: ANOVA-Like Differential Gene Expression Analysis of Single-Organism and Meta-RNA-Seq

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas:

Course overview. Heikki Mannila Laboratory for Computer and Information Science Helsinki University of Technology

1 Information retrieval fundamentals

Algorithmic methods of data mining, Autumn 2007, Course overview0-0. Course overview

The Drosophila Interactions Database: Integrating The Interactome And Transcriptome

Supplementary Figure 1. The workflow of the KinomeXplorer web interface.

Item Reliability Analysis

Discovering Inconsistencies in PubMed Abstracts through Ontology-Based Information Extraction

BLAST Database Searching. BME 110: CompBio Tools Todd Lowe April 8, 2010

HOWTO, example workflow and data files. (Version )

Browsing Genomic Information with Ensembl Plants

5-Star Analysis Tutorial!

A taxonomy of visualization tasks for the analysis of biological pathway data

Arboretum Explorer: Using GIS to map the Arnold Arboretum

Francisco M. Couto Mário J. Silva Pedro Coutinho

OneStop Map Viewer Navigation

Introduction to pepxmltab

Searching Substances in Reaxys

CSCE 561 Information Retrieval System Models

HMMs and biological sequence analysis

Tutorial. Getting started. Sample to Insight. March 31, 2016

GENE ONTOLOGY (GO) Wilver Martínez Martínez Giovanny Silva Rincón

Omnipath: guidelines and gateway for literature-curated signaling pathway resources

Package MetaboSignal

Analytical data, the web, and standards for unified laboratory informatics databases

Modeling in MiningZinc

MassHunter Software Overview

Building 3D models of proteins

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

Boolean and Vector Space Retrieval Models

Representing structured relational data in Euclidean vector spaces. Tony Plate

Lab Exercise 6 CS 2334

Enhancing the Curation of Botanical Data Using Text Analysis Tools

Finding Out About(Biology)

Data Structures & Database Queries in GIS

Algorithms in Bioinformatics

Chart Group indicator

profileanalysis Innovation with Integrity Quickly pinpointing and identifying potential biomarkers in Proteomics and Metabolomics research

A powerful site for all chemists CHOICE CRC Handbook of Chemistry and Physics

Permanent Link:

-max_target_seqs: maximum number of targets to report

Ontario Flow Assessment Tool III

Algorithms in Bioinformatics FOUR Pairwise Sequence Alignment. Pairwise Sequence Alignment. Convention: DNA Sequences 5. Sequence Alignment

Tiffany Samaroo MB&B 452a December 8, Take Home Final. Topic 1

CLRG Biocreative V

Knowledge Representation

new interface and features

Using Bioinformatics to Study Evolutionary Relationships Instructions

Transformation of round-trip web application to use AJAX

Transcription:

PSICQUIC Paul Shannon July 9, 2018 Contents 1 Introduction 1 2 Quick Start: find interactions between Myc and Tp53 2 3 Retrieve all Myc interactions found by Agrawal et al, 2010, using tandem affinity purification 3 4 Gene symbols for input, native identifers for results 4 5 Add Entrez GeneIDs and HUGO Gene Symbols 4 6 Retrieve Interactions Among a Set of Genes 4 7 References 5 1 Introduction PSICQUIC (the Proteomics Standard Initiative Common QUery InterfaCe, pronounced psy-kick ) is an effort from the HUPO Proteomics Standard Initiative (HUPO-PSI) to standardise the access to molecular interaction databases programmatically. The Bioconductor PSICQUIC package provides a traditional R function-calling (S4) interface layered on top of the PSICQUIC REST interface, to obtain a data.frame of annotated interactions between specified proteins, each of which is typically described by the HUGO symbol of the gene which codes for the protein of interest. PSICQUIC is loose association of web accessible databases, providers, linked explicitly only by virtue of being listed at the central PSICQUIC web site. Each provider supports the MIQL (molecular interaction query language), and each of which returns standard columns in tab-delimited text. In typical use one queries for all of the interactions in which a protein participates. Equally typical are queries for all known interactions between two specified proteins. These queries are easily constrained by provider (e.g., BioGrid or IntAct), by detectionmethod, by interaction type, and/or by publicationid. Interactions among a set of three or more genes may also be requested. The combinations of possible pairs grows nonlinearly with the number of genes, so use this option with care. PSICQUIC may therefore be best suited to the close study of a few dozen genes or proteins of interest, rather than for obtaining interactions for hundreds or thousands of genes or proteins. For bulk interactions, we recommend that you directly download databases from individual PSICQUIC (or other) providers. Approximately thirty databases currently implement PSICQUIC. They all ˆ Support the molecular interaction query language (MIQL) ˆ Use a controlled vocabulary describing interactions and detection methods ˆ Communicate via SOAP or REST ˆ Return results in XML or a tab-delimited form ˆ May be interogated programmatically or via a URL in a web browser > library(psicquic) > psicquic <- PSICQUIC() > providers(psicquic) 1

[1] "BioGrid" "bhf-ucl" "ChEMBL" [4] "HPIDb" "InnateDB" "InnateDB-All" [7] "IntAct" "IMEx" "mentha" [10] "MPIDB" "irefindex" "MatrixDB" [13] "MINT" "Reactome" "Reactome-FIs" [16] "EBI-GOA-miRNA" "I2D" "UniProt" [19] "MBInfo" "VirHostNet" "BAR" [22] "EBI-GOA-nonIntAct" "ZINC" 2 Quick Start: find interactions between Myc and Tp53 A simple example is the best introduction to this package. Here we discover that BioGrid, Intact, Reactome, STRING and BIND each report one or more interactions between human Myc and Tp53: > library(psicquic) > psicquic <- PSICQUIC() > providers(psicquic) [1] "BioGrid" "bhf-ucl" "ChEMBL" [4] "HPIDb" "InnateDB" "InnateDB-All" [7] "IntAct" "IMEx" "mentha" [10] "MPIDB" "irefindex" "MatrixDB" [13] "MINT" "Reactome" "Reactome-FIs" [16] "EBI-GOA-miRNA" "I2D" "UniProt" [19] "MBInfo" "VirHostNet" "BAR" [22] "EBI-GOA-nonIntAct" "ZINC" > tbl <- interactions(psicquic, id=c("tp53", "MYC"), species="9606") > dim(tbl) [1] 9 16 Note that the several arguments to the interactions method are unspecified. They maintain their default values, and act as wildcards in the query. How many of the approximately twenty-five data sources reported interactions? > table(tbl$provider) BioGrid IMEx InnateDB-All IntAct Reactome-FIs irefindex 1 1 2 1 1 1 mentha 2 What kind of interactions, detection methods and references were reported? (Note that the terms used in the controlled vocabularies used by the PSICQUIC data sources are often quite long, complicating the display of extractions from our data.frame. To get around this here, we extract selected columns in small groups so that the results will fit on the page.) > tbl[, c("provider", "type", "detectionmethod")] provider type 1 BioGrid psi-mi:mi:0915(physical association) 2 InnateDB-All psi-mi:mi:0915(physical association) 3 InnateDB-All psi-mi:mi:0915(physical association) 4 IntAct psi-mi:mi:0914(association) 5 IMEx psi-mi:mi:0914(association) 6 mentha psi-mi:mi:0914(association) 7 mentha psi-mi:mi:0915(physical association) 8 irefindex psi-mi:mi:0915(physical association) 9 Reactome-FIs - detectionmethod 1 psi-mi:mi:0004(affinity chromatography technology) 2 psi-mi:mi:0004(affinity chromatography technology) 3 psi-mi:mi:0030(cross-linking study) 4 psi-mi:mi:0676(tandem affinity purification) 5 psi-mi:mi:0676(tandem affinity purification) 6 psi-mi:mi:0676(tandem affinity purification) 7 psi-mi:mi:0004(affinity chromatography technology) 8 psi-mi:mi:0004(affinity chromatography technology) 9 psi-mi:mi:0046(experimental knowledge based) 2

These are quite heterogeneous. The well-established tandem affinity purification proteomics method probably warrants more weight than predictive text mining. Let s focus on them: > tbl[grep("affinity", tbl$detectionmethod), + c("type", "publicationid", "firstauthor", "confidencescore", "provider")] type publicationid 1 psi-mi:mi:0915(physical association) pubmed:21150319 2 psi-mi:mi:0915(physical association) pubmed:21150319 4 psi-mi:mi:0914(association) pubmed:21150319 imex:im-16995 5 psi-mi:mi:0914(association) pubmed:21150319 imex:im-16995 6 psi-mi:mi:0914(association) pubmed:21150319 7 psi-mi:mi:0915(physical association) pubmed:21150319 8 psi-mi:mi:0915(physical association) pubmed:21150319 firstauthor confidencescore provider 1 Agrawal P (2010) <NA> BioGrid 2 Agrawal et al.(2010) lpr:108 hpr:108 np:1 InnateDB-All 4 Agrawal et al. (2010) intact-miscore:0.35 IntAct 5 Agrawal et al. (2010) intact-miscore:0.35 IMEx 6 - mentha-score:0.236 mentha 7 - mentha-score:0.236 mentha 8 Agrawal P (2010) hpr:108 lpr:108 np:1 irefindex This result demonstrates that different providers report results from the same paper in different ways, sometimes omitting confidence scores, and sometimes using different (though related) terms from the PSI controlled vocabularies. 3 Retrieve all Myc interactions found by Agrawal et al, 2010, using tandem affinity purification These reports of TP53/Myc interactions by detection methods variously described as affinity chromotography technology and tandem affinity purification, both accompanied by a reference to the same recent paper ( Proteomic profiling of Myc-associated proteins, Agrawal et al, 2010), suggests the next task: obtain all of the interactions reported in that paper. > tbl.myc <- interactions(psicquic, "MYC", species="9606", publicationid="21150319") How many were returned? From what sources? Any confidence scores reported? > dim(tbl.myc) [1] 1752 16 > table(tbl.myc$provider) BioGrid IMEx InnateDB-All IntAct irefindex mentha 107 452 108 452 107 526 > table(tbl.myc$confidencescore) hpr:108 lpr:108 np:1 hpr:108 lpr:6 np:4 hpr:108 lpr:8 np:2 89 1 1 hpr:220 lpr:108 np:2 hpr:30049 lpr:1 np:44 hpr:8576 lpr:108 np:2 13 2 1 intact-miscore:0.35 intact-miscore:0.53 intact-miscore:0.56 804 54 18 intact-miscore:0.60 intact-miscore:0.64 intact-miscore:0.67 2 2 10 intact-miscore:0.69 intact-miscore:0.79 intact-miscore:0.98 6 2 6 lpr:108 hpr:108 np:1 mentha-score:0.126 mentha-score:0.236 108 296 166 mentha-score:0.309 mentha-score:0.332 mentha-score:0.416 1 18 25 mentha-score:0.454 mentha-score:0.49 mentha-score:0.554 4 3 4 mentha-score:0.623 mentha-score:0.731 mentha-score:0.74 1 1 1 mentha-score:0.891 mentha-score:0.967 mentha-score:1 2 1 3 3

4 Gene symbols for input, native identifers for results PSICQUIC queries apparently expect HUGO gene symbols for input. These are translated by each provider into each provider s native identifier type, which is nearly always a protein id of some sort. The results returned use the protein identifier native to each provider but see notes on the use of our IDMapper class for converting these protein identifiers to gene symbols and entrez geneids. If you submit a protein identifier in a query, it is apparently used without translation, and the interactions returned are limited to those which use exactly the protein identifier you supplied. Thus the use of gene symbols is recommended for all of your calls to the interactions method. Here is a sampling of the identifiers returned by the PSICQUIC providers: ˆ refseq:np 001123512 ˆ uniprotkb:q16820 ˆ string:9606.ensp00000373992 uniprotkb:q9umj4 ˆ entrez gene/locuslink:2041 BIOGRID:108355 5 Add Entrez GeneIDs and HUGO Gene Symbols Though informative, this heterogeneity along with the frequent absence of entrez geneids and gene symbols limits the immediate usefulness of these results for many prospective users. We attempt to remedy this with the IDMapper class,which uses biomart and some simple parsing strategies to map these lengthy identifiers into both geneid and gene symobl. At this point in the development of the PSICQUIC package, this step which adds four columns to the results data.frame must be done explicitly, and is currently limited to human identifiers only. Support for additional species will be added. > idmapper <- IDMapper("9606") > tbl.myc <- addgeneinfo(idmapper,tbl.myc) > print(head(tbl.myc$a.name)) [1] "MYC" "MYC" "MYC" "MYC" "MYC" "MYC" > print(head(tbl.myc$b.name)) [1] "MYC" "MAX" "KNDC1" "CNMD" "MICALL2" "MIPEP" 6 Retrieve Interactions Among a Set of Genes If the id argument to the interactions method contains two or more gene symbols, then all interactions among all possible pairs of those genes will be retrieved. Keep in mind that the number of unique combinations grows larger non-linearly with the number of genes supplied, and that each unique pair becomes a distinct query to each of the specified providers. > tbl.3 <- interactions(psicquic, id=c("alk", "JAK3", "SHC3"), + species="9606", quiet=true) > tbl.3g <- addgeneinfo(idmapper, tbl.3) > tbl.3gd <- with(tbl.3g, as.data.frame(table(detectionmethod, type, A.name, B.name, provider))) > print(tbl.3gd <- subset(tbl.3gd, Freq > 0)) detectionmethod 88 psi-mi:mi:0004(affinity chromatography technology) 124 psi-mi:mi:0004(affinity chromatography technology) 151 psi-mi:mi:0004(affinity chromatography technology) 344 psi-mi:mi:0046(experimental knowledge based) 353 psi-mi:mi:0046(experimental knowledge based) 520 psi-mi:mi:0004(affinity chromatography technology) 556 psi-mi:mi:0004(affinity chromatography technology) 564 psi-mi:mi:0364(inferred by curator) 664 psi-mi:mi:0004(affinity chromatography technology) 700 psi-mi:mi:0004(affinity chromatography technology) type A.name B.name provider Freq 88 psi-mi:mi:0915(physical association) ALK JAK3 BioGrid 2 124 psi-mi:mi:0915(physical association) ALK SHC3 BioGrid 1 151 psi-mi:mi:0915(physical association) - - InnateDB-All 3 4

344 - JAK3 ALK Reactome-FIs 1 353 - SHC3 ALK Reactome-FIs 1 520 psi-mi:mi:0915(physical association) ALK JAK3 irefindex 2 556 psi-mi:mi:0915(physical association) ALK SHC3 irefindex 1 564 psi-mi:mi:0914(association) JAK3 SHC3 irefindex 1 664 psi-mi:mi:0915(physical association) ALK JAK3 mentha 2 700 psi-mi:mi:0915(physical association) ALK SHC3 mentha 1 7 References ˆ Aranda, Bruno, Hagen Blankenburg, Samuel Kerrien, Fiona SL Brinkman, Arnaud Ceol, Emilie Chautard, Jose M. Dana et al. PSICQUIC and PSISCORE: accessing and scoring molecular interactions. Nature methods 8, no. 7 (2011): 528-529. ˆ Agrawal, Pooja, Kebing Yu, Arthur R. Salomon, and John M. Sedivy. Proteomic profiling of Myc-associated proteins. Cell Cycle 9, no. 24 (2010): 4908-4921. 5