Find Mutations In A Region
1
0
Entering edit mode
12.8 years ago
Zhshqzyc ▴ 520

Call mutations

How to call mutation within a region by comparing the sequences between tumor and normal samples of the same subject by using samtools?

TUMORBAM= the name of your tumor BAM file (ends in .bam) NORMALBAM= the name of your normal BAM file (ends in .bam)

Thanks.

samtools alignment • 2.8k views
ADD COMMENT
0
Entering edit mode

your other question was closer to the heart of the matter

ADD REPLY
0
Entering edit mode
12.8 years ago

Samtools does not find somatic variants directly, though simply using mpileup will get you close. See, for example, varScan or somaticsniper as alternatives. There are several others that are not quite as well-documented. You could also write your own or use commercial software.

ADD COMMENT
0
Entering edit mode

I tried to use somaticsniper. However it seems to compare the entire region. How can I analyze a given region? I used the basic command:

somaticsniper -f [?] [?] [?] [?]

ADD REPLY
0
Entering edit mode

Looks like somatic sniper does not have that option. You can always generate bam files of a specific region if you like using samtools view.

ADD REPLY

Login before adding your answer.

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