Hello Everyone,
I have to do data collection for my current project where i have to collect all the 3' UTR sequences given Ensembl GeneID and Ensembl Transcript ID. I am new to this field and was wondering whether there is an easier way to do this than manually getting each 3' UTR. I have a list of GeneID and Transcript ID.
I did explore Ensembl BioMart, however i could not figure out how to exactly input both GeneID and transcriptID.
Also, would there be a way to incorporate this into python? I do know SQL at Beginner-Intermediate level.
Thank you very much in advance.
Argh! I realise your reply was too large to paste in as a comment, but please do not add an answer if you're trying to address comments. If you want to paste a large amount of text into a comment on someone else's reply, please use something like http://pastebin.com/ and point a link to the output you would like us to look at!
No, your link works fine, the result is a multi-fasta file, scroll down ;)
He tried to do it right, but the very long URL broke the formatting. I put a shorter URL.
Daniel Swan: I'm sorry about making a new comment. I am new to this website and i did not want to paste the huge link to the comment section. Therefore i thought i would make a new comment. I will keep this in mind in future. Thank you
Michael: Thank you very very much. I realized after looking at your shortened link that i was not putting commas after every transcript ID. Therefore it was not querying all the ID's. You put in 5 ID's separated by commas and therefore it queried and returned all of them. I put all my ID's in that format and i got the answer! Thank you very much for all your time and effort. :)