Analysis Go Term Relationship List
Retrieves GO terms for the given accession
Example:
---
`/analyses/MGYA00102827/go-terms`
GET /metagenomics/api/v1/analyses/MGYA00566940/go-terms?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566940/go-terms?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566940/go-terms?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "go-terms", "id": "GO:0055114", "attributes": { "accession": "GO:0055114", "count": 1, "description": "oxidation-reduction process", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0055114?format=api" } }, { "type": "go-terms", "id": "GO:0016020", "attributes": { "accession": "GO:0016020", "count": 1, "description": "membrane", "lineage": "cellular_component" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0016020?format=api" } }, { "type": "go-terms", "id": "GO:0008168", "attributes": { "accession": "GO:0008168", "count": 1, "description": "methyltransferase activity", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0008168?format=api" } }, { "type": "go-terms", "id": "GO:0016616", "attributes": { "accession": "GO:0016616", "count": 1, "description": "oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0016616?format=api" } }, { "type": "go-terms", "id": "GO:0051287", "attributes": { "accession": "GO:0051287", "count": 1, "description": "NAD binding", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0051287?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 5 } } }