Entering edit mode
8.0 years ago
ashkan
▴
160
I have RNA-seq data and aligned them. I am looking for a way to get only 5'UTR of each gene and look for a motif. do you guys know how to get the 5'UTR?
Provided your genome is available - Ensembl (BioMart) or UCSC (Table Browser). Tools to use are in respective brackets.
retrieval of upstream non-coding sequences
Which organism are you working with ?
A simple solution would be to download homer and then install the genome of your interest, which comes with the annotations like
exons
,introns
,3'UTR
,5'UTR
etc. With a simple grep, you could extract all the5'UTRs
and you could use homer for motif analysis.As @genomax2 suggested, you can easily get the required sequences from Ensembl. Follow the turorial here.