Skip to main content

Introducing glycomics data into the Semantic Web

Abstract

Background

Glycoscience is a research field focusing on complex carbohydrates (otherwise known as glycans)a, which can, for example, serve as “switches” that toggle between different functions of a glycoprotein or glycolipid. Due to the advancement of glycomics technologies that are used to characterize glycan structures, many glycomics databases are now publicly available and provide useful information for glycoscience research. However, these databases have almost no link to other life science databases.

Results

In order to implement support for the Semantic Web most efficiently for glycomics research, the developers of major glycomics databases agreed on a minimal standard for representing glycan structure and annotation information using RDF (Resource Description Framework). Moreover, all of the participants implemented this standard prototype and generated preliminary RDF versions of their data. To test the utility of the converted data, all of the data sets were uploaded into a Virtuoso triple store, and several SPARQL queries were tested as “proofs-of-concept” to illustrate the utility of the Semantic Web in querying across databases which were originally difficult to implement.

Conclusions

We were able to successfully retrieve information by linking UniCarbKB, GlycomeDB and JCGGDB in a single SPARQL query to obtain our target information. We also tested queries linking UniProt with GlycoEpitope as well as lectin data with GlycomeDB through PDB. As a result, we have been able to link proteomics data with glycomics data through the implementation of Semantic Web technologies, allowing for more flexible queries across these domains.

Background

It is widely acknowledged that developing a mechanism to handle multiple databases in an integrated manner is key to making glycomics accessible to other -omic disciplines. The National Academy of Science published a report called “Transforming Glycoscience: A Roadmap for the Future” that exemplifies the hurdles and problems faced by the Glycomics research community due to the disconnected and incomplete nature of existing databases [1]. Within the last decade, a large number of carbohydrate structure (sequence) databases have become available on the web, all providing their own unique data resources and functionalities [2]. After the conclusion of the CarbBank project [3], the German Cancer Research Center used the available data to develop their GLYCOSCIENCES.de database [4], which in general focuses on the three-dimensional conformations of carbohydrates. KEGG GLYCAN was added to the KEGG resources as a new glycan structure database that is linked to their genomic and pathway information [5]. The Consortium for Functional Glycomics also developed a glycan structure database to supplement their data resources storing experimental data from glycan array, glycan profiling from mass spectrometry, glyco-gene knockout mouse and glyco-gene microarray [6]. In Russia, the Bacterial Carbohydrate Structure Database (BCSDB) was developed, which contains carbohydrate structures from bacterial species collected from the scientific literature [7]. Additionally, small databases used in local laboratories have been developed, and so the GlycomeDB database was developed to integrate all the records in these databases to provide a web portal that allows researchers to search across all supported databases for particular structures [8]. The developers of GlycomeDB were a part of the EUROCarbDB project, which was an EU-funded initiative for developing a framework for storing and sharing experimental data of carbohydrates [9]. Several resources were developed under the EUROCarbDB framework including, a database for organizing monosaccharide information was developed, called MonosaccharideDB [10] and the HPLC-focused database GlycoBase [11]. MonosaccharideDB is an important database for integrating carbohydrate structures from different resources, since oftentimes different representations are used for the same monosaccharides. Unfortunately, funding-support for the EUROCarbDB project ended, however the data resources and software, which are all available as open source software, were taken on by the UniCarbKB project [12]. Meanwhile in Japan, the Japan Consortium for Glycobiology and Glycotechnology Database (JCGGDB) was developed to integrate all the carbohydrate resources in Japan [13]. However, despite all of these efforts to develop useful and valuable glycomics databases, a lack of interoperability is hampering the development of ‘mashup’ applications that are capable of integrating glycan related data with other -omics data.

