Empty output of allele specific expression analysis by GATK
0
0
Entering edit mode
4.8 years ago
zizigolu ★ 4.3k

Hi,

I have a RNA-seq .BAM file for each patient. Also, for each patient I have done whole genome sequencing and I have .BAM files. By strelka I called mutations and I got .vcf. Now, when I used .BAM file of RNA-seq and .vcf file from WGS for allele specific expression analysis by gatk, I got an empty file

This is the command I used

gatk ASEReadCounter \
    -R hs37d5.fa \
    -I RNA-seq.bam \
    -V WGS.vcf.gz \
    -O output.table

Can any of you done allele specific expression analysis help me to see where I am doing wrong? Should I first call mutation on RNA-seq .BAM files and use that instead of WGS?

Any comments?

GATK ASE RNA-Seq WGS • 1.4k views
ADD COMMENT
0
Entering edit mode

It may be obvious, but you used the same reference for your WGS and RNA-seq, right? Same chromosome names...

ADD REPLY
0
Entering edit mode

Actually I am being given .BAM both for RNA-seq and WGS but I guess they used the same genome from name of BAM files

HUMAN_1000Genomes_hs37d5_RNA_seq_121_1pre.dupmarked.bam

And I have used the same for gatk ASE

ADD REPLY
0
Entering edit mode

Did you make sure that your sample names in VCF file can be found as Read group in BAM file?

ADD REPLY

Login before adding your answer.

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