This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is it correct to merge TCGA mutation data from multiple centers

Hello,

I recently started working with TCGA protected mutation data. The SNP calls provided are made across several centers using different sequencing protocols and SNP calling algorithms. I was hoping to get pointers to literature that describes the SNP calling protocols across various centers, and if there's a difference in quality across them.

I would also be grateful for comments and indications oh whether the mutation calls across can be integrated and if yes how can I do that.

Thanking You,
Vakul

tcga snv

2 answers

My two cents on this is that it's damn difficult to compare somatic variants from different pipelines/sequencing centers. Have a look at PCAWG - Pancancer Analysis of Whole Genomes, this projects aims to get rid of the analysis variability by subjecting all tumor/numor samples to a uniform set of alignment and variant calling algorithms, and all samples must pass a rigorous set of qualilty control tests. This hopefully ensures comparability (but the differences in sequencing protocols, chemistry, GC-bias, insert size, etc. obviously persist).

Thank you,

This might provide some insight into how I can integrate or filter TCGA's germline level mutation data.

It's an area of active research. If you take the intersection of all the centers (or callers), you'll get a very-high specificity set of calls, but will miss large numbers of true positives, especially low-VAF calls. If you go the other way, and do a union, you'll be very sensitive, but the FP rate is ridiculous. More intelligent merging algorithms are needed.

This paper we published in 2015 compared a few different callers on a highly-confident set of somatic mutations going down to 1% VAF or lower. Figure 4D and the supplement will give you some guidance on how various combinations of callers perform: http://www.cell.com/cell-systems/abstract/S2405-4712(15)00113-1

Thanks for the pointer.

I was looking at the VCF file from protected data of TCGA and found a high disparity in the number of SNPs identified as well as the number of SNPs passing TCGA's own quality control measures. I'm looking to analyse germline mutations and want to start with a set of high confidence SNPs. In interest of reducing FP rates would it be wise to chose a single platform to work on across cancers or is it comparable if I use different datasets across cancer? Also is it possible to further filter the VCF files to remove any FP variants from them?

Thanx!

The VCF files are not from germline variants - they're somatic calls. If you want to analyze germline variants, you'll need access the bam files and call germline mutations yourself.

Log in to answer this question.