Analysis Go Term Relationship List
Retrieves GO terms for the given accession
Example:
---
`/analyses/MGYA00102827/go-terms`
GET /metagenomics/api/v1/analyses/MGYA00103883/go-terms?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00103883/go-terms?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00103883/go-terms?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "go-terms", "id": "GO:0016051", "attributes": { "accession": "GO:0016051", "count": 6, "description": "carbohydrate biosynthetic process", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0016051?format=api" } }, { "type": "go-terms", "id": "GO:0003824", "attributes": { "accession": "GO:0003824", "count": 6, "description": "catalytic activity", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0003824?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 2 } } }