Next Article in Journal
The Potential of South African Herbal Tisanes, Rooibos and Honeybush in the Management of Type 2 Diabetes Mellitus
Next Article in Special Issue
Specific Non-Reducing Ends in Heparins from Different Animal Origins: Building Blocks Analysis Using Reductive Amination Tagging by Sulfanilic Acid
Previous Article in Journal
Function and Interactions of ERCC1-XPF in DNA Damage Response
Previous Article in Special Issue
A Novel Integrated Way for Deciphering the Glycan Code for the FimH Lectin
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Technical Note

SugarSketcher: Quick and Intuitive Online Glycan Drawing

by
Davide Alocci
1,2,
Pavla Suchánková
3,4,
Renaud Costa
5,
Nicolas Hory
5,
Julien Mariethoz
1,2,
Radka Svobodová Vařeková
3,4,
Philip Toukach
6 and
Frédérique Lisacek
1,2,7,*
1
Proteome Informatics Group, SIB Swiss Institute of Bioinformatics, 1211 Geneva, Switzerland
2
Computer Science Department, University of Geneva, 1211 Geneva, Switzerland
3
CEITEC–Central European Institute of Technology, Masaryk University Brno, 625 00 Brno-Bohunice, Czech Republic
4
National Centre for Biomolecular Research, Faculty of Science, 625 00 Brno-Bohunice, Czech Republic
5
Polytech Nice Sophia, Campus SophiaTech, 06903 Sophia-Antipolis, France
6
Zelinsky Institute of Organic Chemistry, Russian Academy of Sciences, Laboratory of Carbohydrate Chemistry, 119991 Moscow, Russia
7
Section of Biology, University of Geneva, 1211 Geneva, Switzerland
*
Author to whom correspondence should be addressed.
Molecules 2018, 23(12), 3206; https://doi.org/10.3390/molecules23123206
Submission received: 14 September 2018 / Revised: 23 November 2018 / Accepted: 29 November 2018 / Published: 5 December 2018
(This article belongs to the Collection Advances in Glycosciences)

Abstract

:
SugarSketcher is an intuitive and fast JavaScript interface module for online drawing of glycan structures in the popular Symbol Nomenclature for Glycans (SNFG) notation and exporting them to various commonly used formats encoding carbohydrate sequences (e.g., GlycoCT) or quality images (e.g., svg). It does not require a backend server or any specific browser plugins and can be integrated in any web glycoinformatics project. SugarSketcher allows drawing glycans both for glycobiologists and non-expert users. The “quick mode” allows a newcomer to build up a glycan structure having only a limited knowledge in carbohydrate chemistry. The “normal mode” integrates advanced options which enable glycobiologists to tailor complex carbohydrate structures. The source code is freely available on GitHub and glycoinformaticians are encouraged to participate in the development process while users are invited to test a prototype available on the ExPASY web-site and send feedback.

1. Introduction

