Filter MuTect before running MutSig?
Hello all,
Should we filter (clean) the somatic variants called by MuTect before running MutSig?
If yes, which filtering criteria you apply?
Thanks
J
mutsig
• 3,599 views
•
link
updated
by
Ram
•
written
by
simonjean434 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Somatic-Sniper calls very few variants
written by runfreely2 •Hi, I intend to compare the performance of Mutect2, Varscan2 and Somatic Sniper. The problem I observed is that compared to the first two variants …
-
Best Practices for Tumor-Only WES Data Analysis: Seeking Feedback on Variant Calling Pipeline
written by George •Hello everyone, I’m currently working on a pipeline for analyzing tumor-only WES data, which I understand has its challenges and limited resources available. I’d greatly …
-
filtering SNV/INDEL in tumor-only WGS samples
written by BogdanDear all, To the cancer genomics community on Biostars that worked with tumor-only samples, a question please : which criteria do you apply to identify …
-
Allele-specific expression from bulk tumor RNAseq
written by mjs2225 •Hi, I am trying to get allele-specific expression from bulk RNAseq for somatic variants called from whole-exome DNAseq. Mainly, I would like to check if …
-
Filtering somatic variants (annotated VCF files)
written by g.zachwyc •Hello! I am currently in the process of filtering gene variants in an annotated VCF file. The variants I have in the file are present …
-
Which GATK tool should I use? - VariantFiltration exomeseq
written by wiki97 •## GATK VariantFiltration ## Hi, I would like to filter variants for quality check, variants were called with MuTect2. I want to apply the following …
-
Pisces and Octopus on WES
written by newbio17Hello all, I was wondering if anyone has experience running Pisces and/or Octopus on whole-exome sequencing samples (100-200x) for somatic variant calling. Eventually, I would …
-
Infer somatic mutations without normal control
written by CYSay, we have called a list of variants from a tumor sample (normal control not available) and we try to set a number of filtering …
-
Somatic variant call
written by sktbanerjee1 •I have matched samples from three tissues of an individual and I am trying to prioritize the pathogenic variants depending upon phenotype terms encoded by …
-
about the use of varscan, somaticsnipper and samtools
written by BogdanDear all, please could you advise : before the use of eitther varscan, somaticsnipper or samtools to call the somatic mutations, would we need to …
What do you mean by filtering somatic variants before mutsig? Are asking about removing synonymous and intronic variants ? Or removing false positive variants ?
Thanks for your reply. Actually, both! also should we remove alternative variants with low coverage?
It's always good to remove low coverage variants since it improves the estimated vaf. Also given MuTect detects lot of subclonal mutations with low vaf's, it is desirable to choose those with reliable depth. And for second, MutSig only considers variants which affect the structure/function of the protein (non-synonymous), to pick out drivers. So it should not affect the analysis much. In fact if you are working on liquid tumors (such as AML) where mutation rate is low (8-10 per sample), it is good to include those tier 2 and tier 3 mutations, just to improve the statistics behind MutSig.
You can check this for effect of coverage on vafs and variant consideration.
Thank you for your help!