Analysis Interpro Identifier Relationship List
Retrieves InterPro identifiers for the given accession
Example:
---
`/analyses/MGYA00102827/interpro-identifiers`
GET /metagenomics/api/v1/analyses/MGYA00566899/interpro-identifiers?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566899/interpro-identifiers?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566899/interpro-identifiers?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "interpro-identifiers", "id": "IPR038377", "attributes": { "accession": "IPR038377", "count": 1, "description": "Sodium/glucose symporter superfamily" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR038377?format=api" } }, { "type": "interpro-identifiers", "id": "IPR036640", "attributes": { "accession": "IPR036640", "count": 1, "description": "ABC transporter type 1, transmembrane domain superfamily" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036640?format=api" } }, { "type": "interpro-identifiers", "id": "IPR024499", "attributes": { "accession": "IPR024499", "count": 1, "description": "Protein of unknown function DUF2974" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024499?format=api" } }, { "type": "interpro-identifiers", "id": "IPR000719", "attributes": { "accession": "IPR000719", "count": 1, "description": "Protein kinase domain" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000719?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 4 } } }