Literature DB >> 26673001

G-Links: a gene-centric link acquisition service.

Kazuki Oshita1, Masaru Tomita1, Kazuharu Arakawa1.   

Abstract

With the availability of numerous curated databases, researchers are now able to efficiently use the multitude of biological data by integrating these resources via hyperlinks and cross-references. A large proportion of bioinformatics research tasks, however, may include labor-intensive tasks such as fetching, parsing, and merging datasets and functional annotations from distributed multi-domain databases. This data integration issue is one of the key challenges in bioinformatics. We aim to provide an identifier conversion and data aggregation system as a part of solution to solve this problem with a service named G-Links, 1) by gathering resource URI information from 130 databases and 30 web services in a gene-centric manner so that users can retrieve all available links about a given gene, 2) by providing RESTful API for easy retrieval of links including facet searching based on keywords and/or predicate types, and 3) by producing a variety of outputs as visual HTML page, tab-delimited text, and in Semantic Web formats such as Notation3 and RDF. G-Links as well as other relevant documentation are available at http://link.g-language.org/.

Entities:  

Keywords:  databases, bioinformatics, data integration, molecular biology

Year:  2014        PMID: 26673001      PMCID: PMC4670005          DOI: 10.12688/f1000research.5754.2

Source DB:  PubMed          Journal:  F1000Res        ISSN: 2046-1402


Introduction

