RNN
RNN predicts membrane protein types from Position-Specific Scoring Matrix (PSSM) features using recurrent neural networks to capture sequence-dependent patterns.
Key Features:
- Direct Utilization of PSSM: Inputs PSSM directly into an RNN model, avoiding post-processing that can cause information loss.
- Recurrent Neural Network Architecture: Treats amino acids as sequential time steps in an RNN to capture dependencies and temporal patterns across protein sequences.
- End-to-End Solution: Integrates PSSM and RNN end-to-end, eliminating intermediary feature extraction steps and achieving state-of-the-art performance in membrane protein type prediction.
- Exploration of Hybrid Methods: Explores combining PSSM with traditional feature extraction techniques to yield slight improvements in predictive performance.
Scientific Applications:
- Membrane protein classification: Predicts membrane protein types to support classification studies.
- Functional annotation and interaction inference: Aids understanding of protein functions and interactions from sequence-derived features.
- Drug discovery and molecular biology: Supports applications in drug discovery, molecular biology, and bioinformatics by improving predictive frameworks for membrane proteins.
Methodology:
Implementation in Python; direct input of PSSM into a recurrent neural network where amino acids are treated as sequential time steps; preprocessing steps and network architecture are designed to maximize PSSM utility; exploration of hybrid PSSM plus traditional feature extraction approaches.
Topics
Details
- Programming Languages:
- Python
- Added:
- 11/14/2019
- Last Updated:
- 12/14/2020
Operations
Publications
Wang S, Li M, Guo L, Cao Z, Fei Y. Efficient utilization on PSSM combining with recurrent neural network for membrane protein types prediction. Computational Biology and Chemistry. 2019;81:9-15. doi:10.1016/j.compbiolchem.2019.107094. PMID:31472418.