Retrieves the antiSMASH gene clusters for the given accession
Example:
---
`/analyses/MGYA00102827/antismash-gene-clusters`

GET /metagenomics/api/v1/analyses/MGYA00536444/antismash-gene-clusters?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00536444/antismash-gene-clusters?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00536444/antismash-gene-clusters?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "anti-smash-gene-clusters",
            "id": "cf_putative",
            "attributes": {
                "accession": "cf_putative",
                "count": 7,
                "description": "Putative cluster of unknown type identified with the ClusterFinder algorithm"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/cf_putative?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "fatty_acid",
            "attributes": {
                "accession": "fatty_acid",
                "count": 3,
                "description": "Fatty acid cluster (loose strictness, likely from primary metabolism)"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/fatty_acid?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "thiopeptide",
            "attributes": {
                "accession": "thiopeptide",
                "count": 1,
                "description": "Thiopeptide cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/thiopeptide?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "saccharide",
            "attributes": {
                "accession": "saccharide",
                "count": 1,
                "description": "Saccharide cluster (loose strictness, likely from primary metabolism)"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/saccharide?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": "bacteriocin",
            "attributes": {
                "accession": "bacteriocin",
                "count": 1,
                "description": "Bacteriocin or other unspecified ribosomally synthesised and post-translationally modified peptide product (RiPP) cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/bacteriocin?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 6
        }
    }
}