Skip to main content

Online biophysical predictions for SARS-CoV-2 proteins

Abstract

Background

The SARS-CoV-2 virus, the causative agent of COVID-19, consists of an assembly of proteins that determine its infectious and immunological behavior, as well as its response to therapeutics. Major structural biology efforts on these proteins have already provided essential insights into the mode of action of the virus, as well as avenues for structure-based drug design. However, not all of the SARS-CoV-2 proteins, or regions thereof, have a well-defined three-dimensional structure, and as such might exhibit ambiguous, dynamic behaviour that is not evident from static structure representations, nor from molecular dynamics simulations using these structures.

Main

We present a website (https://bio2byte.be/sars2/) that provides protein sequence-based predictions of the backbone and side-chain dynamics and conformational propensities of these proteins, as well as derived early folding, disorder, β-sheet aggregation, protein-protein interaction and epitope propensities. These predictions attempt to capture the inherent biophysical propensities encoded in the sequence, rather than context-dependent behaviour such as the final folded state. In addition, we provide the biophysical variation that is observed in homologous proteins, which gives an indication of the limits of their functionally relevant biophysical behaviour.

Conclusion

The https://bio2byte.be/sars2/ website provides a range of protein sequence-based predictions for 27 SARS-CoV-2 proteins, enabling researchers to form hypotheses about their possible functional modes of action.

Background

The SARS-CoV-2 virus, the causative agent of COVID-19, consists of an assembly of proteins that determine its infectious and immunological behavior, as well as its response to therapeutics. Major structural biology efforts on these proteins have already provided essential insights into the mode of action of the virus, as well as avenues for structure-based drug design [1] . However, not all of the SARS-CoV-2 proteins, or regions thereof, have a well-defined three-dimensional structure, and as such might exhibit ambiguous, dynamic behaviour that is not evident from static structure representations generated by structural biology approaches, nor from molecular dynamics simulations using these structures.

We here present a website [2] that provides extensive protein sequence-based predictions for the SARS-CoV-2 proteins, which can help to pinpoint previously unidentified behavior or features of these proteins that might not be captured by structural biology or molecular dynamics approaches. The predictions include the DynaMine backbone [3, 4] and side-chain dynamics [5] as well as conformational propensities [5], and derived DisoMine disorder [6], EFoldMine early folding [5], Agmata β-sheet aggregation [7], SeRenDIP protein-protein interaction [8] and SeRenDIP-CE conformational epitope propensities [9]. These predictions attempt to capture the ‘emergent’ properties of the proteins, so the inherent biophysical propensities encoded in the sequence, rather than context-dependent behaviour such as the final folded state. This approach has already shown promise in, for example, detecting remote homologues by biophysical similarity, which gives more accurate results than directly using amino acid information [10]. We apply this concept on the SARS-CoV-2 proteins by incorporating evolutionary information, so enabling us to display the biophysical variation observed in homologous proteins, which indicates likely limits of their functionally relevant biophysical behaviour (Fig. 1). The information we provide is not directly applicable in, for example, drug design against SARS-CoV-2 proteins, but might help explain their mode of action if they act against regions for which we have no direct structural knowledge. The aim of our website is therefore to provide leads for researchers with regard to the possible mode of action of these proteins.

Fig. 1
figure 1

Overview of the employed workflow and the incorporated predictions

Construction and content

Datasets

The target amino acid sequences of the 27 proteins were obtained by integrating information from the UniProt [11] COVID-19 section, after filtering on ‘Other organisms’ by ‘Severe acute respiratory syndrome coronavirus 2’, and the NCBI Sars-CoV-2 website (https://www.ncbi.nlm.nih.gov/sars-cov-2/). The full UniProt P0DTC1 and P0DTD1 entries were excluded from this list, as they are spliced into components included in our list. Multiple sequence alignments (MSAs) for these sequences were obtained using the following steps:

  1. 1.

    MSAs for homologous sequences were obtained using the UniProt BLAST tool against the UniRef90 database, using default parameters and limiting the number of hits to 250.

  2. 2.

    CD-HIT was applied to each MSA using sequence identity threshold of 70%, except for P0DTC2, where an 80% threshold was used to avoid discarding too many sequences.

  3. 3.

    The representative sequences found by CD-HIT, with the target sequences added if necessary, were aligned using the Clustal Omega based online UniProt Alignment tool.

  4. 4.

    C- and N-terminal regions from homologous proteins extending beyond the target sequence were removed.

Note that for the 15 non-structural proteins (Nsp), the full ORF1ab protein sequence was used for the BLAST search, CD-HIT and alignment (steps 1–3). It was then split into the component Nsps.

Predictions

On each target sequence, the backbone dynamics (DynaMine) [3, 4], and related side-chain dynamics and conformational propensities [5] were predicted at the per-amino acid level. These methods are based on the per-residue characteristics (e.g. backbone dynamics) derived from NMR chemical shift values, and use a linear regression model for the prediction. Early folding probabilities per residue were predicted using EFoldMine [5], which uses as input features the five previously mentioned DynaMine values for a 5-residue fragment, resulting in a 25 dimensional feature vector that was trained using a Support Vector Machine (SVM) on a set of high-resolution per-residue hydrogen-deuterium exchange (HDX) data from NMR experiments for 30 proteins. Disorder propensities were calculated with DisoMine [6], which uses a Recurrent Neural Network (RNN) trained on data of 535 non-redundant proteins from DisProt [12], with as input features the DynaMine backbone and side-chain dynamics values, the EFoldMine values, and PSIPRED secondary structure predictions [13]. β-sheet aggregation was predicted with Agmata [7], which uses logistic regression on the previously mentioned 5 DynaMine features on a 3-residue window in a statistical potential model to pinpoint residues that could lead to β-sheet aggregation. Protein-protein interactions (SeRenDIP) [8, 14] were predicted using a random-forest (RF) model trained on a mixed homo- and heteromeric PPI dataset derived from the PDB [15] . Epitope propensities were predicted with SeRenDIP-CE [9], which uses an RF model trained on a dataset of antigen sequences annotated with antibody-binding regions derived from SabDab [9, 16] . Predictions of FUS-like phase separation were performed with PSPer [17], which employs an HMM-like model to assign domains (e.g. low complexity region) to a protein sequence, and assesses whether these domains can combine to create FUS-like phase separation behavior. All predictions, except for Agmata, SeRenDIP, SeRenDIP-CE and PSPer, were then run on all individual sequences in the MSAs, with the values mapped back to the MSA, so obtaining per MSA column a list of prediction values. A standard box plot approach was then applied to each per-column list of values to identify the median, first and third quartile, and outlier range per biophysical feature per column in each MSA.

Phosphorylation sites

Experimentally validated phosphorylation sites were obtained from two SARS-CoV-2 phosphoproteome projects (PXD020183, PXD019113) in the PRIDE repository [18]. The search files for the projects were downloaded and processed to extract the phospho-site information. Since the data processing protocol varies between the projects depending on the search engine used, we only considered the phosphor-sites that are seen in more than one project with a localization probability of > 0.6.

Website

The information is visualized online using the Django framework, with the ApexCharts JavaScript library employed for visualization of the predictions and their MSA distribution.

Utility and discussion

Website description

The home page provides a brief statement on the purpose of the website, and how to proceed. On the ‘Entries’ page (available from the top bar), the 27 available SARS-CoV-2 proteins are listed in a sortable table containing their ORF Name, NCBI RefSeq ID, UniProt ID, sequence length and protein category. For each entry, accessed by clicking on the ORF Name or any of the other identifiers, the following information is provided on the left-hand side:

  • Link to structure(s) in the PDB [19] via the PDBe-KB [20] (if available)

  • Link to UniProt information (if available)

  • Link to NCBI information (if available)

  • PSPer predictions about the possible phase-separation behavior of this protein (if available, only for proteins of length 130 or more)

  • Download all predictions for this protein in JSON format

  • Download of the multiple sequence alignment (MSA) for this protein

The top plot of the per-protein pages visualises all incorporated predictions (y-axis) in function of the protein sequence (x-axis). Hovering with the pointer over the graph will display the residue number (below the x-axis) and the corresponding prediction values (in the legend). The sequence-based predictions are listed in Table 1, and reflect ‘emerging’ properties, so what the sequence is capable of, not necessarily what it will adopt in a final fold. Each prediction can be toggled on/off by clicking on the corresponding name in the legend of the plot. All predictors, due to their underlying methodology, generate single values per residue without providing an uncertainty range, which limits their interpretability. The use of sequence information from homologous proteins (see next paragraph) partially addresses this issue by incorporating information about the likely variation of the predicted parameters in evolution.

Table 1 Overview of the prediction software used

The second plot visualises the MSA-based variation of a specific predicted feature (like backbone dynamics) for single-sequence based predictions, again with the prediction value (y-axis) in function of the protein sequence (x-axis). The type of prediction shown can be selected using the ‘Select prediction’ selection box, with the plot showing median (black), first and third quartile (dark grey) and outlier range (light grey) of the distribution per column in the MSA, as well as the original prediction for the target protein itself (red), which corresponds to the prediction in the top graph. These distributions reflect the ‘evolutionary allowed’ range of the biophysical features, which as we have previously shown tends to be only weakly correlated with amino acid sequence-based MSA measures such as entropy [8, 21]. Values of the red line outside of the quartile range therefore indicate rather unusual behaviour for this particular protein compared to its homologues, and might indicate interesting areas where this SARS-CoV-2 protein differs from other proteins. Finally, at the bottom of the page links are provided to the PSPer predictions and the JSON with all the prediction values, as well as their distributions, for this protein. Note that only MSA columns for which there is no gap in the target sequence are shown.

The predictions we provide are limited in the sense that they provide a single per-residue value that in itself does not give detailed information on the overall protein behavior. However, when these values are considered in relation to each other, or contextualised in relation to external information such as structural data, these values can give useful pointers to possible behaviors of the proteins (or regions thereof) for which we do not yet have much information, as illustrated in the next section through a use-case example. The aim of our website is therefore not to give definitive answers in relation to the behavior of SARS-CoV-2 proteins, but rather to enable researchers to explore which possible behavior these proteins (or regions thereof) might have (e.g. aggregation tendency), so providing leads on their possible mode of action.

Use-case example

The UniProt P0DTC9 protein (RefSeq ID YP_009724397) is a nucleoprotein of 419 amino acids with both monomeric and oligomeric forms that interact with RNA, as well as with protein M and NSP3. These interactions tether the genome to the newly translated replicase-transcriptase complex at a very early stage of infection. Structural information is available for UniProt-numbered residues Gly44-Ser180 (Fig. 2, box A, based on PDB codes 6yi3, 7act, 7acs), which mediates RNA binding, and for Thr247-Pro364 (Fig. 2, box B, based on PDB code 6zco), which are involved in oligomerisation (see also [22]). The predictions for this protein, displayed in Fig. 2 (for an interactive version, please see [23]), show a high propensity for disorder throughout the protein, with backbone dynamics also indicating overall high flexibility (values below 0.69), except for the previously mentioned Gly44-Ser180 and Thr247-Pro364 regions, which have been observed to fold. The N-terminal region prior to Gly44 is highly flexible, with some helix and sheet propensity, and a propensity for protein-protein interactions, but with no indications of early folding or aggregation. It also contains multiple confirmed phosphorylation sites (Ser23 and Ser26), hinting at a possible regulation role.

Fig. 2
figure 2

Predictions for the P0DTC9 SARS-CoV-2 protein amino acids (x-axis) for a) backbone dynamics (black), helix (red) and sheet (blue) propensity, and b) early folding (light green), disorder (yellow) β-sheet aggregation (dark green), protein interaction (cyan) and epitopes (seagreen). The two regions for which structures have been determined are indicated by black boxes (a, b), with annotations for consensus α-helix (red boxes) and β-strands (blue boxes) based on these structures included. Regional highlights not evident in these structures (AR, I, II) are discussed in the text. On the interactive plots on the server, predictions can be toggled on and off by clicking on their name

