GET /metagenomics/api/v1/samples/ERS14379591/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/ERS14379591/studies?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS14379591/studies?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "studies",
            "id": "MGYS00006097",
            "attributes": {
                "bioproject": "PRJEB58160",
                "accession": "MGYS00006097",
                "samples-count": 12,
                "is-private": false,
                "last-update": "2023-03-23T17:24:24",
                "secondary-accession": "ERP143223",
                "centre-name": "Arcadia Science",
                "public-release-date": null,
                "study-abstract": "We used short and long read metagenomics to look at the microbial diversity of cheese rind biofilms from several washed rind cheeses. Short reads were assembled with metaSPAdes 3.15.3. Oxford Nanopore reads were assembled with metaFlye 2.9.1 and polished with medaka 1.7.2. The following samples were sequenced with both Illumina and Oxford Nanopore Technologies and are samples from the same style of cheese sampled at different times throughout the aging process (early, middle, and late timepoints spanning the standard aging time for each cheese style):\nEL2W, EL4W, EL12W (2, 4, 12 weeks)\nOM2W, OM4W, OM8W (2, 4, 8 weeks)\nWH1M, WH2M, WH4M (1, 2, 4 months)",
                "study-name": "Metagenomics of Washed Rind Cheese Communities",
                "data-origination": "SUBMITTED"
            },
            "relationships": {
                "samples": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006097/samples?format=api"
                    }
                },
                "biomes": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006097/biomes?format=api"
                    },
                    "data": [
                        {
                            "type": "biomes",
                            "id": "root:Engineered:Food production:Dairy products",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Food%20production:Dairy%20products?format=api"
                            }
                        }
                    ]
                },
                "downloads": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006097/downloads?format=api"
                    }
                },
                "analyses": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006097/analyses?format=api"
                    }
                },
                "publications": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006097/publications?format=api"
                    }
                },
                "geocoordinates": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006097/geocoordinates?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006097?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}