Abstract
Ranging from bacterial cell adhesion over viral cell entry to human innate immunity, glycan‐binding proteins or lectins are abound in nature. Widely used as staining and characterization reagents in cell biology and crucial for understanding the interactions in biological systems, lectins are a focal point of study in glycobiology. Yet the sheer breadth and depth of specificity for diverse oligosaccharide motifs has made studying lectins a largely piecemeal approach, with few options to generalize. Here, LectinOracle, a model combining transformer‐based representations for proteins and graph convolutional neural networks for glycans to predict their interaction, is presented. Using a curated data set of 564,647 unique protein–glycan interactions, it is shown that LectinOracle predictions agree with literature‐annotated specificities for a wide range of lectins. Using a range of specialized glycan arrays, it is shown that LectinOracle predictions generalize to new glycans and lectins, with qualitative and quantitative agreement with experimental data. It is further demonstrated that LectinOracle can be used to improve lectin classification, accelerate lectin directed evolution, predict epidemiological outcomes in the context of influenza virus, and analyze whole lectomes in host–microbe interactions. It is envisioned that the herein presented platform will advance both the study of lectins and their role in (glyco)biology.
Keywords: bioinformatics, carbohydrate, computational biology, glycobiology, machine learning
Using a large, curated data set of protein–carbohydrate interactions, a new deep learning model, LectinOracle, is introduced. LectinOracle predicts protein–carbohydrate interactions from their sequences and generalizes to new proteins, carbohydrates, and contexts. Applying LectinOracle to the microbiome and virus epidemics demonstrates its utility for analyzing carbohydrate‐binding proteins in health and disease.
1. Introduction
Lectins, a class of glycan‐binding proteins (GBPs), are present across all domains of life and play a fundamental role in a diverse range of biological functions by recognizing and binding specific carbohydrate structures on cell surfaces.[ 1 ] Examples of their importance in biology abound.[ 2 ] Following infection, activation of the complement pathway is regulated by mannose‐binding lectin (MBL) recognizing mannose residues on the surface of pathogens. Homing of leukocytes during an adaptive immune response is coordinated through expression of selectins on the activated endothelium at the site of infection.[ 3 ] Viral and bacterial pathogens in turn use lectins to adhere to and infect target cells. The host infection by influenza viruses is mediated by hemagglutinin that binds sialic acid on the surface of cells in the upper respiratory tract. In fact, recognition of sialic acid in different contexts by different hemagglutinin sequences forms the basis for influenza host range.[ 4 ]
Lectins are often divided into many families based on sequence similarity and, consequently, common structural folds. Ligand binding is commonly enhanced by the presence of repeated glycan‐binding domains (GBDs) and assembly into multimeric complexes, thus increasing the overall avidity for the cognate glycan.[ 5 ] While GBPs are found in all domains of life, the distribution of lectin families varies across taxonomic groups, suggesting the independent emergence of glycan‐binding mechanisms during evolution.[ 6 ]
Glycans, the specific ligands of lectins, are composed of monosaccharides assembled into complex, branching structures and are present on the surface of all cells.[ 7 ] The composition and structure of glycans varies between cell types, species, and disease state, resulting in differential preferences for lectin interactions, particularly in complex samples.[ 8 ] Despite rapid methodological development in recent years, the experimental study of glycan structure and function remains limited compared to analogous investigations of DNA, RNA, and proteins, revolutionized by the emergence of affordable next‐generation sequencing and high‐sensitivity mass spectrometry. While sequential in nature, glycans are not included in the central dogma of biology and thereby do not benefit from sequencing‐based approaches. Structural and functional investigations of glycans are further complicated by: i) non‐templated synthesis regulated by subcellular localization and expression levels of glycosyltransferases, glycosidases, and nucleotide sugar substrates, and ii) nonlinear structures with multiple possible branch points and different linkages.
The intrinsic ability of lectins to selectively bind specific glycan motifs presents an opportunity to perform functional glycan investigation without the need for explicitly determining monosaccharide sequences. In experimental settings, lectins are used, e.g., for characterizing molecular interactions, investigating cell identities, and mitogenic stimulation.[ 1 ] In a clinical context, the glycan‐binding properties of lectins can be exploited in the development of therapeutic strategies,[ 9 , 10 ] e.g., neutralization of bacterial toxins, or interfering with cellular adhesion, thus preventing viral infection. However, only a fraction of the known lectins has been experimentally characterized regarding glycan‐binding specificities, limiting the readily available resources for experimental studies of glycan function.
Recently, ≈1,000,000 putative lectin sequences were identified from UniProt data sets of >24,000 species, providing a database of possible lectins, e.g., for use in future biochemical analysis and therapeutics development.[ 11 ] To use these lectins, their binding specificity has to be established. In the past two decades, glycan‐binding profiles of lectins have been mapped using glycan arrays. Here, hundreds of distinct glycan structures are immobilized on a glass surface to quantify the glycan‐binding ability of a specific protein sample. While providing accurate binding specificities, the individual experimental investigation of thousands of lectins using glycan arrays is currently not feasible. However, computational predictions informed by machine learning models could narrow down the experimental search space.
Machine learning algorithms provide predictions for unseen input data, based on relationships learned from labeled training data. Deep learning structures such algorithms in layers, enable the identification of salient features without having to explicitly designate them. This creates a model that can be optimized and ultimately outperformed human ability in tasks such as language processing or computer vision.[ 12 , 13 ] Recent advances in deep learning have provided neural net architectures capable of solving highly complex biological problems. Accurately predicting protein structure from amino acid sequence, seeming like an insurmountable task a few years ago, is now readily available with tools such as AlphaFold2 and RoseTTAFold.[ 14 , 15 ] Deep learning models such as Evolutionary Scale Modeling 1b (ESM‐1b)[ 16 ] have been trained on the entirety of UniRef50, millions of clustered protein sequences, to learn relationships of the protein space and use this understanding for predicting structural or functional properties of these sequences. In the case of ESM‐1b, a transformer‐based model learns relevant sequence stretches from proteins via the mechanism of attention to understand protein similarity. This is performed by using single protein sequences as inputs to a trained ESM‐1b model and receiving a learned representation, a vector of numbers positioning this protein in a multidimensional learned space that can be used for predictions.
In glycobiology, deep learning has recently enabled new analyses of sequence–function relationships.[ 17 , 18 ] Based on this, we developed SweetNet,[ 8 ] a graph convolutional neural network method that learns glycan representations by taking their branching structures into account. Briefly, SweetNet considers glycans as molecular graphs, with monosaccharides and linkages as nodes. Then, a series of graph convolutions is performed, in which each node is described by its neighbors and where each subsequent convolution defines a wider circle of “neighboring” nodes. This information is then summarized via various pooling operations and further processed until a prediction is returned. Operations such as transforming a glycan into a graph and other processing operations have recently been added to our Python package glycowork,[ 19 ] which facilitates this and other applications.
Given the obvious benefits of a model predicting protein–glycan interactions, this challenging task is a valuable application of models such as SweetNet. Previous efforts in predicting lectin–glycan interaction perform reasonably well in recapitulating already‐determined experimental data[ 20 , 21 ] but lack scalability and the possibility of providing predictions for novel lectins, which is essential for making more glycan‐binding proteins available and thus empowering future investigations. Further, previous approaches have, at least in part, lacked model interpretation—learning what the model learned—as well as model application to understanding the manifold roles of lectins in biology.
Therefore, we here propose a new model architecture for lectin–glycan interaction prediction that uses information from both glycans and lectins to be fully generalizable. For this, we use our deep learning glycan model SweetNet, designed for accommodating the branched nature of glycans in combination with a transformer‐based model for protein sequences, using the concept of attention to focus on learned relevant parts of the sequence for prediction. Our resulting model, LectinOracle, accurately predicts Z‐score transformed relative fluorescence units for lectin–glycan interactions, showing significant correlation with data from various custom glycan arrays not included during training and agreement with literature on newly characterized lectins. Based on predicted glycan‐binding specificity of characterized and uncharacterized lectins, we suggest a lectin classification system–aided by sugar specificity in addition to protein folds—that spans taxonomic groups, simplifying the task of selecting suitable lectins for experimental purposes. By providing open access to LectinOracle and demonstrating its utility in a wide range of applications, we aim to provide necessary tools for expanding our understanding of lectin–glycan interactions in diverse topics such as disease susceptibility, host–microbe interactions, agriculture, and (auto)immune disease.
2. Results
2.1. Developing a Deep Learning‐Based Model to Predict Lectin–Glycan Interactions
To develop a model to predict and analyze protein–glycan interactions, we reasoned a setup was necessary that considered both protein and glycan information to arrive at a binding prediction. This was based on our vision to use the resulting model to extrapolate to interactions of new lectins as well as new glycans. We used protein sequences as inputs for our model rather than protein structures, as the amount of data available for the former far surpasses the latter. Importantly, sequence‐based data contain evidence for glycans and proteins that do not interact, a crucial type of data that is lacking from protein–glycan co‐crystallizations, which only depict successful interactions. Further, protein–glycan co‐crystallizations typically contain only very short glycan fragments, represent nonquantitative data, and, due to the molar excess of glycan fragments during crystallization and the absence of competing glycans, might not constitute physiologically relevant interactions. Finally, working with sequences also ensured that our model can readily be extended to uncharacterized lectins, as sequences are substantially easier to acquire than structures. To train such a model, we constructed a comprehensive data set of 564647 unique protein–glycan interactions from 3328 glycan microarray experiments (Tables S1 and S2, Supporting Information), from the Consortium for Functional Glycomics as well as the Carbohydrate Microarray Facility of Imperial College London. Our data set consisted of 1392 lectins, including plant, fungal, bacterial, viral, and animal lectins (Figure 1B), as well as 927 glycans (Figure 1C). On these data, we trained deep learning‐based models, predicting Z‐score transformed relative fluorescence units (representing binding) based on protein and glycan sequences.
To analyze glycan sequences, we used the state‐of‐the‐art SweetNet architecture, as it has been shown to generally outperform alternative methods and to efficiently scale with glycan diversity.[ 8 ] SweetNet comprises a graph convolutional neural network that was designed to accommodate the branching structures of glycans. In general, a deep learning‐based glycan analysis module learns similarities between glycan motifs and can more easily generalize to new motifs than a discretized, motif counting‐based approach that is more suited to data analysis than prediction.[ 17 ]
For analyzing protein sequences, we evaluated different approaches. Previous work used recurrent neural networks (RNNs), a type of language model, to predict the interaction of viral hemagglutinin proteins with glycans,[ 8 ] analyzing receptors for influenza virus. Yet the analysis of protein sequences via deep learning has greatly progressed and transformer‐based models have been shown to outpace RNNs for purposes such as predicting protein function.[ 16 , 22 ] Therefore, we chose protein representations learned by ESM‐1b,[ 16 ] a 650 million parameter model trained on the entirety of UniRef50, as the input for our model, so that this rich representation could be further fine‐tuned for the task presented here.
After processing both protein and glycan sequences, our model concatenated representations learned for both interaction partners and used this information to predict protein–glycan binding via a fully connected neural network module. We evaluated different variations of this model scheme (Table 1 ) and concluded that the variant with a fine‐tuned ESM‐1b module for protein sequences, a SweetNet‐based module for glycan sequences, and a subsequent fully connected neural network with multisample dropout and sigmoid output scaling resulted in the best empirical performance. We therefore based all further analyses on this model, which we have named LectinOracle (Figure 1A), that has been trained on a wide range of different lectin classes (Figure 1B).
Table 1.
Protein arm | Glycan arm | Combined head | MSE | MAE |
---|---|---|---|---|
RNN | SweetNet | Fully connected + Multi‐sample dropout + Sigmoid | 0.9925 | 0.501 |
ESM‐1b | SweetNet | Fully connected + Multi‐sample dropout + Sigmoid | 0.7475 | 0.4276 |
ESM‐1b + fine‐tune | SweetNet | Fully connected + Sigmoid | 0.7375 | 0.4238 |
ESM‐1b + fine‐tune | SweetNet | Fully connected + Multi‐sample dropout | 0.7415 | 0.4301 |
ESM‐1b + fine‐tune | SweetNet | Fully connected + Multi‐sample dropout + Sigmoid | 0.7283 | 0.4137 |
Next to predicting protein–glycan interactions, a trained LectinOracle model can also be used to retrieve representations—learned similarities—for both proteins and glycans. These representations can be used to cluster sequences, such as the glycan sequences in our data set (Figure 1C). Importantly, “similarities” are task‐dependent and therefore should, in this case, reflect similarities in binding behavior. While tasks such as predicting the taxonomic origin of a glycan typically result in glycan representations clustered by class (N‐linked, O‐linked, etc.),[ 8 , 17 ] here we observe a clustering that spans classes and is largely influenced by terminal glycan motifs (e.g., α2‐3 linked Neu5Ac, α2‐6 linked Neu5Ac, terminal GalNAc). As these terminal motifs are crucial for determining lectin‐binding,[ 24 ] we concluded that LectinOracle seemed to have learned to extract relevant information from glycans to predict protein–glycan interactions.
We then evaluated the performance of a trained LectinOracle model by analyzing predictions for well‐characterized lectins. First, we chose the lectin Sambucus nigra agglutinin (SNA), as it has a well‐defined binding specificity for α2‐6 linked Neu5Ac.[ 25 ] For a range of 1578 glycan motifs occurring in our data set (see the Experimental Section for details), we retrieved binding predictions for SNA from LectinOracle (Figure 1D). Among the predictions, we observed a striking enrichment for α2‐6 linked Neu5Ac‐containing motifs, which was highly significant based on a Wilcoxon signed‐rank test (p = 5.38 × 10−9). In contrast to the highly specific binding specificity of SNA, we investigated the binding behavior of Aleuria aurantia lectin (AAL) and confirmed the broad recognition of fucose residues[ 26 ] in various linkages (Figure S1A, Supporting Information). We additionally analyzed the lectins soybean agglutinin (SBA), from Glycine max, and Helix pomatia agglutinin (HPA) and demonstrated that LectinOracle correctly learned their preference for terminal GalNAc residues[ 27 , 28 ] (Figure S1B,C, Supporting Information).
Next, we analyzed Concanavalin A (ConA), from the jack‐bean Canavalia ensiformis, which is known to bind to mannose‐rich glycans.[ 29 ] We observed an overwhelming enrichment of high‐mannose structures in motifs that were predicted to be bound by ConA (Figure 1E), again confirming its literature‐annotated binding specificity. Additionally, we identified a weaker binding preference for glucan motifs, which is consistent with reports that ConA can bind glucose‐rich sequences,[ 30 ] such as from fungi. This clear separation between dominant (mannose‐rich) and secondary (glucose‐rich) binding motif that we observed for ConA suggested that the absolute predicted binding by LectinOracle scales, to a certain extent, with affinity or binding strength, which we also explored further in later sections. We indeed observed that, for both SNA and ConA, the binding prediction, on average, increased with a higher number of binding motifs in a glycan (Figure S2, Supporting Information).
We also leveraged the generalizability of LectinOracle to investigate predicted binding motifs for lectins that are only coarsely characterized, or even entirely uncharacterized. One example for this is the lectin PSE41‐5, identified by reverse vaccinology from Pseudomonas aeruginosa,[ 31 ] which has been shown to bind to terminal beta‐linked galactose. With LectinOracle, we confirmed that type II LacNAc structures, with a terminal beta‐linked galactose, were strongly enriched among the predicted binding motifs (Figure 1F). Applied to the relatively uncharacterized jacalin‐related domain from OsJAC1, a lectin from the important food crop Oryza sativa (Asian rice), LectinOracle predicted binding predominantly to mannose‐containing motifs, yet also secondary binding to glucose and, specifically, Neu5Ac(α2‐6)‐containing motifs (Figure 1G). Recent studies with mono‐ and disaccharides have indeed shown binding to mannose and glucose for this domain,[ 32 ] whereas sialic acid was not tested for binding. Interestingly, the original jacalin, derived from jackfruit, has been shown to be capable of binding to Neu5Ac,[ 33 ] lending further support to our analyses.
We also predicted the binding specificity of OTV1_139, a hypothetical protein from Ostreococcus tauri virus 1[ 34 ] that contains a carbohydrate‐binding module 47 (CBM47) domain, which has been shown to bind fucose.[ 35 ] LectinOracle, applied to OTV1_139, also revealed a preference for binding fucose (Figure S1D, Supporting Information). We next investigated two more lectins, Arundo donax lectin (ADL) and hypothetical cytosolic protein 031524 from Bacillus subtilis (YesU). For ADL, LectinOracle correctly inferred the activity of its chitin‐binding domain[ 36 ] and predicted motifs such as chitotriose as the top binders (Figure S1E, Supporting Information). YesU has been characterized to prefer fucosylated glycans[ 37 ] and LectinOracle also predicted fucosylated glycan motifs to be strongly enriched for binding (Figure S1F, Supporting Information), including fucosylated motifs such as Lewis X. These case studies involving lectins outside our data set emphasize that LectinOracle can be used generally to further probe the glycan‐binding specificity of lectins, both already characterized as well as uncharacterized.
We next engaged in a more comprehensive validation of lectin specificity prediction. For this, we compared LectinOracle predictions to the in‐depth lectin annotations recently made via a combination of machine learning and manual expert annotation of 57 commonly used lectins.[ 38 ] For the 51 lectins for which we could retrieve an amino acid sequence, LectinOracle identified the correct binding motif in over 90% of lectins (Figure S3A, Supporting Information), even though 19/51 lectins were not part of our training set and therefore entirely new to LectinOracle.
We then compared LectinOracle to other existing approaches that, at least in part, have a similar goal related to understanding lectin–glycan binding, such as GlyNet.[ 21 ] Testing GlyNet on these 51 lectins revealed an accurate prediction for 40/51 lectins (≈78%; Figure S3B, Supporting Information). This lower result, despite the fact that GlyNet was trained on all tested lectins, indicates that LectinOracle has a higher accuracy in predicting lectin binding specificity. Additionally, other approaches, such as GlyNet, cannot use protein information provided by, for instance, the ESM‐1b representations in this study. This constitutes a unique feature and definite advantage of LectinOracle, both in terms of performance as well as generalizability. It also enabled the large‐scale applications with uncharacterized lectins described below that would be impossible with existing methods. Further, compared to approaches predicting monosaccharide specificity based on lectin classes or folds, LectinOracle can predict the binding of any lectin to glycan motifs of arbitrary complexity, making our approach qualitatively different from existing approaches.
2.2. Analyzing Lectins with LectinOracle Reveals Lectin Clusters with Shared Binding Patterns
The categorization of lectins into different classes, such as galectins[ 39 ] or LysM‐like lectins,[ 40 ] has aided the understanding of lectin interactions on a systematic level. Often, lectins are categorized based on shared structural characteristics, such as a common fold.[ 11 , 41 ] However, structural similarity does not always lead to similar overall binding preferences and distinct protein folds, with shared binding specificity, have evolved independently.[ 6 ] We hypothesized that a lectin classification that also factored in (predicted) binding specificity would improve on this structural approach and lead to classes that would be immediately useful to researchers who use lectins in their work and rely on their binding specificity rather than their structure.
When coloring lectins based on the disaccharide that is the top prediction from LectinOracle, we overall did not observe meaningful binding specificity clustering in the ESM‐1b representation, that solely relies on sequence similarity (Figure 2A). Possible exceptions to this were Neu5Ac‐binding lectins that exhibited high sequence similarity and were prevalent in our data set, such as the influenza virus hemagglutinins.[ 42 ] However, once we plotted the lectin representations learned by LectinOracle (sequence similarity + binding specificity), we immediately noticed several distinct lectin clusters that seemed to share binding patterns (Figure 2B). Clustering by lectin characteristics other than sequence similarity might also result in informative clusters. However, lectin annotation and documentation are incomplete, which is the reason for the existence and relevance of UniLectin3D.[ 43 ] To partially overcome this, we used NetGO 2.0[ 44 ] to predict GO term annotations for all our lectins and used this for clustering (Figure S4, Supporting Information). Similar to sequence similarity, predicted GO terms did not lead to an overall meaningful clustering in terms of binding behavior, re‐emphasizing the added value of representations learned by LectinOracle for this purpose.
Most strikingly, we observed a mannose‐binding lectin cluster that was not apparent in the clustering based on sequence similarity. This cluster contained well‐known mannose‐binding lectins, such as plant‐derived ConA and the Banana lectin from Musa acuminata as well as mammalian lectins, such as the human Mannose Binding Lectin 2 (MBL2). While most clusters exhibited a dominant disaccharide that characterized cluster binding, fucose‐binding lectins demonstrated a pronounced diversity in their exact fucose specificity between lectins, with no single overarching disaccharide despite forming a cluster in our representation. With regards to sialic acid‐binding, we could annotate multiple clusters, with specificity for α2‐3 linked Neu5Ac, α2‐6 linked Neu5Ac, and Neu5Ac without linkage‐preference, respectively. These clusters contained the expected avian (α2‐3 linked Neu5Ac) as well as mammalian influenza virus hemagglutinins (α2‐6 linked Neu5Ac).[ 47 ] Yet we also identified other lectins in these clusters that were less obvious via sequence similarity, such as Staphylococcus aureus superantigen‐like 6 (SSL6) or Escherichia coli heat‐labile enterotoxin for the α2‐3 linked Neu5Ac cluster and SNA or Polyporus squamosus lectin (PSL) in the α2‐6 linked Neu5Ac cluster. This clustering beyond mere sequence similarity, which was enabled by LectinOracle, holds promise for re‐classifying existing lectins as well as annotating and discovering new lectins that could be used as research probes or shed light on biological phenomena.
Next, we sought to further characterize the clusters unveiled by the similarities learned by LectinOracle (Figure 2B) and thereby propose a more useful characterization of lectins, not only informed by sequence similarity but additionally by binding specificity. We first analyzed the cluster containing mannose‐binding lectins, which not only cleanly separated different classes of mannose‐containing glycans based on their predicted binding but also revealed lectin subgroups in this cluster that exhibited slightly different binding preferences (Figure 2C). One cluster, containing cyanovirin‐like lectins, such as microvirin or cyanovirin, as well as the jacalin‐like banana lectin, was predicted to bind especially well to oligo‐ and high‐mannose glycans. Similar to a dose‐response relationship, lectins with a higher predicted binding to oligo‐/high‐mannose structures also exhibited, albeit lower, residual predicted binding to pauci‐mannose structures (3–4 mannoses). This high‐level characterization might serve as a guideline for researchers choosing a lectin that is best suited to their experimental needs.
Analogously, we analyzed fucose‐binding lectins, based on widely known fucose‐containing motifs from the academic literature (Figure 2D). Our first observation was that, while galectin 7 and siglec 8 were filtered together with the fucose‐binding lectins, the motif heatmap revealed that they were only predicted to substantially bind to sialylated/sulfated motifs (siglec 8) or motifs containing LacNAc structures (galectin 7), not to other fucosylated structures. The remaining block of lectins represented the “true” fucose‐specific lectins. Here, we also observed a dose response, in that difucosylated motifs (Lewis B, Lewis Y, difucosylated N‐glycan cores, etc.) were, on average, predicted to be bound stronger than monofucosylated motifs. With analyses such as these, our platform constitutes a rapid means to characterize and compare a large set of lectins with regards to their binding specificity to identify subclusters as well as the most appropriate lectin reagents for detecting glycan motifs.
We were also intrigued to observe two distinct clusters for lectins predicted to bind the N‐acetyllactosamine (LacNAc) motif that is near‐ubiquitous in animals (Figure 2B; light brown and dark brown). We therefore decided to identify what distinguished lectins from both clusters. As type I and type II LacNAc can occur in multiple forms (LacNAc, OligoLacNAc, PolyLacNAc), we used our trained LectinOracle model to predict the binding of all lectins in our data set to one, two, or three repeats of type II LacNAc (Gal(β1‐4)GlcNAc(β1‐3); Figure S5, Supporting Information). When coloring all lectins according to their predicted binding, we observed that one of the two clusters started out with strong predicted binding to 1xLacNAc yet seemed to lose predicted binding with 3xLacNAc. This cluster was enriched in epithelial adhesins from the fungus Candida glabrata.[ 48 ] The other cluster, however, increased in predicted binding with increasing number of LacNAc repeats. Here, we found an enrichment for galectins from various species. This led us to the conclusion that the first cluster constituted LacNAc‐binders while the second cluster was rather characterized by oligoLacNAc‐binding. This also implied that LectinOracle was sensitive to the number of repeats for a glycan motif, which we already indicated with the example of SNA and ConA above (Figure S2, Supporting Information).
Beyond short di‐ or trisaccharide motifs, many larger motifs, such as the Lewis structures,[ 49 ] are widely known and relevant in various biological contexts. We therefore engaged in an analysis to find out whether we could identify clusters of lectins binding to these motifs (Figure S6, Supporting Information). While we could pinpoint distinct regions for many motifs in the lectin space learned by LectinOracle, clustering in most cases could be explained by smaller motifs within larger motifs such as the Lewis series. The presence of fucose in Lewis structures and blood group epitopes led to activity in the fucose‐binding cluster, motifs such as SialylLewis X added predicted binding from Neu5Ac‐binding lectins, and the blood group A antigen included activity from the terminal GalNAc‐binding cluster. Antibodies with high specificity for a defined large motif notwithstanding, most lectins in our data set seem to be well‐characterized on the disaccharide level.
Having established the sensitivity of LectinOracle to minute, monosaccharide‐level changes in glycans, we then set out to analyze model sensitivity toward the lectin sequence. In other words, did LectinOracle learn a broader domain—motif relationship or a more fine‐grained sequence/binding pocket—motif association? For this, we turned to E. coli Subtilase cytotoxin subunit B (SubB), a protein outside our data set and part of a bacterial AB5 toxin that binds sialic acids with two key amino acid residues, S12 and Y78.[ 50 ] We analyzed the glycan binding of SubB with LectinOracle and indeed observed significant enrichment of Neu5Gc‐ and Neu5Ac‐containing moieties among the predicted binding glycans (Figure 2E and Figure S7, Supporting Information). We note that, while we did observe a statistically significant binding prediction for Neu5Gc binding (Figure S7, Supporting Information), due to a relative scarcity of Neu5Gc‐containing glycan motifs on the arrays used for training LectinOracle we were unable to quantify any differential preference of Neu5Gc over Neu5Ac. Interestingly, we found that the binding predictions for SubB are highly sensitive toward amino acid substitutions in the glycan‐interacting region of the protein, with Neu5Ac/Gc enrichment being completely abolished upon substituting five residues around each key amino acid with alanine (Figure 2E and Figure S7, Supporting Information), while the substitutions did not substantially impact the protein structure as predicted by AlphaFold2.[ 14 ] Overall, these results demonstrate that LectinOracle, without any prior knowledge or being trained for this, is sensitive toward mutations of amino acids in the ligand binding pocket of SubB. However, it is still unclear how sensitive LectinOracle is to single point mutations versus critical sequence stretches, as the mutation of the two key binding residues itself did not lead to an abrogation of predicted binding. In fact, even large‐scale models such as AlphaFold2 were recently shown to be not sensitive toward single point mutations,[ 51 ] indicating that this might require dedicated training.
Having established the sensitivity of LectinOracle to critical amino acid stretches for binding predictions, we next set out to investigate whether our model could be used in the context of lectin directed evolution. Screening a large set of mutants can be used to shift lectin binding specificity, for instance, demonstrated in a study evolving the C‐terminal domain of the EW29 lectin (EW29Ch) from the earthworm Lumbricus terrestris toward a 6′‐sulfo‐galactose binding lectin.[ 52 ] Predictions from LectinOracle for the mutants from this experiment matched experimental results, where mutants with a higher predicted binding also showed higher binding to 6′‐sulfo‐LacNAc (Gal6S(β1‐4)GlcNAc) and neutral mutants having no change in their predicted binding (Figure S8, Supporting Information). This proof‐of‐concept analysis demonstrates the potential of LectinOracle to be used to accelerate lectin directed evolution approaches.
2.3. LectinOracle Predictions Match Independent Experimental Observations Qualitatively and Quantitatively
The gold standard for validating machine learning models is to compare their predictions to independent experimental observations. Not only does this procedure allow for the evaluation of the quality of a model but it also showcases the range of scenarios where a model can be applied with sufficient accuracy, as model predictions typically deteriorate the further a scenario is removed from the training data.
As a first validation, we compared our predictions to co‐crystallized lectin–glycan structures found in UniLectin3D.[ 43 ] For this, we used the lectin and the glycan in the complex as input to LectinOracle to see whether this binding would have been predicted. For lectins that were part of our training set, LectinOracle achieved good predictive accuracy for lectins from all taxonomic groups (Figure S9A, Supporting Information) and nearly all lectin classes (Figure S9B, Supporting Information). When including all lectins, we did observe lower performance for archaeal lectins (absent from our data set) and viral lectins (Figure S9C,D, Supporting Information). As mentioned before, while offering valuable mechanistic insights into protein–glycan interactions, co‐crystallized lectin–glycan structures should not be seen as the gold standard of predicting lectin–glycan binding due to potential limitations. We were nonetheless satisfied that LectinOracle, on average, predicted the interactions of the majority of lectins on UniLectin3D.
To circumvent potential issues of crystal structures, we also used experimental data from a range of customized glycan arrays that were not part of the CFG or Imperial College database to validate LectinOracle. These arrays contained glycans as well as lectins that were new to LectinOracle and offered a rich source for validating our predictions. First, we used the recently published oligomannose array for this purpose.[ 53 ] Here, investigators assayed a variety of subtly different oligomannose glycans for their binding to various lectins. The slight changes in glycan structure, which nonetheless led to appreciable differences in their binding behavior, made this a particularly challenging case study for our model. When thresholding our predictions and the observed relative fluorescence units (i.e., separating glycans into “bound”/“not bound” for a given lectin), we achieved predictive accuracies of ≈70–90% for plant and bacterial lectins using LectinOracle (Figure 3A and Figure S10A, Supporting Information). With the exception of Dectin‐2, we observed similar results for mammalian lectins on this array (Figure S9B–D, Supporting Information). We note that for the antibodies tested on this array, LectinOracle did not yield correct predictions (Figure S10C,D, Supporting Information). This is likely due to two factors: i) the antibodies are highly specific, with a low single‐digit number of bound glycans on the oligomannose array that are easier to miss entirely and ii) our training set lacks data for antibodies, so LectinOracle was never trained to be able to predict antibody‐glycan binding and should not be used for this purpose.
Encouraged by these results, we hypothesized that the relative predicted binding from LectinOracle could be informative beyond classifying glycans into “bound”/“not bound,” as LectinOracle was trained on quantitative binding data. Therefore, for each glycan, we correlated predicted binding and experimentally measured binding for a range of lectins (Figure 3B,C and Figure S10B, Supporting Information), to see whether we could predict quantitative binding, a substantially more challenging task. For lectins on the oligomannose array, we indeed achieved moderate correlations (defined as a Pearson's correlation coefficient between 0.5 and 0.7) between our predictions and the experimental results, demonstrating that our predictions contain quantitative information about protein–glycan interactions, even in a different array setting than LectinOracle was trained on.
To show that this constitutes a general property of LectinOracle and to test the generalizability of its predictions in different contexts, we then went on to validate our predictions on other glycan arrays. First, we tested the recently reported mucin O‐glycan array,[ 54 ] in which 83 O‐linked glycans with various modifications were tested against several lectins. In this context, with very different glycans compared to the oligomannose array, LectinOracle again achieved a quantitative correlation to independent experimental data (Figure 3D–F), with some lectins, such as AAL and UEA‐I, even showing a strong correlation between predictions and experimental observations (Pearson's correlation coefficient > 0.7). We extended this to two additional array types, the microbe‐focused glycan array[ 55 ] (Figure 3G–I) and the sialic acid array[ 56 ] (Figure 3J–L). In both cases, we observed moderate to strong correlations between the predicted binding values from LectinOracle and the experimentally measured binding.
In some cases, such as DC‐SIGN on the microbe‐focused array (Figure 3H), LectinOracle correctly predicted the binding to one cluster of glycan sequences (mannose‐rich glycans) yet missed another cluster of glycans in its predictions that was measured to bind (Lewis X‐type structures[ 57 ]). To better understand this misprediction of Lewis X‐type (LeX) structures, we investigated the binding behavior of DC‐SIGN in depth (Figure S11, Supporting Information). To our surprise, we found more non‐binding than binding LeX‐containing glycans in the DC‐SIGN glycan array data. From our analyses, it seemed that only terminal LeX structures, with Fuc(α1‐2) as the only permitted extension, had a chance to be bound by DC‐SIGN and, even in those cases, sialylation (even on a different antenna) strongly inhibited binding, such as in the case of Fuc(α1‐2)Gal(β1‐4)[Fuc(α1‐3)]GlcNAc(β1‐3)[Neu5Ac(α2‐6)Gal(β1‐4)GlcNAc(β1‐6)]Gal(β1‐4)Glc, which showed absolutely no binding to DC‐SIGN, while Fuc(α1‐2)Gal(β1‐4)[Fuc(α1‐3)]GlcNAc(β1‐3)Gal(β1‐4)[Fuc(α1‐3)]GlcNAc represented the strongest binder on the array. Overall, this suggests a complex binding behavior between DC‐SIGN and LeX, that, to our knowledge, seems to have even been overlooked by in‐depth expert annotation until now. We assume that this also makes it more challenging for models such as LectinOracle to learn these somewhat conflicting relationships.
This complexity suggests that, with more data from more diverse glycan arrays, LectinOracle could be further improved to detect all binding specificities of a lectin. Overall, the example of DC‐SIGN and the high precision of our predictions (Figure S10A,D, Supporting Information) implies that errors in LectinOracle predictions are more likely to be false negatives than false positives, raising the confidence in binding predictions. These validations across multiple independent arrays included bacterial, viral, plant, fungal, and mammalian lectins. Additionally, the majority of glycans in these custom arrays were not present in the CFG and Imperial College arrays used for training LectinOracle. We therefore concluded that LectinOracle can generalize to new lectins, new glycans, and new contexts (e.g., different linkers), as long as they are not too far removed from the training set, such as the antibodies mentioned above.
2.4. Investigating Lectomes in Host–Microbe Interactions with LectinOracle Uncovers Shifting Binding Repertoires
Lectins are widespread throughout all kingdoms of life and carry out a panoply of essential functions, from combating pathogens[ 58 ] to distinguishing self and foreign tissue.[ 59 ] Yet the set of lectins that have been experimentally characterized to a sufficient degree only represents a sliver of the total set of lectins in nature. Genome annotation efforts, based on sequence similarity to known lectins, have resulted in databases such as LectomeXplore,[ 11 ] where predicted lectins from thousands of species, as well as their lectin class, are catalogued.
Seeking to better understand these predicted lectins, we used our LectinOracle platform to analyze lectins in LectomeXplore with a prediction score of 0.5 or above (i.e., at least 50% similarity to known lectins). This corresponded to 120,523 putative lectins from 7753 species, which in turn represented 113,573 unique protein sequences. We calculated ESM‐1b representations for these sequences and observed that, while many assigned lectin classes clustered together based on sequence similarity (Figure 4A), classes such as ficolin‐like lectins or l‐rhamnose binding lectins demonstrated a fragmented cluster behavior, suggesting a sequence diversity or sub‐classes within these categories. It should be noted that broad classes such as ficolin‐like lectins, defined by containing fibrinogen‐like domains, could also contain non‐lectin proteins.
Next, we visualized the learned lectin representations after training LectinOracle (Figure 4B). These representations, factoring in learned glycan‐binding specificity in addition to sequence similarity, yielded an improved clustering, with a lower cluster variance for most lectin classes (Figure S12A, Supporting Information). Classes such as foot‐and‐mouth disease virus (FMDV) receptor lectins, which showed two distinct clusters when clustering by ESM‐1b representations, were unified when clustering on both sequence similarity and binding specificity. We also note that the sequences in a cluster often corresponded to very uniform LectomeXplore score values (Figure S12B,C, Supporting Information), implying that they form pools of sequences that are similar to each other, with a comparable similarity to the profile used for searching for the lectin class in genomes. Some classes, such as endoplasmic reticulum golgi intermediate compartment/vesicular integral proteins (ERGIC VIP) l‐type lectins, formed distinct clusters with different score distributions, suggesting that these clusters correspond to different pools of lectins from the ERGIC VIP l‐type class. This could pave the way for a more fine‐grained classification of lectins that may differ in important aspects.
We then further analyzed additional lectin classes on LectomeXplore. One example of broad interest are hemagglutinin proteins, which are crucial for influenza virus cell entry, as the glycan‐binding specificity of hemagglutinin can determine host range.[ 4 ] Classically, hemagglutinins are split between binding α2‐3‐linked Neu5Ac (avian host) and α2‐6‐linked Neu5Ac (mammalian host), with additional reports that sulfated[ 60 ] and phosphorylated[ 61 ] glycans may be bound. When analyzing the 9752 hemagglutinin sequences from LectomeXplore with a score above 0.5 via LectinOracle, we could clearly separate hemagglutinins into three broad clusters, corresponding to Neu5Ac(α2‐3), Neu5Ac(α2‐6), and sulfated glycans as their major binding epitope (Figure 4C). We additionally noted the occurrence of smaller clusters that seemed to prefer binding to phosphorylated glycans or O‐acetylated Neu5Ac (Neu4,5Ac2).
Considering the segregation of hemagglutinin sequences by LectinOracle, we next investigated whether our influenza‐related predictions corresponded to epidemiological outcomes. For this, we gathered hemagglutinin sequences from 212 H3N2 influenza strains from Taiwan between 1999 and 2007 which have been shown to vary in their preference for binding to human‐like Neu5Ac(α2‐6)‐containing motifs.[ 42 ] Predicting their binding to this motif via LectinOracle, we also observed variation in predicted binding to Neu5Ac(α2‐6)‐containing glycans across the years (Figure S13, Supporting Information). Importantly, the fluctuations in predicted Neu5Ac(α2‐6) binding closely matched the trajectory of excess deaths due to H3N2 in Taiwan from 2002 to 2006.[ 62 ] This correspondence suggests that stronger binding to human‐like Neu5Ac(α2‐6) predicted by our model could predict epidemiological outcomes such as excess deaths, showcasing another important use case for LectinOracle.
Further analyses into other LectomeXplore classes, such as clustering staphylococcal superantigen‐like lectins or F‐type lectins into subgroups with different glycan‐binding preferences supported the ability of LectinOracle to further characterize these putative lectins at scale (Figure S14, Supporting Information). These results demonstrate that the lectin annotation pipeline could be extended to also include predicted binding specificity for further insight.
Recent work has focused on analyzing the lectomes of pathobionts and commensals in the vaginal microbiome, finding a higher number of lectins in pathobionts than in commensals.[ 63 ] Analyzing the respective lectin classes resulted in showing that lectomes from pathobionts seemed to bind to a higher diversity of glycan motifs. Using LectinOracle, we arrived at a similar result in that lectomes from pathobionts were predicted to bind to more glycan motifs than those from commensals (Figure 4D), which might aid pathobionts in adhering more robustly to mucosal surfaces.[ 64 ]
We then set out to capitalize on the predictive capabilities of LectinOracle to investigate which glycan motifs were targeted by pathobionts and commensals, respectively (Figure 4E). Based on our predictions, lectins from both pathobionts and commensals seemed to be particularly enriched in binding to fucose‐containing motifs. In accordance with our earlier analysis (Figure 4A), pathobionts exhibited a greater diversity of highly enriched binding motifs, including various fucosylated motifs that are prevalent in human glycans (Lewis X, Lewis A, H type 1, etc.) and that are known to mediate adhesion of other pathobionts such as Helicobacter pylori.[ 65 ] These structures could thus also be used by the pathobionts of the vaginal microbiome to adhere to mucosal surfaces, showcasing the utility of LectinOracle to yield further insight into biological contexts involving lectins.
3. Discussion
If glycosyltransferases and related enzymes could be construed as the “writers” in glycobiology, lectins would represent the “readers” of the glycocode.[ 66 ] Because glycans dominate the surface area of most cells, protein‐mediated interactions between cells or organisms typically rely on lectins that recognize specific glycan motifs. Yet lectins typically do not follow a strict one protein—one motif correspondence such as zinc finger proteins in DNA recognition.[ 67 ] Mostly, lectins span the whole range, from a narrowly defined binding specificity, such as SNA, to a broader, more relaxed binding specificity that is still well‐defined, such as in the case of ConA. Knowing which glycan motifs are bound by any given lectin is a nontrivial endeavor and usually entails months or even years of dedicated study. This is a problem both for timely issues, such as ascertaining the glycan‐binding specificity of a pandemic‐causing pathogen,[ 68 ] as well as for systematic issues, as the high‐throughput characterization of whole lectomes[ 11 ] is currently infeasible. We view LectinOracle as a means to alleviate these bottlenecks, as well as to further characterize and cluster well‐studied lectins, by obtaining binding predictions for lectin sequences in a rapid and scalable manner.
LectinOracle can be extended to both new lectins and new glycans, paving the way for its integration into the routine study and usage of lectins. Potential applications, as shown here, span the range from in‐depth characterization of the binding profile of individual lectins to the analysis of whole lectomes and their binding profile in health and disease, with potential mechanistic and biomedical implications. In future work, approaches such as presented here could also be combined with the tissue‐specific glycome of a host species[ 69 ] to identify specific glycan receptors that could be physiologically relevant for the adhesion of a pathogen.
A potential limitation of our work could lie in extreme generalizability. We already mentioned that distinct protein subgroups, such as antibodies, might not be amenable to be used as inputs for LectinOracle if they are currently not represented in the training data. In general, lectins that exhibit multiple binding sites with distinct specificities and/or more heterogeneous binding properties might also be harder to learn for models such as LectinOracle, as for instance seen with DC‐SIGN. Further, while new glycans can be readily used as inputs for LectinOracle, we are currently limited to glycans composed of the monosaccharides used for training LectinOracle. Unseen monosaccharides would not have a learned representation and could, at this stage, not be interpreted by LectinOracle. Fortunately, LectinOracle was trained with a large set of 80 monosaccharides and linkages, which will enable researchers to work with most glycans. The integration of future glycan arrays with even more diverse glycans will further improve this type of generalizability. Once these additional data become available in sufficient quantity, we also anticipate further increases in robustness and performance of a re‐trained version of LectinOracle. One example for this can be seen in the case of Dectin2 that shows only binding to oligomannose glycans (e.g., Man(α1‐2)Man(α1‐2)Man(α1‐6)[Man(α1‐3)]Man) on our training set arrays but binds to both oligomannose and N‐linked oligomannose glycans (e.g., Man(α1‐2)Man(α1‐2)Man(α1‐3)[Man(α1‐3)Man(α1‐6)]Man(β1‐4)GlcNAc(β1‐4)GlcNAc) on the oligomannose array, resulting in poor prediction performance due to array discrepancies (Figure S10C, Supporting Information). Future versions of LectinOracle that are also trained on arrays such as the oligomannose array should improve on these results.
Recent research has shed light on the differences between binding conditions on glycan arrays and physiological presentation of glycans on cells and tissues,[ 70 , 71 , 72 , 73 ] including issues such as crowding, diversity, and linker properties. Additionally, most glycan arrays currently are biased towards mammalian‐like glycans. For some lectins, binding preferences that were found on glycan arrays could not be recapitulated on tissues and vice versa. As LectinOracle was trained on glycan array data, these limitations could extend to its predictions as well. Another important point to note here is that LectinOracle was trained on glycan array data, which are only semi‐quantitative. Future work should therefore explore training such a model on quantitative binding measurements, such as frontal affinity chromatography,[ 74 ] once enough data of this type become available. Yet, at this stage, there is by far not enough physiological binding data available to train any kind of model. Further, current expert inferences of binding specificity are also informed by array data and typically do not deviate extensively from physiological behavior. By extension, predictions made with LectinOracle should thus also yield physiologically relevant predictions on average. Additionally, as more structural data of lectin–glycan complexes become available, this type of information could eventually be added as a “third arm” of LectinOracle, further improving prediction results and offering a more direct path to mechanistic interpretation. However, this step should ideally be present as an optional input, to not impede generalizability.
In general, learning protein–glycan interactions from sequences instead of structures allowed us to leverage a vastly larger amount of data. Drawbacks with protein–glycan co‐crystallization data, apart from data scarcity, include the lack of available quantitative binding data and the absence of negative examples. While every co‐crystal represents a positive example of protein–glycan interaction, structural information alone does not provide data as to whether a lectin will conclusively not bind a certain glycan. The array data, which we used here, contains an abundance of true negative examples, of lectins not binding to certain glycans, and is exclusively composed of quantitative binding data. In contrast to treating lectins as essentially black boxes,[ 21 ] our sequence‐based approach further allows us to extract information from amino acid sequences and extrapolate to new lectins. This middle ground approach allowed us to combine the best of both worlds and construct a highly generalizable model that enables in‐depth analyses of lectin binding behavior. We therefore envision that LectinOracle will be a versatile platform to advance glycobiology as well as the many other life science disciplines in which lectins exercise an important role.
4. Experimental Section
Data Set Construction
For the lectin–glycan data set, data from 3228 glycan arrays were manually curated from the Consortium for Functional Glycomics database, using a custom script to extract the data from the Excel files. A hundred glycan arrays were also added from the Carbohydrate Microarray Facility of Imperial College London to this data set. For all glycan arrays, glycan descriptions were converted to IUPAC‐condensed via a mapping table (Table S4, Supporting Information). Wherever possible, meta‐data was also collected about the sample, such as protein sequence, database identifiers, and expression system (Table S2, Supporting Information).
Data Processing
First, columns that were mapped to the same glycan sequence in IUPAC‐condensed nomenclature were averaged. Then, the subset of data was selected from array experiments where the protein sequences were available to us. This resulted in a final set of 2709 glycan array experiments for training LectinOracle. All array experiments were then normalized by Z‐score transformation. Then, data from experiments were averaged using the same protein sequence in different concentrations or under different buffer conditions. Data from glycans attached to the array via different linker sequences were also averaged. These procedures were carried out to enable an interaction prediction of a protein sequence to a glycan without special consideration to environmental conditions, enabling generalizability. This resulted in 564,647 unique protein–glycan interactions which were used to train and evaluate LectinOracle. Mathematically, Z‐score transformation also resulted in negative values, which would correspond to binding below the assumed background. While this may not be relevant information, it was still chosen to supply the model with all available information to facilitate learning all relevant relationships and associations. For the purpose of interpretation, negative Z‐scores can be viewed as “non‐binding.”
Model Training
For model training, the data set was split into a training (90%) and a test set (10%), ensuring that no proteins were present in both the training and the test set. Then, the data in both sets were converted into the format (protein sequence, glycan sequence, binding Z‐score). For the protein sequence, the 1280‐dimensional representation was retrieved from the trained ESM‐1b model. For the glycan sequence, the Python package glycowork[ 19 ] was used to convert the IUPAC‐condensed sequence into a graph object, as described previously.[ 8 ]
LectinOracle comprised a fully connected neural network that used the ESM‐1b representations as input and a SweetNet‐based graph convolutional neural network with node embeddings to analyze glycan graphs. Results from these two arms were concatenated and used in another fully connected part, which resulted in a multisample dropout scheme[ 75 ] prior to the binding prediction. Immediately before the final output, a sigmoid layer was used to scale the output to range between the maximum and minimum Z‐scores observed in the overall data set. Fully connected parts of LectinOracle constituted linear layers interspersed with leaky ReLUs, dropout layers, and batch normalization layers. All linear layers were initialized via Xavier initialization.[ 76 ]
All models were trained with PyTorch 1.8[ 77 ] and PyTorch Geometric 1.8,[ 78 ] using a single NVIDIA Tesla P100 GPU. Batch sizes of 128 were used for both training and test sets. Final hyperparameters after optimizing via cross‐validation were a starting learning rate of 0.0005, using ADAM as an optimizer, that was decayed over 80 epochs according to a cosine function. LectinOracle was trained for 100 epochs, with an early stopping criterion of 20 epochs without further improvement. For training, a mean squared error loss function was used.
Obtaining Learned Glycan and Protein Representations
To visualize protein similarities, either ESM‐1b representations or fine‐tuned representations after training LectinOracle were used. For ESM‐1b representations, protein sequences were truncated to a maximum of 1000 amino acids, as ESM‐1b does not support substantially longer submissions. Then, this was used as an input to the trained ESM‐1b model, and the learned 1280‐dimensional representation was extracted from the final layer. For fine‐tuned protein representations, this ESM‐1b representation, together with an arbitrary dummy glycan sequence, was used as an input to LectinOracle, and the 128‐dimensional protein representation immediately prior to concatenating protein and glycan representations was extracted (i.e., after the fully connected module that fine‐tunes the ESM‐1b representation to the task of predicting protein–glycan binding).
For obtaining glycan representations, glycan sequences together with an arbitrary dummy protein ESM‐1b representation were analogously used as inputs to LectinOracle. Then, the 256‐dimensional glycan representation immediately prior to concatenating protein and glycan representations was extracted (i.e., after the pooling operations of the graph convolutional neural network). To visualize glycan clusters for Figure 1C, these glycan representations were then used to construct a cosine distance matrix. Subsequently, neighbor joining was applied to this matrix to obtain a dendrogram based on agglomerative clustering.
Identifying Lectin Binding Specificity
To determine the binding specificity of a lectin, a library of disaccharides, trisaccharides, and n−1 motifs (motifs differing by one monosaccharide from full sequences in the data set) that were observed in the glycan set in this study was constructed. This choice of motifs was motivated by a compromise between interpretability and computational efficiency. Then, using a trained LectinOracle model, the ESM‐1b representation for the lectin was retrieved, and this was used as input together with all motifs to receive predicted binding scores for all motifs. Then, the background prediction value was subtracted to arrive at the final predicted binding score. For the background prediction correction, predicted binding scores were calculated for all lectins with all glycan motifs. Then, the median prediction for each motif across all lectins was calculated, and this was considered the prediction background (Table S5, Supporting Information), with the assumption that no motif should be bound by all or the majority of lectins in the data set used in this study.
Statistical Analysis
Continuous data were depicted as mean ± s.e.m. For cases in which ranking was important, for instance, ranking of predicted motifs, Wilcoxon signed‐ranked tests were used to test for significance. Comparing two groups was done via two‐tailed Welch's t‐tests. For testing the equality of two variances, an F‐test was used. Linear regressions were assessed by Pearson's correlation coefficient. In all cases, significance was defined as p ≤ 0.05. All multiple testing was corrected with a Holm–Šídák correction. All statistical testing was done in Python 3.8 using the statsmodels package (v0.13.0) and the scipy package (v1.7.1).
Conflict of Interest
The authors declare no conflict of interest.
Author Contributions
D.B. conceived the method. D.B. and J.L. performed the experiments. D.B., J.L., and E.K. prepared the data set. All authors wrote and edited the manuscript.
Supporting information
Acknowledgements
This work was funded by a Branco Weiss Fellowship – Society in Science awarded to D.B., by the Knut and Alice Wallenberg Foundation, and the University of Gothenburg, Sweden.
Lundstrøm J., Korhonen E., Lisacek F., Bojar D., LectinOracle: A Generalizable Deep Learning Model for Lectin–Glycan Binding Prediction. Adv. Sci. 2022, 9, 2103807. 10.1002/advs.202103807
Data Availability Statement
All code used in this study can be found at https://github.com/BojarLab/LectinOracle and all data that we used is available in the supplementary tables.
References
- 1. Sharon N., Glycobiology 2004, 14, 53R. [DOI] [PubMed] [Google Scholar]
- 2. Taylor M. E., Drickamer K., Schnaar R. L., Etzler M. E., Varki A., in Essentials of Glycobiology (Eds: 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., Schnaar R. L., Seeberger P. H.), Cold Spring Harbor Laboratory Press, Cold Spring Harbor, NY: 2015. [Google Scholar]
- 3. Drickamer K., Taylor M. E., Curr. Opin. Struct. Biol. 2015, 34, 26. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4. Edinger T. O., Pohl M. O., Stertz S., J. Gen. Virol. 2014, 95, 263. [DOI] [PubMed] [Google Scholar]
- 5. Dam T. K., Gerken T. A., Brewer C. F., Biochemistry 2009, 48, 3822. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6. Taylor M. E., Drickamer K., Curr. Opin. Struct. Biol. 2014, 28, 14. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7. Varki A., Glycobiology 2017, 27, 3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8. Burkholz R., Quackenbush J., Bojar D., Cell Rep. 2021, 35, 109251. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9. Shimomura O., Oda T., Tateno H., Ozawa Y., Kimura S., Sakashita S., Noguchi M., Hirabayashi J., Asashima M., Ohkohchi N., Mol. Cancer Ther. 2018, 17, 183. [DOI] [PubMed] [Google Scholar]
- 10. Žurga S., Nanut M. P., Kos J., Sabotič J., Oncotarget 2017, 8, 26896. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11. Bonnardel F., Mariethoz J., Pérez S., Imberty A., Lisacek F., Nucleic Acids Res. 2021, 49, D1548. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12. He K., Zhang X., Ren S., Sun J., in 2015 IEEE Int. Conf. Computer Vision (ICCV), IEEE, Santiago, Chile: 2015, pp. 1026–1034. [Google Scholar]
- 13. Li H., Natl. Sci. Rev. 2018, 5, 24. [Google Scholar]
- 14. Jumper J., Evans R., Pritzel A., Green T., Figurnov M., Ronneberger O., Tunyasuvunakool K., Bates R., Žídek A., Potapenko A., Bridgland A., Meyer C., Kohl S. A. A., Ballard A. J., Cowie A., Romera‐Paredes B., Nikolov S., Jain R., Adler J., Back T., Petersen S., Reiman D., Clancy E., Zielinski M., Steinegger M., Pacholska M., Berghammer T., Bodenstein S., Silver D., Vinyals O., Senior A. W., Kavukcuoglu K., Kohli P., Hassabis D., Nature 2021, 596, 583. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15. Baek M., DiMaio F., Anishchenko I., Dauparas J., Ovchinnikov S., Lee G. R., Wang J., Cong Q., Kinch L. N., Schaeffer R. D., Millán C., Park H., Adams C., Glassman C. R., DeGiovanni A., Pereira J. H., Rodrigues A. V., van Dijk A. A., Ebrecht A. C., Opperman D. J., Sagmeister T., Buhlheller C., Pavkov‐Keller T., Rathinaswamy M. K., Dalwadi U., Yip C. K., Burke J. E., Garcia K. C., Grishin N. V., Adams P. D., Read R. J., Baker D., Science 2021, eabj8754. [Google Scholar]
- 16. Rives A., Meier J., Sercu T., Goyal S., Lin Z., Liu J., Guo D., Ott M., Zitnick C. L., Ma J., Fergus R., Proc. Natl. Acad. Sci. USA 2021, 118, e2016239118. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17. Bojar D., Powers R. K., Camacho D. M., Collins J. J., Cell Host Microbe 2021, 29, 132.e3. [DOI] [PubMed] [Google Scholar]
- 18. Thomès L., Bojar D., Front. Mol. Biosci. 2021, 8, 755577. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19. Thomès L., Burkholz R., Bojar D., Glycobiology 2021, cwab067. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20. Coff L., Chan J., Ramsland P. A., Guy A. J., BMC Bioinf. 2020, 21, 42. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21. Carpenter E. J., Seth S., Yue N., Greiner R., Derda R., bioRxiv 2021. https://www.biorxiv.org/content/10.1101/2021.05.28.446094v1 [Google Scholar]
- 22. Cao Y., Shen Y., Bioinformatics 2021, btab198.33755048 [Google Scholar]
- 23. Letunic I., Bork P., Nucleic Acids Res. 2021, 49, W293. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24. Kletter D., Singh S., Bern M., Haab B. B., Mol. Cell. Proteomics 2013, 12, 1026. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25. Shibuya N., Goldstein I. J., Broekaert W. F., Nsimba‐Lubaki M., Peeters B., Peumans W. J., J. Biol. Chem. 1987, 262, 1596. [PubMed] [Google Scholar]
- 26. Fukumori F., Takeuchi N., Hagiwara T., Ohbayashi H., Endo T., Kochibe N., Nagata Y., Kobata A., J. Biochem. 1990, 107, 190. [DOI] [PubMed] [Google Scholar]
- 27. Rao V. S. R., Lam K., Qasba P. K., J. Biomol. Struct. Dyn. 1998, 15, 853. [DOI] [PubMed] [Google Scholar]
- 28. Sanchez J.‐F., Lescar J., Chazalet V., Audfray A., Gagnon J., Alvarez R., Breton C., Imberty A., Mitchell E. P., J. Biol. Chem. 2006, 281, 20171. [DOI] [PubMed] [Google Scholar]
- 29. Maupin K. A., Liden D., Haab B. B., Glycobiology 2012, 22, 160. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30. Cummins B. M., Garza J. T., Coté G. L., Anal. Chem. 2013, 85, 5397. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31. Day C. J., Hartley‐Tassell L. E., Seib K. L., Tiralongo J., Bovin N., Savino S., Masignani V., Jennings M. P., Biochem. Biophys. Res. Commun. 2019, 513, 287. [DOI] [PubMed] [Google Scholar]
- 32. Huwa N., Weiergräber O. H., Kirsch C., Schaffrath U., Classen T., IJMS 2021, 22, 5639. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33. Bourne Y., Astoul C. H., Zamboni V., Peumans W. J., Menu‐Bouaouiche L., Van Damme E. J. M., Barre A., Rougé P., Biochem. J. 2002, 364, 173. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34. Weynberg K. D., Allen M. J., Ashelford K., Scanlan D. J., Wilson W. H., Environ. Microbiol. 2009, 11, 2821. [DOI] [PubMed] [Google Scholar]
- 35. Boraston A. B., Wang D., Burke R. D., J. Biol. Chem. 2006, 281, 35263. [DOI] [PubMed] [Google Scholar]
- 36. Perduca M., Bovi M., Destefanis L., Nadali D., Fin L., Parolini F., Sorio D., Carrizo M. E., Monaco H. L., Glycobiology 2021, cwab059. [DOI] [PubMed] [Google Scholar]
- 37. Tiralongo J., Cooper O., Litfin T., Yang Y., King R., Zhan J., Zhao H., Bovin N., Day C. J., Zhou Y., Sci. Rep. 2018, 8, 13139. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38. Bojar D., Meche L., Meng G., Eng W., Smith D. F., Cummings R. D., Mahal L. K., bioRxiv 2021. https://www.biorxiv.org/content/10.1101/2021.08.31.458439v2 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39. Cummings R. D., Liu F.‐T., Vasta G. R., in Essentials of Glycobiology (Eds: 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., Schnaar R. L., Seeberger P. H.), Cold Spring Harbor Laboratory Press, Cold Spring Harbor, NY: 2015. [PubMed] [Google Scholar]
- 40. Tsaneva M., Van Damme E. J. M., Glycoconjugate J. 2020, 37, 533. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41. Peumans W. J., van Damme J. M., Barre A., Rougé P., in The Molecular Immunology of Complex Carbohydrates 2 (Ed: Wu A. M.), Springer US, Boston, MA: 2001, pp. 27–54. [Google Scholar]
- 42. Wang Y.‐F., Chang C.‐F., Tsai H.‐P., Chi C.‐Y., Su I.‐J., Wang J.‐R., PLoS One 2018, 13, e0196727. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43. Bonnardel F., Mariethoz J., Salentin S., Robin X., Schroeder M., Perez S., Lisacek F., Imberty A., Nucleic Acids Res. 2019, 47, D1236. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44. Yao S., You R., Wang S., Xiong Y., Huang X., Zhu S., Nucleic Acids Res. 2021, 49, W469. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45. van der Maaten L., Hinton G., J. Mach. Learn. Res. 2008, 9, 2579. [Google Scholar]
- 46. Ward J. H., J. Am. Stat. Assoc. 1963, 58, 236. [Google Scholar]
- 47. Byrd‐Leotis L., Cummings R. D., Steinhauer D. A., IJMS 2017, 18, 1541. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48. Timmermans B., De Las Peñas A., Castaño I., Van Dijck P., JoF 2018, 4, 60. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49. Stanley P., Cummings R. D., in Essentials of Glycobiology (Eds: 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., Schnaar R. L., Seeberger P. H.), Cold Spring Harbor Laboratory Press, Cold Spring Harbor, NY: 2015. [PubMed] [Google Scholar]
- 50. Byres E., Paton A. W., Paton J. C., Löfling J. C., Smith D. F., Wilce M. C. J., Talbot U. M., Chong D. C., Yu H., Huang S., Chen X., Varki N. M., Varki A., Rossjohn J., Beddoe T., Nature 2008, 456, 648. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 51. Pak M. A., Markhieva K. A., Novikova M. S., Petrov D. S., Vorobyev I. S., Maksimova E. S., Kondrashov F. A., Ivankov D. N., bioRxiv 2021. https://www.biorxiv.org/content/10.1101/2021.09.19.460937v1.abstract [DOI] [PMC free article] [PubMed] [Google Scholar]
- 52. Hu D., Tateno H., Kuno A., Yabe R., Hirabayashi J., J. Biol. Chem. 2012, 287, 20313. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53. Gao C., Stavenhagen K., Eckmair B., McKitrick T. R., Mehta A. Y., Matsumoto Y., McQuillan A. M., Hanes M. S., Eris D., Baker K. J., Jia N., Wei M., Heimburg‐Molinaro J., Ernst B., Cummings R. D., Sci. Adv. 2021, 7, eabf6834. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54. Wang S., Chen C., Gadi M. R., Saikam V., Liu D., Zhu H., Bollag R., Liu K., Chen X., Wang F., Wang P. G., Ling P., Guan W., Li L., Nat. Commun. 2021, 12, 3573. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55. Geissner A., Reinhardt A., Rademacher C., Johannssen T., Monteiro J., Lepenies B., Thépaut M., Fieschi F., Mrázková J., Wimmerova M., Schuhmacher F., Götze S., Grünstein D., Guo X., Hahm H. S., Kandasamy J., Leonori D., Martin C. E., Parameswarappa S. G., Pasari S., Schlegel M. K., Tanaka H., Xiao G., Yang Y., Pereira C. L., Anish C., Seeberger P. H., Proc. Natl. Acad. Sci. USA 2019, 116, 1958. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56. Song X., Yu H., Chen X., Lasanajak Y., Tappert M. M., Air G. M., Tiwari V. K., Cao H., Chokhawala H. A., Zheng H., Cummings R. D., Smith D. F., J. Biol. Chem. 2011, 286, 31610. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 57. Naarding M. A., Ludwig I. S., Groot F., Berkhout B., Geijtenbeek T. B. H., Pollakis G., Paxton W. A., J. Clin. Invest. 2005, 115, 3256. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 58. Mishra A., Behura A., Mawatwal S., Kumar A., Naik L., Mohanty S. S., Manna D., Dokania P., Mishra A., Patra S. K., Dhiman R., Food Chem. Toxicol. 2019, 134, 110827. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 59. Vasta G. R., Ahmed H., Tasumi S., Odom E. W., Saito K., in Current Topics in Innate Immunity (Ed: Lambris J. D.), Springer New York, New York, NY: 2007, pp. 389–406. [Google Scholar]
- 60. Ichimiya T., Nishihara S., Takase‐Yoden S., Kida H., Aoki‐Kinoshita K., Bioinformatics 2014, 30, 706. [DOI] [PubMed] [Google Scholar]
- 61. Byrd‐Leotis L., Jia N., Dutta S., Trost J. F., Gao C., Cummings S. F., Braulke T., Müller‐Loennies S., Heimburg‐Molinaro J., Steinhauer D. A., Cummings R. D., Sci. Adv. 2019, 5, eaav2554. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 62. Liao C.‐M., Chang S.‐Y., Chen S.‐C., Chio C.‐P., Int. J. Infect. Dis. 2009, 13, 589. [DOI] [PubMed] [Google Scholar]
- 63. Bonnardel F., Haslam S. M., Dell A., Feizi T., Liu Y., Tajadura‐Ortega V., Akune Y., Sykes L., Bennett P. R., MacIntyre D. A., Lisacek F., Imberty A., npj Biofilms Microbiomes 2021, 7, 49. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 64. Pizarro‐Cerdá J., Cossart P., Cell 2006, 124, 715. [DOI] [PubMed] [Google Scholar]
- 65. Matos R., Amorim I., Magalhães A., Haesebrouck F., Gärtner F., Reis C. A., Front. Mol. Biosci. 2021, 8, 656439. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 66. Dedola S., Rugen M. D., Young R. J., Field R. A., ChemBioChem 2020, 21, 423. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 67. Bulyk M. L., Huang X., Choo Y., Church G. M., Proc. Natl. Acad. Sci. USA 2001, 98, 7158. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 68. Liu L., Chopra P., Li X., Wolfert M. A., Tompkins S. M., Boons G.‐J., Biochemistry 2021, 7, 1009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 69. Zou X., Yoshida M., Nagai‐Okatani C., Iwaki J., Matsuda A., Tan B., Hagiwara K., Sato T., Itakura Y., Noro E., Kaji H., Toyoda M., Zhang Y., Narimatsu H., Kuno A., Sci. Rep. 2017, 7, 43560. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 70. Sojitra M., Sarkar S., Maghera J., Rodrigues E., Carpenter E. J., Seth S., Ferrer Vinals D., Bennett N. J., Reddy R., Khalil A., Xue X., Bell M. R., Zheng R. B., Zhang P., Nycholat C., Bailey J. J., Ling C.‐C., Lowary T. L., Paulson J. C., Macauley M. S., Derda R., Nat. Chem. Biol. 2021, 17, 806. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 71. Grant O. C., Smith H. M., Firsova D., Fadda E., Woods R. J., Glycobiology 2014, 24, 17. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 72. Lucas T. M., Gupta C., Altman M. O., Sanchez E., Naticchia M. R., Gagneux P., Singharoy A., Godula K., Chem 2021. 10.1016/j.chempr.2021.09.015 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 73. Temme J. S., Campbell C. T., Gildersleeve J. C., Faraday Discuss. 2019, 219, 90. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 74. Tateno H., Nakamura‐Tsuruta S., Hirabayashi J., Nat. Protoc. 2007, 2, 2529. [DOI] [PubMed] [Google Scholar]
- 75. Inoue H., arXiv:1905.09788 [cs, stat] 2019. [Google Scholar]
- 76. Glorot X., Bengio Y., in Proc. Thirteenth Int. Conf. Artificial Intelligence and Statistics, PMLR 2010, 9, 249. [Google Scholar]
- 77. Paszke A., Gross S., Massa F., Lerer A., Bradbury J., Chanan G., Killeen T., Lin Z., Gimelshein N., Antiga L., Desmaison A., Köpf A., Yang E., DeVito Z., Raison M., Tejani A., Chilamkurthy S., Steiner B., Fang L., Bai J., Chintala S., arXiv:1912.01703 [cs, stat] 2019. [Google Scholar]
- 78. Fey M., Lenssen J. E., arXiv:1903.02428 [cs, stat] 2019. [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
All code used in this study can be found at https://github.com/BojarLab/LectinOracle and all data that we used is available in the supplementary tables.