VarScan for tumor only files
0
1
Entering edit mode
7.1 years ago

Dear Group, I have tumor only targeted sequence amplicon data from MiSeq, I want to use VarScan to identify SNV and indels.

Can VarScan take tumor only BAM files? I dont have tumor-normal pairs!

Appreciate your input..

thanks Adrian

sequence alignment next-gen SNP • 3.5k views
ADD COMMENT
1
Entering edit mode

Varscan you can use input as the mpileup file. Below is the command.

 /tool/Varscan/VarScan.v2.2.11.jar readcounts <mpileup> \
    --min-coverage 20 \
    --min-base-qual 30 \
    --output-file <output file name>

Hope this might be helpful to you.

ADD REPLY

Login before adding your answer.

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