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