This is a test version of Biostars. For the public version, visit https://www.biostars.org.
VarScan for tumor only files

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

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.

0 answers

No answers yet.

Log in to answer this question.