JAL-1620 version bump and release notes
[jalview.git] / help / html / colourSchemes / clustal.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
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><title>Clustal Colour Scheme</title>
23 <style type="text/css">
24 <!--
25 td {
26         text-align: center;
27 }
28 -->
29 </style>
30 </head>
31
32 <body>
33 <p><strong>Clustal X Colour Scheme</strong></p>
34   <p>This is an emulation of the default colourscheme used for alignments in 
35   Clustal X, a graphical interface for the ClustalW multiple sequence alignment
36     program. Each residue in the alignment is assigned a colour if the 
37     amino acid profile of the alignment at that position 
38     meets some minimum criteria specific for the residue type.</p>
39     <p>The table below gives these criteria as clauses: {+X%,xx,y},
40      where X is the minimum percentage presence for any of the xx (or y) residue types.</p>
41 <div align="center">
42   <p>&nbsp;</p><table border="1">
43 <tr><th>Clustal X Default Colouring</th></tr>
44     <tr> 
45       <td><table border="1">
46 <tr><th>Residue at position</th><th>Applied Colour</th><th>{ Threshhold, Residue group }</th></tr>
47 <tr><td>A,I,L,M,F,W,V</td><td bgcolor="#80a0f0">BLUE</td><td>{+60%, WLVIMAFCHP}</td></tr>
48 <tr><td>R,K</td><td bgcolor="#f01505">RED</td><td>{+60%,KR},{+80%, K,R,Q}</td></tr>
49 <tr><td>N</td><td bgcolor="#15c015">GREEN</td><td>{+50%, N}, {+85%, N,Y}</td></tr>
50 <tr><td>C</td><td bgcolor="#80a0f0">BLUE</td>
51 <td>{+60%, WLVIMAFCHP}</td></tr>
52 <tr><td>C</td><td bgcolor="#f08080">PINK</td>
53 <td>{100%, C}</td></tr>
54 <tr><td>Q</td><td bgcolor="#15c015">GREEN</td><td>{+60%,KR},{+50%,QE},{+85%,Q,E,K,R}</td></tr>
55 <tr><td>E</td><td bgcolor="#c048c0">MAGENTA</td><td>{+60%,KR},{+50%,QE},{+85%,E,Q,D}</td></tr>
56 <tr><td>D</td><td bgcolor="#c048c0">MAGENTA</td><td>{+60%,KR}, {+85%, K,R,Q}, {+50%,ED}</td></tr>
57 <tr><td>G</td><td bgcolor="#f09048">ORANGE</td><td>{+0%, G}</td></tr>
58 <tr><td>H,Y</td><td bgcolor="#15a4a4">CYAN</td><td>{+60%, WLVIMAFCHP}, {+85%, W,Y,A,C,P,Q,F,H,I,L,M,V}</td></tr>
59 <tr><td>P</td><td bgcolor="#c0c000">YELLOW</td><td>{+0%, P}</td></tr>
60 <tr><td>S,T</td><td bgcolor="#15c015">GREEN</td><td>{+60%, WLVIMAFCHP}, {+50%, TS}, {+85%,S,T}</td></tr>
61 </table>
62 </td></tr></table>
63 </div>
64 </body>
65 </html>