Merge vcf files from the four variant callers from TCGA
1
0
Entering edit mode
4.0 years ago
j.lunger18 ▴ 30

I'm interested in taking .vcf files obtained from TCGA and merging them into a single file for a group of the same samples. TCGA used 4 variant callers (Somatic Sniper, MuSE, MuTect2, and VarScan2). Is there a script that can do this?

VCF TCGA SNP • 1.0k views
ADD COMMENT
0
Entering edit mode
4.0 years ago

If you have access to the VCFs, then I assume that you have access to the BAMs? My preference, time-permitting, would be to re-call somatic variants from the BAMs using the same variant caller, but I'm aware that this may pose a logistical challenge (in addition to taking more time).

In any case, you can do this yourself by setting rules about which variants to keep (or not). Questions you need to ask (and answer):

  1. are all samples profiled by each method? If not, which samples are profiled across more than one method?
  2. if a sample has results across just 2 methods, should I only retain variants identified by both methods, or just take a Union of the variants identified by both?

BCFtools will be your friend for getting through this, and awk.

Kevin

ADD COMMENT

Login before adding your answer.

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