Hi All,
I was wondering if it would be possible to fetch the list of organism where the domain of interest is present (input will be interpro id). Does any one know how to do this.
RT.
Hi All,
I was wondering if it would be possible to fetch the list of organism where the domain of interest is present (input will be interpro id). Does any one know how to do this.
RT.
You can use the InterPro BioMart to get this information - and because BioMart has built in APIs, you can do it programmatically too.
Here's how:
I made a canned query for IPR000001 (Kringle) here: http://www.ebi.ac.uk/interpro/biomart/martview?VIRTUALSCHEMANAME=default&ATTRIBUTES=protein.default.protein_attributes.entry_ac|protein.default.protein_attributes.taxonomy_scientific_name|protein.default.protein_attributes.protein_tax_id&FILTERS=protein.default.protein_filterpage.entry_ac.'IPR000001'&VISIBLEPANEL=resultspanel
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Great. Thanks a lot.
I hope you voted for this answer and you should also mark it as accepted if it works for you.