Difference between revisions of "Secstr general"

From Bioinformatikpedia
Line 16: Line 16:
 
<br>
 
<br>
   
  +
[[https://i12r-studfilesrv.informatik.tu-muenchen.de/wiki/index.php/Sequence-based_predictions_HEXA Back to sequence-based prediction]]<br><br>
 
== Jpred3 ==
 
== Jpred3 ==
   
Line 32: Line 33:
 
<br>
 
<br>
   
  +
[[https://i12r-studfilesrv.informatik.tu-muenchen.de/wiki/index.php/Sequence-based_predictions_HEXA Back to sequence-based prediction]]<br><br>
 
== DSSP ==
 
== DSSP ==
   
Line 48: Line 50:
 
As a result you get a file with the assigned secondary structure, the symmetry and the accessibility of the whole protein.
 
As a result you get a file with the assigned secondary structure, the symmetry and the accessibility of the whole protein.
 
<br>
 
<br>
  +
  +
[[https://i12r-studfilesrv.informatik.tu-muenchen.de/wiki/index.php/Sequence-based_predictions_HEXA Back to sequence-based prediction]]<br><br>

Revision as of 12:01, 11 August 2011

PSIPRED

Authors: David T. Jones
Year: 1999
Source: [Protein secondary structure prediction based on position-specific scoring matrices]

Description

PSIPRED is a secondary structure prediction tool, which uses neural networks. The neural network has a single hidden layer and a feed-forward back-propagation architecture. The procedure of this method is split into three main steps. The first one is the generation of sequence profiles which means it generates a position-specific scoring matrix from PSI-BLAST and takes it as an input for the neural network. The second step is the prediction of the initial secondary structure which means it creates an output layer where the units represent one of three secondary structure states (helix, strand or coil). The last step is the filtering of the predicted structure which is the successive filtering of the outputs from the main network.

Input

We used the [Webserver] for our analysis. The input for the webserver is only the sequence in FASTA-format.

Output

As a prediction result you get different possible files with the predicted secondary structure. The possibles outputs are in pdf, postscript or txt. The pdf and postscript have a more graphical representation whereas the txt is more simple.

[Back to sequence-based prediction]

Jpred3

Authors: Cole C, Barber JD, Barton GJ
Year: 2008
Source: [The Jpred 3 secondary structure prediction server]

Description

Jpred3 is a server for secondary structure prediction. It uses the Jnet algorithm for the prediction which consists of neural networks. The special is that it has two possible inputs: the sequence or a multiple sequence alignment. Furthermore it delivers differenz possible output files like HTML, pdf or postscript.

Input

We used the [Webserver] for our analysis. The input for the webserver was in our case only the sequence in FASTA-format.

Output

As a prediction result you get different possible files with the predicted secondary structure. There are some complex and some simple outputs. The conmplex ones contains the multiple sequence alignment as well as the predicted secondary structure. In contrast the simple ones contain only the secondary structure prediction.

[Back to sequence-based prediction]

DSSP

Authors: Kabsch W, Sander C.
Year: 1983
Source: [Dictionary of protein secondary structure: pattern recognition of hydrogen-bonded and geometrical features.]

Description

DSSP is a database for secondary structure assignments for each PDB entry. It is no prediction tool, but is often used to determine the prediction success by comparing the predicted secondary structure with the one from DSSP. It defines the secondary structure by given atomic coordinates in PDB-format. It bases mainly on H-bonding, because there are specific h-bonds at more or less specific positions which define helices or sheets.

Input

We used the [Webserver] for our analysis. There are two possible inputs: the PDB-id or the sequence. We used the PDB-id.

Output

As a result you get a file with the assigned secondary structure, the symmetry and the accessibility of the whole protein.

[Back to sequence-based prediction]