For the first folded domain (box A), the regions confirmed by PBDe-KB to form α-helices (red dotted boxes) and β-strands (blue dotted boxes) are indicated, which tend to correspond to rigid areas with strong secondary structure propensity. Interestingly, the AR region from Asn153 to Gln 163 (black box) does not have a regular secondary structure, but corresponds to an extended region that loops over the outside of the protein. Given the very high prediction values for rigidity, helix and sheet propensity (equal) and early folding, combined with a peak in aggregation, this region could have an important role in the folding process and overall behavior of this protein, even though it does not particularly stand out in the solved crystal structures. There is also notable aggregation tendency corresponding to the 5th and 6th β-strands, and a high epitope propensity in the subsequent region between the 6th β-strand and the AR region. A confirmed phosphorylation site is Ser79, at the beginning of the first α-helix.

The subsequent region between Ser180 and Thr247 contains a region with relatively consistent properties from Ser180-Gly215, indicating a highly flexible linker that connects the two structured regions, but with an interestingly elevated PPI propensity. This area also contains multiple confirmed phosphorylation sites (Ser187, Ser194, Ser197, Ser201, Ser206), indicating a regulatory role. The region from Asp216-Thr247 (box I), on the other hand, shows strong peaks in both backbone rigidity and helical propensity from Asp216-Ser232, with indications that this region is prone to early folding. To the best of our knowledge, no structural or functional information is available for this region, but the predictions again indicate that this area could well play a role in regulation, for example, by blocking a site when this helix is formed, or by constraining the distance between the two domains by adapting the overall linker length. Noteworthy is also that both the backbone dynamics and helical propensity, but especially the early folding, are above the third quartile range observed in homologous proteins (Additional file 1; Fig. S1, S2), indicating that this region has a stronger tendency to autonomously form a helix in the SARS-CoV-2 protein compared to its close homologues.

