Difference between revisions of "Secstr general"

From Bioinformatikpedia
(PSIPRED)
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
''Source:'' [[http://www.ncbi.nlm.nih.gov/pubmed/10493868 Protein secondary structure prediction based on position-specific scoring matrices]]<br>
 
''Source:'' [[http://www.ncbi.nlm.nih.gov/pubmed/10493868 Protein secondary structure prediction based on position-specific scoring matrices]]<br>
   
''Description:'' <br>
+
=== Description ===
 
PSIPRED is a secondary structure prediction tool, which uses neural networks. The neural network has a single hidden layer and a
 
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.
 
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:''<br>
+
=== Input ===
 
We used the [[http://bioinf.cs.ucl.ac.uk/psipred/ Webserver]] for our analysis. The input for the webserver is only the sequence in FASTA-format.<br>
 
We used the [[http://bioinf.cs.ucl.ac.uk/psipred/ Webserver]] for our analysis. The input for the webserver is only the sequence in FASTA-format.<br>
   
''Output:''<br>
+
=== 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.
+
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 more graphical representation of the result whereas the txt is simpler.
 
<br>
 
<br>
   
  +
[[http://i12r-studfilesrv.informatik.tu-muenchen.de/wiki/index.php/Sequence-based_predictions_HEXA Back to sequence-based prediction]]<br><br>
=== Jpred3 ===
 
  +
== Jpred3 ==
   
 
''Authors:'' Cole C, Barber JD, Barton GJ<br>
 
''Authors:'' Cole C, Barber JD, Barton GJ<br>
Line 22: Line 23:
 
''Source:'' [[http://www.ncbi.nlm.nih.gov/pubmed/18463136 The Jpred 3 secondary structure prediction server]]<br>
 
''Source:'' [[http://www.ncbi.nlm.nih.gov/pubmed/18463136 The Jpred 3 secondary structure prediction server]]<br>
   
''Description:'' <br>
+
=== 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.
+
Jpred3 is a server for secondary structure prediction. It uses the Jnet algorithm for the prediction which consists of serveral neural networks. The special thing about is that it has two possible inputs: the sequence or a multiple sequence alignment. Furthermore it delivers different possible output files like HTML, pdf or postscript.
   
''Input:''<br>
+
=== Input ===
 
We used the [[http://www.compbio.dundee.ac.uk/www-jpred/index.html Webserver]] for our analysis. The input for the webserver was in our case only the sequence in FASTA-format.<br>
 
We used the [[http://www.compbio.dundee.ac.uk/www-jpred/index.html Webserver]] for our analysis. The input for the webserver was in our case only the sequence in FASTA-format.<br>
   
''Output:''<br>
+
=== 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.
+
As a prediction result we got different possible files with the predicted secondary structure. There are some complex and some simple outputs. The complex ones contains the multiple sequence alignment as well as the predicted secondary structure. In contrast the simple ones contain only the secondary structure prediction.
 
<br>
 
<br>
   
  +
[[http://i12r-studfilesrv.informatik.tu-muenchen.de/wiki/index.php/Sequence-based_predictions_HEXA Back to sequence-based prediction]]<br><br>
=== DSSP ===
 
  +
== DSSP ==
   
 
''Authors:'' Kabsch W, Sander C.<br>
 
''Authors:'' Kabsch W, Sander C.<br>
Line 38: Line 40:
 
''Source:'' [[http://www.ncbi.nlm.nih.gov/pubmed?term=Dictionary%20of%20protein%20secondary%20structure%3A%20pattern%20recognition%20of%20hydrogen-bonded%20and%20geometrical%20features Dictionary of protein secondary structure: pattern recognition of hydrogen-bonded and geometrical features.]]<br>
 
''Source:'' [[http://www.ncbi.nlm.nih.gov/pubmed?term=Dictionary%20of%20protein%20secondary%20structure%3A%20pattern%20recognition%20of%20hydrogen-bonded%20and%20geometrical%20features Dictionary of protein secondary structure: pattern recognition of hydrogen-bonded and geometrical features.]]<br>
   
Description: <br>
+
=== 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.
 
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.
 
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:''<br>
+
=== Input ===
 
We used the [[http://swift.cmbi.ru.nl/servers/html/ Webserver]] for our analysis. There are two possible inputs: the PDB-id or the sequence. We used the PDB-id.<br>
 
We used the [[http://swift.cmbi.ru.nl/servers/html/ Webserver]] for our analysis. There are two possible inputs: the PDB-id or the sequence. We used the PDB-id.<br>
   
''Output:''<br>
+
=== Output ===
 
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>
  +
  +
[[http://i12r-studfilesrv.informatik.tu-muenchen.de/wiki/index.php/Sequence-based_predictions_HEXA Back to sequence-based prediction]]<br><br>

Latest revision as of 21:21, 30 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 more graphical representation of the result whereas the txt is simpler.

[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 serveral neural networks. The special thing about is that it has two possible inputs: the sequence or a multiple sequence alignment. Furthermore it delivers different 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 we got different possible files with the predicted secondary structure. There are some complex and some simple outputs. The complex 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]