Almost all databases mentioned above provide their information using web pages restricting the query possibilities to the limited search options provided by the developers. In addition only a few databases provide web services that allow retrieval of data in a machine-readable non-HTML format. The few implemented web service interfaces return proprietary non-standard formats making it hard to retrieve and integrate data from several resources into a single result. Despite some efforts to standardize and exchange their data [14, 15], most glycomics databases are still regarded as “disconnected islands” [1]. Standardization of carbohydrate primary structures is more difficult than genomics or proteomics, mainly because of the inherent structural complexity of oligosaccharides exemplified by complex branching, glycosidic linkages, anomericity and residue modifications. Individual databases developed their own formats to cope with these problems and encode glycan primary structures in a machine readable way [2].

Collaboration agreement

In order to integrate data in the life sciences using RDF (Resource Description Framework), several annual BioHackathons (Biology + Hacking + Marathon) sponsored by the National Bioscience Database Center (NBDC) and Database Center for Life Science (DBCLS) in Japan have been held since 2008. The 5th BioHackathon was held in Toyama city, Japan, from September 2nd to 7th, 2012 [16]. The glycan RDF subgroup convened in Toyama to discuss and implement the initial version of a contextualized RDF document (GlycoRDF) representing the respective glycan database contents in a standardized RDF format.

For a better understanding of the processes that glycans are involved in, the participants all agreed that not only should the information on primary structures be available but also associated metadata such as the biological contexts the glycans have been found in (including information on the proteins that glycans are linked to), specification of glycan-binding proteins, associated publications and experimental data must be taken into consideration. Such data are spread over the various resources, which are (e.g. in the context of proteins) not limited to only glyco-related databases. A better integration of all these data collections will allow researchers to answer more complex biological questions than simply using individual databases or only cross-linking primary structures. Connecting glycomics resources with other kinds of life science data will also significantly improve the integration of glycan information into systems biology approaches.

Each of the glycan databases already has an existing tool chain and infrastructure in place. Therefore, the glycan databases were first translated into an agreed-upon RDF data model. This RDFication process is unique for each resource due to their respective data contents. However, a minimal agreement was made by which the databases could be linked with one another. The following generalization illustrates some examples of the RDF data generated by the databases used in the proof-of-concept queries. Note that a unified prefix “glyco:” was agreed upon, as well as the use of identifiers.org as the URI to be used when referencing external databases. As a result, glycan structures, monosaccharides, biological sources, literary references and experimental evidence data could be RDFized.

Proof-of-concept SPARQL queries

At the time of this writing, UniCarbKB, BCSDB, GlycomeDB, MonosaccharideDB, GlycoEpitope [17], GlycoProtDB [18] and Lectin frontier DataBase (LfDB) [19] have implemented RDF versions of all or part of their data using a minimal RDF standard (Table 1).

Table 1 RDFized glycan databases in this study

After the conversion of these data into RDF, we set up a local triplestore using Virtuoso [20], uploaded all of the data and tested the following queries to see if the target data could be retrieved:

Query 1

Because JCGGDB entries have no links to UniProt [21] entries, we tried to retrieve UniProt ID from JCGGDB ID using information from other databases. A JCGGDB entry has a link to a GlycomeDB entry, which contains the glycan structure in GlycoCT format [22]. A UniCarbKB entry has a link to its related UniProt entry and also contains a glycan structure in GlycoCT format. Therefore we mapped JCGGDB IDs to UniCarbKB entries using GlycomeDB and were able to retrieve the UniProt IDs (stored in UniCarbKB) for each JCGGDB ID. An execution of this example query is illustrated in Figure 1, showing the resulting UniProt IDs which are related to JCGGDB IDs.

Figure 1
figure 1

Query 1. A) SPARQL query 1 which retrieves UniProt accession number from JCGGDB ID via GlycomeDB and UniCarbKB together with a short example of the result set. B) Schematic workflow of cross-database query.

Query 2

To test whether it would be possible to link lectin information with glycan structures, we used the PDB information [23] in the LfDB data. Since GlycomeDB contained PDB IDs for glycan structures found in them, we could obtain the glycan structures in GlycoCT format. GlycomeDB provides references to PDB entries containing glycans which have been extracted using pdb2linucs[24]. This allowed obtaining the glycan structures in GlycoCT format for each PDB entry. The list of results includes covalently linked glycan structures (post translational modifications) as well as glycan structures bound by the lectin. Figure 2 illustrates this query.

