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