Indel detectors for Ion Torrent data
1
0
Entering edit mode
6.5 years ago
genya35 ▴ 40

Hello,

Could someone please suggest a good indel detector to use on IonTorrent BWA-Mem aligned bam files. I've tried Pindel and achieved good results, however, some indels are still missed.

Thanks

indel • 1.6k views
ADD COMMENT
0
Entering edit mode
  1. Was there a recalibration step with known indels post alignment?
  2. You can also try PINDEL derivatives like DINDEL, GINDEL etc. DINDEL takes output from PINDEL.
ADD REPLY
1
Entering edit mode
6.5 years ago

I think that pindel is fine. The issue may relate to the general issues of calling indels from NGS data.

Some things to consider:

  • Have you visually look at how the reads have aligned over the regions in which indels were not called? They may be problematic regions, like for example homopolymeric regions. I would load your aligned BAMs into IGV
  • Check your mapping quality (MAPQ) filter thresholds (reads with indels will automatically receive lo MAPQ unless we specifically treat them differently
  • Consider your indel length in relation to your read length. As you're using Ion Torrent, I guess that your reads are ~75bp? If you are trying to detect indels from reads of this size, it will always be difficult.
  • Consider downloading your BAMs from the Torrent Server and then using something like GATK IndelRealigner followed by HaplotypeCaller in order to attempt to identify the indels.
ADD COMMENT

Login before adding your answer.

Traffic: 2409 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