Please suggest the tool that can remove non-coding RNA from gtf file.
• 0 views
•
link
I have mapped pair end Illumina read to genome using Hisat2 and further assembled into transcripts using StringTie. I am wondering whether these assembled transcripts contains long non-coding RNA or not.
If Yes, then please suggest how can I remove these long non-coding RNA.
Thanks in advance.
When you use StringTie to asemble, the gtf file contain mRNA and non coding RNA.So,filt the non coding RNA in the gtf file and the result will only be protein coding transcrpt.
Log in to answer this question.