CONVERT GFF TO GTF
2
0
Entering edit mode
7.3 years ago
Bioinfonext ▴ 460

I am trying to use Hisat2 script to extract exon and splice site using this GFF File from this database named as Rs.1.0 Gene

link: http://radish-genome.org/Data_resource/

But these scripts need GTF file,please suggest how I convert GFF file to GTF file.

$extract_exon.py $extract_splice_sites.py

RNA-Seq • 6.6k views
ADD COMMENT
1
Entering edit mode
7.3 years ago
Satyajeet Khare ★ 1.6k

You can use gffread

gffread gene.gff -T -o gene.gtf
ADD COMMENT
0
Entering edit mode
7.3 years ago
Jeffin Rockey ★ 1.3k

I hope the answers of this post will help you with the requirement.

ADD COMMENT

Login before adding your answer.

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