| Literature DB >> 34162922 |
Tianqi Wu1, Jian Liu1, Zhiye Guo1, Jie Hou2, Jianlin Cheng3.
Abstract
Protein structure prediction is an important problem in bioinformatics and has been studied for decades. However, there are still few open-source comprehensive protein structure prediction packages publicly available in the field. In this paper, we present our latest open-source protein tertiary structure prediction system-MULTICOM2, an integration of template-based modeling (TBM) and template-free modeling (FM) methods. The template-based modeling uses sequence alignment tools with deep multiple sequence alignments to search for structural templates, which are much faster and more accurate than MULTICOM1. The template-free (ab initio or de novo) modeling uses the inter-residue distances predicted by DeepDist to reconstruct tertiary structure models without using any known structure as template. In the blind CASP14 experiment, the average TM-score of the models predicted by our server predictor based on the MULTICOM2 system is 0.720 for 58 TBM (regular) domains and 0.514 for 38 FM and FM/TBM (hard) domains, indicating that MULTICOM2 is capable of predicting good tertiary structures across the board. It can predict the correct fold for 76 CASP14 domains (95% regular domains and 55% hard domains) if only one prediction is made for a domain. The success rate is increased to 3% for both regular and hard domains if five predictions are made per domain. Moreover, the prediction accuracy of the pure template-free structure modeling method on both TBM and FM targets is very close to the combination of template-based and template-free modeling methods. This demonstrates that the distance-based template-free modeling method powered by deep learning can largely replace the traditional template-based modeling method even on TBM targets that TBM methods used to dominate and therefore provides a uniform structure modeling approach to any protein. Finally, on the 38 CASP14 FM and FM/TBM hard domains, MULTICOM2 server predictors (MULTICOM-HYBRID, MULTICOM-DEEP, MULTICOM-DIST) were ranked among the top 20 automated server predictors in the CASP14 experiment. After combining multiple predictors from the same research group as one entry, MULTICOM-HYBRID was ranked no. 5. The source code of MULTICOM2 is freely available at https://github.com/multicom-toolbox/multicom/tree/multicom_v2.0 .Entities:
Mesh:
Year: 2021 PMID: 34162922 PMCID: PMC8222248 DOI: 10.1038/s41598-021-92395-6
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
TM-scores of models generated by each MULTICOM2 server predictor on CASP14 domains.
| Method | Mean TM-score (first model) | Mean TM-score (best of five models) | TM-score > 0.5 (first model) | TM-score > 0.5 (best of top five models) |
|---|---|---|---|---|
| MULTICOM-HYBRID | 0.720 | 0.751 | 55 | 57 |
| MULTICOM-DEEP | 0.730 | 0.757 | 55 | 57 |
| MULTICOM-DIST | 0.702 | 0.722 | 53 | 56 |
| MULTICOM-HYBRID | 0.514 | 0.540 | 21 | 22 |
| MULTICOM-DEEP | 0.512 | 0.542 | 20 | 22 |
| MULTICOM-DIST | 0.513 | 0.554 | 20 | 23 |
Figure 1The top 20 server predictors on the 38 CASP14 FM and FM/TBM hard domains ranked by the sum of Z-score calculated according to the CASP14 assessor’s evaluation. The predictors are ranked based on the first models they predicted for 38 CASP14 domains. The predictors from the same group are marked with the same color. The Y-axis denote the sum of the Z-score. The average TM-score of each predictor is reported on top of the bar representing each predictor.
Figure 2The box plots of the quality of top-1 models from MULTICOM2 integrated server predictors and top-1 models from their templated-based modeling branches on CASP14 TBM domains. (A) Comparison between MULTICOM-HYBRID and its templated-based models (MULTICOM-HYBRID_TBM). (B) Comparison between MULTICOM-DEEP and its templated-based models (MULTICOM-DEEP_TBM). Top1 templated-based models are selected based on the same model selection methods of MULTICOM-HYBRID and MULTICOM-DEEP mentioned the “Methods” section.
Comparison of the quality of top-1 models from MULTICOM2 integrated server predictors (MULTICOM-HYBRID and MULTICOM-DEEP) and top-1 models from their templated-based modeling branches (MULTICOM-HYBRID_TBM and MULTICOM-DEEP_TBM) on 54 CASP14 TBM domains with native structures available for this analysis. The central line in the box marks the average TM-score values of top 1 models.
| Method | MULTICOM-HYBRID | MULTICOM-HYBRID_TBM | MULTICOM-DEEP | MULTICOM-DEEP_TBM |
|---|---|---|---|---|
| E-value | 0.731 | 0.738 | 0.740 | 0.739 |
| 10–50
| 0.730 | 0.642 | 0.746 | 0.648 |
| E-value | 0.730 | 0.473 | 0.692 | 0.452 |
Top-1 templated-based models are selected based on the same model selection method of MULTICOM-HYBRID and MULTICOM-DEEP described in the “Methods” section.
Figure 3Impact of Neff and the accuracy of the inter-residue distance prediction on the model quality of the MUTLICOM2 system on 91 CASP14 domains whose experimental structures are available for analysis. (A) Logarithm of Neff of MSA vs. the quality of models built from three MULTICOM server predictors (MULTICOM-DEEP, MULTICOM-DIST and MULTICOM-HYBRID). The size of a dot is proportional to the value of Neff. (B) The precision of top L/2 long-range contact predictions vs. the quality of models.
Figure 4Flowchart of the MULTICOM2 system consisting of template-based, template-free modeling methods and model ranking (quality assessment).