Advanced Genomic Data Mining

Total Page:16

File Type:pdf, Size:1020Kb

Advanced Genomic Data Mining Education Advanced Genomic Data Mining Xose´ M. Ferna´ndez-Sua´rez*, Ewan Birney European Bioinformatics Institute, Ensembl Group, Wellcome Trust Genome Campus, Hinxton, Cambridge, United Kingdom Introduction trieve information through different plat- pathways in the Reactome database). forms such as Galaxy [5] and the biomaRt Click on the ‘count’ button at the top to As data banks increase their size, one of package of BioConductor [11,12]. Many obtain this number. the current challenges in bioinformatics is of these tools also interact with the UCSC Next, we can enrich our search for to be able to query them in a sensible way. Table Browser and have similar approach- enzymes in the UniProt database. This Information is contained in different es using the UCSC system. We also will require the ‘linked’ or secondary databases, with various data representa- address programmatic access using Bio- dataset. Follow this description, or view tions or formats, making it very difficult to Mart’s own implementation of Web ser- the tutorials for use of the linked database use a single query tool to search more than vices (MartService). For local deployment at http://www.ensembl.org/common/ a single data source. of BioMart, see Table 1. Workshops_Online?id = 117. Data mining is vital to bioinformatics as Click on the second ‘Dataset’ option at it allows users to go beyond simple BioMart Web Interface the left of the page. Select ‘UniProt browsing of genome browsers, such as proteomes’ as the database. In this Ensembl [1,2] or the UCSC Genome Browser First we will focus on BioMart’s Web instance, we will add as a filter the Gene [3], to address questions; for example, the interface (http://www.biomart.org) to il- Ontology (GO) [15] term ‘GO:0005975’ biological meaning of the results obtained lustrate how to join two different datasets: (associated with carbohydrate metabolic with a microarray platform, or how to Reactome [13], a database of metabolic processes); this will be under ‘EXTER- identify a short motif upstream of a gene, pathways, and UniProt [14], a catalogue NAL IDENTIFIERS’, ‘Limit to pro- amongst others. There are a number of of protein information. In this example, teins…GO ID(s)’ in the secondary data- integrated approaches available, some of we need to obtain a catalogue of enzymes set. Also select, under ‘External which are described below (Figure 1). involved in carbohydrate metabolism in references’: ‘Entries with EC ID(s)’, to limit The Table Browser at UCSC [4] sup- humans, as we are interested in a congenic our query to enzymes only, and ‘eukaryota’ ports text-based batch queries to the UCSC disorder in this pathway. To ask this Genome Browser, limiting the output to along with ‘Homo sapiens’under‘SPE- question without an integrated data min- CIES’ (Species and Proteome Name, entries meeting the selected criteria. A ing tool, one would have to start with disadvantage of this tool is that users need respectively). This will give a count of Reactome to find enzymes involved in 257 in the secondary dataset. The to be familiar with the underlying database reaction pathways in human and then schema in order to know where their data is genome location can be displayed in the compare those enzymes to a list of entries output by choosing the following Attri- stored. Similarly, performing complex que- in UniProt. However, BioMart allows us ries might require multiple steps that can be butes:‘‘Genome component name’’ for the to join the two databases. chromosome, ‘‘Start Position’’ and ‘‘End burdensome with this tool. Galaxy [5] We can start our query by clicking on provides a set of tools that can retrieve data Position’’ for the coordinates. Click ‘MartView’ from the Web interface at from the Table Browser (Table Browser ‘Results’ for the table in Figure 2. http://www.biomart.org, and selecting and BioMart will be explained below), Now you have a list of enzymes in the Reactome database. Now, select the facilitating complex queries that require UniProt involved in carbohydrate metab- reaction dataset. Filters applied will be multiple joins (Figure 2). olism in humans. simply ‘Limit to Species’ Homo sapiens. BioMart provides a query-oriented data Attributes can be selected as ‘‘Reaction management system to interact with differ- BioConductor name’’ and ‘‘Gene ENSEMBL ID’’. At this ent datasets (Ensembl [2], RGD [6,7], and stage, 2,432 entries meet our criteria (i.e. BioConductor is open source software WormBase [8], among many others). This we have asked for all human reaction for the analysis of genomic data. It is based data ‘‘warehouse’’ was originally developed for Ensembl, creating EnsMart [9,10]. From there, it was first deployed across the European Bioinformatics Institute Citation: Ferna´ndez-Sua´rez XM, Birney E (2008) Advanced Genomic Data Mining. PLoS Comput Biol 4(9): (EBI), and now it has become a joint project e1000121. doi:10.1371/journal.pcbi.1000121 between EBI and Cold Spring Harbor Editor: Fran Lewitter, Whitehead Institute, United States of America Laboratory (CSHL). The generic query Published September 26, 2008 system has shifted toward a federated approach that has been deployed for several Copyright: ß 2008 Ferna´ndez-Sua´rez, Birney. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in biological databases, and has become a any medium, provided the original author and source are credited. component of the Generic Model Organ- Funding: The Ensembl project receives primary funding from the Wellcome Trust. Additional funding is ism Database (GMOD) project. provided by EMBL, NHGRI, NIH-NIAID, BBSRC, MRC, and the European Union. BioMart receives additional In this contribution, we provide some funding from the EMBRACE project (FP6 Programme, European Commission, contract number LHSG-CT-2004- solutions for data mining; we focus 512092). Ensembl supports BIOMART. on advanced ways of interacting with Competing Interests: The authors have declared that no competing interests exist. BioMart using other applications to re- * E-mail: [email protected] PLoS Computational Biology | www.ploscompbiol.org 1 September 2008 | Volume 4 | Issue 9 | e1000121 Figure 1. Diagram depicting the way different applications interact with data mining tools. The boxed area shows the topics discussed in this paper. BioMart’s Central Server coordinates access to different databases: on the left-hand side, Galaxy interacts with BioMart by means of URL- based queries, allowing interaction with the UCSC Genome Browser and its Table Browser; while on the right interaction with Ensembl and its API is shown. Other platforms such as BioConductor rely on Web services (MartService) to retrieve information from the BioMart system. Additionally, BioMart is compliant with the DAS protocol [34] and can be queried by means of a Perl API, biomart-perl, as well as a Java API, martj. doi:10.1371/journal.pcbi.1000121.g001 on the R language [16] (which is an packages/release/Software.html. The bio- database for Caenorhabditis elegans and related implementation of the S language, a maRt package provides an API (Application nematodes RGD [6,7]; and Reactome [13], statistical programming language original- Programming Interface) in the scripting a curated knowledgebase of biological ly developed at Bell Laboratories to language R, allowing interaction with pathways, amongst others. support research and data analysis of large biomaRt databases. These include Ensembl, R can be installed on different plat- statistical projects [17]). which produces and maintains automatic forms; there are binaries available for R is an integrated software environment annotation on selected eukaryotic genomes; Unix, Windows, and Macintosh. For a list for data manipulation, which can be used as VEGA [18], the manually annotated Ver- of the Comprehensive R Archive Network a statistics system (throughout many differ- tebrate Genome Annotation database; (CRAN), go to http://cran.r-project.org/ ent packages). There are a large number of dbSNP [19], the Single Nucleotide Poly- mirrors.html. Once obtained, the source biologically relevant modules in BioCon- morphism database of NCBI; Gramene should be unpacked and installed follow- ductor, some of which are described in [12] [20], a resource for comparative grass ing the instructions provided. There is a and at http://www.bioconductor.org/ genomics; WormBase [9], the canonical built-in help facility invoked with help, Figure 2. BioMart can join different datasets, in this case Reactome and UniProt to identify enzymes involved in carbohydrate metabolism. doi:10.1371/journal.pcbi.1000121.g002 PLoS Computational Biology | www.ploscompbiol.org 2 September 2008 | Volume 4 | Issue 9 | e1000121 Table 1. URLs for additional information. BioMart documentation http://www.biomart.org/user-docs.pdf BioMart tutorials http://www.ensembl.org/info/using/website/tutorials/ http://www.ensembl.org/common/Workshops_Online BioMart Central Server http://www.biomart.org/ BioConductor http://www.bioconductor.org/ http://www.bioconductor.org/packages/release/Software.html R http://www.r-project.org/ Installing R http://cran.r-project.org/doc/manuals/R-admin.html R Archive Network http://cran.r-project.org/mirrors.html biomaRt documentation http://www.bioconductor.org/packages/1.8/bioc/vignettes/biomaRt/inst/doc/biomaRt.pdf Galaxy http://main.g2.bx.psu.edu/ doi:10.1371/journal.pcbi.1000121.t001 for instance ‘help(debug)’ will provide With biomaRt installed, load the relevant Below are two commands to query the documentation about the debug function. library with the library(biomaRt) library to see the currently available marts Furthermore, following the installation of command, and then connect to any public and datasets on the central server a package, a pre-built help search index is BioMart database. The listMarts function (Figure 3). created. To know what commands are will show which BioMart services are avail- 4library(biomaRt) available in biomaRt use ‘help.
Recommended publications
  • Description of the Biomart Package
    Description of the biomaRt package Steffen Durinck‡∗, Wolfgang Huber¶†, Yves Moreau‡, Bart De Moor‡ July 25, 2006 ‡Department of Electronical Engineering, ESAT-SCD, K.U.Leuven, Kasteelpark Arenberg 10, 3001 Leuven-Heverlee, Belgium, http://www.esat.kuleuven.ac.be/~dna/BioI and ¶European Bioinformatics Institute, Hinxton, UK Contents 1 Introduction 2 2 objects 2 2.1 Mart-class..................................... 2 3 Simple biomaRt functions for frequently used queries to Ensembl 3 3.1 Selecting a BioMart database to use . 3 3.1.1 useMart .................................. 3 3.1.2 martDisconnect ............................. 3 3.2 Annotating identifiers with gene information . 4 3.2.1 GOannotation .............................. 6 3.2.2 OMIMannotation ............................ 7 3.2.3 INTERPRO protein domains . 7 3.3 Homologymapping................................ 8 3.4 Identify subsets of genes for further analysis with the getFeature function . 8 3.5 Sequenceinformation............................... 9 3.6 Single Nucleotide Polymorphisms . 9 3.7 Moreexoticfunctions............................... 10 3.7.1 getPossibleXrefs ............................ 10 3.7.2 getXref .................................. 10 ∗Steff[email protected][email protected] 1 4 Advanced data retrieval with BioMart API functions 10 4.1 listMarts...................................... 11 4.2 useMart ...................................... 11 4.3 listDatasets .................................... 11 4.4 useDataset..................................... 12 4.5 Filter, Values and Attributes . 12 5 Local BioMart databases 13 1 Introduction The BioConductor biomaRt package provides and API in R to query BioMart databases such as Ensembl (http://www.ensembl.org), a software system which produces and maintains au- tomatic annotation on metazoan genomes. Two sets of functions are currently implemented. A first set of functions is tailored towards Ensembl and are a set of commonly used queries in microarray data analysis.
    [Show full text]
  • The Biomart User's Guide
    The biomaRt user's guide Steffen Durinck,∗ Wolfgang Hubery September 15, 2015 Contents 1 Introduction 2 2 Selecting a BioMart database and dataset 3 3 How to build a biomaRt query 7 4 Examples of biomaRt queries 9 4.1 Task 1: Annotate a set of Affymetrix identifiers with HUGO symbol and chromosomal locations of corresponding genes . 9 4.2 Task 2: Annotate a set of EntrezGene identifiers with GO annotation . 9 4.3 Task 3: Retrieve all HUGO gene symbols of genes that are located on chromosomes 17,20 or Y , and are associated with one the following GO terms: "GO:0051330","GO:0000080","GO:0000114","GO:0000082" (here we'll use more than one filter) . 10 4.4 Task 4: Annotate set of idenfiers with INTERPRO protein domain identifiers . 10 4.5 Task 5: Select all Affymetrix identifiers on the hgu133plus2 chip and Ensembl gene identifiers for genes located on chro- mosome 16 between basepair 1100000 and 1250000. 11 4.6 Task 6: Retrieve all entrezgene identifiers and HUGO gene symbols of genes which have a "MAP kinase activity" GO term associated with it. 11 ∗[email protected] [email protected] 1 4.7 Task 7: Given a set of EntrezGene identifiers, retrieve 100bp upstream promoter sequences . 12 4.8 Task 8: Retrieve all 5' UTR sequences of all genes that are located on chromosome 3 between the positions 185514033 and 185535839 . 13 4.9 Task 9: Retrieve protein sequences for a given list of Entrez- Gene identifiers . 13 4.10 Task 10: Retrieve known SNPs located on the human chro- mosome 8 between positions 148350 and 148612 .
    [Show full text]
  • Variation Data in Ensembl Plants
    Overview of the next two hours... Before tea After tea Session 1, Browser: Session 2, Tools: ● Introduction ● Variant Effect ○ Ensembl Plants and Predictor plant variation data ○ Introduction and ● Hands-on hands-on ○ Variation in the ● Mining variation Ensembl browser data with BioMart ● Displaying your ○ Introduction and data in Ensembl hands-on Plants Resources These slides: http://tinyurl.com/transplant2015 Course booklet: http://tinyurl.com/transplant2015b ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● → → Currently 39 genomes in Ensembl Plants http://plants.ensembl.org Brassicales Fabales Malpighiales Rosales Solanales Malvales Vitales Zingiberales Poales ... ● ● ● Or all the above! ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● Genome Browsers Genome Browser Databases • • Baseline Annotation • • • Transposon • discovery • • Gene prediction • • EST Alignment • PAG 2015 Recent updates (Release 27) http://plants.ensembl.org ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● On to variation... ● ● ● ● ● ● ● ● ● ● Species Samps Pops* ~Variations Arabidopsis 1,610 7 14,000,000 thaliana SV: 14,000 Brachypodium 3 3 300,000 ● distachyon Hordeum vulgare 188 16 24,000,000 Oryza glaberrima 21 1 800,000 Oryza indica 19 19 5,000,000 ● Oryza sativa 416 21 6,000,000 ● Solanum 84 8 71,000,000 lycopersicum ● Sorghum bicolor 3 1 SV: 64,000 Triticum aestivum 248 1 700,000 ✱ Vitis vinifera 17 3 500,000 Zea mays 103 1 51,000,000 Variation Data • • PAG 2015 ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● Viewing Variation Data PAG 2015 Looking at some tomato variation data... EXERCISES Variation in the Ensembl Browser Exercise 1 – Exploring a SNP in Arabidopsis The arabidopsis ATCDSP32 gene is a chloroplastic, 32 kDa, drought-induced stress protein that is proposed to participate in cell redox homeostasis (GO: 0045454). A. How many variants have been identified in the gene that can cause a change in the protein sequence? B.
    [Show full text]
  • Original Article the Reactome Biomart
    Database, Vol. 2011, Article ID bar031, doi:10.1093/database/bar031 ............................................................................................................................................................................................................................................................................................. Original article The Reactome BioMart Robin A. Haw1, David Croft2, Christina K. Yung1, Nelson Ndegwa2,3, Peter D’Eustachio4, Henning Hermjakob2 and Lincoln D. Stein1,5,6,* Downloaded from 1Ontario Institute for Cancer Research, Toronto, ON, M5G0A3, Canada, 2European Bioinformatics Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge, CB10 1SD, 3Faculty of Life Science, University of Manchester, Michael Smith Building, Oxford Road, Manchester M13 9PT, UK, 4NYU School of Medicine, Department of Biochemistry, New York, NY 10016, 5Cold Spring Harbor Laboratory, Bioinformatics and Genomics, Cold Spring Harbor, NY 11724, USA and 6Department of Molecular Genetics, University of Toronto, Toronto, ON, M5S 1A1, Canada *Corresponding author: Tel: +1 416 673 8514; Fax: +1 416 977 1118; Email: [email protected] http://database.oxfordjournals.org/ Submitted 24 March 2011; Revised 20 June 2011; Accepted 21 June 2011 ............................................................................................................................................................................................................................................................................................
    [Show full text]
  • The Biomart User's Guide
    The biomaRt user's guide Steffen Durinck,∗ Wolfgang Hubery October 18, 2010 Contents 1 Introduction 2 2 Selecting a BioMart database and dataset 3 3 How to build a biomaRt query 5 4 Examples of biomaRt queries 7 4.1 Task 1: Annotate a set of Affymetrix identifiers with HUGO symbol and chromosomal locations of corresponding genes . 7 4.2 Task 2: Annotate a set of EntrezGene identifiers with GO annotation . 8 4.3 Task 3: Retrieve all HUGO gene symbols of genes that are located on chromosomes 1,2 or Y , and are associated with one the following GO terms: "GO:0051330","GO:0000080","GO:0000114","GO:0000082" (here we'll use more than one filter) . 9 4.4 Task 4: Annotate set of idenfiers with INTERPRO protein domain identifiers . 9 4.5 Task 5: Select all Affymetrix identifiers on the hgu133plus2 chip and Ensembl gene identifiers for genes located on chro- mosome 16 between basepair 1100000 and 1250000. 10 4.6 Task 6: Retrieve all entrezgene identifiers and HUGO gene symbols of genes which have a "MAP kinase activity" GO term associated with it. 10 ∗steff[email protected] [email protected] 1 4.7 Task 7: Given a set of EntrezGene identifiers, retrieve 100bp upstream promoter sequences . 11 4.8 Task 8: Retrieve all 5' UTR sequences of all genes that are located on chromosome 3 between the positions 185514033 and 185535839 . 12 4.9 Task 9: Retrieve protein sequences for a given list of Entrez- Gene identifiers . 12 4.10 Task 10: Retrieve known SNPs located on the human chro- mosome 8 between positions 148350 and 148612 .
    [Show full text]
  • The Biomart User's Guide
    The biomaRt user's guide Steffen Durinck,∗ Wolfgang Hubery May 4, 2016 Contents 1 Introduction 2 2 Selecting a BioMart database and dataset 3 3 How to build a biomaRt query 5 4 Examples of biomaRt queries 7 4.1 Task 1: Annotate a set of Affymetrix identifiers with HUGO symbol and chromosomal locations of corresponding genes . 7 4.2 Task 2: Annotate a set of EntrezGene identifiers with GO annotation . 8 4.3 Task 3: Retrieve all HUGO gene symbols of genes that are located on chromosomes 17,20 or Y , and are associated with one the following GO terms: "GO:0051330","GO:0000080","GO:0000114","GO:0000082" (here we'll use more than one filter) . 8 4.4 Task 4: Annotate set of idenfiers with INTERPRO protein domain identifiers . 8 4.5 Task 5: Select all Affymetrix identifiers on the hgu133plus2 chip and Ensembl gene identifiers for genes located on chro- mosome 16 between basepair 1100000 and 1250000. 9 4.6 Task 6: Retrieve all entrezgene identifiers and HUGO gene symbols of genes which have a "MAP kinase activity" GO term associated with it. 10 ∗[email protected] [email protected] 1 4.7 Task 7: Given a set of EntrezGene identifiers, retrieve 100bp upstream promoter sequences . 10 4.8 Task 8: Retrieve all 5' UTR sequences of all genes that are located on chromosome 3 between the positions 185514033 and 185535839 . 11 4.9 Task 9: Retrieve protein sequences for a given list of Entrez- Gene identifiers . 11 4.10 Task 10: Retrieve known SNPs located on the human chro- mosome 8 between positions 148350 and 148612 .
    [Show full text]
  • Biomart–Biological Queries Made Easy Damian Smedley, Syed Haider, Benoit Ballester, Richard Holland, Darin London, Gudmundur Thorisson, Arek Kasprzyk
    BioMart–biological queries made easy Damian Smedley, Syed Haider, Benoit Ballester, Richard Holland, Darin London, Gudmundur Thorisson, Arek Kasprzyk To cite this version: Damian Smedley, Syed Haider, Benoit Ballester, Richard Holland, Darin London, et al.. BioMart– biological queries made easy. BMC Genomics, BioMed Central, 2009, 10 (1), pp.22. 10.1186/1471- 2164-10-22. hal-01615162 HAL Id: hal-01615162 https://hal-amu.archives-ouvertes.fr/hal-01615162 Submitted on 19 Dec 2018 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. Distributed under a Creative Commons Attribution| 4.0 International License BMC Genomics BioMed Central Software Open Access BioMart – biological queries made easy Damian Smedley1, Syed Haider1, Benoit Ballester1, Richard Holland1, Darin London2, Gudmundur Thorisson3 and Arek Kasprzyk*4 Address: 1European Bioinformatics Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge, CB10 1SD, UK, 2Institute for Genome Sciences & Policy (IGSP), Duke University CIEMAS, 101 Science Drive, DUMC Box 3382, Durham, NC 27708, USA, 3Department
    [Show full text]
  • The Biomart Community Portal
    The BioMart community portal: an innovative alternative to large, centralized data repositories Damian Smedley, Syed Haider, Steffen Durinck, Luca Pandini, Paolo Provero, James Allen, Olivier Arnaiz, Mohammad Hamza Awedh, Richard Baldock, Giulia Barbiera, et al. To cite this version: Damian Smedley, Syed Haider, Steffen Durinck, Luca Pandini, Paolo Provero, et al.. The BioMart community portal: an innovative alternative to large, centralized data repositories. Nucleic Acids Research, Oxford University Press, 2015, 43 (W1), pp.W589-W598. 10.1093/nar/gkv350. hal- 01146849 HAL Id: hal-01146849 https://hal-univ-rennes1.archives-ouvertes.fr/hal-01146849 Submitted on 28 May 2020 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. Nucleic Acids Research Advance Access published April 20, 2015 Nucleic Acids Research, 2015 1 doi: 10.1093/nar/gkv350 The BioMart community portal: an innovative alternative to large, centralized data repositories Damian Smedley1, Syed Haider2, Steffen Durinck3, Luca Pandini4, Paolo Provero4,5, James Allen6, Olivier Arnaiz7, Mohammad Hamza Awedh8, Richard Baldock9, Giulia Barbiera4, Philippe Bardou10,TimBeck11, Andrew Blake12, Merideth Bonierbale13, Anthony J. Brookes11, Gabriele Bucci4, Iwan Buetti4, Sarah Burge6,Cedric´ Cabau10, Joseph W. Carlson14, Claude Chelala15, Charalambos Chrysostomou11, Davide Cittaro4, Olivier Collin16, Raul Cordova13,RosalindJ.Cutts15, Erik Dassi17, Alex Di Genova18, Anis Djari19, Anthony Esposito20, Heather Estrella20, Eduardo Eyras21,22, Julio Fernandez-Banet20, Simon Forbes1, Robert C.
    [Show full text]
  • The Biomart User's Guide
    The biomaRt user's guide Steffen Durinck,∗ Wolfgang Hubery October 13, 2014 Contents 1 Introduction 2 2 Selecting a BioMart database and dataset 3 3 How to build a biomaRt query 7 4 Examples of biomaRt queries 9 4.1 Task 1: Annotate a set of Affymetrix identifiers with HUGO symbol and chromosomal locations of corresponding genes . 9 4.2 Task 2: Annotate a set of EntrezGene identifiers with GO annotation . 10 4.3 Task 3: Retrieve all HUGO gene symbols of genes that are located on chromosomes 17,20 or Y , and are associated with one the following GO terms: "GO:0051330","GO:0000080","GO:0000114","GO:0000082" (here we'll use more than one filter) . 10 4.4 Task 4: Annotate set of idenfiers with INTERPRO protein domain identifiers . 10 4.5 Task 5: Select all Affymetrix identifiers on the hgu133plus2 chip and Ensembl gene identifiers for genes located on chro- mosome 16 between basepair 1100000 and 1250000. 11 4.6 Task 6: Retrieve all entrezgene identifiers and HUGO gene symbols of genes which have a "MAP kinase activity" GO term associated with it. 11 ∗[email protected] [email protected] 1 4.7 Task 7: Given a set of EntrezGene identifiers, retrieve 100bp upstream promoter sequences . 12 4.8 Task 8: Retrieve all 5' UTR sequences of all genes that are located on chromosome 3 between the positions 185514033 and 185535839 . 13 4.9 Task 9: Retrieve protein sequences for a given list of Entrez- Gene identifiers . 13 4.10 Task 10: Retrieve known SNPs located on the human chro- mosome 8 between positions 148350 and 148612 .
    [Show full text]
  • The Biomart User's Guide
    The biomaRt user's guide Steffen Durinck,∗ Wolfgang Hubery April 3, 2013 Contents 1 Introduction 2 2 Selecting a BioMart database and dataset 3 3 How to build a biomaRt query 7 4 Examples of biomaRt queries 9 4.1 Task 1: Annotate a set of Affymetrix identifiers with HUGO symbol and chromosomal locations of corresponding genes . 9 4.2 Task 2: Annotate a set of EntrezGene identifiers with GO annotation . 10 4.3 Task 3: Retrieve all HUGO gene symbols of genes that are located on chromosomes 1,2 or Y , and are associated with one the following GO terms: "GO:0051330","GO:0000080","GO:0000114","GO:0000082" (here we'll use more than one filter) . 10 4.4 Task 4: Annotate set of idenfiers with INTERPRO protein domain identifiers . 11 4.5 Task 5: Select all Affymetrix identifiers on the hgu133plus2 chip and Ensembl gene identifiers for genes located on chro- mosome 16 between basepair 1100000 and 1250000. 11 4.6 Task 6: Retrieve all entrezgene identifiers and HUGO gene symbols of genes which have a "MAP kinase activity" GO term associated with it. 12 ∗steff[email protected] [email protected] 1 4.7 Task 7: Given a set of EntrezGene identifiers, retrieve 100bp upstream promoter sequences . 12 4.8 Task 8: Retrieve all 5' UTR sequences of all genes that are located on chromosome 3 between the positions 185514033 and 185535839 . 13 4.9 Task 9: Retrieve protein sequences for a given list of Entrez- Gene identifiers . 13 4.10 Task 10: Retrieve known SNPs located on the human chro- mosome 8 between positions 148350 and 148612 .
    [Show full text]
  • The Biomart Community Portal
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Digital Repository @ Iowa State University Animal Science Publications Animal Science 7-2015 The ioMB art Community Portal: An Innovative Alternative to Large, Centralized Data Repositories Damian Smedley Wellcome Trust Sanger Institute Syed Haider University of Oxford Steffen Durinck Genentech, Inc. Luca Pandini Center for Translational Genomics and Bioinformatics San Raffaele Scientific nI stitut Paolo Provero FCenoltloerw fo rthi Trsa nasndlatio anddal Genitionomalic sw aorknd Bsio aitnf:ohrmttap://ltics Saibn. drRaff.iasaeleta Sciente.edu/atific nI nsts_pubsitut See nePxat pratge of for the addiAtiongraicl aulturuthors e Commons, Animal Sciences Commons, Genetics and Genomics Commons, Health Information Technology Commons, Laboratory and Basic Science Research Commons, and the Medical Sciences Commons The ompc lete bibliographic information for this item can be found at http://lib.dr.iastate.edu/ ans_pubs/169. For information on how to cite this item, please visit http://lib.dr.iastate.edu/ howtocite.html. This Article is brought to you for free and open access by the Animal Science at Digital Repository @ Iowa State University. It has been accepted for inclusion in Animal Science Publications by an authorized administrator of Digital Repository @ Iowa State University. For more information, please contact [email protected]. Authors Damian Smedley, Syed Haider, Steffen Durinck, Luca Pandini, Paolo Provero, James Allen, Olivier Arnaiz, Mohammad Hamza Awedh, Richard Baldock, Giulia Barbiera, Philippe Bardou, Tim Beck, Andrew Blake, Meredith Bonierbale, Anthony J. Brookes, Gabrielle Bucci, Iwan Bueti, Sarah Burge, Cédric Cabua, Joseph W. Carlson, Claude Chelala, Charalambos Chrysostomou, Davide Citaro, Olivier Collin, Raul Cordova, Rosalind J.
    [Show full text]
  • The Biomart Community Portal: an Innovative Alternative to Large
    Nucleic Acids Research Advance Access published April 20, 2015 Nucleic Acids Research, 2015 1 doi: 10.1093/nar/gkv350 The BioMart community portal: an innovative alternative to large, centralized data repositories Damian Smedley1, Syed Haider2, Steffen Durinck3, Luca Pandini4, Paolo Provero4,5, James Allen6, Olivier Arnaiz7, Mohammad Hamza Awedh8, Richard Baldock9, Giulia Barbiera4, Philippe Bardou10,TimBeck11, Andrew Blake12, Merideth Bonierbale13, Anthony J. Brookes11, Gabriele Bucci4, Iwan Buetti4, Sarah Burge6,Cedric´ Cabau10, Joseph W. Carlson14, Claude Chelala15, Charalambos Chrysostomou11, Davide Cittaro4, Olivier Collin16, Raul Cordova13,RosalindJ.Cutts15, Erik Dassi17, Alex Di Genova18, Anis Djari19, Anthony Esposito20, Heather Estrella20, Eduardo Eyras21,22, Julio Fernandez-Banet20, Simon Forbes1, Robert C. Free11, Takatomo Fujisawa23, Emanuela Gadaleta15, Jose M. Garcia-Manteiga4, David Goodstein14, Kristian Gray24, Jose´ Afonso Guerra-Assunc¸ao˜ 15, Bernard Haggarty9, Dong-Jin Han25,26, Byung Woo Han27,28, Todd Harris29, Jayson Harshbarger30, Robert K. Hastings11, Richard D. Hayes14, Claire Hoede19, Shen Hu31, Zhi-Liang Hu32, Lucie Hutchins33, Zhengyan Kan20, Hideya Kawaji30,34, Aminah Keliet35, Arnaud Kerhornou6, Sunghoon Kim25,26, Rhoda Kinsella6, Christophe Klopp19, Lei Kong36, Daniel Lawson37, Dejan Lazarevic4, Ji-Hyun Lee25,27,28, Thomas Letellier35, Chuan-Yun Li38, Pietro Lio39, Chu-Jun Liu38, Jie Luo6, Alejandro Maass18,40, Jerome Mariette19, Thomas Maurel6, Stefania Merella4, Azza Mostafa Mohamed41, Francois Moreews10, Ibounyamine Nabihoudine19, Nelson Ndegwa42, Celine´ Noirot19, Cristian Perez-Llamas22, Michael Primig43, Alessandro Quattrone17, Hadi Quesneville35, Davide Rambaldi4, James Reecy32, Michela Riba4, Steven Rosanoff6, Amna Ali Saddiq44, Elisa Salas13, Olivier Sallou16, Rebecca Shepherd1, Reinhard Simon13, Linda Sperling7, William Spooner45,46, Daniel M. Staines6, Delphine Steinbach35, Kevin Stone33, Elia Stupka4, Jon W. Teague1, Abu Z.
    [Show full text]