How I get mRNA accession no if I have gene name and location with the help of perl
Hi,
I have a list of Gene Names with mRNA location. I want to know the mRNA Accession no for the particular location in GenBank file. I know it is easy to retrieve from NCBI one by one. But I have a big list so I want to retrieve in short time. If you have any solution like script etc please help me in this regard.
Best
Anshul
• 1,945 views
•
link
1 answer
If I understand your question correctly, you should be able to use BioMart on Ensembl:
- Select the "Ensembl Genes 90" database and then choose your organism (provided it is in Ensembl).
- In the sidebar, select "Filters".
- In the main window, expand the "GENE" box and select "Input external references ID list".
- From the dropdown menu select "Gene names" and paste your list of gene names.
- In the sidebar, select "Attributes"
- Expand the "External" box Select "RefSeq mRNA ID"
- Hit the results button
• 0 views
•
link
Log in to answer this question.
it's not clear to me. Show an example please.