The oligomerisation domain (box B) shows a strong epitope propensity from Ala273-Asn285, and a very strong PPI propensity from Lys299-Met322, corresponding to the 5th and 6th α-helices (Lys299-Ile304 and Gln306-Gly316) and 7th β-strand (Met317-Met322), in line with orientation in the dimer where β-strands 7 and 8 (Val324-Tyr333) form a four-stranded sheet with the corresponding strands from the other monomer, with α-helix 6 below the sheet and also part of the homodimer interface [24]. The conformational preference for helix formation is already indicated by the predictions, as are the two β-strand regions.

Finally, the C-terminal region after Pro364 (box II) is in the ‘context-dependent’ zone of the backbone dynamics predictions between 0.80 and 0.69, indicating it could fold, in this case likely into a helix as it also has a strong helical propensity. This again indicates a possible regulatory or transient binding role, possibly to a protein as it has peaks of fairly high PPI propensity. There are also high peaks of epitope propensity in this region, particularly around Pro365 and Leu395-Gln408. The region also contains multiple likely phosphorylation sites.

Conclusions

This website provides researchers with information on possible behaviours of SARS-CoV-2 proteins that are not evident from the static models generated by structural biology, nor from molecular dynamics simulations based on these models. It enables the exploration of these proteins from a different perspective and should help further our understanding of the mode of action of the overall virus.

