Next Article in Journal
Anti-Inflammatory Activity of a CB2 Selective Cannabinoid Receptor Agonist: Signaling and Cytokines Release in Blood Mononuclear Cells
Next Article in Special Issue
Computational Modeling of O-Linked Glycan Biosynthesis in CHO Cells
Previous Article in Journal
Novel Small-Molecule Hybrid-Antibacterial Agents against S. aureus and MRSA Strains
Previous Article in Special Issue
DeepNGlyPred: A Deep Neural Network-Based Approach for Human N-Linked Glycosylation Site Prediction
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Dealing with the Ambiguity of Glycan Substructure Search

by
Vincenzo Daponte
1,2,*,
Catherine Hayes
1,2,
Julien Mariethoz
1,2 and
Frederique Lisacek
1,2,3,*
1
Department of Computer Science, University of Geneva, 1227 Geneva, Switzerland
2
Proteome Informatics Group, SIB Swiss Institute of Bioinformatics, 1211 Geneva, Switzerland
3
Section of Biology, University of Geneva, 1211 Geneva, Switzerland
*
Authors to whom correspondence should be addressed.
Molecules 2022, 27(1), 65; https://doi.org/10.3390/molecules27010065
Submission received: 2 November 2021 / Revised: 17 December 2021 / Accepted: 17 December 2021 / Published: 23 December 2021

Abstract

:
The level of ambiguity in describing glycan structure has significantly increased with the upsurge of large-scale glycomics and glycoproteomics experiments. Consequently, an ontology-based model appears as an appropriate solution for navigating these data. However, navigation is not sufficient and the model should also enable advanced search and comparison. A new ontology with a tree logical structure is introduced to represent glycan structures irrespective of the precision of molecular details. The model heavily relies on the GlycoCT encoding of glycan structures. Its implementation in the GlySTreeM knowledge base was validated with GlyConnect data and benchmarked with the Glycowork library. GlySTreeM is shown to be fast, consistent, reliable and more flexible than existing solutions for matching parts of or whole glycan structures. The model is also well suited for painless future expansion.

1. Introduction

