5555c73c05d1ff6ab2c52f2d17caa6243687aab3
[jalview.git] / help / html / webServices / jnet.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
4  * Copyright (C) 2014 The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head>
23 <title>JNet Secondary Structure Prediction</title>
24 </head>
25 <body>
26 <strong>JNet Secondary Structure Prediction</strong>
27 <p>Secondary structure prediction methods attempts to infer the
28 likely secondary structure for a protein based on its amino acid
29 composition and similarity to sequences with known secondary structure.
30 The JNet method uses several different neural networks and decides on
31 the most likely prediction via a jury network. <br>
32 <ul>
33         <li>Cole C., Barber J.D. and Barton G.J. (2008) The Jpred 3
34         secondary structure prediction server <em>Nucleic Acids Research</em> <strong>36</strong>
35         W197-W201</li>
36         <li>Cuff J. A and Barton G.J (1999) Application of enhanced
37         multiple sequence alignment profiles to improve protein secondary
38         structure prediction <em>Proteins</em> <strong>40</strong> 502-511</li>
39 </ul>
40 </p>
41 The function available from the
42 <strong>Web Service&#8594;Secondary Structure
43 Prediction&#8594;JNet Secondary Structure Prediction</strong>
44 menu does two different kinds of prediction, dependent upon the
45 currently selected region:
46 </p>
47 <ul>
48         <li>If nothing is selected, and the displayed sequences appear to
49         be aligned, then a JNet prediction will be run for the first sequence
50         in the alignment, using the current alignment. Otherwise the first
51         sequence will be submitted for prediction.</li>
52         <li>If just one sequence (or a region on one sequence) has been
53         selected, it will be submitted to the automatic JNet prediction server
54         for homolog detection and prediction.</li>
55         <li>If a set of sequences are selected, and they appear to be
56         aligned, then the alignment will be used for a Jnet prediction on the <strong>first</strong>
57         sequence selected in the set (that is, the one nearest the top of the
58         alignment window).</li>
59 </ul>
60 <p><strong>Note</strong>: JNet secondary structure prediction is a
61 'non-column-separable' service - predictions are based on the sequence
62 profile of contiguous stretches of amino-acid sequence. A prediction
63 will only be made on the visible parts of a sequence (see <a
64         href="../features/hiddenRegions.html">hiding columns</a>) as if it were
65 a contiguous polypeptide chain. Prediction accuracy at the hidden column
66 boundaries may therefore be less than indicated by JNet's own
67 reliability score (see below).</p>
68 <p>The result of a JNet prediction for a sequence is a new annotated
69 alignment window:</p>
70 <img src="jnetprediction.gif">
71 <p>The sequence for which the prediction was made is the first one
72 in the alignment. If a sequence based prediction was made then the
73 remaining sequences in the alignment are the aligned parts of homologs
74 which were used to construct a sequence profile for the prediction. If
75 the prediction was made using a multiple alignment, then the original
76 multiple alignment will be returned, annotated with the prediction.</p>
77 The annotation bars below the alignment are as follows:
78 </p>
79 <ul>
80         <li>Lupas_21, Lupas_14, Lupas_28<br>
81         <em>Coiled-coil predictions for the sequence. These are binary
82         predictions for each location.</em></li>
83         <li>JNETSOL25,JNETSOL5,JNETSOL0<br>
84         <em>Solvent accessibility predictions - binary predictions of 25%,
85         5% or 0% solvent accessibility.</em></li>
86         <li>JNetPRED<br>
87         <em>The consensus prediction - helices are marked as red tubes,
88         and sheets as dark green arrows.</em></li>
89         <li>JNetCONF<br>
90         <em>The confidence estimate for the prediction. High values mean
91         high confidence. prediction - helices are marked as red tubes, and
92         sheets as dark green arrows.</em></li>
93         <li>JNetALIGN<br>
94         <em>Alignment based prediction - helices are marked as red tubes,
95         and sheets as dark green arrows.</em></li>
96         <li>JNetHMM<br>
97         <em>HMM profile based prediction - helices are marked as red
98         tubes, and sheets as dark green arrows.</em></li>
99         <li>jpred<br>
100         <em>Jpred prediction - helices are marked as red tubes, and sheets
101         as dark green arrows.</em></li>
102         <li>JNETPSSM<br>
103         <em>PSSM based prediction - helices are marked as red tubes, and
104         sheets as dark green arrows.</em></li>
105         <li>JNETFREQ<br>
106         <em>Amino Acid frequency based prediction - helices are marked as
107         red tubes, and sheets as dark green arrows.</em></li>
108         <li>JNETJURY<br>
109         <em>A '*' in this annotation indicates that the JNETJURY was
110         invoked to rationalise significantly different primary predictions.</em></li>
111 </ul>
112 </p>
113 <em>JNet annotation created in Jalview 2.8.2 and later versions can be displayed on other alignments via the <a href="">Add reference annotation</a></em>
114 <em>As of Jalview 2.6, the Jnet service accessed accessed via the
115 'Secondary structure prediction' submenu should be considered a legacy
116 Jalview SOAP service, and will be replaced in the near future by a
117 JABAWS Jnet service (now available in the Jalview 2.9 development version).</em>
118
119 </body>
120 </html>