what is the ”indel pileup file“ needed for somaticsniper fpfilter
1
1
Entering edit mode
9.8 years ago
heartheone ▴ 70

The manual says "Before proceeding you will need to obtain and compile bam-readcount (https://github.com/genome/bam-readcount). You will also need to generate a samtools pileup (not mpileup) indel file."

I wonder how could I get a indel pileup file?

just simply use samtools to convert normal/tumor bam?

samtools pileup -f $reference $normal_bam

Thanks!Wei

somaticsniper next-gen • 2.8k views
ADD COMMENT
0
Entering edit mode
9.8 years ago
ernfrid ▴ 400

You should use the tumor BAM and run samtools pileup as so:

samtools pileup -cvi -f $reference $tumor_bam > $indel_pileup_file
ADD COMMENT

Login before adding your answer.

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