JAL-1432 updated copyright notices
[jalview.git] / help / html / calculations / quality.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><title>Alignment Quality Annotation</title></head>
21 <body>
22 <p><strong>Alignment Quality Annotation</strong></p>
23 <p>Alignment Quality is one of the automatically calculated
24 quantitative alignment
25 annotations displayed below the columns of a multiple sequence
26 alignment (and can be used to shade the alignment). It is an ad-hoc
27 measure of the likelihood of observing the mutations (if any) in a
28 particular column of the alignment.</p>
29 <p>
30 More precisely, the quality score is inversely proportional to the
31 average cost of all pairs of mutations observed in a particular column
32 of the alignment - a high alignment quality score for a column would
33 suggest that there are no mutations, or most mutations observed are
34 favourable.
35 </p>
36
37 <p><em>The Algorithm</em><br>
38 The quality score is calculated for each column in an alignment by
39 summing, for all mutations, the ratio of the two BLOSUM 62 scores for
40 a mutation pair and each residue's conserved BLOSUM62 score (which
41 is higher). This value is normalised for each column, and then plotted
42 on a scale from 0 to 1.
43 </p>
44 <p>
45 Multiple alignment algorithms using the BLOSUM 62 substition matrices
46 should, in theory, maximise alignment quality for an un-gapped
47 alignment, and locally maximise quality for gapped alignments.
48 </p>
49 </body>
50 </html>