3 * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4 * Copyright (C) $$Year-Rel$$ The Jalview Authors
6 * This file is part of Jalview.
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.
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.
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.
23 <title>Clustal Colour Scheme</title>
24 <style type="text/css">
35 <strong>Clustal X Colour Scheme</strong>
37 <p>This is an emulation of the default colourscheme used for
38 alignments in Clustal X, a graphical interface for the ClustalW
39 multiple sequence alignment program. Each residue in the alignment
40 is assigned a colour if the amino acid profile of the alignment at
41 that position meets some minimum criteria specific for the residue
43 <p>The table below gives these criteria as clauses: {+X%,xx,y},
44 where X is the minimum percentage presence for any of the xx (or y)
50 <th>Clustal X Default Colouring</th>
53 <td><table border="1">
55 <th>Residue at position</th>
56 <th>Applied Colour</th>
57 <th>{ Threshhold, Residue group }</th>
60 <td>A,I,L,M,F,W,V</td>
61 <td bgcolor="#80a0f0">BLUE</td>
62 <td>{+60%, WLVIMAFCHP}</td>
66 <td bgcolor="#f01505">RED</td>
67 <td>{+60%,KR},{+80%, K,R,Q}</td>
71 <td bgcolor="#15c015">GREEN</td>
72 <td>{+50%, N}, {+85%, N,Y}</td>
76 <td bgcolor="#80a0f0">BLUE</td>
77 <td>{+60%, WLVIMAFCHP}</td>
81 <td bgcolor="#f08080">PINK</td>
86 <td bgcolor="#15c015">GREEN</td>
87 <td>{+60%,KR},{+50%,QE},{+85%,Q,E,K,R}</td>
91 <td bgcolor="#c048c0">MAGENTA</td>
92 <td>{+60%,KR},{+50%,QE},{+85%,E,Q,D}</td>
96 <td bgcolor="#c048c0">MAGENTA</td>
97 <td>{+60%,KR}, {+85%, K,R,Q}, {+50%,ED}</td>
101 <td bgcolor="#f09048">ORANGE</td>
106 <td bgcolor="#15a4a4">CYAN</td>
107 <td>{+60%, WLVIMAFCHP}, {+85%,
108 W,Y,A,C,P,Q,F,H,I,L,M,V}</td>
112 <td bgcolor="#c0c000">YELLOW</td>
117 <td bgcolor="#15c015">GREEN</td>
118 <td>{+60%, WLVIMAFCHP}, {+50%, TS}, {+85%,S,T}</td>