It is generally admitted that drawing glycans using a chemical notation can be at least cumbersome, if not a challenge. This issue was addressed very early in glycochemistry [1], and several groups have proposed symbolic nomenclatures to ease the representation of complex carbohydrates. Although these representations have evolved from the original idea to several visualization schemes reviewed in [2], the most compelling ones consist of a series of geometrical shapes that symbolize monosaccharide units connected with lines specifying glycosidic linkages. A recent reappraisal of this representation finally rallied a wide community of glycoscientists who have settled on the usage of the Symbol Nomenclature for Glycans (SNFG) [3]. As a result of the dissemination of this symbolic notation, a variety of software applications for drawing glycans has been developed to fulfil mainly two distinct purposes. A drawing interface may be useful to query databases or to input structures for further analysis, modelling, or prediction of properties. Conversely, the extent of glycan encoding formats often requires the translation of commonly used formats into images. The intrinsic user-friendliness of the symbolic nomenclature not only meets the glycoscientists’ needs but also simplifies access to glycoscience for non-specialists.
Over the past decades, the variety of glycan representations used in chemistry, glyco-chemistry and glycobiology gave rise to a series of editing tools. We however, limit our coverage to those that meet three requirements: (1) web-based, (2) freely accessible, and (3) exporting structures to standard encoding formats [2]. KegDraw can be considered as the earliest standalone online graphical glycan editor though it was preceded by a basic tool integrated in GlycoSuiteDB for graphical queries in the IUPAC condensed format used in that database [4]. KegDraw was designed to perform a similarity search in the KEGG databases where the original CarbBank [5] is integrated [6]. It was a Java application that needed to be installed and could produce low-resolution images where text labels of monosaccharides were connected by lines. GlycanBuilder [7] is a more recent java applet developed during the EuroCarb project [8]. This tool provides an interface to assemble glycan structures using the graphic visualization scheme proposed by the Consortium of Functional Glycomics (CFG) and described in [9]. GlycanBuilder was upgraded to work in a web environment, but it needs to be installed and connected with a server. Moreover, recent security upgrades of all major browsers seriously challenged the usage of Java applets. This web-based implementation usually involves fairly long time-lags during processing despite a recent upgrade [10]. However, this drawback can be avoided as demonstrated with the glycan structure builder of the GlycoViewer platform [11] a web interface for drawing glycans that pioneered in terms of design, usability and speed. A subjective weak point of this tool is the drag-and-drop implementation that allows computer users to draw a glycan structure easily with the help of a mouse. However, this may become tiresome if many and large structures are drawn on a touch-based device such as a tablet or a smartphone. Also, monosaccharides are displayed in text format like KegDraw neglecting the advantage brought by a symbolic notation. GlycoViewer, like GlycanBuilder, is composed of a client interface and a server written in Ruby on Rails. The drag-and-drop feature is also used in Glycano, a software for drawing glycans entirely written in JavaScript (http://glycano.cs.uct.ac.za). Glycano is browser-independent and does not require a server. The interface uses SNFG symbols, though not in the proper color scheme and lacks the option of positioning of monosaccharides according to their linkage. It is designed for trained chemists and glycobiologists precluding access for non-experts. Polys [12] and DrawGlycan-SNFG [13] are the most recent published tools to draw glycan structures. Polys is integrated in the Glyco3D portal [14] to mainly serve as an input form for building 3D models. This is also the case of the (unpublished) carbohydrate builder (http://glycam.org/tools/molecular-dynamics/oligosaccharide-builder/build-glycan?id=1) of the GLYCAM-Web portal. DrawGlycan-SNFG is standalone and produces high quality and SNFG-compliant depiction of glycan structures but data input is limited to IUPAC linear encoding [15]. Users cannot draw a structure interactively, but only use a string encoding to generate images.
In summary, tools developed in the last decade, are either incompatible with SNFG or rely on complicated and/or slow interfaces or have other format or usability limitations. From a technical viewpoint, these tools require a continuous connection with a server to support consistent and fast drawing. From a scientific viewpoint, we believe glycan drawing should be democratized. With this in mind, we have developed SugarSketcher, an intuitive and fast interface to draw glycans online. This tool is entirely built in JavaScript and does not need a connection to any server. It is supported by the major browsers and is fully compatible with the SNFG nomenclature. The interface has been streamlined to accommodate expert and non-expert usage. In particular, a “quick mode” allows users with limited knowledge of glycans to build up a structure quickly while the “normal mode” offers a broader range of options regarding the structural features of complex carbohydrates. Its beta-version is currently implemented as another graphic interface for searching structures in CSDB, the Carbohydrate Structure Database [16]. The GlycoCT [17] export feature allows every software project or a database supporting GlycoCT to translate the SugarSketcher user input into the project native notation and to further process the constructed glycan sequences, including piping data to the search engine. Major cheminformatics standards (Simplified Molecular-Input Line-Entry System (SMILES), InChi) are also available for export provided the structure is fully defined (e.g., no undetermined linkage or configuration). Furthermore, the code is destined to be shared and hopefully improved by the community of glycoinformaticians. A prototype of SugarSketcher is currently included in the tool collection of Glycomics@ExPASy [18] as a standalone application. It can be accessed at https://glycoproteome.expasy.org/sugarsketcher while the code is available on GitHub at https://github.com/alodavide/sugarSketcher.

2. Results

SugarSketcher is divided in two main components: the core JavaScript library and the D3.js (https://d3js.org)-based interface. This division provides two main advantages: (1) the core library can be used standalone or integrated in other web applications that handle information about glycan structures; (2) the interface can be modified by collaborators without changing the underlying core library. In the “Materials and Methods” section we present how the two components have been built using JavaScript and a set of libraries rich in visualization components.
The interface of SugarSketcher has been designed to address the increasing popularity of glycans among scientists with only basic knowledge of carbohydrates. Without knowledge of chemistry behind each monosaccharide, average users can quickly draw glycan and derivative structures using the “quick mode”. In this case, the interface presents 12 monosaccharides most commonly found in mammalian glycans as a reflection of the bias in structural data production observed in [19] for example. This limited set of monosaccharides is used as LEGO© bricks to sequentially build a structure. Each time a new monosaccharide is added to a structure, the user needs to input only the anomericity of the linkage and the attachment position of the monosaccharide. To depict monosaccharides and glycans, SugarSketcher uses the SNFG icons.
Positioning monosaccharides basing on the acceptor linkage only can end up in overlays. For example, this situation occurs when two nodes coming from different branches should be in the same place. We have created a grid system that tracks whether a position is free or already occupied by a monosaccharide. At present, positioning follows the option of depicting the monosaccharide linkages with embedded type and anomericity [20]. Figure 1a shows a galactosylated and sialylated N-glycan core drawn with the “quick mode” option.
SugarSketcher provides a “normal mode” for glycochemists and glycobiologists. After switching off the “quick mode”, a user gains access to a more sophisticated menu. Now, the addition of a monosaccharide requires knowledge of stereochemistry and ring types, and not only acceptor, but also a donor linking position must be specified to create a glycosidic linkage. In the “normal mode”, the user can decorate monosaccharides with substituents and can add repeating units. In addition to the delete function available in the “quick mode”, an experienced user can modify each monosaccharide using the update button. Figure 1b shows an example of a bacterial LPS drawn in the “normal mode” following the drawing procedure summarized in Figure 2.
The overall drawing process is a succession of feature selection steps that ends with the display of an SNFG icon. This process is repeated as many times as the target structure contains building blocks. For the realization of Figure 1b example, the user is first invited to “Add Node” in the top menu. Mousing over this task reveals two options: monosaccharide and substituent. In the example the first entity is a monosaccharide (l-glycero-d-manno-heptose) which is therefore the selected option. Clicking on it prompts the display of a first array of geometrical shapes. In the example, clicking on the hexagon then prompts a second array of colors represented as drops. Clicking on the green drop will result in moving to the next step which is the sequential selection of options for anomericity, ring and linkage characteristics. Selecting optional values at each step (fully described in Supplementary S1–S5) will lead to the placement of the corresponding monosaccharide (alpha-linked l-glycero-d-manno-heptose) in main space of the interface.
SugarSketcher was benchmarked with currently available web interfaces in terms of speed for drawing a selection of small, middle-sized, and large molecules from several glycan databases. It was also compared to other tools according to a list of qualitative criteria. The results of the speed tests are summarized in S6 in Supplementary Material. Sugar Sketcher functionality and performance are compared to other tools in Table 1.

3. Discussion

We encourage glycoinformatics project holders to integrate SugarSketcher as an alternative structure input tool. Currently it has been incorporated in CSDB [16]. Ultimately it is also destined to become the graphic interface for querying databases and running software from the glycomics@ExPASy collection.
At the moment, SugarSketcher supports the depiction of glycan structures following the standard imposed by SNFG. However, there are various features that we would like to implement in the nearest future:
  • On the fly Copy-Paste of the glycan image
  • Import structure via the URL
  • Automatic adjustment of parameters where it is possible to detect their chemically forbidden combinations
Several users have asked for the possibility of copying the glycan image from SugarSketcher to other applications via the clipboard. The choice of high-resolution Scalable Vector Graphics (SVG) as the primary image format precludes this possibility since no general-purpose software supports it. Other image formats will be included.
Another feature in development is the import of a glycan from the GlycoCT or IUPAC string in the URL parameter for an automatic image generation.
As SugarSketcher is developed primarily for non-glycobiologists, one of the main features we are working on is the possibility of automatic preselection of various parameters where it is possible to infer them from the user input. For example, the linking position in a donor residue (sometimes referred to as “anomeric carbon”) can be automatically detected based on the residue type (aldose vs. ketose). We provide in supplementary material, the non-exhaustive list of parameters/rules to be introduced in the next version to control the consistency of users’ input.

4. Materials and Methods

SugarSketcher is divided into two parts, the library and the interface. The library is a collection of JavaScript files which get compressed into a single file. The Interface is composed of nine files plus the index.html and two Cascading Style Sheet (CSS) files, which can be merged in one. In the end, the complete SugarSketcher needs 13 files.

4.1. The Core Library

The main assumption behind the core library is that each glycan can be represented as a graph. This concept has already been applied by users of MzJava [21] from which the core library is inspired. To avoid reinventing the wheel, the Graph class has been taken from Sigma.js, an established JavaScript library (http://sigmajs.org) which allows the integration of graphs in a web environment.
The Graph class, together with GraphNode and GraphEdge classes, form the general data structure that can handle a general graph. Since a glycan structure holds specific chemical information for each node and edge, the basic data structure is extended in the glycomics package to encapsulate glycan-specific information. For example, GraphNode is extended by Monosaccharide and Substituent classes. The Glycan class allows the creation of saccharide objects by connecting monosaccharides and substituents with glycosidic and substituent linkages, respectively.
To control data input, the core library provides a collection of dictionaries, one for each glycan-specific entity. These dictionaries encompass anomericity, ring type, isomer, etc. see Tables S1–S5. The user is required to pick an entry from the dictionary thereby blocking possible arbitrary inputs. At the level of nodes, the library provides dictionaries for MonosaccaridesTypes, SubstituentTypes, RingTypes and Anomericity. In addition, edges are defined from donor and acceptor linkage positions. The data structure is detailed in Figure 3 where the relationships between entities are detailed.
Since glycan structures are not always fully defined, the core library has been designed to handle fuzziness in both edges (linkage position) and nodes (monosaccharide type, its anomeric, absolute and ring size configurations). The user can input monosaccharides with multiple alternative connections on each carbon. Repeating parts of structure are handled by the repeating unit class and can be added to the glycan structure as single nodes. A collection of glycan structures is already encoded in the library and can be directly used to create sugar objects.
The input-output section of the library allows the import and export of glycan sequences. Since we are mainly using GlycoCT encoding [17] across the tools in Glycomics@ExPASy [18], the first implemented parser/writer implements the GlycoCT standard. Parsers and Writers are completely decoupled from the data structure allowing the implementation of adapters for any glycan encoding format. The way the library is built and the Apache license 2.0 (https://www.apache.org) allow any research group to contribute with their specific import and export adapters.
The core library has been designed to facilitate external contributions and encourage further extension. Unless the Graph class, the rest of the code follow the ECMAScript6 (ES6) standard and comes with unit test. The project includes resources for minification and transpilation to ECMAScript5 (ES5).

4.2. The Interface

SugarSketcher runs in two different modes: “quick mode” and “normal mode” the application of which is illustrated in the “results” section. In either mode, a collection of pre-built structures can be used as a template amenable to extension. This selection currently mirrors the trend in over-representation of animal N- and O-linked carbohydrate moieties in glycoproteins in recent databases and in the literature (except for CSDB [16]). All N-and O-linked core structures reported in [9] are listed. Additionally, a shortlist of glycan epitopes is provided. For example, to draw a di-antennary core-fucosylated N-linked structure, an N-linked core-fucosylated template can be loaded and the first antenna added manually. Then this antenna is selected and with the copy-paste functionality available on right click, the second antenna can be pasted to complete the structure. Mistakes can be corrected with the “Delete” button that has been enabled to prune the tree-like structure.
Once the structure is completed, the depiction can be downloaded in in high-resolution SVG format. As an alternative to images, SugarSketcher provides an export of glycan structures to the GlycoCT machine readable format [17]. Since several glycoinformatic tools provide the export in GlycoCT, SugarSketcher has an internal engine for parsing and displaying GlycoCT encoded structures. In that respect, GlycoCT encoded structures can also be imported and further modified in the SugarSketcher interface. We also added newly developed converters (unpublished) to extend export options to cheminformatics standards, namely SMILES, InChi (IUPAC International Chemical Identifier) and InChiKey, commonly adopted in major compound databases such as PubChem [22] and ChEBI [23]. At this stage, this export is restricted to fully defined structures, i.e., cannot be applied to structures with undetermined linkages or residues.
The interface is built using HTML5, CSS3 and the JavaScript library D3.js. (V3). To handle all glycan information, the interface is connected to the core library (see Section 4.1). SugarSketcher works with any browser that supports JavaScript (up to version ES6) and can be integrated in any website. In addition, it can be combined with web-based glycoinformatics tools, that accept GlycoCT as encoding format. For example, GlycoDigest [24] that simulates the digestion of glycans by exoglycosidases accepts the structure input in GlycoCT format. The same is true for several modern glycan databases, such as GlyTouCan [25] or CSDB [16].

5. Conclusions

To conclude, we are aware that SugarSketcher still shows weaknesses that are listed and further documented in the Supplementary Materials file. Nonetheless, we are actively attending to these items and invite users and developers to participate in the GitHub issue tracker to send feedback and report bugs.

Supplementary Materials

The following are available online at https://www.mdpi.com/1420-3049/23/12/3206/s1. (1) Installation; (2) List of missing features and shortcomings; (3) Known bugs; (4) Currently imposed constraints; (5) Open-to-discussion rules that would prevent user’s mistakes (to be implemented).

Author Contributions

Conceptualization, D.A., J.M. and F.L.; methodology, D.A. and F.L.; software, D.A., N.H., R.C., P.S and J.M.; validation, D.A., P.T., J.M., R.S.V and F.L.; writing—original draft preparation, D.A. and F.L.; writing—review and editing, P.T., R.S.V and F.L.; supervision, J.M and F.L.; funding acquisition, R.S.V, P.T. and F.L.

Funding

This work was supported by the European Union FP7 Innovative Training Network [grant number 316929], IB-Carb (http://ibcarb.com/) and by the Swiss Federal Government through the State Secretariat for Education, Research and Innovation SERI. ExPASy is maintained by the web team of the Swiss Institute of Bioinformatics and hosted at the Vital-IT Competency Center. Architectural and interface design testing was supported by Russian Science Foundation, grant 18-14-00098. P.S. benefits from RIAT-CZ (ATCZ40).

Acknowledgments

We thank Claire Doherty and Prof Sabine Flitsch for making this work fit the scope of the IB-Carb network and Elisabeth Gasteiger for helping with integration in the ExPASy server.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

The appendix contains details of the current procedure for importing the software, the full description of dictionaries in tables, lists of shortcomings and known bugs as well as suggestions for introducing consistency rules. All is saved in a Supplementary file.

References

  1. Li, E.; Tabas, I.; Kornfeld, S. The synthesis of complex-type oligosaccharides. I. Structure of the lipid-linked oligosaccharide precursor of the complex-type oligosaccharides of the vesicular stomatitis virus G protein. J. Biol. Chem. 1978, 253, 7762–7770. [Google Scholar] [PubMed]
  2. Campbell, M.P.; Ranzinger, R.; Lütteke, T.; Mariethoz, J.; Hayes, C.A.; Zhang, J.; Akune, Y.; Aoki-Kinoshita, K.F.; Damerell, D.; Carta, G.; et al. Toolboxes for a standardised and systematic study of glycans. BMC Bioinform. 2014, 15, S9. [Google Scholar] [CrossRef] [PubMed]
  3. 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]
  4. Cooper, C.A.; Joshi, H.J.; Harrison, M.J.; Wilkins, M.R.; Packer, N.H. GlycoSuiteDB: A curated relational database of glycoprotein glycan structures and their biological sources. 2003 update. Nucleic Acids Res. 2003, 31, 511–513. [Google Scholar] [CrossRef] [PubMed]
  5. Doubet, S.; Bock, K.; Smith, D.; Darvill, A.; Albersheim, P. The Complex Carbohydrate Structure Database. Trends Biochem. Sci. 1989, 14, 475–477. [Google Scholar] [CrossRef]
  6. Hashimoto, K.; Goto, S.; Kawano, S.; Aoki-Kinoshita, K.F.; Ueda, N.; Hamajima, M.; Kawasaki, T.; Kanehisa, M. KEGG as a glycome informatics resource. Glycobiology 2006, 16, 63R–70R. [Google Scholar] [CrossRef]
  7. Ceroni, A.; Dell, A.; Haslam, S.M. The GlycanBuilder: A fast, intuitive and flexible software tool for building and displaying glycan structures. Source Code Biol. Med. 2007, 2, 3. [Google Scholar] [CrossRef]
  8. Von der Lieth, C.-W.; Freire, A.A.; Blank, D.; Campbell, M.P.; Ceroni, A.; Damerell, D.R.; Dell, A.; Dwek, R.A.; Ernst, B.; Fogh, R.; et al. EUROCarbDB: An open-access platform for glycoinformatics. Glycobiology 2011, 21, 493–502. [Google Scholar] [CrossRef]
  9. Varki, A.; Cummings, R.D.; Esko, J.D.; Stanley, P.; Hart, G.W.; Aebi, M.; Darvill, A.G.; Kinoshita, T.; Packer, N.H.; Prestegard, J.H.; et al. (Eds.) Essentials of Glycobiology, 3rd ed.; Cold Spring Harbor Laboratory Press: Cold Spring Harbor, NY, USA, 2015. [Google Scholar]
  10. Tsuchiya, S.; Aoki, N.P.; Shinmachi, D.; Matsubara, M.; Yamada, I.; Aoki-Kinoshita, K.F.; Narimatsu, H. Implementation of GlycanBuilder to draw a wide variety of ambiguous glycans. Carbohydr. Res. 2017, 445, 104–116. [Google Scholar] [CrossRef]
  11. Joshi, H.J.; von der Lieth, C.-W.; Packer, N.H.; Wilkins, M.R. GlycoViewer: A tool for visual summary and comparative analysis of the glycome. Nucleic Acids Res. 2010, 38, W667–W670. [Google Scholar] [CrossRef]
  12. Engelsen, S.B.; Hansen, P.I.; Pérez, S. POLYS 2.0: An open source software package for building three-dimensional structures of polysaccharides: The POLYSaccharide Builder 2.0. Biopolymers 2014, 101, 733–743. [Google Scholar] [CrossRef] [PubMed]
  13. Cheng, K.; Zhou, Y.; Neelamegham, S. DrawGlycan-SNFG: A robust tool to render glycans and glycopeptides with fragmentation information. Glycobiology 2016, 27, 200–205. [Google Scholar] [CrossRef]
  14. Pérez, S.; Sarkar, A.; Rivet, A.; Breton, C.; Imberty, A. Glyco3D: A Portal for Structural Glycosciences. In Glycoinformatics; Lütteke, T., Frank, M., Eds.; Springer: New York, NY, USA, 2015; Volume 1273, pp. 241–258. ISBN 978-1-4939-2342-7. [Google Scholar]
  15. Sharon, N. IUPAC-IUB Joint Commission on Biochemical Nomenclature (JCBN). Nomenclature of glycoproteins, glycopeptides and peptidoglycans: JCBN recommendations 1985. Glycoconj. J. 1986, 3, 123–133. [Google Scholar] [CrossRef]
  16. Toukach, P.V.; Egorova, K.S. Carbohydrate structure database merged from bacterial, archaeal, plant and fungal parts. Nucleic Acids Res. 2016, 44, D1229–D1236. [Google Scholar] [CrossRef] [PubMed]
  17. 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] [PubMed]
  18. Mariethoz, J.; Alocci, D.; Gastaldello, A.; Horlacher, O.; Gasteiger, E.; Rojas-Macias, M.; Karlsson, N.G.; Packer, N.H.; Lisacek, F. Glycomics@ExPASy: Bridging the Gap. Mol. Cell. Proteom. 2018, 17, 2164–2176. [Google Scholar] [CrossRef]
  19. Herget, S.; Toukach, P.V.; Ranzinger, R.; Hull, W.E.; Knirel, Y.A.; von der Lieth, C.-W. Statistical analysis of the Bacterial Carbohydrate Structure Data Base (BCSDB): Characteristics and diversity of bacterial carbohydrates in comparison with mammalian glycans. BMC Struct. Biol. 2008, 8, 35. [Google Scholar] [CrossRef]
  20. Harvey, D.J.; Merry, A.H.; Royle, L.; Campbell, M.P.; Dwek, R.A.; Rudd, P.M. Proposal for a standard system for drawing structural diagrams of N- and O-linked carbohydrates and related compounds. Proteomics 2009, 9, 3796–3801. [Google Scholar] [CrossRef] [PubMed]
  21. Horlacher, O.; Nikitin, F.; Alocci, D.; Mariethoz, J.; Müller, M.; Lisacek, F. MzJava: An open source library for mass spectrometry data processing. J. Proteom. 2015, 129, 63–70. [Google Scholar] [CrossRef]
  22. Kim, S.; Chen, J.; Cheng, T.; Gindulyte, A.; He, J.; He, S.; Li, Q.; Shoemaker, B.A.; Thiessen, P.A.; Yu, B.; et al. PubChem 2019 update: Improved access to chemical data. Nucleic Acids Res. 2018. [Google Scholar] [CrossRef]
  23. Hastings, J.; Owen, G.; Dekker, A.; Ennis, M.; Kale, N.; Muthukrishnan, V.; Turner, S.; Swainston, N.; Mendes, P.; Steinbeck, C. ChEBI in 2016: Improved services and an expanding collection of metabolites. Nucleic Acids Res. 2016, 44, D1214–D1219. [Google Scholar] [CrossRef] [PubMed]
  24. Gotz, L.; Abrahams, J.L.; Mariethoz, J.; Rudd, P.M.; Karlsson, N.G.; Packer, N.H.; Campbell, M.P.; Lisacek, F. GlycoDigest: A tool for the targeted use of exoglycosidase digestions in glycan structure determination. Bioinformatics 2014, 30, 3131–3133. [Google Scholar] [CrossRef] [PubMed]
  25. Tiemeyer, M.; Aoki, K.; Paulson, J.; Cummings, R.D.; York, W.S.; Karlsson, N.G.; Lisacek, F.; Packer, N.H.; Campbell, M.P.; Aoki, N.P.; et al. GlyTouCan: An accessible glycan structure repository. Glycobiology 2017, 27, 915–919. [Google Scholar] [CrossRef] [PubMed]
Figure 1. (a) Screenshot of the SugarSketcher interface after the completion of an N-glycan core carried out in the “quick mode”. The upper menu shows a selection of 12 monosaccharides more frequently observed in the composition of mammalian glycans. Monosaccharides are positioned following the option proposed in [16]. Linkage is indicated by the bond angle whereas anomericity by solid (β) or dashed (α) lines.; (b) Screenshot of the SugarSketcher interface after the completion of a glycan carried out in the “normal mode”. The top menu shows a much broader range of possible monosaccharides. The same positioning procedure applies.
Figure 1. (a) Screenshot of the SugarSketcher interface after the completion of an N-glycan core carried out in the “quick mode”. The upper menu shows a selection of 12 monosaccharides more frequently observed in the composition of mammalian glycans. Monosaccharides are positioned following the option proposed in [16]. Linkage is indicated by the bond angle whereas anomericity by solid (β) or dashed (α) lines.; (b) Screenshot of the SugarSketcher interface after the completion of a glycan carried out in the “normal mode”. The top menu shows a much broader range of possible monosaccharides. The same positioning procedure applies.
Molecules 23 03206 g001aMolecules 23 03206 g001b
Figure 2. Drawing process of an SNFG icon in the “normal mode”. The first task is to select between a monosaccharide and a substituent. If the choice is “monosaccharide”, next, the user will select the geometrical and color attributes of a monosaccharide in the SNFG nomenclature from (1) an array of shapes and (2) an array of colors (framed at the top of this figure). If the choice is “substituent”, multiple buttons are displayed for selection (framed at the bottom of this figure). Then the user successively selects optional values (shown below each box) to specify further the characteristics of the ring and the linkage (anomericity, carbon acceptor and donor shown in boxes). This attribute selection process results in the placement of the corresponding monosaccharide/substituent on the screen. It is then repeated as many times as the targeted structure contains monosaccharides/substituents.
Figure 2. Drawing process of an SNFG icon in the “normal mode”. The first task is to select between a monosaccharide and a substituent. If the choice is “monosaccharide”, next, the user will select the geometrical and color attributes of a monosaccharide in the SNFG nomenclature from (1) an array of shapes and (2) an array of colors (framed at the top of this figure). If the choice is “substituent”, multiple buttons are displayed for selection (framed at the bottom of this figure). Then the user successively selects optional values (shown below each box) to specify further the characteristics of the ring and the linkage (anomericity, carbon acceptor and donor shown in boxes). This attribute selection process results in the placement of the corresponding monosaccharide/substituent on the screen. It is then repeated as many times as the targeted structure contains monosaccharides/substituents.
Molecules 23 03206 g002
Figure 3. Entity relationships in the SugarSketcher data structure. The icon legend describes the color code for boxes.
Figure 3. Entity relationships in the SugarSketcher data structure. The icon legend describes the color code for boxes.
Molecules 23 03206 g003
Table 1. Qualitative comparison of six tools generating SNFG-compatible glycan pictures.
Table 1. Qualitative comparison of six tools generating SNFG-compatible glycan pictures.
SugarSketcher [1]POLYS Builder [2]GlyTouCan [3]CSDB Wizard [4]GlycoViewer [5]Carbohydrate Builder [6]
Library of pre-defined structuresyesnoyesyesnono
Edit a library; add substituentsyesnoyesvia menuyesno
Selection of sugar residues via graphic symbolsyesyesyesyesnono
Selection of sugar residues via text descriptionnoyesnoyesyesyes
Clicks for a disaccharide *16/68129710
Model time of a disaccharide * [min]0:21/0:100:160:410:320:560:21
ImportGlycoCT, LibraryINP (internal format)GlycoCT, Library, CarbBank, Linucs, IUPAC, WURCSGlycoCT, Librarynono
ExportGlycoCT, SMILES, InChi, InChiKey, SVGINP, PDBGlycoCT, Glyde, Linucs, WURCSGlycoCT, WURCS, SMILES, GLYDE-II, GLYCAM, LINUCS, MOL-filenoPDB
ImplementationJavaScriptPHP, CJavaPHP, JavaScriptRuby, JavaScriptunknown

Share and Cite

MDPI and ACS Style

Alocci, D.; Suchánková, P.; Costa, R.; Hory, N.; Mariethoz, J.; Vařeková, R.S.; Toukach, P.; Lisacek, F. SugarSketcher: Quick and Intuitive Online Glycan Drawing. Molecules 2018, 23, 3206. https://doi.org/10.3390/molecules23123206

AMA Style

Alocci D, Suchánková P, Costa R, Hory N, Mariethoz J, Vařeková RS, Toukach P, Lisacek F. SugarSketcher: Quick and Intuitive Online Glycan Drawing. Molecules. 2018; 23(12):3206. https://doi.org/10.3390/molecules23123206

Chicago/Turabian Style

Alocci, Davide, Pavla Suchánková, Renaud Costa, Nicolas Hory, Julien Mariethoz, Radka Svobodová Vařeková, Philip Toukach, and Frédérique Lisacek. 2018. "SugarSketcher: Quick and Intuitive Online Glycan Drawing" Molecules 23, no. 12: 3206. https://doi.org/10.3390/molecules23123206

Article Metrics

Back to TopTop