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/genes/QARS1/genecombinations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "GeneCombination",
            "id": "218",
            "attributes": {
                "gene_relationship": [
                    "Involved in the same disease",
                    "Same pathway",
                    "Relevant pathways for phenotype"
                ],
                "protein_interactions": [
                    "(MYH11, SOD1)"
                ],
                "common_pathways": [],
                "genecomb_metascore": 0,
                "lastmodified": "2021-10-18T11:00:56.060472"
            },
            "relationships": {
                "combination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI330"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/218/relationships/combination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/218/combinations/?format=api"
                    }
                },
                "genes": {
                    "meta": {
                        "count": 14
                    },
                    "data": [
                        {
                            "type": "Gene",
                            "id": "ADA2"
                        },
                        {
                            "type": "Gene",
                            "id": "APTX"
                        },
                        {
                            "type": "Gene",
                            "id": "BICD2"
                        },
                        {
                            "type": "Gene",
                            "id": "CACNA1H"
                        },
                        {
                            "type": "Gene",
                            "id": "CDH23"
                        },
                        {
                            "type": "Gene",
                            "id": "CHRNE"
                        },
                        {
                            "type": "Gene",
                            "id": "LAMB2"
                        },
                        {
                            "type": "Gene",
                            "id": "MYH11"
                        },
                        {
                            "type": "Gene",
                            "id": "NME8"
                        },
                        {
                            "type": "Gene",
                            "id": "PRRT2"
                        },
                        {
                            "type": "Gene",
                            "id": "QARS1"
                        },
                        {
                            "type": "Gene",
                            "id": "SLC26A10"
                        },
                        {
                            "type": "Gene",
                            "id": "SOD1"
                        },
                        {
                            "type": "Gene",
                            "id": "UNC13A"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/218/relationships/genes?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/218/genes/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genecombinations/218/?format=api"
            }
        }
    ]
}