Figure 2
figure 2

Query 2. A) SPARQL query 2 retrieving relevant glycan structure information from lectin data. B) Schematic workflow of cross-database query. Note that LfDB does not provide any glycan binding information for this lectin (Galectin-3 in human). However, from the glycan structure information in the PDB data, we could obtain related glycan structures through this query.

Query 3

Carbohydrates or parts of carbohydrates are often recognized as epitopes with which antibodies/toxins/viruses/bacteria interact, so it was important for us to be able to use the GlycoEpitope database in a query. With the RDF version of GlycoEpitope, we could identify the carrier proteins of glycan epitopes by NCBI RefSeq identifiers using a single SPARQL query. In particular, from the antibody information, the related epitopes could be obtained, by which UniProt protein IDs are referenced. From there, NCBI RefSeq IDs could also be retrieved. Figure 3 illustrates this query, which resulted in 57 matches. In theory, it should be possible to obtain protein IDs from GlycoProtDB by retrieving the NCBI protein gi number from the RefSeq ID obtained in this query, which is then referenced by GlycoProtDB protein IDs as the core protein. In our tests, however, since GlycoEpitope mainly contains human protein information and GlycoProtDB has only mouse and C. elegans proteins, we were unable to obtain GlycoProtDB information in a single query. We are considering the possibility of including orthologue information in order to make this possible.

Figure 3
figure 3

Query 3. A) SPARQL query 3 retrieving NCBI RefSeq protein IDs of the carrier proteins of glycan epitopes that are recognized by antibodies as stored in the GlycoEpitope database. This example illustrates the ease by which glycoepitope data could be queried together with UniProt in a single query. B) Schematic workflow of cross-database query.

Discussion and conclusion

In this report, we illustrate the utility of RDFizing glyco-databases in order to link glycan data from different glycomics resources with proteomics data. The developers of existing databases agreed upon using RDF as a straightforward approach to link relevant data with one another. This would in turn enable the creation of links with other -omics data sources. In particular, we have shown in this work that the availability of formalized RDF data of glycoscience resources has allowed not only the integrated query of multiple glyco-related databases, but also the integration with UniProt, which is a valuable resource of proteomics data. Although few genomic resources are currently on the Semantic Web, as the utility of this new technology spreads, we expect that other proteomics, metabolomics and even medical data will become available. Moreover, it is a simple matter of adding triples to existing data to link with new resources as they become available, illustrating the power of the Semantic Web.

In order to further add other pertinent glycomics data to the Semantic Web, two points should be kept in mind: 1) the consistent usage of predicates throughout the related data, and 2) the consistent usage of URIs. For 1), it will be necessary to develop an ontology for glycomics data, which is currently under development. For 2), we suggest the usage of identifiers.org when referring to external databases. This base URI is intended to be a persistent URI for any major data resource such that if the original URI changes, identifiers.org will point to the updated resource. Thus users will not need to manage the update of outdated URIs.

Future work entails the development of a more formalized glyco-ontology in order to organize the semantics of the existing glyco-related data, as mentioned above. This can be most easily undertaken by first focusing on the RDF data at hand. As evident from queries 2 and 3, we were forced to use regular expression filters in order to obtain our target data. Thus, we are currently discussing the first version of this glyco-ontology and plan on implementing a more standardized version of our RDF data. This data will be made available as a public SPARQL endpoint in the near future such that federated queries can be performed. This will also make it possible for developers of other related databases to use our standard to most efficiently link their data with the glycomics world.

Endnote

aNote that in this manuscript, we may use the terms “carbohydrate structure” and “glycan” or “glycan structure” interchangeably. Note also that terms starting with “glyco-“ refer to glycans, which are composed of monosaccharides. For example, glycoproteins are glycosylated proteins, which are protein structures with at least one monosaccharide attached to one of its amino acids.

