Porter5

Porter5 predicts protein secondary structure from amino acid sequences, providing three-state and eight-state secondary structure assignments for computational studies.


Key Features:

  • State-of-the-Art Architecture: Uses an ensemble of cascaded Bidirectional Recurrent Neural Networks (BiRNNs) and Convolutional Neural Networks (CNNs) to capture sequential dependencies and local patterns in protein sequences.
  • Novel Input Encoding: Employs input encoding techniques that support both single-sequence and evolutionary profile-based inputs for neural network processing.
  • Comprehensive Training Dataset: Trained on an extensive set of protein structures to improve robustness and generalizability across diverse datasets.
  • High Accuracy Rates: Reports 84% accuracy (81% Sequence Order Verification) for three-state predictions and 73% accuracy (70% SOV) for eight-state predictions in independent tests.
  • Homology-Free Training: Can be retrained on SCOPe-based datasets eliminating homology between training and testing samples while maintaining high accuracy.

Scientific Applications:

  • Protein Structure Prediction: Predicts secondary structure from amino acid sequences to aid understanding of protein folding and structural modeling.
  • Functional Annotation: Provides insights into structure and function for unknown proteins based on predicted secondary structure.
  • Drug Design and Discovery: Enables modeling of target protein secondary structure to inform rational drug design.

Methodology:

Implements an ensemble of cascaded Bidirectional Recurrent Neural Networks (BiRNNs) and Convolutional Neural Networks (CNNs); BiRNNs capture sequential dependencies and CNNs identify local patterns. Models are trained on large protein-structure datasets and can be retrained on SCOPe-based homology-free datasets; inputs use encodings for single sequences and evolutionary profiles.

Topics

Details

License:
CC-BY-NC-SA-4.0
Maturity:
Mature
Cost:
Free of charge (with restrictions)
Tool Type:
command-line tool, web application
Operating Systems:
Linux, Windows, Mac
Programming Languages:
C++, Python
Added:
5/30/2019
Last Updated:
6/16/2020

Operations

Publications

Torrisi M, Kaleel M, Pollastri G. Porter 5: state-of-the-art ab initio prediction of protein secondary structure in 3 and 8 classes. Unknown Journal. 2018. doi:10.1101/289033.

Torrisi M, Pollastri G. Protein Structure Annotations. Essentials of Bioinformatics, Volume I. 2019. doi:10.1007/978-3-030-02634-9_10.

Torrisi M, Kaleel M, Pollastri G. Deeper Profiles and Cascaded Recurrent and Convolutional Neural Networks for state-of-the-art Protein Secondary Structure Prediction. Scientific Reports. 2019;9(1). doi:10.1038/s41598-019-48786-x. PMID:31451723. PMCID:PMC6710256.

PMID: 31451723
PMCID: PMC6710256
Funding: - Irish Research Council: GOIPG/2014/603, GOIPG/2015/3717

Documentation

Links

Repository
https://github.com/mircare/Porter5/
(The standalone, train and test sets, and performance reports are available.)