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/MGYA00642720/antismash-gene-clusters?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00642720/antismash-gene-clusters?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00642720/antismash-gene-clusters?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "anti-smash-gene-clusters", "id": "arylpolyene", "attributes": { "accession": "arylpolyene", "count": 3, "description": "Aryl polyene cluster" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/arylpolyene?format=api" } }, { "type": "anti-smash-gene-clusters", "id": "nrps", "attributes": { "accession": "nrps", "count": 1, "description": "Non-ribosomal peptide synthetase cluster" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/nrps?format=api" } }, { "type": "anti-smash-gene-clusters", "id": "butyrolactone", "attributes": { "accession": "butyrolactone", "count": 1, "description": "Butyrolactone cluster" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/butyrolactone?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 3 } } }