References

  1. Committee on Assessing the Importance and Impact of Glycomics and Glycosciences, Board on Chemical Sciences and Technology, Board on Life Sciences, Division on Earth and Life Studies, National Research Council: Transforming Glycoscience: A Roadmap for the Future. 2012, Washington, D.C., USA: The National Academic Press

    Google Scholar 

  2. Aoki-Kinoshita KF: Using databases and web resources for glycomics research. Mol Cell Proteomics. 2013, 12: 1036-1045. 10.1074/mcp.R112.026252.

    Article  Google Scholar 

  3. Doubet S, Albersheim P: CarbBank. Glycobiology. 1992, 2: 505-

    Article  Google Scholar 

  4. Lütteke T, Bohne-Lang A, Loss A, Goetz T, Frank M, von der Lieth CW: GLYCOSCIENCES: de: an Internet portal to support glycomics and glycobiology research. Glycobiology. 2006, 16: 71R-81R. 10.1093/glycob/cwj049.

    Article  Google Scholar 

  5. Hashimoto K, Goto S, Kawano S, Aoki-Kinoshita KF, Ueda N, Hamajima M, Kawasaki T, Kanehisa M: KEGG as a glycome informatics resource. Glycobiology. 2006, 16: 63R-70R. 10.1093/glycob/cwj010.

    Article  Google Scholar 

  6. Raman R, Venkataraman M, Ramakrishnan S, Lang W, Raguram S, Sasisekharan R: Advancing glycomics: implementation strategies at the consortium for functional glycomics. Glycobiology. 2006, 16: 82R-90R. 10.1093/glycob/cwj080.

    Article  Google Scholar 

  7. Toukach PV: Bacterial carbohydrate structure database 3: principles and realization. J Chem Inf Model. 2011, 51: 159-170. 10.1021/ci100150d.

    Article  Google Scholar 

  8. Ranzinger R, Herget S, von der Lieth CW, Frank M: GlycomeDB-a unified database for carbohydrate structures. Nucleic Acids Res. 2011, 39: D373-D376. 10.1093/nar/gkq1014.

    Article  Google Scholar 

  9. von der Lieth CW, Freire AA, Blank D, Campbell MP, Ceroni A, Damerell DR, Dell A, Dwek RA, Ernst B, Fogh R, Frank M, Geyer H, Geyer R, Harrison MJ, Henrick K, Herget S, Hull WE, Ionides J, Joshi HJ, Kamerling JP, Leeflang BR, Lütteke T, Lundborg M, Maass K, Merry A, Ranzinger R, Rosen J, Royle L, Rudd PM, Schloissnig S: EUROCarbDB: An open-access platform for glycoinformatics. Glycobiology. 2011, 21: 493-502. 10.1093/glycob/cwq188.

    Article  Google Scholar 

  10. Luetteke T, Monosaccharide DB: http://www.monosaccharidedb.org/ (accessed August 18, 2013)

  11. Campbell MP, Royle L, Radcliffe CM, Dwek RA, Rudd PM: GlycoBase and autoGU: tools for HPLC-based glycan analysis. Bioinformatics. 2008, 24: 1214-1216. 10.1093/bioinformatics/btn090.

    Article  Google Scholar 

  12. Campbell MP, Hayes CA, Struwe WB, Wilkins MR, Aoki-Kinoshita KF, Harvey DJ, Rudd PM, Kolarich D, Lisacek F, Karlsson NG, Packer NH: UniCarbKB: putting the pieces together for glycomics research. Proteomics. 2011, 11: 4117-4121. 10.1002/pmic.201100302.

    Article  Google Scholar 

  13. Japan consortium for glycobiology and glycotechnology database.http://jcggdb.jp/index_en.html,

  14. Packer NH, von der Lieth C-W, Aoki-Kinoshita KF, Lebrilla CB, Paulson JC, Raman R, Rudd P, Sasisekharan R, Taniguchi N, York WS: Frontiers in glycomics: bioinformatics and biomarkers in disease: an NIH white paper prepared from discussions by the focus groups at a workshop on the NIH campus, Bethesda MD (September 11–13, 2006). Proteomics. 2008, 8: 8-20. 10.1002/pmic.200700917.

    Article  Google Scholar 

  15. Toukach P, Joshi H, Ranzinger R, Knirel Y, von der Lieth CW: Sharing of worldwide distributed carbohydrate-related digital resources: online connection of the bacterial carbohydrate structure data base and GLYCOSCIENCES.de. Nucleic Acid Res. 2007, 35: D280-D286. 10.1093/nar/gkl883.

    Article  Google Scholar 

  16. BioHackathon. 2012, http://2012.biohackathon.org/] (will replace to Biohackathon 2011/2012 paper

  17. GlycoEpitope.http://www.glyco.is.ritsumei.ac.jp/epitope2/,

  18. Kaji H, Shikanai T, Sasaki-Sawa A, Wen H, Fujita M, Suzuki Y, Sugahara D, Sawaki H, Yamauchi Y, Shinkawa T, Taoka M, Takahashi N, Isobe T, Narimatsu H: Large-scale identification of N-glycosylated proteins of mouse tissues and construction of a glycoprotein database, GlycoProtDB. J Proteome Res. 2012, 11: 4553-4566. 10.1021/pr300346c.

    Article  Google Scholar 

  19. Lectin Frontier DataBase.http://jcggdb.jp/rcmg/glycodb/LectinSearch,

  20. Orri E, Mikhailov I: RDF Support in the Virtuoso DBMS. Conference on Social Semantic Web. 2007, 113: 59-68.

    Google Scholar 

  21. Consortium UP: Update on activities at the universal protein resource (UniProt) in 2013. Nucleic Acids Res. 2013, 41: D43-D47.

    Article  Google Scholar 

  22. Herget S, Ranzinger R, Maass K, Lieth CW: GlycoCT-a unifying sequence format for carbohydrates. Carbohydr Res. 2008, 343: 2162-2171. 10.1016/j.carres.2008.03.011.

    Article  Google Scholar 

  23. Berman HM, Westbrook J, Feng Z, Gilliland G, Bhat TN, Weissig H, Shindyalov IN, Bourne PE: The protein data bank. Nucleic Acids Res. 2000, 28: 235-242. 10.1093/nar/28.1.235.

    Article  Google Scholar 

  24. Lutteke T, Frank M, von der Lieth CW: Data mining the protein data bank: automatic detection and assignment of carbohydrate structures. Carbohydr Res. 2004, 339: 1015-1020. 10.1016/j.carres.2003.09.038.

    Article  Google Scholar 

