~ubuntu-branches/ubuntu/saucy/fastqc/saucy-proposed

« back to all changes in this revision

Viewing changes to Help/3 Analysis Modules/2 Per Base Sequence Quality.html

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2012-11-20 13:38:32 UTC
  • Revision ID: package-import@ubuntu.com-20121120133832-psohzlsak64g7bdy
Tags: upstream-0.10.1+dfsg
ImportĀ upstreamĀ versionĀ 0.10.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
 
 
3
<head>
 
4
<title>Per Base Sequence Quality</title>
 
5
<style type="text/css">
 
6
        body {
 
7
                font-family: sans-serif;
 
8
        }
 
9
</style>
 
10
</head>
 
11
<body>
 
12
<h1>Per Base Sequence Quality</h1>
 
13
<h2>Summary</h2>
 
14
<p>
 
15
This view shows an overview of the range of quality values across all bases
 
16
at each position in the FastQ file.
 
17
</p>
 
18
<p><img src="per_base_quality.png"></p>
 
19
<p>
 
20
For each position a BoxWhisker type plot is drawn.  The elements of the
 
21
plot are as follows:
 
22
</p>
 
23
<ul>
 
24
<li>The central red line is the median value</li>
 
25
<li>The yellow box represents the inter-quartile range (25-75%)</li>
 
26
<li>The upper and lower whiskers represent the 10% and 90% points</li>
 
27
<li>The blue line represents the mean quality</li>
 
28
</ul>
 
29
<p>
 
30
The y-axis on the graph shows the quality scores.  The higher the score
 
31
the better the base call.  The background of the graph divides the 
 
32
y axis into very good quality calls (green), calls of reasonable quality
 
33
(orange), and calls of poor quality (red).  The quality of calls on most
 
34
platforms will degrade as the run progresses, so it is common to see
 
35
base calls falling into the orange area towards the end of a read.
 
36
</p>
 
37
<p>
 
38
It should be mentioned that there are number of different ways to encode
 
39
a quality score in a FastQ file.  FastQC attempts to automatically determine
 
40
which encoding method was used, but in some very limited datasets it is
 
41
possible that it will guess this incorrectly (ironically only when your
 
42
data is universally very good!).  The title of the graph will describe the
 
43
encoding FastQC thinks your file used.
 
44
</p>
 
45
 
 
46
 
 
47
<h2>Warning</h2>
 
48
<p>
 
49
A warning will be issued if the lower quartile for any base is less
 
50
than 10, or if the median for any base is less than 25.
 
51
</p>
 
52
 
 
53
<h2>Failure</h2>
 
54
<p>
 
55
This module will raise a failure if the lower quartile for any base is
 
56
less than 5 or if the median for any base is less than 20.
 
57
</p>
 
58
 
 
59
</body>
 
60
</html>