Availability of data and materials

All data are freely available as JSON or FASTA files via per-protein links in the http://sars2.bio2byte.be/ website, and will remain available for download.

References

  1. Waman VP, Sen N, Varadi M, Daina A, Wodak SJ, Zoete V, et al. The impact of structural bioinformatics tools and resources on SARS-CoV-2 research and therapeutic strategies. Brief Bioinformatics. 2020;5:536.

    Google Scholar 

  2. Bio2Byte group. Bio2Byte SARS-CoV-2 [Internet]. [cited 2020 Dec 29]. Available from: http://sars2.bio2byte.be/

  3. Cilia E, Pancsa R, Tompa P, Lenaerts T, Vranken WF. From protein sequence to dynamics and disorder with DynaMine. Nat Commun. 2013;4(1):2741. https://doi.org/10.1038/ncomms3741.

    Article  CAS  PubMed  Google Scholar 

  4. Cilia E, Pancsa R, Tompa P, Lenaerts T, Vranken WF. The DynaMine webserver: predicting protein dynamics from sequence. Nucleic Acids Res. 2014;42(W1):W264–70. https://doi.org/10.1093/nar/gku270.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Raimondi D, Orlando G, Pancsa R, Khan T, Vranken WF. Exploring the sequence-based prediction of folding initiation sites in proteins. Sci Rep. 2017;7(1):8826. https://doi.org/10.1038/s41598-017-08366-3.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Orlando G, Raimondi D, Codicè F, Tabaro F, Vranken WF. Prediction of disordered regions in proteins with recurrent Neural Networks and protein dynamics. bioRxiv. 2020;54:10.

    Google Scholar 

  7. Orlando G, Silva A, Macedo-Ribeiro S, Raimondi D, Vranken WF. Accurate prediction of protein beta-aggregation with generalized statistical potentials. Bioinformatics. 2020;36(7):2076–81. https://doi.org/10.1093/bioinformatics/btz912.

    Article  CAS  PubMed  Google Scholar 

  8. Hou Q, De Geest P, Vranken WF, Heringa J, Feenstra KA. Seeing the trees through the Forest: sequence-based Homo- and Heteromeric protein-protein interaction sites prediction using random Forest. Bioinformatics. 2017;33(10):1479–87. https://doi.org/10.1093/bioinformatics/btx005.

    Article  CAS  PubMed  Google Scholar 

  9. Hou Q, Stringer B, Waury K, Capel H, Haydarlou R, Abeln S, et al. SeRenDIP-CE: Sequence-based Interface Prediction for Conformational Epitopes. bioRxiv. 2020;272:2020.11.19.390500.

    Google Scholar 

  10. Orlando G, Raimondi D, Khan T, Lenaerts T, Vranken WF. SVM-dependent pairwise HMM: an application to protein pairwise alignments. Bioinformatics. 2017;33(24):3902–8. https://doi.org/10.1093/bioinformatics/btx391.

    Article  CAS  PubMed  Google Scholar 

  11. UniProt Consortium. UniProt: a hub for protein information. Nucleic Acids Res. 2015;43:D204–12.

  12. Piovesan D, Tabaro F, Mičetić I, Necci M, Quaglia F, Oldfield CJ, et al. DisProt 7.0: a major update of the database of disordered proteins. Nucleic Acids Res. 2017;45:D219–27.

    Article  CAS  Google Scholar 

  13. Buchan DWA, Jones DT. The PSIPRED protein analysis workbench: 20 years on. Nucleic Acids Res. 2019;47(W1):W402–7. https://doi.org/10.1093/nar/gkz297.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Hou Q, De Geest PFG, Griffioen CJ, Abeln S, Heringa J, Feenstra KA. SeRenDIP: SEquential REmasteriNg to DerIve profiles for fast and accurate predictions of PPI interface positions. Hancock J, editor. Bioinformatics. 2019;35(22):4794–6. https://doi.org/10.1093/bioinformatics/btz428.

    Article  CAS  PubMed  Google Scholar 

  15. Berman H, Henrick K, Nakamura H, Markley JL. The worldwide protein data Bank (wwPDB): ensuring a single, uniform archive of PDB data. Nucleic Acids Res. 2007;35(Database):D301–3. https://doi.org/10.1093/nar/gkl971.

    Article  CAS  PubMed  Google Scholar 

  16. Dunbar J, Krawczyk K, Leem J, Baker T, Fuchs A, Georges G, et al. SAbDab: the structural antibody database. Nucleic Acids Res. 2014;42(D1):D1140–6. https://doi.org/10.1093/nar/gkt1043.

    Article  CAS  PubMed  Google Scholar 

  17. Orlando G, Raimondi D, Tabaro F, Codicè F, Moreau Y, Vranken WF. Computational identification of prion-like RNA-binding proteins that form liquid phase-separated condensates. Hancock J, editor. Bioinformatics. 2019;35(22):4617–23. https://doi.org/10.1093/bioinformatics/btz274.

    Article  CAS  PubMed  Google Scholar 

  18. Vizcaíno JA, Csordas A, del Toro N, Dianes JA, Griss J, Lavidas I, et al. 2016 update of the PRIDE database and its related tools. Nucleic Acids Res. 2016;44:D447–56.

    Article  Google Scholar 

  19. Velankar S, Alhroub Y, Best C, Caboche S, Conroy MJ, Dana JM, et al. PDBe: Protein Data Bank in Europe. 2012;40:D445–52.

    CAS  Google Scholar 

  20. PDBe-KB consortium. PDBe-KB: a community-driven resource for structural and functional annotations. Nucleic Acids Res. 2020;48:D344–53.

    Article  Google Scholar 

  21. Pancsa R, Raimondi D, Cilia E, Vranken WF. Early folding events, local interactions, and conservation of protein backbone rigidity. Biophys J. 2016;110(3):572–83. https://doi.org/10.1016/j.bpj.2015.12.028.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. PDBe-KB consortium. PDBe-KB P0DTC9 information page [Internet]. [cited 2020 Dec 29]. Available from: https://www.ebi.ac.uk/pdbe/pdbe-kb/covid19/P0DTC9

  23. Bio2Byte group. Bio2Byte P0DTC9 information page [Internet]. [cited 2020 Dec 29]. Available from: https://bio2byte.be/sars2/prediction/P0DTC9

  24. Ye Q, West AMV, Silletti S, Corbett KD. Architecture and self-assembly of the SARS-CoV-2 nucleocapsid protein. bioRxiv. 2020;382:1708.

    Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No. 813239, for funding of JR-M and JG-G. WV acknowledges funding by the Research Foundation Flanders (FWO) - project nr. G.0328.16 N for the development of the methodology underlying the provided predictions.

Author information

Authors and Affiliations

Authors

Contributions

JR-M, JG-G and WV provided the multiple sequence alignments and calculated and organised the predictions, PR provided the location of phosphorylation sites, KAF provided the protein interaction and epitope predictions, LK and WV developed the web resource, all authors contributed to the writing and revision of the manuscript and the testing of the web resource. We confirm that the manuscript has been read and approved by all named authors and that there are no other persons who satisfied the criteria for authorship but are not listed. We further confirm that the order of authors listed in the manuscript has been approved by all of us.

Corresponding author

Correspondence to Wim F. Vranken.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1: Supplementary data.

Contains two additional Figs. (S1, S2) showing the spread of biophysical predictions based on the multiple sequence alignment (MSA) for the P0DTC9 SARS-CoV-2.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Kagami, L., Roca-Martínez, J., Gavaldá-García, J. et al. Online biophysical predictions for SARS-CoV-2 proteins. BMC Mol and Cell Biol 22, 23 (2021). https://doi.org/10.1186/s12860-021-00362-w

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12860-021-00362-w

Keywords