Hi,
I am trying to understand how bowtie2 uses the quality values of the FASTQ files. It is my understanding after reading the paper that in the 'seed alignment phase' the QV are ignore.
Then, when it tries to align the whole read, then it uses the QVs to obtain 'scores' of the alignment and then it reports the alignments with the highest score.
However, it is not very clear how exactly they use the value of the QV. Is it like in BowTie(1)?
In the previous version [bowtie1] it is clearly explained how the QV are used (accepting up to a sum 70 in the QV of the mismatches positions, etc.)
I would really appreciate if someone could shed some light in this issue.
Thank you very much,
I am trying to understand how bowtie2 uses the quality values of the FASTQ files. It is my understanding after reading the paper that in the 'seed alignment phase' the QV are ignore.
Then, when it tries to align the whole read, then it uses the QVs to obtain 'scores' of the alignment and then it reports the alignments with the highest score.
However, it is not very clear how exactly they use the value of the QV. Is it like in BowTie(1)?
In the previous version [bowtie1] it is clearly explained how the QV are used (accepting up to a sum 70 in the QV of the mismatches positions, etc.)
I would really appreciate if someone could shed some light in this issue.
Thank you very much,
Comment