-
Notifications
You must be signed in to change notification settings - Fork 3
/
aq-estimateq.1
29 lines (29 loc) · 1.01 KB
/
aq-estimateq.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.\" Authors: Andre Masella
.TH aq-estimateq 1 "October 2011" "1.2" "USER COMMANDS"
.SH NAME
aq-estimateq \- Estimate the error probability using Illumina tags
.SH SYNOPSIS
.B aq-estimateq
[
.B \-j
]
.B \-f
.I file.fastq
.I tag1 tag2 ...
.SH DESCRIPTION
Calculate the error rate in sequencing by counting the number of mismatches between every tag in the FASTQ file and all the tags provided on the command line. The best-matching tag is always assumed to be the best one. This will then calculate total mismatches over total number of nucleotides examined to determine the probability of error. This is how this value was approximated for
.BR pandaseq (1).
.SH OPTIONS
.TP
\-f
The FASTQ file to be examined.
.TP
\-j
The input file is compressed with
.BR bzip (1).
.TP
tag
An Illumina tag present in the file. If any valid tags present in the file are not present on the command line, they will be treated as mismatches to a provided tag, causing the error rate to be overestimated.
.SH SEE ALSO
.BR pandaseq (1),
.BR axiome (1).