The use of large-scale data or multi-domain information is becoming a prerequisite in all fields of molecular biology, in light of the advent of high-throughput measurement technologies exemplified by the new generation DNA sequencers, and further driven by the conceptual progress in integrative systems biology approaches. Typical analysis encompasses multiple genes in a pathway or in a regulatory network, uses orthologous gene sets in related organisms, and merges information from multiple-omics layers such as genome, transcriptome, proteome, and metabolome ( Arakawa & Tomita, 2013). Bioinformatics researchers therefore need to collect and integrate data from a variety of sources, each with diverse syntax, semantics, protocols, identifiers and naming conventions ( Bhagat ; Brazas ; Katayama ). This data integration issue is one of the key challenges in the field of bioinformatics ( Aoki-Kinoshita ; Katayama ; Stein, 2002; Stein, 2008). While the integration of web services under standardized protocols has seen a sound progress over the last few years ( Katayama ), data integration with efficient cross-domain queries still requires the use of large-scale data warehouses such as BioMart ( Smedley ) and InterMine ( Smith ). Since the majority of biological databases are well curated with cross-references, related information can be retrieved ad hoc from dispersed databases using hyperlinks. In order to facilitate such processes, web services that collect and provide the cross-reference information from different databases ( Diehn ; Wu ) as well as ID conversion services that assist cross-referencing have been developed ( Cote ). MyGene.info, for example, provides rapid programmatic access through a RESTful interface for gene-centric queries to retrieve cross-reference information from numerous databases. Gene-centric aggregation, which integrates databases using genes as the primary key, is a highly efficient approach in molecular biology, since the majority of databases have some sort of connection to genes or proteins, due to the success of the “central dogma” of molecular biology. Ideally, a database should be free from predefined schema or primary keys, and should have controlled syntax and semantics. Semantic Web initiatives are therefore collaboratively aiming to provide such framework through HyperText Transfer Protocol (HTTP) with Resource Description Framework (RDF) and Web Ontology Language (OWL) ( Katayama ). For example, the current release of Bio2RDF resource enables integration and federated queries across 35 datasets ( http://download.bio2rdf.org/release/3/release.html). However, the user is required to be familiar with the SPARQL query language, unlike the more intuitive RESTful API approach. Cross-reference services usually provide database name and identifiers that do not explicitly define the actual location of the data. Moreover, gene-centric data aggregation services usually do not allow querying of gene sets. To this end, here we describe a new RESTful service named G-Links, which gathers Uniform Resource Identifiers (URI) from more than 100 databases in a gene-centric manner, and provide querying interface based on gene sets for hundreds of species. G-Links can be used programmatically as text data, from Semantic Web services, or from graphical HTML pages.

Implementation

G-Links is implemented with Perl programming language and MySQL 5.0, and has a straight-forward RESTful user interface. The server provides a uniform interface based on URL and HTTP in a client-server model, which is stateless and therefore the server does not store any client context information, and the clients and intermediates can cache responses between server update cycles, duration of which is specified by HTML META tag. G-Links internally resolves cross-references in four steps: ID conversion, retrieval of cross-references, filtering and extraction, and formatting of output. G-Links stores all cross-reference information in a gene-centric manner, and for this purpose, it utilizes UniProt IDs as the primary key. Therefore, G-Links first converts the user input to UniProt ID by ID conversion, based on 80 databases supported by UniProt ID Mapping Service ( Huang ). When a nucleotide or amino acid sequence is given as the query, G-Links searches the corresponding UniProt IDs by sequence similarity search using BLAT ( Kent, 2002) against Swiss-Prot database ( Bairoch ), and when RefSeq ID for bacterial genomes or taxonomy ID is used as the input, G-Links collects all UniProt IDs of genes within the given species based on UniProt taxonomy ( http://www.uniprot.org/taxonomy/). In the second step, G-Links collects all text annotations and database cross-references about the gene of interest, gathered from over 130 databases. Here the mapping to Gene Ontology slim ( Harris ) is pre-computed using map2slim ( http://search.cpan.org/~cmungall/go-perl/scripts/map2slim), and resulting URLs for over 30 RESTful bioinformatics analysis web services supported by the G-language Web Services ( Arakawa ) and Keio Bioinformatics Web Service (KBWS) ( Oshita ) are generated on-the-fly. KBWS is an European Molecular Biology Open Software Suite (EMBOSS) ( Rice ) associated software package for accessing popular bioinformatics web services such as BLAST. All cross-references include the URI of the actual location of data, often expressed as Persistent Uniform Resource Locators (PURLs). Retrieved gene set and annotations are optionally filtered in the third step according to user input, and are formatted in the specified output format in the last step.

Results and Discussions

G-Links is available at http://link.g-language.org/ as a RESTful web service, which is suited for resource-centric access and highly accessible via HTTP. Users can rapidly retrieve annotations and cross-references related to a given gene ID, taxonomy ID, or raw sequence data by simply accessing a certain URL. An overview of the URL syntax is presented in Figure 1. For example, the URL to retrieve all annotations and cross references related to the human BRCA1 gene (UniProt ID: BRCA1_HUMAN) is simply http://link.g-language.org/BRCA1_HUMAN ( Figure 2). The ID of gene used in this query can be any of the identifiers used in 80 databases supported by G-Links. In this way, multiple URIs can point to the same resource. Programmatic access to this URL can retrieve all 653 annotations and cross-references within 0.2 seconds (tested on dual Xeon X5470 server). G-Links automatically adjusts the output format according to the user context, and outputs the results in human-readable interactive HTML format when accessed from modern HTML browsers, or in Tabular Separated Values (TSV) text format for programmatic access. The HTML format displays a gallery of image resources on the top, such as the pathway maps from KEGG database ( Kanehisa ), co-expressed gene network from COXPRESdb ( Obayashi ), and protein 3D structure from Protein Data Bank ( Rose ), followed by a long table of text annotations and cross-references including database name, ID, and resource URL. Table 1 shows an overview of the categories of databases and web services supported by G-Links output (see http://link.g-language.org/input_list and http://link.g-language.org/output_list for complete listings). In addition to the human-friendly HTML format and computer readable TSV as well as JavaScript Object Notation (JSON) output, G-Links supports RDF/XML and Notation3 ( http://www.w3.org/TeamSubmission/n3/) formats, so that the query results can be readily integrated with Semantic Web technologies. For RDF and Notation3 predicate information is given by EMBRACE Data and Methods (EDAM) ontology.
Figure 1.

URL Syntax of G-Links.

G-Links is implemented as a RESTful service that can be queried by altering the URL. Full documentation and example queries are available at http://www.g-language.org/wiki/glinks.

Figure 2.

HTML output example of BRCA1_HUMAN (UniProt ID of BRCA1 gene in humans).

By default, access to G-Links with web browsers displays the results in interactive HTML, with related image gallery implemented with CoverFlow ( http://imageflow.finnrudolph.de/) on the top, followed by a large table of annotations and cross-references.

Table 1.

Overview of supported databases and web services in G-Links.

Detailed list of Input/Output databases are available at http://link.g-language.org/input_list and http://link.g-language.org/output_list.

Databases (132)
Genome(11)Phosphorylation(3)
Gene(6)Ortholog(7)Cluster(1)Expression(4)
SNP(2)Phylogenesis(2)
Protein(4)Structure(5)Classification(1)Cluster(4)
Family/Domain/Motif(9)PPI(4)Enzyme(3)
Molecular Interaction(2)Pathway/Reaction(5)DISEASE/Pathogen/Drug(6)
Others(15)Paper(3)Organisms specific(31)
Web Services (33)
Alignment Local(1)Data Retrieval Chemistry Data(1)
Nucleic Composition(5)Nucleic CpG Islands(1)Nucleic Translation(1)Nucleic Repeats(3)
Protein Properties(5)Protein 2D Structure(3)Protein Composition(3)Protein Motif(3)
Protein Localization(4)Protein Domains(2)Protein Functional Site(1)

URL Syntax of G-Links.

G-Links is implemented as a RESTful service that can be queried by altering the URL. Full documentation and example queries are available at http://www.g-language.org/wiki/glinks.

HTML output example of BRCA1_HUMAN (UniProt ID of BRCA1 gene in humans).

By default, access to G-Links with web browsers displays the results in interactive HTML, with related image gallery implemented with CoverFlow ( http://imageflow.finnrudolph.de/) on the top, followed by a large table of annotations and cross-references.

Overview of supported databases and web services in G-Links.

Detailed list of Input/Output databases are available at http://link.g-language.org/input_list and http://link.g-language.org/output_list. Likewise other bioinformatics tools such as BioGrid ( Chatr-Aryamontri ) and Cytoscape ( Demchak ), G-Links can retrieve information related to gene sets or all genes of organisms, and to filter out non-related genes by keyword search ( filter option) or to extract necessary fields ( extract option). Using the filtering option, users can retrieve only the subset of genes related to the given keyword. For example, retrieval of all human (taxonomy ID: 9606) genes having GO slim function including the word “transport” is as simple as http://link.g-language.org/9606/filter=GOslim_function:transport/format=tsv/. Similarly, extraction of only the “DISEASE” annotation of BRCA1 gene is simply http://link.g-language.org/BRCA1_HUMAN/extract=DISEASE. Multiple filtering and extraction conditions can be specified using “|” (vertical bar) as the separator, in order to formulate complex queries. For example, retrieval of SNP information from dbSNP and SNPedia for human genes with known polymorphisms related to breast and ovarian cancer in tabular format is queried as http://link.g-language.org/9606/format=tsv/filter=DISEASE:cancer/filter=:breast|:ovarian|:snps|:polymorphisms/extract=dbSNP|SNPedia. The gene-centric approach is effective for data aggregation from a variety of databases, especially for prokaryotes, where the genes, transcripts, and proteins are mostly synonymous. On the other hand, this approach can be a limitation for many questions in eukaryote systems biology that require a transcript-centric approach due to the large complexity and diversity of transcriptome regulated by alternative splicing ( Nilsen & Graveley, 2010). Currently G-Links lists information of all transcript isoforms, their structures and other annotations, and therefore the gene-centric information can be queried from the identifiers related to the isoforms, but not necessarily the other way around.

Conclusions

By serving as a data hub of linked open biological data, G-Links can be a starting point in retrieval of gene-centric information. Users can quickly obtain related links and annotations of a gene of interest either graphically via HTML or programmatically via REST interface, such as the orthologs, Gene Ontology terms, protein structure, pathways, SNPs, and publications.

Software availability

Software access

G-Links is a RESTful service with base URL http://link.g-language.org/. Detailed documentation is available at http://www.g-language.org/wiki/glinks including service description, syntax, list of all available options, example queries (URLs) and sample scripts for programmatic access in Perl, Ruby, Python, and Java. Examples of programmatic access from the UNIX commandline for Gene Ontology classification of all genes in E. coli, as well as for specific set of genes of interest for possible Gene Ontology enrichment analysis, or KEGG BRITE enrichment analysis are also provided. Comprehensive lists of supported input/output databases and web services are available at http://link.g-language.org/input_list and http://link.g-language.org/output_list. Internal database of G-Links is regularly updated every six months, and only the latest version of each resource is accessible, and the source code is freely available from GitHub repository ( http://github.com/cory-ko/G-Links).

Latest source code

http://github.com/cory-ko/G-Links

Source code as at the time of publication

https://github.com/F1000Research/G-Links/releases/tag/v1.0

Archived source code as at the time of publication

http://dx.doi.org/10.5072/zenodo.12701 ( Oshita & Arakawa, 2014).

License

MIT License The Authors have responded satisfactorily to our queries and concerns. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. As described in this paper, G-Links system provides a sophisticated way of accessing gene-related information scattered in various databases. The revisions recommended by the first reviewer are still helpful. I think this paper is worth indexing after following the recommended revisions as much as possible. Minor comment: Isn't the number 22681029? I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. Minor comment: Isn't the number 22681029? The KAKENHI Grant Number is revised accordingly. This paper introduces a simple approach to data integration that can assist bioinformatics researchers. The RESTful API is easy-to-use and allows gene-centric linking of information from a very large numbers of data sources. We recommend the following revisions: Scope The authors rightly present data integration as a key challenge in bioinformatics (Abstract), and present their work as aiming to solve this problem.  However, data integration is a much deeper problem than just data aggregation. Literature review The authors might mention earlier link-based aggregators, e.g. BioMOBY. Gene centricity A gene-centric approach is appropriate for some organisms (notably bacteria and archaea) and problems, but many questions in eukaryote systems biology require a transcript-centric approach.  The authors might mention this (significant) limitation. Aliases and catching errors AOF2 is an alias for KDM1A. A search for KDM1A works fine. A search for AOF2 using the search box on the website or using http://link.g-language.org/AOF2  returns a blank page with no error message. A search using http://link.g-language.org/AOF2_HUMAN gives an inappropriate error message (contact root@localhost). The article should describe whether and how the system tries to deal with gene aliases, and appropriate feedback should be given to the user when no results are found. Website G-Links appears to be an extension of the G-language Project. Having the G-Links homepage within the G-language Project wiki is confusing, as menu-items on the left are relevant to the latter.  We also suggest that the ‘Quick Star’ should be near the top of the page to facilitate ease of use. Comments on current Semantic Web technologies The last sentence of the second paragraph of the Introduction states that with current Semantic Web technologies, cross-domain queries require extensive reasoning or manual curation of ontologies.  This is not an accurate description of the current state of Semantic Web technologies.  The authors might alternatively make reference to the latest version (July 2014) of the Bio2RDF resource, which enables integration and federated queries across 35 datasets, and suggest that a limitation (in comparison to their RESTful API approach) is that the user is required to be familiar with the SPARQL search language. Example use cases The use cases provided in the manuscript are quite simple and don’t really demonstrate why the G-Links approach can be more powerful than using (for instance) GeneCards to get an overview of a gene such as BRCA1, or just going to the KEGG website and running a search on ‘cancer’.  A more comprehensive use case that shows, for example, how easily results from a gene list search in (for instance) TSV format can be programmatically searched to identify common elements for the genes of interest, might better demonstrate the utility of G-Links. Data integration as a current challenge The references given to support the claim that data integration is currently a major challenge for the bioinformatics field are 12 and 6 years old. Several features claimed as advantages for G-Links (linking to multiple databases, retrieving information on genes from multiple organisms, filtering by keywords, extracting by fields) are reasonably common, e.g. in BioGrid or Cytoscape. Licensing If any linked resources have license rights that need to be adhered to, this information should be brought to the user’s attention, perhaps using a note on the G-Links website. Constraints For best practice, the system should meet the constraints for RESTful – stateless, cacheable and so on; these might be described briefly in the paper. The authors might mention that multiple URIs can point to the same resource. A resource can exist in different versions; does the system capture and display the version from which information has been captured? Finally, we recommend that the authors present a Semantic Web-specific example for their statement that ‘G-links can be used programmatically as text data, from Semantic Web services..’. We have read this submission. We believe that we have an appropriate level of expertise to confirm that it is of an acceptable scientific standard, however we have significant reservations, as outlined above. We would like to thank the reviewer for thorough review, and apologize for the extreme delay in our revision. Following are point-by-point comments for our revision. The authors rightly present data integration as a key challenge in bioinformatics (Abstract), and present their work as aiming to solve this problem.  However, data integration is a much deeper problem than just data aggregation. We have toned down this claim as follows: “We aim to provide an identifier conversion and data aggregation system as a part of solution to solve this problem”. The authors might mention earlier link-based aggregators, BioMOBY is a registry of bioinformatics web services, and is not a link-based aggregators. It allow the suggestion and discovery of web services based on the data type (ex. to discover BLAST services from a FASTA file – discovery of a service for a given input, or NCBI data retrieval services that produces a FASTA file – discovery of a service for a given output.). As an example of earlier link-based aggregators, we have mentioned MyGene.info service. A gene-centric approach is appropriate for some organisms (notably bacteria and archaea) and problems, but many questions in eukaryote systems biology require a transcript-centric approach.  The authors might mention this (significant) limitation. We thank the Reviewer for this important comment. We have added the following paragraph in the manuscript to clarify this limitation. “The gene-centric approach is effective for data aggregation from a variety of databases, especially for prokaryotes, where the genes, transcripts, and proteins are mostly synonymous. On the other hand, this approach can be a limitation for many questions in eukaryote systems biology that require a transcript-centric approach due to the large complexity and diversity of transcriptome regulated by alternative splicing {Nilsen, 2010 #178}. Currently G-Links lists information of all transcript isoforms, their structures and other annotations, and therefore the gene-centric information can be queried from the identifiers related to the isoforms, but not necessarily the other way around.“ AOF2 is an alias for KDM1A. A search for KDM1A works fine. A search for AOF2 using the search box on the website or using   returns a blank page with no error message. A search using gives an inappropriate error message (contact root@localhost). The system is modified to provide 404 and 500 HTML errors with corresponding error messages when ID cannot be resolved. Redirection for aliases are likewise revised, and now http://link.g-language.org/AOF2_HUMAN shows a list of redirections. The article should describe whether and how the system tries to deal with gene aliases, and appropriate feedback should be given to the user when no results are found. Error handling is updated as described above. We do not specifically implement support for gene symbols, but UniProt aliases are now correctly handled. For gene symbols, ChiTaRS database contains the information for model eukaryotes, so all information about KDM1A can be retrieved from http://link.g-language.org/KDM1A, although it takes a little while to load all information. G-Links appears to be an extension of the G-language Project. Having the G-Links homepage within the G-language Project wiki is confusing, as menu-items on the left are relevant to the latter.  We also suggest that the ‘Quick Star’ should be near the top of the page to facilitate ease of use. The website ( http://link.g-language.org/) is now not redirected and is given a dedicated page, and the ‘Quick Start’ menu is moved to the top as suggested. The last sentence of the second paragraph of the Introduction states that with current Semantic Web technologies, cross-domain queries require extensive reasoning or manual curation of ontologies.  This is not an accurate description of the current state of Semantic Web technologies.  The authors might alternatively make reference to the latest version (July 2014) of the Bio2RDF resource, which enables integration and federated queries across 35 datasets, and suggest that a limitation (in comparison to their RESTful API approach) is that the user is required to be familiar with the SPARQL search language. Revised accordingly. The use cases provided in the manuscript are quite simple and don’t really demonstrate why the G-Links approach can be more powerful than using (for instance) GeneCards to get an overview of a gene such as BRCA1, or just going to the KEGG website and running a search on ‘cancer’.  A more comprehensive use case that shows, for example, how easily results from a gene list search in (for instance) TSV format can be programmatically searched to identify common elements for the genes of interest, might better demonstrate the utility of G-Links. We now provide illustrative examples of programmatic access from the UNIX commandline for Gene Ontology classification of all genes in E.coli, as well as for specific set of genes of interest for possible Gene Ontology enrichment analysis, or KEGG BRITE enrichment analysis in the website, and it is also mentioned in the text. The references given to support the claim that data integration is currently a major challenge for the bioinformatics field are 12 and 6 years old. Two more latest reviews are added. Several features claimed as advantages for G-Links (linking to multiple databases, retrieving information on genes from multiple organisms, filtering by keywords, extracting by fields) are reasonably common, We have removed the mention that these are advantages, and mentioned that these features are common as in BioGrid and Cytoscape. If any linked resources have license rights that need to be adhered to, this information should be brought to the user’s attention, perhaps using a note on the G-Links website. The information is added to the website. For best practice, the system should meet the constraints for RESTful – stateless, cacheable and so on; these might be described briefly in the paper. Brief description is added to the manuscript: “The server provides a uniform interface based on URL and HTTP in a client-server model, which is stateless and therefore the server does not store any client context information, and the clients and intermediates can cache responses between server update cycles, duration of which is specified by HTML META tag.” The authors might mention that multiple URIs can point to the same resource. Revised accordingly. A resource can exist in different versions; does the system capture and display the version from which information has been captured? G-Links only provides the latest resource, and the manuscript is revised to include this information. Finally, we recommend that the authors present a Semantic Web-specific example for their statement that ‘G-links can be used programmatically as text data, from Semantic Web services..’. Since the use of RDF data requires storage of data obtained from G-Links in a triple store with other semantic web resources, we have removed the claim “from Semantic Web services”.
  29 in total

1.  BLAT--the BLAST-like alignment tool.

Authors:  W James Kent
Journal:  Genome Res       Date:  2002-04       Impact factor: 9.043

2.  SOURCE: a unified genomic resource of functional annotations, ontologies, and gene expression data.

Authors:  Maximilian Diehn; Gavin Sherlock; Gail Binkley; Heng Jin; John C Matese; Tina Hernandez-Boussard; Christian A Rees; J Michael Cherry; David Botstein; Patrick O Brown; Ash A Alizadeh
Journal:  Nucleic Acids Res       Date:  2003-01-01       Impact factor: 16.971

Review 3.  Towards a cyberinfrastructure for the biological sciences: progress, visions and challenges.

Authors:  Lincoln D Stein
Journal:  Nat Rev Genet       Date:  2008-09       Impact factor: 53.242

4.  The 2nd DBCLS BioHackathon: interoperable bioinformatics Web services for integrated applications.

Authors:  Toshiaki Katayama; Mark D Wilkinson; Rutger Vos; Takeshi Kawashima; Shuichi Kawashima; Mitsuteru Nakao; Yasunori Yamamoto; Hong-Woo Chun; Atsuko Yamaguchi; Shin Kawano; Jan Aerts; Kiyoko F Aoki-Kinoshita; Kazuharu Arakawa; Bruno Aranda; Raoul Jp Bonnal; José M Fernández; Takatomo Fujisawa; Paul Mk Gordon; Naohisa Goto; Syed Haider; Todd Harris; Takashi Hatakeyama; Isaac Ho; Masumi Itoh; Arek Kasprzyk; Nobuhiro Kido; Young-Joo Kim; Akira R Kinjo; Fumikazu Konishi; Yulia Kovarskaya; Greg von Kuster; Alberto Labarga; Vachiranee Limviphuvadh; Luke McCarthy; Yasukazu Nakamura; Yunsun Nam; Kozo Nishida; Kunihiro Nishimura; Tatsuya Nishizawa; Soichi Ogishima; Tom Oinn; Shinobu Okamoto; Shujiro Okuda; Keiichiro Ono; Kazuki Oshita; Keun-Joon Park; Nicholas Putnam; Martin Senger; Jessica Severin; Yasumasa Shigemoto; Hideaki Sugawara; James Taylor; Oswaldo Trelles; Chisato Yamasaki; Riu Yamashita; Noriyuki Satoh; Toshihisa Takagi
Journal:  J Biomed Semantics       Date:  2011-08-02

5.  A decade of Web Server updates at the Bioinformatics Links Directory: 2003-2012.

Authors:  Michelle D Brazas; David Yim; Winston Yeung; B F Francis Ouellette
Journal:  Nucleic Acids Res       Date:  2012-06-14       Impact factor: 16.971

6.  The BioGRID interaction database: 2015 update.

Authors:  Andrew Chatr-Aryamontri; Bobby-Joe Breitkreutz; Rose Oughtred; Lorrie Boucher; Sven Heinicke; Daici Chen; Chris Stark; Ashton Breitkreutz; Nadine Kolas; Lara O'Donnell; Teresa Reguly; Julie Nixon; Lindsay Ramage; Andrew Winter; Adnane Sellam; Christie Chang; Jodi Hirschman; Chandra Theesfeld; Jennifer Rust; Michael S Livstone; Kara Dolinski; Mike Tyers
Journal:  Nucleic Acids Res       Date:  2014-11-26       Impact factor: 19.160

7.  BioHackathon series in 2011 and 2012: penetration of ontology and linked data in life science domains.

Authors:  Toshiaki Katayama; Mark D Wilkinson; Kiyoko F Aoki-Kinoshita; Shuichi Kawashima; Yasunori Yamamoto; Atsuko Yamaguchi; Shinobu Okamoto; Shin Kawano; Jin-Dong Kim; Yue Wang; Hongyan Wu; Yoshinobu Kano; Hiromasa Ono; Hidemasa Bono; Simon Kocbek; Jan Aerts; Yukie Akune; Erick Antezana; Kazuharu Arakawa; Bruno Aranda; Joachim Baran; Jerven Bolleman; Raoul Jp Bonnal; Pier Luigi Buttigieg; Matthew P Campbell; Yi-An Chen; Hirokazu Chiba; Peter Ja Cock; K Bretonnel Cohen; Alexandru Constantin; Geraint Duck; Michel Dumontier; Takatomo Fujisawa; Toyofumi Fujiwara; Naohisa Goto; Robert Hoehndorf; Yoshinobu Igarashi; Hidetoshi Itaya; Maori Ito; Wataru Iwasaki; Matúš Kalaš; Takeo Katoda; Taehong Kim; Anna Kokubu; Yusuke Komiyama; Masaaki Kotera; Camille Laibe; Hilmar Lapp; Thomas Lütteke; M Scott Marshall; Takaaki Mori; Hiroshi Mori; Mizuki Morita; Katsuhiko Murakami; Mitsuteru Nakao; Hisashi Narimatsu; Hiroyo Nishide; Yosuke Nishimura; Johan Nystrom-Persson; Soichi Ogishima; Yasunobu Okamura; Shujiro Okuda; Kazuki Oshita; Nicki H Packer; Pjotr Prins; Rene Ranzinger; Philippe Rocca-Serra; Susanna Sansone; Hiromichi Sawaki; Sung-Ho Shin; Andrea Splendiani; Francesco Strozzi; Shu Tadaka; Philip Toukach; Ikuo Uchiyama; Masahito Umezaki; Rutger Vos; Patricia L Whetzel; Issaku Yamada; Chisato Yamasaki; Riu Yamashita; William S York; Christian M Zmasek; Shoko Kawamoto; Toshihisa Takagi
Journal:  J Biomed Semantics       Date:  2014-02-05

8.  BioGPS and MyGene.info: organizing online, gene-centric information.

Authors:  Chunlei Wu; Ian Macleod; Andrew I Su
Journal:  Nucleic Acids Res       Date:  2012-11-21       Impact factor: 16.971

9.  COXPRESdb: a database of comparative gene coexpression networks of eleven species for mammals.

Authors:  Takeshi Obayashi; Yasunobu Okamura; Satoshi Ito; Shu Tadaka; Ikuko N Motoike; Kengo Kinoshita
Journal:  Nucleic Acids Res       Date:  2012-11-29       Impact factor: 16.971

10.  The RCSB Protein Data Bank: new resources for research and education.

Authors:  Peter W Rose; Chunxiao Bi; Wolfgang F Bluhm; Cole H Christie; Dimitris Dimitropoulos; Shuchismita Dutta; Rachel K Green; David S Goodsell; Andreas Prlic; Martha Quesada; Gregory B Quinn; Alexander G Ramos; John D Westbrook; Jasmine Young; Christine Zardecki; Helen M Berman; Philip E Bourne
Journal:  Nucleic Acids Res       Date:  2012-11-27       Impact factor: 16.971

View more
  1 in total

1.  G-Links: a gene-centric link acquisition service.

Authors:  Kazuki Oshita; Masaru Tomita; Kazuharu Arakawa
Journal:  F1000Res       Date:  2014-11-19
  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.