I have noticed two possible approaches here:
I recommend approach 3: use a somatic caller to identify all variants from the tumour/normal pair then remove calls that appear only in the normal (e.g. somatic LOH, somatic reversion to germline).
All somatic callers I have used identify both germ-line and somatic mutations. Filtering this call set to only include variants with support in the tumour will give you all variants in your tumour. The reason why doing joint tumour/normal variant calling performs better than just tumour-reference calling is that, since the samples are related, you have greater coverage of germline variants. If a germ-line variant by chance happens to have borderline low coverage in the tumour, and is missed by a tumour-reference caller, it can still be called by a somatic caller due to the support from the normal indicating the presence of a germ-line variant at that position.
What is your goal? Are you trying to identify germline variants?
Hi @igor, the intention is to identify all variants regardless of source.
I would say somatic and germline variants are completely different analysis, so you can't really combine them.
For germline, you can call them in the N and use T as the validation sample.
TCGA PDAC is a nice paper where they discuss a lot of somatic and germline variants side by side: https://www.ncbi.nlm.nih.gov/pubmed/28810144
I understand this. The purpose of the variant calling in question, however, is not to study their biological significance. I plan to do some RNA-editing research, so I need to identify DNA-level variations to act blacklist positions.