Entering edit mode
4.2 years ago
CY
▴
750
I am new to transcript level analysis using RNA-Seq. The goal is to retrieve sequence of newly identified transcript from RNA-Seq data. We just finished runing Cufflinks and seems like that a number of putative novel transcripts were generated. What do I have to do to further retrieve the sequence of novel transcript? Or at least recognize the exons included in novel transcripts? Thanks
do you have a reference transcriptome/genome at your disposal?
Yes, it is reference guided.
in that case you can align your reads to the reference and then subtract all the ones that align to known genes and the leftover are the novel ones.
or is this not what you're asking for?