Thanks Michael for help me! I have tried to do what you said me, but it didn't work. So, I try to use the gffread function from cufflinks package and finally it worked. For who wants to convert GFF3 to GTF, I recommend using the command line below:
gffread my.gff3 -T -o my.gtf
• 0 views
•
link
I've tried this, but I can't find any GFF output file. I have to set a directory for the output file? Sorry about my inexperience. I'm a master student and I'm trying to convert this file to use as a object in the rsubread package.
No, the files will be created in your working directory, but you are using the same filename of the input file and therby overwriting it:
should it be
.gff2?