I am working on using reads from regions that are not traditionally mapped(telomere), and am wondering about the GATK quality recalibration. As I understand it does so on an aligned BAM file. Are there reads that do/are not mappped in an aligned BAM file, and are these recalibrated also?

Thanks, Nick

asked 30 Jun '10, 16:06

Nick's gravatar image

Nick
112
accept rate: 0%


I believe so. But you'd better get the reply from a GTAK developer.

link

answered 02 Jul '10, 17:21

lh3's gravatar image

lh3
22191
accept rate: 10%

Warning: I'm a user, not a developer.

With that said, CountCovariates is a LocusWalker so it will not see unmapped reads and the calibration table will only be based on data from mapped reads. TableRecalibrationWalker is a ReadWalker so it will update the quality scores for all reads based on the calibration data.

Given that your data is telomeric (highly repetitive), I'd be a little apprehensive about using the recalibration utility - your data may have lots of mismatches due to mutations, not to sequencing errors, which could skew the recalibration as it doesn't really fit the model of how the recalibrator works.

link

answered 13 Jul '10, 21:35

shershman's gravatar image

shershman
112
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×8
×2
×1

Asked: 30 Jun '10, 16:06

Seen: 777 times

Last updated: 13 Jul '10, 21:35

powered by OSQA