How to extract only TUMOR variants from vcf file?
1
0
Entering edit mode
6.7 years ago
Fill ▴ 70

Hi everyone

I have a vcf file with normal+tumor variants after varscan. I need only tumor variants, so I tryed to do

vcftools --vcf ... --out ... -c TUMOR

but it doesn't work.

I really appreciate any help

Thanks in advance

vcf vcftools • 2.7k views
ADD COMMENT
3
Entering edit mode
6.7 years ago
igor 13k

There are instructions given in the VarScan documentation for extracting somatic mutations:

The latest release of VarScan includes a new (undocumented) subcommand that will separate a somatic output file by somatic_status (Germline, Somatic, LOH). Somatic mutations will further be classified as high-confidence (.hc) or low-confidence (.lc). The command: java -jar VarScan.jar processSomatic [output.snp]

ADD COMMENT
0
Entering edit mode

Thank you for respond, but the question is how to correct already exsiting vcf file with tumor and normal samples.

ADD REPLY
0
Entering edit mode

I think this thread has the answer to your questiom. Extract subset of samples from multigenome vcf file

ADD REPLY

Login before adding your answer.

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