Biomes
Retrieves list of biomes for the given study accession
Example:
---
`/studies/ERP009004/biomes` retrieve linked samples
GET /metagenomics/api/v1/studies/MGYS00005128/biomes?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005128/biomes?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005128/biomes?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "biomes", "id": "root:Host-associated:Human:Digestive system:Large intestine:Fecal", "attributes": { "samples-count": 60138, "biome-name": "Fecal", "lineage": "root:Host-associated:Human:Digestive system:Large intestine:Fecal" }, "relationships": { "genomes": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system:Large%20intestine:Fecal/genomes?format=api" } }, "studies": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system:Large%20intestine:Fecal/studies?format=api" } }, "children": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system:Large%20intestine:Fecal/children?format=api" } }, "samples": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system:Large%20intestine:Fecal/samples?format=api" } } }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system:Large%20intestine:Fecal?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 1 } } }