Difference between revisions of "Jpred"

From Bioinformatikpedia
(Jnet)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
==Jnet==
 
==Jnet==
 
{| style="float: right; border: 1px solid #BBB; margin: .46em 0 0 .2em;"
 
{| style="float: right; border: 1px solid #BBB; margin: .46em 0 0 .2em;"
| Jnet
 
|-
 
 
! Author
 
! Author
 
| James A. Cuff, Geoffrey J. Barton
 
| James A. Cuff, Geoffrey J. Barton
Line 21: Line 19:
 
|}
 
|}
   
  +
Jnet uses two neural networks for its prediction.
<<under construction>>
 
  +
The first network is feeded with a window of 17 residues over each amino acid in the alignment plus a conservation number.
 
  +
It uses a hidden layer of nine nodes and has three output nodes, one for each secondary structure element.
Jnet uses neural networks for its prediction.
 
first, input: window of 17 residues over each amino acid in the alignment plus the
 
addition of a conservation number; nine hidden nodes; three output nodes
 
 
second, input: window of 19 residues (result of first network) plus the conservation
 
number; nine hidden nodes; three output nodes
 
   
  +
The second network is feeded with a window of 19 residues (the result of first network) plus the conservation number.
input: multiple sequence alignment
 
  +
It has a hidden layer with nine nodes and has three output nodes.
output: for each amino-acid three scores for three secondary structure elements
 
(Helix, Sheet, Coil)
 

Latest revision as of 22:21, 6 June 2011

Jpred

Basic Information

Jpred itself is just a Protein Secondary Structure Prediction server, which exists since 1998 in different versions. JPred predicts Solvent Accessibility and Coiled-coil regions with the Lupas method and the secondary structure with the Jnet algorithm.

Jnet

Author James A. Cuff, Geoffrey J. Barton
Year 2000
Reference PubMed 10861942
ML Method Neural Network

Jnet uses two neural networks for its prediction. The first network is feeded with a window of 17 residues over each amino acid in the alignment plus a conservation number. It uses a hidden layer of nine nodes and has three output nodes, one for each secondary structure element.

The second network is feeded with a window of 19 residues (the result of first network) plus the conservation number. It has a hidden layer with nine nodes and has three output nodes.