ANGSD: Analysis of next generation Sequencing Data

Latest tar.gz version is (0.938/0.939 on github), see Change_log for changes, and download it here.

Base quality: Difference between revisions

From angsd
Jump to navigation Jump to search
(Created page with "=Base quality counts= Counts the number of bases for each quality. ==Example== Print the individuals depth from bam files <pre> ./angsd -out out -doCounts 1 -doQsDist 1 -ba...")
 
No edit summary
Line 1: Line 1:
=Base quality counts=
=Base quality counts=
Counts the number of bases for each quality.
Counts the number of bases for each quality score.
 
 


==Example==
==Example==
Print the individuals depth from bam files
Print the number of
<pre>
<pre>
./angsd -out out -doCounts 1 -doQsDist 1 -bam bam.filelist
./angsd -out out -doCounts 1 -doQsDist 1 -bam bam.filelist
</pre>
===output===
First coloums is the quality score the second one the number of bases with this score.
<pre>
0      3113
1      15619
2      97044
3      68369
4      117163
5      12149
6      15016
7      17982
8      21897
9      26471
10      31854
11      36491
12      41649
13      47400
14      53778
15      61933
16      73120
17      87034
.
.
.
</pre>
</pre>

Revision as of 17:20, 19 September 2012

Base quality counts

Counts the number of bases for each quality score.

Example

Print the number of

./angsd -out out -doCounts 1 -doQsDist 1 -bam bam.filelist

output

First coloums is the quality score the second one the number of bases with this score.

0       3113
1       15619
2       97044
3       68369
4       117163
5       12149
6       15016
7       17982
8       21897
9       26471
10      31854
11      36491
12      41649
13      47400
14      53778
15      61933
16      73120
17      87034
.
.
.