Glycosylation is an important modification of proteins and lipids. It entails the attachment of a broad variety of glycan molecules to form glycoconjugates. A large variety of experimental techniques can be used to solve glycan structures [1], and the higher the throughput, the lower the resolution. Consequently, glycan data accumulate heterogeneously with uneven levels of precision. A glycan structure repository called GlyTouCan [2] collects this information online and assigns a stable accession number to each glycan irrespective of its degree of characterization.
Glycans are branched tree-like molecules composed of a few hundred monosaccharides according to MonosaccharideDB (Available online: http://www.monosaccharidedb.org (accessed on 1 November 2021)). Roughly a dozen of these cyclic building blocks are very frequent in known structures, such as mannose, glucose, and galactose. These monosaccharides are linked together in varying ways, depending on carbon attachment positions in the cycle, to form a full structure. A glycan remains, often described in the IUPAC linear format [3], delineating branching structures with different bracket types. This encoding is known to generate directional/linkage/topology ambiguity and as such is not sufficient to fully represent incompletely characterized molecules that may contain repeated units. The limitations of the IUPAC linear format led to the definition of several concurrent formats exploiting the tree/graph-like nature of glycans. In a graph representation of a glycan, each monosaccharide is a node possibly associated with attributes, and each linkage is an edge also potentially associated with attributes. The chemical bonds between building blocks, designated as glycosidic linkages, define the edges of the acyclic graph structure.
Several graph-based encoding schemes have been proposed, e.g., Glyde [4], IUPAC condensed [5], KCAM [6], KCF [7], GlycoCT [8], or more recently WURCS [9]. This uncoordinated production and usage gave rise to a resourceful converter tool called GlycanFormatConverter [10] that facilitates data submission to GlyTouCan. In GlyTouCan, an entry can be a simple composition (a list of monosaccharides) or can include topologies in which no carbon position is detailed and lacking anomeric configuration. In order to cope with this ambiguity, the Glycan Naming and Subsumption Ontology (GNOme) was developed (available online: http://www.obofoundry.org/ontology/gno.html (accessed on 1 November 2021)). GNOme relies on GlyTouCan entry identifiers to guide data browsing in both GlyToucan and GlyGen [11] databases.
Programmatic access to GlyTouCan mainly depends on the GlycoCT and WURCS formats, and the former is commonly used as a data sharing format across other glyco-related databases. The display of structures complies with the Symbol Nomenclature for Glycans (SNFG) nomenclature [12,13], now recommended in all domains of glycoscience. This notation assigns each monosaccharide to a coloured shape (e.g., yellow circle for galactose, shortened as Gal). Shared colours or shapes express structural similarity among monosaccharides. For example, N-Acetylgalactosamine (yellow square) differs from galactose (yellow circle) through a so-called substituent (removal of an OH group and addition of an amino-acetyl group). “Substituent” as a property is precisely the type that qualifies a node.
Searching (sub)structures is a routine exercise in structural glycoscience. Among other things, it solves the search for glycan epitope (or determinant) that delineates the binding part of the whole structure targeted by glycan-binding proteins. At this point, we distinguish our definition of substructure search from motif finding, which was recently reviewed in [14]. Motif finding methods are primarily implemented to capture glycan-binding specificity mainly in array data and take advantage of affinity binding to select and extract glycan substructures defining a ligand. The question addressed here targets the overall relatedness between glycan structures. It does not assume the existence of motifs and provides the means of comparing, grouping, or browsing structures independent of the quality of their resolution.
In this article, we introduce an ontology modelling a tree-logical structure to represent glycans from compositions to fully resolved structures. The proposed method, called GlySTreeM, builds on the previous GlyS3 tool [15] developed in SPARQL [16] with which knowledge bases defined using the Resource Description Framework (RDF) can be queried. GlySTreeM is validated with the content of the GlyConnect database [17] and benchmarked with the Glycowork Python library [18] in which IUPAC strings are translatable into graphs that can be processed as such.

2. Materials and Methods

2.1. Approach

At present, one of the most accepted formats for the storage of glycan structures is GlycoCT, a connection-table type representation that is both human- and computer-readable. A GlycoCT string encodes structural information and in theory, assigns a unique code to each glycan. This format is used in GlyConnect, our in-house database that collects glycoproteins in association with glycan data. Currently, the RDF representation of GlyConnect relies on the GlycoCoO ontology [19]. However, this ontology does not cover individual structures themselves. An initial exploratory study identified the use of RDF syntax as the most appropriate for the representation of glycan structures [15]. While this model shows potential, it has two main flaws: (1) searching for structures could not be extended to compositions and (2) the visual model (SNFG nomenclature) was disconnected from the knowledge model (GlycoCT), thereby challenging the decomposition of one-to-many relationships [20]. The following describes an updated translation of the structure format to allow for quicker and less computationally expensive mapping and importing of structures, whether fully or partially defined.
The main goal of this system is to efficiently search precise or ambiguous structures or substructures, which involves the following tasks:
  • A comprehensive representation of the structure of glycans;
  • In-depth access to the data from various logical perspectives;
  • A navigation method that allows the exploration of the structure as well as the facility to query through substructures.
The achievement of this goal requires the conception of a model that provides the necessary features of expressiveness and soundness. To this aim, the ontology was chosen as an instrument for the reification of such a model. An ontology representation of the glycan structure may provide the necessary expressiveness to represent the various aspects of these structures as well as ensure interoperability between this and external resources [21].

2.2. Model Design

The key idea behind the conception of the new model is to separate the glycan structure from the building blocks that compose it. This approach aims to enhance the exploration perspectives of the glycan structure. To achieve this goal, the knowledge system is designed to provide the semantic tools to (1) represent deeper aspects of both the structures and the building blocks, (2) allow a substructure navigation of the individuals represented, and (3) query for incomplete structures.
The first step in formulating a new model was the deconstruction of GlycoCT strings [22]. Previously, each discrete piece of information was parsed from the GlycoCT string and saved in the model. In GlycoCT format, HexNAc (or any of its family members, GlcNAc, GalNAc, etc.) is made up of two building blocks: a base, Hexose, and a substituent, N-acetyl, (Figure 1). These have a specific linkage that identifies the overall residue as a “combined monosaccharide”, which in turn is represented as a square in SNFG format (cartoon). The syntax notations used to represent the GlcNAc building block according to IUPAC and GlycoCT standards are shown in Table 1.
In-depth access to the different parts of the glycan requires these parts to be semantically defined together with logical bounds that link them. To this end, the logical parts that compose the glycan structure were identified as well as the logical links that bind them. The model is discussed starting from the higher abstraction level to go deeper into the details (as zooming into a map).
At the highest abstraction level lies the Glycan class. It represents the high-level class in the glycan abstraction, together with its general properties. All the resources referring to a structure are related either directly or indirectly to it. Linked to this class are the main Glycan components identified with the GlycanCore class, linked through the hasGlycanCore relationship, and the GlycanBag class linked through the hasGlycanBag one. These relationships are both asymmetric and functional and decorated with domain and range axioms; in particular, a Glycan can be linked to only to a GlycanCore and a GlycanBag, as shown in Figure 2.
The GlycanCore represents the unambiguously defined part of the structure, known as the core represented as a tree with a root and multiple children per node. The tree structure allows the representation of all the residues that compose the core of the glycan.
The GlycanBag class represents the set of the substructures for which the link with core is unknown. This class represents a set of loosely defined single residues but also of substructures (sub-trees). These unknown-linked structures are considered as items of the bag, and each item is related to the root of each substructure.
The Residue class represents the node of the tree structure, both in the core and in the bag items. It is related to the building block configurations without holding the information, hence keeping them logically decoupled from the structure. Since each tree is rooted (core and bag items), the ResidueRoot class was created to identify the root of the tree structure. This class is defined as a subClassOf the Residue class, as shown in Figure 2. To widen the representation of the building block structure and increase the flexibility of the search, the Residue class has been decorated with the composition data property. This optional data property describes a group of isomeric monosaccharides or a substituent residue according to the weight of the building blocks (base and/or substituent) that compose it.
To represent the tree nature of the glycan structure and to ensure an efficient navigation, we relied on a recently described ontology modeling a tree logical structure [23]. This ontology provides the logical wrappers to capture the key elements of a tree. For example, the TreeNode and the RootNode classes are used to wrap—as super-classes—respectively, the Residue and the ResidueRoot classes. To represent the group of undefined residues, the bag logical model that belongs to the same library was chosen. Therefore, the GlycanBag class has been declared as a subclass of Bag, and the GlycanBagItem class as a subclass of the BagItem class, inheriting all the axioms and properties related to their logical ancestors.
The defined structure of the glycan can then be extended with building blocks populating the glycan. The building blocks are decomposed, following the GlycoCT syntax, into bases and substituents, which are represented, respectively, through the Base and Substituent classes. The Residue class is linked to these classes through the hasBase and hasSubstituent relationships. The Base and Substituent classes collect the building block information on:
  • Name of the building block.
  • Anomeric connection.
  • Parent building block anomeric connection.
  • Anomer configuration.
The decision to use “composed rules” for a set of residues is based on the activated sugar donors in animal cells, which includes GlcNAc, GalNAc, NeuAc, etc. [12]. The residue representation of the GlcNAc building block is taken as an example to show how GlySTreeM represents such residues. The source of knowledge is the GlycoCT string reported in Table 1, which corresponds to the GlySTreeM representation shown in Figure 3.

2.3. Implementation and Data Mapping

GlySTreeM knowledge base was populated with GlyConnect structures encoded in GlycoCT. To provide a flexible data import, the pipeline was divided into four parts: (1) the source wrapper that handles access to the GlycoCT string of the structure, (2) the algorithm that translates GlycoCT strings into GlySTreeM individuals, (3) the rule system that generates the composed residues, and (4) the rule system that assigns a composition to the residues.
(1) The source wrapper was designed to receive and parse data from the JSON API of GlyConnect and to directly access the GlycoCT strings. Such a module can be replicated and adjusted to receive data from any other source collecting structures in GlycoCT, without affecting the other parts of the pipeline.
(2) The algorithm that parses the GlycoCT strings begins from the decomposition of the structure into defined mandatory or optional sections. The mandatory describe the residues and the linkages, while the optional describe undefined portions of the structure.
(3) After creating the high-level classes (Glycan, GlycanCore and GlycanBag) individuals, the algorithm explores the linkages listed in the GlycoCT string to build the residue structure and decorate them with the bases and substituents declared in the GlycoCT RES list. At this stage, the rule system for composed residues provides the indication of whether to create one residue hosting two building blocks (composed) or one residue per building block. The rules are defined as JSON objects, and for each object, the following is defined: (a) the first building block (usually a base) name, (b) the second building block (usually a substituent) name, (c) the carbon number of the first building block involved in the linkage, (d) the carbon number of the second building block involved in linkage, and (e) the composition class for the composed residue.
(4) The composition for the composed residues is taken from this rule set. In contrast, for the single residues, each building block is associated with its composition via a dedicated list of rules. In both cases, compositions are assigned when the residue is created. The processed structures populating the resulting knowledge graph are then imported into the triple store.
The data mapping process was implemented through a Python 3.6-based application relying on Dask [24] libraries to parallelize structure processing and RDFLib [25] to create the RDF resources. The application is designed to be run and to access the data sources remotely using the given configurations. Specific configuration settings are stored in a file with the user’s variables including a URL to locate the GlycoCT source, a base URI to identify uniquely all generated triplets, the number of CPUs and some more processing parameters. Once the GlycoCT is processed and converted to triples, the ontology model, the ontology dependencies, and the RDF statements generated from the data mapping are then loaded into an dedicated instance of a GraphDB triple store where the graph is completed by the inference process. The knowledge is then loaded on a test instance and validated using the queries listed in Section 3.3. Once validated, the full graph is transferred to the triple store production instance.
The complete list of the content validation queries that includes the SPARQL code together with the instructions to access the SPARQL endpoint are published on the GlySTreeM wiki page: https://GlyConnect.expasy.org/glystreem/wiki (accessed on 1 November 2021).

3. Discussion

Developing the GlySTreeM knowledge base raised questions regarding the soundness of the system as well as the correctness of the knowledge. To address these issues and confidently recommend GlySTreeM to support glycan research, an extensive validation was carried out. The results are presented and discussed below.

3.1. Validation Methodology

Validating the different parts of the GlySTreeM knowledge base requires a variegated approach. The semantic representation of the domain should be tested for soundness and expressiveness; these aspects are covered in the model-validation section. The individuals populating the base generated from GlyConnect structures were also examined and the results are discussed in the content-validation section.

3.2. Model Validation

The semantic model of the GlySTreeM knowledge base requires validation along two key axes: internal and external consistency. The external consistency requires a reference ontology. The internal consistency validation is focused on the soundness of the axioms on which the model lies and involves checking logical inconsistencies. This task was completed deploying a reasoner on the ontology (without individuals) and analyzing the inferred result using Protegé [26] and the Fact++ [27] reasoner. An inconsistency would cause an entity to be a subclass of the empty set (owl:Nothing). A potential issue might be caused by the logical profile of the MODL [23] ontology library included in the model. This profile does not fall in the OWL DL [28] on which both Protege and the reasoner are based. This issue was caused by modl:treehasAncestor, modl:treehasDescendant, and modl:treehasSibling. It was addressed [29] by the removal of irreflexivity axioms of the object properties. The result of the inference on the classes and on the object properties of the ontology does not indicate any inconsistency, thus guaranteeing the consistency of the model.
The consistency of the ontology can be established through its alignment with a higher-level one, in order to verify that the domain modelling does not create semantic inconsistencies (i.e., absurd yet consistent assertions) with respect to a wider domain. To this end, the SKOO ontology [30] representing scientific knowledge was chosen. SKOO was already validated for both internal and external consistency [31] as a result of an alignment with other higher-level, well-established ontologies such as DOLCE [32] and SIO [33].
The alignment between GlySTreeM and SKOO was performed by creating axioms, listed in Table 2, of type rdfs:subClassOf. The ontology with the alignment axioms was then checked for consistency through reasoning, producing no change in the resulting model.

3.3. Content Validation

The individuals of the knowledge base represent the glycan structures and their elements. Their validation should target both the correctness of structure expression and the overall quantitative dimension of the base content. Since the individuals were generated from GlyConnect, the validation of the individuals is carried out with GlyConnect as a reference.

3.3.1. Quantitative Queries

The quantitative dimensions of individuals present in the knowledge base was assessed by running a series of SPARQL queries whose results were then compared to those of analogous SQL queries performed on GlyConnect. The following list of queries were run on GlySTreeM and GlyConnect:
  • Count of all structures that only have a substituent in the root node.
  • Count of all glycans that have a ResidueRoot.
  • Count of all unique base types found in ResidueRoot.
  • Count of all unique base types.
  • Count of all unique substituent type.s
  • Count of all unique substituent types that are a single residue (not part of a composed residue).
  • Count of all di-sialyl Tn antigen type structures.
  • Count of all structures that start with Fucose.
  • Count of all structures that start with Mannose.
  • Count of all structures that start with Xylose.
  • Count of all structures that have from (at least) 1 to 9 undefined sections (bag items).
  • Count of all structures that have exactly 1 to 9 undefined sections (bag items).
  • Count of all structures that have no associated GlycoCT string (therefore no GlycanCore).
  • Count of all structures that have associated Glycan.
  • Count of all structures that have associated GlycanCore.
  • Count of all structures that have associated ResidueRoot.
The code for these queries is available on https://glyconnect.expasy.org/glystreem/wiki (accessed on 1 November 2021), and the corresponding results are reported in Table 3. Overall, the matching of GlyConnect data is met with two exceptions explained in the notes below the table.

3.3.2. Qualitative Queries

The correctness of the structure representation is tested through a variety of queries that highlight peculiar structures with complex connections. These queries also have the purpose to test the GlySTreeM model expressivity power and search flexibility (Table 4).
  • Display IDs for structures matching exactly N-linked GlcNAc2Man3 core.
  • Display IDs for structures with exactly GlcNAc and phosphate.
  • Show the undefined sections (bag items) for structure 671.
  • Does the database contain any structures with two (or more) sialyl acids consecutively linked?
  • Does the database contain any O-linked Core 1 with two sialyl acids consecutively linked?
  • Pull out only O-linked monosaccharides.
An example of a relatively complex query is presented in queries 4 and 5 in Table 4. When presented with a search term that refers to different parts of the structure, in this case, a “motif” (two sialic acid residues linked in-line) and a core type (in this case, an O-linked Core 1), GlySTreeM provides the means to incorporate both aspects in the search (Figure 4).

3.4. Benchmark

A number of tools are available for interrogating the structure of glycans; however, most are not directly comparable as they are employed in different contexts, e.g., data mining [34] or mass spectrometric fragment analysis [35]. However, a recently published tool Glycowork 0.2.0 [18] established itself as a means to identify motifs in glycan structures. Hence, there is overlap with the presented method, and this feature can be used in a comparison study. Therefore, in this section, GlySTreeM is bench-marked against the motif-finder part of GlycoWork to assess the functionality in the scope of glycoinformatics and substructure searching.
Glycowork is a standalone Python package and takes as input IUPAC strings of a glycan structure, while our source, the GlyConnect database, contains 4779 structures, all with GlycoCT format but not necessarily with IUPAC. In order to compare the two tools with homogeneous inputs an effort was made to convert GlycoCT to IUPAC using an external tool (GlycanFormatConverter). The IUPAC was validated by normalizing some of the residue names, e.g., NeuAc to Neu5Ac as well as refactoring the linkages with unknown components, e.g., Gal(b1-?) to Gal(bond). The process involved several steps including validation of the GlycoCT, converting to an intermediate format and validating the resulting IUPAC. For this reason, only a subset of the available structures was used as input for the bench-marking.
The Glycowork function motif.annotate.annotate_dataset was used to identify motifs in structures using an inbuilt motif library. The function can take a number of optional parameters, including wildcards. These were set as follows: extra=’wildcards’ and wildcard_list=[’bond’]. The inbuilt motif library within Glycowork includes a leading galactose residue in all the Lewis type motifs. As a final step, Lewis A-, B-, X-, and Y-type motifs without this leading galactose were added to the inbuilt library.

3.4.1. Use Cases

The two tools, GlySTreeM and Glycowork, were used to carry out two tasks that require the identification of two substructures.

First Use Case

The first use case required the identification of a Lewis-type substructure in a sequence of residues where the glycosidic linkages may not be fully defined, as in Figure 5a. This was carried out in GlySTreeM by constructing a SPARQL query to search for a defined pattern of residues (Gal[Fuc]GlcNAc[Fuc]).
By omitting the explicit linkages in the sequence all Lewis B and Y containing structures were extracted from GlySTreeM. The set of extracted structures also contain Lewis A and X substructures. The details of the use case execution are summarized in Table 5.
To provide additional context to this use case outcome, the process was extended to five randomly generated structure datasets. The steps taken in this analysis were the following:
  • Generate five random datasets of IDs from GlyConnect.
  • Convert to input formats for each tool.
  • Process input formats with each tool.
  • Produce .svg cartoons for each outcome set.
  • Visual validation of results for positve and negative matches.
The outcome of the analysis is summarized in Table 6.

Second Use Case

As shown in the previous use case, structures with undefined sections are extremely relevant not only numerically but also semantically, as they hold most of the ambiguity that can be dealt with by GlySTreeM.
The second use case involved the search for a substructure specifically found in the undefined section of the structure, which poses a more challenging task to resolve. The tools were required to determine if structures with undefined sections could be searched for the presence of a potential Lewis type composition, as in Figure 5b.
GlySTreeM was queried with a SPARQL query that specifically searched for a GlycanBag that contained at least one independent Fuc residue and at least one GlcNAc residue (Figure 5b). The results were manually validated by, again, visually inspecting the .svg representations of the results. Once more, the subset of results from the GlySTreeM output was used as input for the Glycowork package. The details of the use case execution are summarized in Table 7.

4. Results

The reported use cases involve searching for Lewis B- or Y-type substructures in the GlyConnect database. Lewis B antigen has been shown to be important in H. pylori binding [36], while Lewis Y antigens are highly expressed in epithelial cancers, such as gastric cancer, [37]. On this basis, they constitute a significant search option for potential users of this tool.
The structures annotated from publications, such as those stored in GlyConnect, are solved using many different experimental techniques, some more precise than others. GlySTreeM allows the search of structures with both precisely defined substructures and fuzzy search. The first use case involves the search for Lewis B/Y type structures within a glycan structure. The SPARQL query allowed the specification of the sequence needed, and GlySTreeM gave 116 out of 4479 positive matches for Lewis B/Y substructure. The output from GlySTreeM was manually validated as containing Lewis-type structures by visualizing the .svg representations. This set of 116 structures was then used as a test set for GlycoWork.
Not taking into account the GlycoCT to IUPAC conversion, which is a pre-requisite for this comparison, Glycowork needed several iterations to look for fuzziness. This involved specifically tagging the linkages as unknown by using the wildcard “bond” in the search. It was also realised that GlycoWork motif library contains Lewis-type structures with a leading galactose residue. This definition of the motif resulted in a number of false negatives. By customising the motif library, the number of false negatives was reduced to zero, with just three cases of invalid IUPAC codes not being processed (Figure 6a). The output was manually validated by searching for matches to Lewis A,B,X or Y as defined in the motif library.
To more deeply analyse this use case outcome, additional statistical context is provided. In particular, the search for Lewis B-/Y-type structures was performed on five randomly generated datasets to account for potential false positives and negatives.
The outcomes from the two methods are very similar. GlycoWork gives only one false negative in dataset 03 (GlyConnect structure ID 3529).
Almost 30% of the dataset was not processed in GlycoWork due to the presence of UND section (GlyConnect ID 202) or residues not handled such as internal phosphate bonds (GlyConnect ID 1739) or Delta4 (GlyConnect ID 3005). This seems to confirm identified limitations of the IUPAC condensed format in dealing with structural ambiguity or non/rare monosaccharides [10,38]. Nonetheless, this is significant given that more than one quarter of the GlyConnect database consists of structures that contain undefined (UND) sections.
The second use case involved the search for a substructure specifically found in the undefined/GlycanBag section of the structure, which poses a more challenging task to resolve.
GlySTreeM proved its effectiveness in this case by allowing the search using incomplete information in a undefined structure domain such as the one represented in Figure 6b. The task was accomplished without additional effort with respect to the search with defined substructure. The output from GlySTreeM was manually validated as containing Lewis-type structures by visualizing the .svg representations.
In an effort to exploit the available features, several iterations of GlycoWork were performed, but the incomplete structures were not processed by the package. Logically, no output was available to validate.
This reflects the different purposes of the two methods. The common goal of identifying substructures/motifs is efficiently reached by both. The requirement for dealing with ambiguous structures, initially stated as our goal, is met by GlySTreeM.

5. Conclusions

Experimental techniques, in particular mass spectrometry, are now commonly used to solve glycan structures, either attached to (glycoproteomics) or released from (glycomics) glycoconjugates. As a result, the degree of precision of glycan structures has spread, over time, as data are deposited in GlyTouCan. Thousands of entries are ambiguously defined with a variety of cases where one or the other or several linkages are unknown. A solution for navigating in this large set of related data was proposed with the GNOme ontology, but it does not allow substructure search and glycan comparison. A few years ago, we suggested an RDF-based model for mapping substructures in full structures, and we built on this experience to define a new ontology with a tree logical structure that captures more faithfully the specificity of glycan structural data. This resulted in GlySTreeM, the first version of which was introduced here. GlySTreeM was validated with GlyConnect data but it can process any data source provided glycan structures are encoded in GlycoCT; when other formats are used, a translation is easily obtained with GlycanFormatConverter. GlySTreeM does not rely on the predefinition of glycan motifs, and any structural fragment can be searched in the selected glycan source. Furthermore, the tool handles glycan compositions (no linkage information at all). At present, incoming data mostly arise from higher eukaryote species thus limiting the residue set to a few dozens. We envisage the expansion of the model to accommodate procaryote glycans that span a much wider and poorly chartered residue space. The rule system can also be amended if or when needed. GlySTreeM will be fully integrated in GlyConnect to improve the consistency of the database. It will also be used to cross-reference glycan ligands of SugarBindDB [39] and UniLectin [40] with full structures of GlyConnect. Finally, we plan to offer a standalone service for substructure search in replacement of the previously available but outdated GlyS3 (Available online: https://glycoproteome.expasy.org/substructuresearch (accessed on 1 November 2021)).

Author Contributions

Conceptualization, all; methodology, V.D.; software, V.D. and J.M.; validation, C.H., J.M. and V.D.; formal analysis, V.D.; writing—original draft preparation, all; writing—review and editing, all; funding acquisition, F.L. All authors have read and agreed to the published version of the manuscript.

Funding

GlyConnect is partly supported by the Swiss National Science Foundation (SNSF) grant #31003A/179249 and by the Swiss Federal Government through the State Secretariat for Education, Research and Innovation (SERI).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

https://glyconnect.expasy.org/glystreem/wiki (accessed on 1 November 2021).

Acknowledgments

The authors wish to thank Francois Bonnardel for fruitful discussions.

Conflicts of Interest

The authors declare no conflict of interest

Sample Availability

Samples of the compounds are not available from the authors.

Abbreviations

The following abbreviations are used in this manuscript:
GNOmeGlycan Naming and Subsumption Ontology
SNFGSymbol Nomenclature for Glycans
RDFResource Description Framework

References

  1. Gray, C.J.; Migas, L.G.; Barran, P.E.; Pagel, K.; Seeberger, P.H.; Eyers, C.E.; Boons, G.J.; Pohl, N.L.; Compagnon, I.; Widmalm, G.; et al. Advancing solutions to the carbohydrate sequencing challenge. J. Am. Chem. Soc. 2019, 141, 14463–14479. [Google Scholar] [CrossRef] [PubMed]
  2. Fujita, A.; Aoki, N.P.; Shinmachi, D.; Matsubara, M.; Tsuchiya, S.; Shiota, M.; Ono, T.; Yamada, I.; Aoki-Kinoshita, K.F. The international glycan repository GlyTouCan version 3.0. Nucleic Acids Res. 2021, 49, D1529–D1533. [Google Scholar] [CrossRef]
  3. Sharon, N. Nomenclature of glycoproteins, glycopeptides and peptidoglycans. Eur. J. Biochem. 1986, 159, 1–6. [Google Scholar] [CrossRef] [PubMed]
  4. Sahoo, S.S.; Thomas, C.; Sheth, A.; Henson, C.; York, W.S. GLYDE—An expressive XML standard for the representation of glycan structure. Carbohydr. Res. 2005, 340, 2802–2807. [Google Scholar] [CrossRef]
  5. McNaught, A. International union of pure and applied chemistry and international union of biochemistry and molecular biology. Joint commission on biochemical nomenclature. Nomenclature of carbohydrates. Carbohydr. Res. 1997, 297, 1–92. [Google Scholar] [CrossRef]
  6. Aoki, K.F.; Yamaguchi, A.; Ueda, N.; Akutsu, T.; Mamitsuka, H.; Goto, S.; Kanehisa, M. KCaM (KEGG Carbohydrate Matcher): A software tool for analyzing the structures of carbohydrate sugar chains. Nucleic Acids Res. 2004, 32, W267–W272. [Google Scholar] [CrossRef] [PubMed]
  7. Kotera, M.; Tabei, Y.; Yamanishi, Y.; Moriya, Y.; Tokimatsu, T.; Kanehisa, M.; Goto, S. KCF-S: KEGG Chemical Function and Substructure for improved interpretability and prediction in chemical bioinformatics. BMC Syst. Biol. 2013, 7, S2. [Google Scholar] [CrossRef] [Green Version]
  8. Herget, S.; Ranzinger, R.; Maass, K.; Lieth, C.W.V.D. GlycoCT-a unifying sequence format for carbohydrates. Carbohydr. Res. 2008, 343, 2162–2171. [Google Scholar] [CrossRef]
  9. Tanaka, K.; Aoki-Kinoshita, K.F.; Kotera, M.; Sawaki, H.; Tsuchiya, S.; Fujita, N.; Shikanai, T.; Kato, M.; Kawano, S.; Yamada, I.; et al. WURCS: The Web3 unique representation of carbohydrate structures. J. Chem. Inf. Model. 2014, 54, 1558–1566. [Google Scholar] [CrossRef]
  10. Tsuchiya, S.; Yamada, I.; Aoki-Kinoshita, K.F. GlycanFormatConverter: A conversion tool for translating the complexities of glycans. Bioinformatics 2019, 35, 2434–2440. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  11. York, W.S.; Mazumder, R.; Ranzinger, R.; Edwards, N.; Kahsay, R.; Aoki-Kinoshita, K.F.; Campbell, M.P.; Cummings, R.D.; Feizi, T.; Martin, M.; et al. GlyGen: Computational and informatics resources for glycoscience. Glycobiology 2020, 30, 72–73. [Google Scholar] [CrossRef] [PubMed]
  12. Varki, A.; Cummings, R.D.; Aebi, M.; Packer, N.H.; Seeberger, P.H.; Esko, J.D.; Stanley, P.; Hart, G.; Darvill, A.; Kinoshita, T.; et al. Symbol Nomenclature for Graphical Representations of Glycans. Glycobiology 2015, 25, 1323–1324. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Neelamegham, S.; Aoki-Kinoshita, K.; Bolton, E.; Frank, M.; Lisacek, F.; Lütteke, T.; O’Boyle, N.; Packer, N.H.; Stanley, P.; Toukach, P.; et al. Updates to the Symbol Nomenclature for Glycans guidelines. Glycobiology 2019, 29, 620–624. [Google Scholar] [CrossRef] [PubMed]
  14. Haab, B.B.; Klamer, Z. Advances in tools to determine the glycan-binding specificities of lectins and antibodies. Mol. Cell. Proteom. 2020, 19, 224–232. [Google Scholar] [CrossRef] [Green Version]
  15. Alocci, D.; Mariethoz, J.; Horlacher, O.; Bolleman, J.T.; Campbell, M.P.; Lisacek, F. Property Graph vs. RDF Triple Store: A Comparison on Glycan Substructure Search. PLoS ONE 2015, 10, e0144578. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  16. Pérez, J.; Arenas, M.; Gutierrez, C. Semantics and complexity of SPARQL. ACM Trans. Database Syst. (TODS) 2009, 34, 1–45. [Google Scholar] [CrossRef] [Green Version]
  17. Alocci, D.; Mariethoz, J.; Gastaldello, A.; Gasteiger, E.; Karlsson, N.G.; Kolarich, D.; Packer, N.H.; Lisacek, F. GlyConnect: Glycoproteomics Goes Visual, Interactive, and Analytical. J. Proteome Res. 2019, 18, 664–677. [Google Scholar] [CrossRef]
  18. Thomès, L.; Burkholz, R.; Bojar, D. Glycowork: A Python package for glycan data science and machine learning. bioRxiv 2021. [Google Scholar] [CrossRef] [PubMed]
  19. Yamada, I.; Campbell, M.P.; Edwards, N.; Castro, L.J.; Lisacek, F.; Mariethoz, J.; Ono, T.; Ranzinger, R.; Shinmachi, D.; Aoki-Kinoshita, K.F. The glycoconjugate ontology (GlycoCoO) for standardizing the annotation of glycoconjugate data and its application. Glycobiology 2021, 31, 741–750. [Google Scholar] [CrossRef]
  20. Daponte, V. Analysis and Specification of Scientific Knowledge Visualization Techniques. Ph.D. Thesis, University of Geneva, Geneva, Switzerland, 2019. [Google Scholar] [CrossRef]
  21. Bittner, T.; Donnelly, M.; Winter, S. Ontology and semantic interoperability. In Large-Scale 3D Data Integration; CRC Press: Boca Raton, FL, USA, 2005; pp. 139–160. [Google Scholar]
  22. Hayes, C.A.; Daponte, V.; Lisacek, F.; Mariethoz, J. Reverse Engineering of GlycoCT Format for Application in RDF Model of Glycan Structures. The Joint Warren and Beilstein Symposium on Glycosciences 2021. 2021. Available online: https://www.beilstein-institut.de/en/symposia/archive/glyco-bioinformatics/glyco-bioinformatics-2021/ (accessed on 1 November 2021).
  23. Shimizu, C.; Hirt, Q.; Hitzler, P. MODL: A modular ontology design library. arXiv 2019, arXiv:1904.05405. [Google Scholar]
  24. Rocklin, M. Dask: Parallel computation with blocked algorithms and task scheduling. In Proceedings of the 14th Python in Science Conference; 2015; Volume 130, p. 136. Available online: https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.825.5314&rep=rep1&type=pdf (accessed on 1 November 2021).
  25. Krech. Rdflib: A Python Library for Working with Rdf. 2006. Available online: https://github.com/RDFLib/rdflib (accessed on 1 November 2021).
  26. Noy, N.F.; Crubézy, M.; Fergerson, R.W.; Knublauch, H.; Tu, S.W.; Vendetti, J.; Musen, M.A. Protégé-2000: An open-source ontology-development and knowledge-acquisition environment. AMIA Annu. Symp. Proc. 2003, 2003, 953. [Google Scholar]
  27. Tsarkov, D.; Horrocks, I. FaCT++ description logic reasoner: System description. In International Joint Conference on Automated Reasoning; Springer: Berlin/Heidelberg, Germany, 2006; pp. 292–297. [Google Scholar]
  28. Krötzsch, M. OWL 2 profiles: An introduction to lightweight ontology languages. In Reasoning Web International Summer School; Springer: Berlin/Heidelberg, Germany, 2012; pp. 112–183. [Google Scholar]
  29. Carral, D.; Hitzler, P.; Lapp, H.; Rudolph, S. On the ontological modeling of trees. arXiv 2017, arXiv:1710.05096. [Google Scholar]
  30. Scientific Knowledge Object Ontology—SKOO. 2019. Available online: https://cui.unige.ch/isi/onto/skoo/ (accessed on 30 September 2019).
  31. Daponte, V.; Falquet, G. Une ontologie pour la formalisation et la visualisation des connaissances scientifiques. In Proceedings of the 29es Journées Francophones d’Ingénierie des Connaissances, LORIA, Nancy, France, 2–3 July 2018. [Google Scholar]
  32. Gangemi, A.; Guarino, N.; Masolo, C.; Oltramari, A.; Schneider, L. Sweetening ontologies with DOLCE. In International Conference on Knowledge Engineering and Knowledge Management; Springer: Berlin/Heidelberg, Germany, 2002; pp. 166–181. [Google Scholar]
  33. Dumontier, M.; Baker, C.J.; Baran, J.; Callahan, A.; Chepelev, L.; Cruz-Toledo, J.; Del Rio, N.R.; Duck, G.; Furlong, L.I.; Keath, N.; et al. The Semanticscience Integrated Ontology (SIO) for biomedical research and knowledge discovery. J. Biomed. Semant. 2014, 5, 14. [Google Scholar] [CrossRef] [Green Version]
  34. Coff, L.; Chan, J.; Ramsland, P.A.; Guy, A.J. Identifying glycan motifs using a novel subtree mining approach. BMC Bioinform. 2020, 21, 42. [Google Scholar] [CrossRef] [Green Version]
  35. Klein, J.; Zaia, J. Glypy: An open source glycoinformatics library. J. Proteome Res. 2019, 18, 3532–3537. [Google Scholar] [CrossRef] [PubMed]
  36. Matos, R.; Amorim, I.; Magalhães, A.; Haesebrouck, F.; Gärtner, F.; Reis, C.A. Adhesion of Helicobacter Species to the Human Gastric Mucosa: A Deep Look Into Glycans Role. Front. Mol. Biosci. 2021, 8, 656439. [Google Scholar] [CrossRef] [PubMed]
  37. Zhou, Y.; Zong, H.; Han, L.; Xie, Y.; Jiang, H.; Gilly, J.; Zhang, B.; Lu, H.; Chen, J.; Sun, R.; et al. A novel bispecific antibody targeting CD3 and prolactin receptor (PRLR) against PRLR-expression breast cancer. J. Exp. Clin. Cancer Res. CR 2020, 39, 87. [Google Scholar] [CrossRef] [PubMed]
  38. Toukach, P.V.; Egorova, K.S. New Features of Carbohydrate Structure Database Notation (CSDB Linear), As Compared to Other Carbohydrate Notations. J. Chem. Inf. Model. 2020, 60, 1276–1289. [Google Scholar] [CrossRef]
  39. Mariethoz, J.; Khatib, K.; Alocci, D.; Campbell, M.P.; Karlsson, N.G.; Packer, N.H.; Mullen, E.H.; Lisacek, F. SugarBindDB, a resource of glycan-mediated host–pathogen interactions. Nucleic Acids Res. 2016, 44, D1243–D1250. [Google Scholar] [CrossRef] [Green Version]
  40. Bonnardel, F.; Mariethoz, J.; Salentin, S.; Robin, X.; Schroeder, M.; Perez, S.; Lisacek, F.; Imberty, A. UniLectin3D, a database of carbohydrate binding proteins with curated information on 3D structures and interacting ligands. Nucleic Acids Res. 2019, 47, D1236–D1244. [Google Scholar] [CrossRef] [Green Version]
Figure 1. GlycoCT Breakdown.
Figure 1. GlycoCT Breakdown.
Molecules 27 00065 g001
Figure 2. The class hierarchy describing the glycan model top classes and the residue structure of the core and the bag.
Figure 2. The class hierarchy describing the glycan model top classes and the residue structure of the core and the bag.
Molecules 27 00065 g002
Figure 3. Semantic representation of the GlcNAc building block in the GlySTreeM knowledge base: the base and the substituent are related to the same residue.
Figure 3. Semantic representation of the GlcNAc building block in the GlySTreeM knowledge base: the base and the substituent are related to the same residue.
Molecules 27 00065 g003
Figure 4. Example of a structure extracted from GlySTreeM using SPARQL query.
Figure 4. Example of a structure extracted from GlySTreeM using SPARQL query.
Molecules 27 00065 g004
Figure 5. (a) Lewis B/Y type structure and (b) Free Fuc and GlcNAc residues
Figure 5. (a) Lewis B/Y type structure and (b) Free Fuc and GlcNAc residues
Molecules 27 00065 g005
Figure 6. Example of false-negative structure assigned by Glycowork. (a) Example of false negative structure assigned by Glycowork due to an IUPAC validation error and (b) Example of an undetermined structure potentially containing the Lewis B or Y motifs.
Figure 6. Example of false-negative structure assigned by Glycowork. (a) Example of false negative structure assigned by Glycowork due to an IUPAC validation error and (b) Example of an undetermined structure potentially containing the Lewis B or Y motifs.
Molecules 27 00065 g006
Table 1. Textual and graphical representation of GlcNAc using IUPAC and GlycoCT syntaxes.
Table 1. Textual and graphical representation of GlcNAc using IUPAC and GlycoCT syntaxes.
IUPAC GlycoCT SNFG Cartoon
GlcNAc RES
1b:x-dglc-HEX-1:5
2s:n-acetyl
LIN
1:1d(2+1)2n
Molecules 27 00065 i001
Table 2. Correspondences between GlySTreeM and SKOO classes.
Table 2. Correspondences between GlySTreeM and SKOO classes.
GlySTreeM ClassSKOO Class
Glycan⊑ DomainObject
Residue⊑ DomainObject
Molecule⊑ DomainObject
Base⊑ DomainObject
Substituent⊑ DomainObject
Epitope⊑ Hypothesis
GlycanCore⊑ Proof
GlycanBag⊑ Hypothesis
GlycanBagItem⊑ Observation
ResidueRoot (in core structures)⊑ Assertion
Table 3. Quantitative Queries—Results.
Table 3. Quantitative Queries—Results.
Query No.GlyConnect ResultTriple Store ResultNotes
100Expected result
247814779Note 1
32020Expected result
43939Expected result
566Expected result
655Expected result
799Expected result
81010Expected result
98282Expected result
1044Expected result
111285, 809, 477, 242,
111, 56, 23, 8, 2
1285, 809, 477, 242,
111, 56, 23, 8, 2
Expected result
12476, 332, 235, 131,
55, 33, 15, 6, 2
476, 332, 235, 131,
55, 33, 15, 6, 2
Expected result
132929Expected result
1448104808Note 1 and 2
1547814779Note 1 and 2
1647814779Note 1 and 2
Note 1 GlyConnect contains two structures with repeat units (structures 414 and 2371). These were omitted from the triple store. Note 2 The total number of structures includes those with GlycoCT strings (4779) and those without (29). Only those with GlycoCT strings have a GlycanCore or a ResidueRoot. Average real time for these queries varied between 0.07 and 0.60 s.
Table 4. Qualitative Queries—Results.
Table 4. Qualitative Queries—Results.
Query No.GlyConnect ResultTriple Store ResultNotes
1Yes—11, 9901Yes—11, 9901Expected result
233163316Expected result
3View cartoon
(id 671
3 undefined Gal residues)
3 sections; bagitem 1,
bagitem 2, bagitem 3
Expected result
451 structures51 structuresExpected result
5Yes, structure 3456Yes, structure 3456Expected result
6O-linked
monosaccharide subset
View dataset
Same subset of
structures
Expected result
Average real time for these queries varied between 0.18 and 0.68 s.
Table 5. Use Case 1.
Table 5. Use Case 1.
DescriptionIdentify Lewis A/B/X/Y type
substructures.
ActorBioinformatician/Scientist.
Initial ConditionsList of 4779 glycans1 in GlycoCT.
Actor ActionsSystems Response
(1) SPARQL query on GlySTreeM
searching for Lewis A/B/X/Y
substructure.
(2) 116 positive matches.
(3) Produce 116 IUPAC codes 2 .(4) 114 IUPAC 3 .
(5) Run annotate-glycan
function on 114.
(6) Glycowork: 53 Positive, 28
negative, 33 IUPAC validation error.
(7) Validate IUPAC and rerun.(8) Glycowork: 53 Postive, 61 negative.
(9) Added wildcards to optional
arguments.
(10) Glycowork: 64 positive, 50 negative.
(11) Added customised motifs.(12) Glycowork: 102 positive,
12 negative.
(13) Refactored IUPAC condensed
for 12 false negatives
(14) Glycowork: 112 positive,
1 false negative (ID 3529)
and 1 IUPAC validation error (see Figure 6a).
Post Conditions
   The 116 positive results from GlySTreeM were manually validated by
   inspecting corresponding .svg representations. After several iterations of
   Glycowork on 116 subset of structures for searching of Lewis X/Y/A/B
   substructures and gradual fine-tuning, there remained three that
   could not be validated due to IUPAC formatting errors (see Figure 6a).
1 Data from GlyConnect; 2 71 available in GlyConnect, 33 were converted using GlycanFormtConverter; 3 2 were discounted as they gave GlycoCT validation error with the converter.
Table 6. Use Case 1—Randomised dataset analysis.
Table 6. Use Case 1—Randomised dataset analysis.
TotalConvertedProcessedPositivesTPFPTNFN 1
DS-01
GlySTreeM2001991998801910
Glycowork2001521468801380
DS-02
GlySTreeM2001991994401950
Glycowork2001521464401420
DS-03
GlySTreeM2001981983301950
Glycowork2001411352 2 101331 3
DS-04
GlySTreeM2001991996601930
Glycowork2001361316601250
DS-05
GlySTreeM2001981986601920
Glycowork2001351306601240
1 Abbrev: DS, DataSet; TP, True Positives; FP, False Positives; TN, True Negatives; FN, False Negatives. 2 One of the true positives was not converted to IUPAC with GlycanFormatConverter so is not present in the dataset processed by GlycoWord. 3 GlycoWork false negative is structure ID 3529 in GlyConnect.
Table 7. Use Case 2.
Table 7. Use Case 2.
DescriptionIdentify Lewis A/B/X/Y type
substructures in GlycanBags (undefined).
ActorBioinformatician/Scientist.
Initial ConditionsList of 4779 glycans 1 in GlycoCT.
Actor ActionsSystems Response
(1) SPARQL query on GlySTreeM
searching for Lewis A/B/X/Y.
(2) 11 positive matches.
(3) Produce 11 IUPAC codes.(4) 7 IUPAC 2 .
(5) Run annotate-glycan function on 7.(6) Glycowork: IUPAC validation error.
(7) Validate IUPAC and rerun.(8) Glycowork: IUPAC validation error.
(9) Added wildcards to optional
arguments.
(10) Glycowork: IUPAC validation error.
(11) Added customised motifs.(12) Glycowork: IUPAC validation error
(see Figure 6b).
Post Conditions
The 11 structures that were identified by GlySTreeM all contain at least one Fuc residue
and one GlcNAc in the GlycanBag, as validated by manually inspecting the SVG
representations. Using the features introduced in the previous use case, no result other
than IUPAC validation error was given by Glycowork.
1 Data from GlyConnect; 2 3 had no available IUPAC in GlyConnect; 1 did not have a Gal attached to the GlcNAc.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Daponte, V.; Hayes, C.; Mariethoz, J.; Lisacek, F. Dealing with the Ambiguity of Glycan Substructure Search. Molecules 2022, 27, 65. https://doi.org/10.3390/molecules27010065

AMA Style

Daponte V, Hayes C, Mariethoz J, Lisacek F. Dealing with the Ambiguity of Glycan Substructure Search. Molecules. 2022; 27(1):65. https://doi.org/10.3390/molecules27010065

Chicago/Turabian Style

Daponte, Vincenzo, Catherine Hayes, Julien Mariethoz, and Frederique Lisacek. 2022. "Dealing with the Ambiguity of Glycan Substructure Search" Molecules 27, no. 1: 65. https://doi.org/10.3390/molecules27010065

Article Metrics

Back to TopTop