Usage of Mutect2
1
0
Entering edit mode
4.9 years ago
gprashant17 ▴ 110

Hi,

I have been trying to use the Mutect2 of GATK toolkit, and noticed an example usage:

java -jar GenomeAnalysisTK.jar \
-T MuTect2 \
-R reference.fasta \
-I:tumor tumor.bam \
-I:normal normal.bam \
 [--dbsnp dbSNP.vcf] \
 [--cosmic COSMIC.vcf] \
 [-L targets.interval_list] \
 -o output.vcf

Here, I am assuming that the reference.fasta is the genome sequence in fasta format, and tumor.bam is the file containing details about the mapped reads. I am not sure what is normal.bam. Is it the bam file containing details of the mapped reads of a reference transcriptome with the reference genome?

gatk mutect2 SNP next-gen RNA-Seq • 1.9k views
ADD COMMENT
1
Entering edit mode
4.9 years ago
MatthewP ★ 1.4k

Hello, normal here means normal tissue. People need to compare variants from tumor tissue and normal issue(example: PBMC) to find some variants new(somatic) in tumor tissue.

ADD COMMENT
0
Entering edit mode

Since I do not have the data for any normal tissue from the same human, is there a way to skip this step?

ADD REPLY
1
Entering edit mode

Maybe you should try germline pipeline which use HaplotypeCaller instead of Mutect2 .

ADD REPLY
0
Entering edit mode

Mutect2 now supports tumor only mode in addition to the tumor/normal paired mode. It is also possible to have multiple tumor samples from each individual.

ADD REPLY

Login before adding your answer.

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