GET /metagenomics/api/v1/samples/ERS812345/studies?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS812345/studies?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS812345/studies?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "studies",
            "id": "MGYS00000521",
            "attributes": {
                "bioproject": "PRJEB10326",
                "samples-count": 73,
                "accession": "MGYS00000521",
                "is-private": false,
                "last-update": "2016-01-20T14:12:06",
                "secondary-accession": "ERP011562",
                "centre-name": "NORTHUMBRIA UNIVERSITY, NEWCASTLE",
                "public-release-date": null,
                "study-abstract": "Next-gen sequencing technology had provided a platform for rapid advancement in the field of microbial ecology. The 11 original bacterial phyla, identified by Woese, have been expanded to over 50 following widespread use of NGS techniques. However, NGS is not without it?s flaws. This study will attempt to improve the validity of the NGS protocol by validating the use of propidium monoazide: a dsDNA chelating agent; for non-viable cell exclusion from clinical samples. This will enable researchers and clinicians to identify bacterial phyla actively affecting the biotopes of the preterm infant gut and tailor targeted therapy accordingly.",
                "study-name": "The Effect of Propidium Monoazide Treatment on Identification of Bacterial Communities of Very Low Birth Weight Preterm Infant Faeces Analysed by 16s rRNA Gene Sequencing",
                "data-origination": "SUBMITTED"
            },
            "relationships": {
                "downloads": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000521/downloads?format=api"
                    }
                },
                "publications": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000521/publications?format=api"
                    }
                },
                "geocoordinates": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000521/geocoordinates?format=api"
                    }
                },
                "analyses": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000521/analyses?format=api"
                    }
                },
                "samples": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000521/samples?format=api"
                    }
                },
                "biomes": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000521/biomes?format=api"
                    },
                    "data": [
                        {
                            "type": "biomes",
                            "id": "root:Host-associated:Human:Digestive system:Large intestine:Fecal",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system:Large%20intestine:Fecal?format=api"
                            }
                        }
                    ]
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000521?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}