This API endpoint handles listing (/references) and retrieval (/references/<ID>/) of References from the database
that support the inclusion of at least one oligogenic combination in OLIDA.

GET /api/genecombinations/1151/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "GeneCombination",
        "id": "1151",
        "attributes": {
            "gene_relationship": [
                "Involved in the same disease",
                "Relevant pathways for phenotype"
            ],
            "protein_interactions": [],
            "common_pathways": [
                "Immune System",
                "Amyotrophic lateral sclerosis",
                "Cellular responses to external stimuli",
                "Cellular responses to stress",
                "Huntington disease",
                "Pathways of neurodegeneration - multiple diseases"
            ],
            "genecomb_metascore": 2,
            "lastmodified": "2024-02-29T15:02:21.390224"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI1631"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/1151/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/1151/combinations/?format=api"
                }
            },
            "genes": {
                "meta": {
                    "count": 2
                },
                "data": [
                    {
                        "type": "Gene",
                        "id": "DCTN1"
                    },
                    {
                        "type": "Gene",
                        "id": "SOD1"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/1151/relationships/genes?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/1151/genes/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genecombinations/1151/?format=api"
        }
    }
}