Download references

Acknowledgements

This work has been supported by National Bioscience Database Center (NBDC) of Japan Science and Technology Agency (JST), National Institute of Advanced Industrial Science and Technology (AIST) in Japan, and the Database Center for Life Science (DBCLS) in Japan. The developers recognize the invaluable contributions from the community and those efforts to curate and share structural and experimental data collections. MC acknowledges funding from the Australian National eResearch Collaboration Tools and Resources project (NeCTAR). PT acknowledges funding from Russian Foundation for Basic Research, grant 12-04-00324. RR is supported by NIH/NIGMS funding the National Center for Glycomics and Glycoproteomics (8P41GM103490).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Hisashi Narimatsu.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

HN oversees the JCGGDB project which promoted this research. KFK led the organization of the glyco-group at BioHackathon 2012. All authors discussed and created the Glycan RDF standard. The following authors converted their respective databases to RDF, MC: UniCarbKB; TL: MonosaccharideDB; SO: GlycoEpitope; RR: GlycomeDB; HS: GlycoProtDB and LfDB, with assistance from DS; PT: BCSDB. KFK, SK, HS, MC, TL, JB and RR wrote this paper. All authors read, revised and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Aoki-Kinoshita, K.F., Bolleman, J., Campbell, M.P. et al. Introducing glycomics data into the Semantic Web. J Biomed Semant 4, 39 (2013). https://doi.org/10.1186/2041-1480-4-39

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/2041-1480-4-39

Keywords