PsiPred - Protein Analysis Workbench
PsiPred is an advanced designed for protein prediction and annotation, with an emphasis on structuring protein data. Among its tools the following stand out:
PsiPred 4 predicts the structure of proteins with deep neural networks and PSI-BLAST data.
Input
Submit the amino acid sequence of interest in FASTA format.
Algorithm
Uses protein databases to find homologies by perfoming a multiple sequence alignment, comparing the submitted protein sequence with known protein sequences, in addition to artificial neural networks to predict the secondary structure of the protein;
There are three main types of secondary structure you try to predict:
Alpha-helices: helical structures in the protein;
Beta-sheets: sheet-shaped structures organized in layers;
Random structures (coil): regions of the protein that do not have a specific secondary structure.
Results
Generates a predicton about which regions of the protein will form these secondary structure. The results are presented in the form of graphs and representation that show the probability of each structure constituting a part of the amino acid sequence.
DISOPred 3 identifies and annotates disordered regions (IDRs) using independent predictors and a result combination module.
Input
Receives the same amino acid sequence as PsiPred4 (FASTA sequence)
Algorithm
Extracts features from the amino acid sequence, such as amino acid composition, sequence patterns and other biochemical properties that may be associated with disordered regions.
It uses artificial neural networks to predict strucutral disorder, which contains known protein data to identify patterns associated with disordered regions.
Making predictions about which parts of the amino acid sequence are prone to forming disordered regions.
Results
Are generated in graphs or maps that show the probability of disorder at each position in the sequence. This can be visualized as a probability line along the sequence, where regions with a high probability of disorder are highlighted.
PsiPred and its tools are fundamental for the structural and functional analysis of proteins. PsiPred 4 predicts the secondary structure of new amino acid sequences based on evolutionarily related proteins, while DisoPred 3 identifies disordered regions, helping to detect segments without fixed structure. Together, they provide valuable information about the characteristics of proteins.