Related Experiment Video
Updated: Dec 2, 2025

A Protocol for Computer-Based Protein Structure and Function Prediction
Published on: November 3, 2011
Variable Length Character N-Gram Embedding of Protein Sequences for Secondary Structure Prediction
Ashish Kumar Sharma1, Rajeev Srivastava1
1Department of Computer Science and Engineering, Indian Institute of Technology (BHU), Varanasi, Uttar Pradesh, India.
Predicting protein secondary structure from single amino acid sequences is crucial. This study introduces an n-gram word embedding and bidirectional long short-term memory (Bi-LSTM) model, achieving high accuracy on benchmark datasets.
Area of Science:
- Computational biology
- Structural bioinformatics
- Machine learning in proteomics
Background:
- Protein secondary structure prediction from amino acid sequences is vital for 3-D structure determination.
- While homologous sequence alignments improve predictions, they are not always available.
- Accurate prediction from single sequences is therefore necessary.
Purpose of the Study:
- To predict protein secondary structure from primary amino acid sequences.
- To leverage n-gram word embedding and deep recurrent neural networks for enhanced prediction.
- To capture both local and long-range residue dependencies.
Main Methods:
- Utilized variable-length character n-gram words to capture local residue context.
- Employed embedding vectors to represent n-gram words.
- Applied a bidirectional long short-term memory (Bi-LSTM) model to extract long-range sequence information.
Main Results:
- Evaluated the model on ss.txt, RS126, and CASP9 datasets.
- Achieved Q3 accuracies of 92.57% (ss.txt), 86.48% (RS126), and 89.66% (CASP9).
Conclusions:
- The proposed model demonstrates superior performance compared to existing state-of-the-art methods.
- The integration of n-gram embeddings and Bi-LSTM effectively predicts protein secondary structure.
Related Concept Videos
Protein Organization
Protein Organization
The primary structure of a protein is its amino acid sequence....
Protein and Protein Structure
A protein's shape is critical to its function. For example, an enzyme...
Protein Folding
Protein Folding
Protein Structure Is Critical to Its Biological Function
Proteins perform a wide range of biological functions such as catalyzing chemical reactions, providing...
Conservation of Protein Domains Over Different Proteins
A limited set of protein domains often duplicate and recombine during evolution. These domains can be organized in different combinations to...

