Analysis Go Term Relationship List
Retrieves GO terms for the given accession
Example:
---
`/analyses/MGYA00102827/go-terms`
GET /metagenomics/api/v1/analyses/MGYA00697930/go-terms?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697930/go-terms?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697930/go-terms?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "go-terms", "id": "GO:0006313", "attributes": { "accession": "GO:0006313", "count": 3, "description": "transposition, DNA-mediated", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0006313?format=api" } }, { "type": "go-terms", "id": "GO:0015074", "attributes": { "accession": "GO:0015074", "count": 3, "description": "DNA integration", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0015074?format=api" } }, { "type": "go-terms", "id": "GO:0006310", "attributes": { "accession": "GO:0006310", "count": 1, "description": "DNA recombination", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0006310?format=api" } }, { "type": "go-terms", "id": "GO:0003676", "attributes": { "accession": "GO:0003676", "count": 3, "description": "nucleic acid binding", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0003676?format=api" } }, { "type": "go-terms", "id": "GO:0003677", "attributes": { "accession": "GO:0003677", "count": 3, "description": "DNA binding", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0003677?format=api" } }, { "type": "go-terms", "id": "GO:0004803", "attributes": { "accession": "GO:0004803", "count": 3, "description": "transposase activiy", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0004803?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" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 7 } } }