Combining viral and host GTF files
2
0
Entering edit mode
6.8 years ago

Hi,

I have RNA-Seq data from virus infected cell. I would like to get the counts for both viral and host transcripts. I added the virus fasta sequence to the human genome as an additional "chromosome" so that I could align to both the viral and human DNA at the same time. But I don't know how to combine the GTF files to get the counts for both. I used htSeq count independently with the viral and human GTF files to get the counts for each separately. But I was wondering if there is a way to use a joint GTF file. I would appreciate any help!

RNA-Seq sequencing alignment • 2.6k views
ADD COMMENT
0
Entering edit mode

Thanks. It worked for me.

ADD REPLY
0
Entering edit mode

Please accept (use the green checkmark) against the answer that worked to provide closure to this thread. If both answers worked then you can do this for both.

ADD REPLY
3
Entering edit mode
6.8 years ago

cat host.gtf virus.gtf > host_virus.gtf

use this in htseq_count

ADD COMMENT
2
Entering edit mode
6.8 years ago
e.rempel ★ 1.1k

Hi,

I think you could just add the viral GTF to the human assuming the chromosome identifiers don't overlap.

ADD COMMENT

Login before adding your answer.

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