SUPPA icon indicating copy to clipboard operation
SUPPA copied to clipboard

GTF input file

Open dvirdi01 opened this issue 1 year ago • 1 comments

It says that SUPPA takes in fastq files and also genome annotation GTF file. By genome annotation does it mean the reference genome gtf file? I assembled my long reads using stringtie and it also gives its output in the gtf format. I wasn't sure if I am suppose to give it the assembled transcriptome output gtf file from Stringtie or the reference genome file?

Also, I tried running suppa generateEvents -f ioe and ioi for my Stringtie output which was an assembled transcriptome file of all the input files I gave it. Suppa generated the ioe and ioi files but I am not sure whether it produced the right output. Would Suppa work correctly on an assembled transcriptome gtf file?

dvirdi01 avatar Oct 19 '23 18:10 dvirdi01

Hi,

you can use a GTF generated by yourself with e.g. StringTie or any other method.

The important thing is that the GTF contains transcripts and genes, and that you have at least the "exon" lines (tab separated):

chr14 Ensembl exon 73741918 73744001 0.0 - . column9

where column9 is of the form (single space separated):

gene_id "gene_ID"; transcript_id "transcript_ID";

where gene_ID may contain several transcript_ID values

If stringtie or any other program does not give you genes and transcripts, you can run SUPPA with the --pool-genes option, which will create the genes and transcripts for you:

see https://github.com/comprna/SUPPA#command-and-options

I hope this helps

best

Eduardo

On Fri, 20 Oct 2023 at 05:28, dvirdi01 @.***> wrote:

It says that SUPPA takes in fastq files and also genome annotation GTF file. By genome annotation does it mean the reference genome gtf file? I assembled my transcriptome using stringtie and it also gives its output in the gtf format. I wasn't sure if I am suppose to give it the assembled transcriptome or the rewference genome file?

— Reply to this email directly, view it on GitHub https://github.com/comprna/SUPPA/issues/173, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCZKBY7O5JGRMDQL64LKPTYAFWN5AVCNFSM6AAAAAA6HURGWWVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2TEOBTGYZDKMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

EduEyras avatar Dec 03 '23 10:12 EduEyras