Analysis Go Term Relationship List
Retrieves GO terms for the given accession
Example:
---
`/analyses/MGYA00102827/go-terms`
GET /metagenomics/api/v1/analyses/MGYA00566801/go-terms?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566801/go-terms?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566801/go-terms?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "go-terms", "id": "GO:0006352", "attributes": { "accession": "GO:0006352", "count": 1, "description": "DNA-templated transcription, initiation", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0006352?format=api" } }, { "type": "go-terms", "id": "GO:0006355", "attributes": { "accession": "GO:0006355", "count": 1, "description": "regulation of transcription, DNA-templated", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0006355?format=api" } }, { "type": "go-terms", "id": "GO:0009847", "attributes": { "accession": "GO:0009847", "count": 1, "description": "spore germination", "lineage": "biological_process" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0009847?format=api" } }, { "type": "go-terms", "id": "GO:0016021", "attributes": { "accession": "GO:0016021", "count": 1, "description": "integral component of membrane", "lineage": "cellular_component" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0016021?format=api" } }, { "type": "go-terms", "id": "GO:0008168", "attributes": { "accession": "GO:0008168", "count": 2, "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:0003700", "attributes": { "accession": "GO:0003700", "count": 1, "description": "transcription factor activity, sequence-specific DNA binding", "lineage": "molecular_function" }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0003700?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 6 } } }