GET /metagenomics/api/v1/samples/ERS433372/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/ERS433372/studies?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS433372/studies?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "studies",
            "id": "MGYS00001563",
            "attributes": {
                "samples-count": 6,
                "bioproject": "PRJEB6086",
                "accession": "MGYS00001563",
                "is-private": false,
                "last-update": "2024-03-12T15:49:21",
                "secondary-accession": "ERP005549",
                "centre-name": "VTT",
                "public-release-date": null,
                "study-abstract": "Depending to the methods used for characterization of uncultured microbial communities from environmental samples, the results may differ profoundly. Here we have employed three different molecular community screening tools (DGGE, cloning, NGS) and compared their performance for revealing the microbial community profiles in groundwater samples. DGGE is a quick method for community profiling, but may leave many of the microbial groups present undetected. Cloning libraries generally perform better than DGGE, but is labor-intensive and cost ineffective, and may also suffer from incompatibility between insert and transformation host. The NGS method performed best and gave the most complete picture of the uncultured microbial community, but the drawback of this method is the shortness of the sequence reads obtained. In this paper we discuss the pros and cons of these methosd in environmental microbiology.",
                "study-name": "Evaluation of molecular techniques in characterization of deep terrestrial biosphere",
                "data-origination": "SUBMITTED"
            },
            "relationships": {
                "analyses": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001563/analyses?format=api"
                    }
                },
                "publications": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001563/publications?format=api"
                    }
                },
                "biomes": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001563/biomes?format=api"
                    },
                    "data": [
                        {
                            "type": "biomes",
                            "id": "root:Environmental:Aquatic:Freshwater:Groundwater",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Freshwater:Groundwater?format=api"
                            }
                        }
                    ]
                },
                "geocoordinates": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001563/geocoordinates?format=api"
                    }
                },
                "samples": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001563/samples?format=api"
                    }
                },
                "downloads": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001563/downloads?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001563?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}