After performing, Hisat2-stringTie and DESEQ2 how can I identify if there are any novel mRNA transcripts present in my significant genes or if so which tool do I use? Can someone help me out here? Thanks in advance!
After performing, Hisat2-stringTie and DESEQ2 how can I identify if there are any novel mRNA transcripts present in my significant genes or if so which tool do I use? Can someone help me out here? Thanks in advance!
Hi, I believe the novel transcripts will be assigned an automatic ID from the HISAT2-StringTie stage, depending on how you have run these programs. Please check the merged GTF that you produce with StringTie to see if any novel transcripts have been identified.
According to a colleague, the automatic ID for novel transcripts may begin with something like 'MSTRG'.
It would help if you showed the commands that you used, and also sample outputs from different stages.
Kevin
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Oh yes I can check that.
This was the total script I have used though.
Thanks - I believe they should be found in stringtie_merged.gtf, and then also in your counts data that is produced for DESeq2. It may additionally depend on how you ran HISAT2, though. Nice coding, by the way!
Yes, thankyou so much!