Entering edit mode
10.8 years ago
sarahmanderni
▴
120
Hi,
I have a protein ID list from different species and I need to retrieve some other attributes for them. Biomart needs to know the species name when querying. Is there any other solution to get the attributes without specifying the species name? Thanks
@Emily_Ensembl But, i think still we cannot download all the sequences from different species at one go given the ID's. We have to download specieswise is it?
Not through BioMart. BioMart will only do one species at a time. If you have a mixture, you might be looking at the REST API instead. This sequence endpoint will allow you to put in your ID and get the sequence out, without needing to specify the species as well. You can then use your programming language of choice to go through your list, constructing the query for each one and parsing the output. There are usage restrictions on our REST API so you may wish to put in place some time delays in your script.
Thanks. It is clear now.