Entering edit mode
5.4 years ago
ezraamustafa3
•
0
How can I extract the 5' and 3' UTR sequences of a list of gene IDs using BiomaRt R package?
How can I extract the 5' and 3' UTR sequences of a list of gene IDs using BiomaRt R package?
Probably the biomaRt user guide covers your question. For example, it has an example showing how to Retrieve all 5’ UTR sequences of all genes that are located on chromosome 3 between the positions 185,514,033 and 185,535,839.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thanks a lot. I tried this one but it is limited to a specific chromosome and position. What am interested in is to have the UTRs sequences of a list of human genes that aren't loaded on the same chromosome to be able to count the GC content for each UTR alone. If you can help to figure out how to do this using R I'd appreciate.
(following h.mon) Try:
Which returns:
Combination of 5.7 and 5.8 with "ensembl_transcript_id_version" as type. :-)