Related Experiment Video
Updated: Jan 27, 2026

04:57
Residue-Free Fabrication of van der Waals Heterostructures of Two-Dimensional Materials
Published on: July 18, 2025
1.0K
Predicting protein residue-residue contacts using random forests and deep networks
Joseph Luttrell1, Tong Liu2, Chaoyang Zhang1
1School of Computing Sciences and Computer Engineering, University of Southern Mississippi, 118 College Drive, Hattiesburg, MS, 39406, USA.
BMC Bioinformatics
|March 16, 2019
Summary
Machine learning accurately predicts protein residue contacts from amino acid sequences. Random forest models achieved high accuracy, aiding protein structure and function research.
Area of Science:
- Computational biology
- Bioinformatics
- Protein structure prediction
Background:
- Predicting residue-residue contacts in proteins is crucial for understanding protein structure and function.
- Limited experimentally determined protein structures necessitate computational prediction methods.
- Contact prediction aids in reducing computational complexity for protein structure prediction and identifying functional regions.
Purpose of the Study:
- To develop and benchmark machine learning methods for residue-residue contact prediction.
- To evaluate the performance of various algorithms including random forests, direct-coupling analysis, support vector machines, and deep networks.
- To provide accessible tools for protein contact prediction.
Main Methods:
- Implemented and evaluated random forests, direct-coupling analysis, support vector machines, and deep networks (stacked denoising autoencoders).
- Trained models using amino acid sequences to predict contacting residue pairs.
- Blindly tested models on the CASP11 dataset for performance evaluation.
Main Results:
- Random forest predictors achieved top 10 prediction accuracy scores of 85.13% (short range), 74.49% (medium range), and 54.49% (long range).
- Ensemble deep network models (stacked denoising autoencoders with support vector machines) achieved scores of 75.51% (short range), 60.26% (medium range), and 43.85% (long range).
- Model performance was comparable to existing contact predictors from the CASP11 dataset.
Conclusions:
- Benchmarking diverse prediction methods is beneficial for the challenging task of contact prediction.
- Developed user-friendly tools for contact prediction with simple interfaces.
- Released a standalone C++ implementation of direct-coupling analysis and the RFcon web server for public access.
Related Concept Videos
Residual Stresses
622
Residual stresses reside in a structure even after removing the original stress inducer. This phenomenon often arises from varied plastic deformations across different parts of a structure. Consider a rod stretched beyond its yield point. It will not regain its original length due to permanent deformation. Even after load removal, the rod does not entirely lose stress because of uneven plastic deformations, resulting in residual stresses. The computation of these stresses in structures is...
622
Residual Plots
6.5K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
When the residual values are plotted against the variable x, it is called a residual...
6.5K
Residual Stresses in Circular Shafts
531
In materials that exhibit elastic and plastic behavior, known as elastoplastic materials, residual stresses can accumulate when these materials experience plastic deformation. This deformation arises from either high levels of shearing stress or significant strains. Residual stresses are internal stresses that persist within a material after removing the external force causing deformation. This phenomenon is demonstrated when observing the behavior of a shaft under torque; notably, the...
531
Residual Stresses in Bending
554
In the study of elastoplastic members subjected to bending moments, understanding the loading and unloading phases is crucial for assessing material behavior and structural integrity. During the loading phase, as the bending moment increases, the material initially responds elastically, adhering to Hooke's Law, where stress is directly proportional to strain. When the load exceeds the yield strength, plastic deformation occurs, resulting in permanent strain and deformation that remains even...
554
Residuals and Least-Squares Property
9.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
9.4K
Protein Networks
4.5K
An organism can have thousands of different proteins, and these proteins must cooperate to ensure the health of an organism. Proteins bind to other proteins and form complexes to carry out their functions. Many proteins interact with multiple other proteins creating a complex network of protein interactions.
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
4.5K

