Should I include ambiguously mapped reads in the realignment around InDels?
1
0
Entering edit mode
6.4 years ago
stu111538 ▴ 80

Hi,

I am wondering whether ambiguously mapped reads (=not uniquely mapped reads, mapping quality 0) do play any role when I perform realignment around InDels (as for example using GATK IndelRealigner or, as in my case, BisSNP BisulfiteIndelRealigner). I performed the alignment of my RRBS data using Bismark/Bowtie2 and excluded all ambiguously aligned reads from my bam file. However, could realignment around InDels do anything with those reads, so that they maybe are unambiguously aligned after the realignment?

alignment • 1.7k views
ADD COMMENT
1
Entering edit mode
6.4 years ago
Medhat 9.7k

First:

As announced in the GATK v3.6 highlights, variant calling workflows that use HaplotypeCaller or MuTect2 now omit indel realignment.

https://software.broadinstitute.org/gatk/blog?id=7847

Remember that;

These Read Filters are automatically applied to the data by the Engine before processing by RealignerTargetCreator.

MappingQualityZeroFilter
MalformedReadFilter
BadCigarFilter
BadMateFilter
UnmappedReadFilter
NotPrimaryAlignmentFilter
Platform454Filter
FailsVendorQualityCheckFilter
DuplicateReadFilter
MappingQualityUnavailableFilter
  

Answer
you do not need to remove them.

more:

https://gatkforums.broadinstitute.org/gatk/discussion/7067/ahoy-mates-be-ye-unmapped

ADD COMMENT
0
Entering edit mode

in the second part, did I understand you correctly that when I run RealignerTargetCreator, this software starts with those filters you listed and after it does the actual target creation?

Thanks!

ADD REPLY
1
Entering edit mode

exactly so as I answered no need to interfere with the main workflow of GATK, good luck :)

ADD REPLY

Login before adding your answer.

Traffic: 1593 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6