Analysis Anti Smash Gene Clusters Relationship List
Retrieves the antiSMASH gene clusters for the given accession
Example:
---
`/analyses/MGYA00102827/antismash-gene-clusters`
GET /metagenomics/api/v1/analyses/MGYA00607645/antismash-gene-clusters?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00607645/antismash-gene-clusters?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00607645/antismash-gene-clusters?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "anti-smash-gene-clusters", "id": "terpene", "attributes": { "accession": "terpene", "count": 7, "description": "Terpene" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/terpene?format=api" } }, { "type": "anti-smash-gene-clusters", "id": "otherks", "attributes": { "accession": "otherks", "count": 1, "description": "Other types of PKS cluster" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/otherks?format=api" } }, { "type": "anti-smash-gene-clusters", "id": "other", "attributes": { "accession": "other", "count": 1, "description": "Cluster containing a secondary metabolite-related protein that does not fit into any other category" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/other?format=api" } }, { "type": "anti-smash-gene-clusters", "id": "cyanobactin", "attributes": { "accession": "cyanobactin", "count": 1, "description": "Cyanobactin cluster" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/cyanobactin?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 4 } } }