This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to retrieve RNA sequences

I have cuff-merge results, its provide me coordinates of genome. I retrieve the genomics sequences of these transcripts. I have a confusion. This is Gene (DNA)sequences of this transcripts, how i can get the RNA sequences data.?

rna-seq

1 answer

You can use gtf_to_fasta from tophat. It'll give you the spliced transcripts.

Log in to answer this question.