Analysis Go Term Relationship List
Retrieves GO terms for the given accession
Example:
---
`/analyses/MGYA00102827/go-terms`
GET /metagenomics/api/v1/analyses/MGYA00700047/go-terms?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00700047/go-terms?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00700047/go-terms?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "go-terms", "id": "GO:0006412", "attributes": { "accession": "GO:0006412", "count": 2, "description": "translation", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0006412?format=api" } }, { "type": "go-terms", "id": "GO:0006812", "attributes": { "accession": "GO:0006812", "count": 1, "description": "cation transport", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0006812?format=api" } }, { "type": "go-terms", "id": "GO:0005840", "attributes": { "accession": "GO:0005840", "count": 2, "description": "ribosome", "lineage": "cellular_component" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0005840?format=api" } }, { "type": "go-terms", "id": "GO:0003735", "attributes": { "accession": "GO:0003735", "count": 2, "description": "structural constituent of ribosome", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0003735?format=api" } }, { "type": "go-terms", "id": "GO:0005515", "attributes": { "accession": "GO:0005515", "count": 2, "description": "protein binding", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0005515?format=api" } }, { "type": "go-terms", "id": "GO:0003723", "attributes": { "accession": "GO:0003723", "count": 1, "description": "RNA binding", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0003723?format=api" } }, { "type": "go-terms", "id": "GO:0004521", "attributes": { "accession": "GO:0004521", "count": 1, "description": "endoribonuclease activity", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0004521?format=api" } }, { "type": "go-terms", "id": "GO:0008324", "attributes": { "accession": "GO:0008324", "count": 1, "description": "cation transmembrane transporter activity", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0008324?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 8 } } }