Entering edit mode
8.0 years ago
hydrinium.h2
•
0
Hi, I'm very new to bioinformatics in general so please excuse my ignorance. I'm trying to get sequences identified as long noncoding RNA in the mouse genome. I have a gtf file of only lncRNA annotations from Gencode, how do I get the actual sequences using this file? Any help would be greatly appreciated. Thank you.
try gffread
gffread -w transcripts.fa -g /path/to/genome.fa transcripts.gtf
are you analysing lncRNA from RNAseq? by using hisat or tophat?