Variant Caller Of Choice?
4
7
Entering edit mode
10.9 years ago
richardc.gsc ▴ 160

Hi all, Currently we use mpileup and Strelka as our variant callers in our illumina read cancer genome pipeline.

We have been relatively happy with the results from both but we like to keep on top of things. Has anyone had positive experiences with other variant callers that you would recommend testing out?

I am interested in both individual human SNP calling as well as somatic calling (ie. what is in the tumour and not in the matched normal).

I appreciate any feedback. thanks!

variant-calling variant-calling • 12k views
ADD COMMENT
1
Entering edit mode

You can also try GATK Unified Genotyper.

ADD REPLY
2
Entering edit mode

from GATK's best practice:

Choosing HaplotypeCaller or UnifiedGenotyper

  • We believe the best possible caller in the GATK is the HaplotypeCaller, which combines a local de novo assembler with a more advanced HMM likelihood function than the UnifiedGenotyper. It should produce excellent SNP, MNP, indel, and short SV calls. It should be the go-to calling algorithm for most projects. It is, for example, how we make our Phase II call set for 1000 Genomes.
  • Currently the HaplotypeCaller only supports diploid calling. If you want to call non-diploid samples you'll need to use the UnifiedGenotyper.
  • At the moment the HaplotypeCaller does not support multithreading. For now you should indeed stick with the UG if you wish to use the -nt option. However you can use Queue to parallelize execution of HaplotypeCaller.
  • If for some reason you cannot use the HaplotyperCaller do fall back to the UnifiedGenotyper protocol below. Otherwise try out the HaplotypeCaller and let us know about your experiences here on the forum!

See more at: http://gatkforums.broadinstitute.org/discussion/1186/best-practice-variant-detection-with-the-gatk-v4-for-release-2-0#sthash.1CMxyQIK.dpuf

ADD REPLY
0
Entering edit mode

I think you will find GATK's UnifiedGenotpyer is pretty unsuitable for somatic mutations: http://gatkforums.broadinstitute.org/discussion/2405/can-i-use-unifiedgenotyper-to-call-somatic-variants-in-tumorcontrol-tissues

ADD REPLY
0
Entering edit mode

You are right. I should have been more specific in answering. I only use it for SNP calling in mice strains.

ADD REPLY
7
Entering edit mode
10.9 years ago
Jordan ★ 1.3k

We had had good luck with MuTect from Broad Institute. And Varscan is another tools which takes in both Tumor and Normal pairs.

Apart from that, UnifiedGenotyper from Broad is something which people normally use for individual somatic calling in humans.

ADD COMMENT
1
Entering edit mode

The more I use VarScan the more I like it. SomaticSniper is another choice for paired/normal calling

ADD REPLY
1
Entering edit mode
10.9 years ago
Carlos Borroto ★ 2.1k

I'm currently testing out gkno.me. I love the simplicity, the brilliant use of GNU Make to avoid rerunning unnecessary steps with unchanged input or options and the flexibility to accommodate future progress in the field.

It comes with already predefined pipelines with good documentation, also has documentation on how to build your own pipeline and allows you to integrate new tools.

ADD COMMENT
1
Entering edit mode
10.9 years ago
Sangwoo Kim ▴ 420

Oh. This is a good chance to advertise our new somatic mutation caller Virmid. http://sourceforge.net/p/virmid/wiki/Home/

It considers sample impurity (like proportion of stromal cells in the tumor sample) to improve sensitivity. We compared performance with MuTect and Strelka. They are both good tools. But you can try ours if you suspect some sample impurity. We expect the paper to be published soon.

ADD COMMENT
0
Entering edit mode
ADD COMMENT

Login before adding your answer.

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