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

{
    "data": [
        {
            "type": "GeneCombination",
            "id": "440",
            "attributes": {
                "gene_relationship": [
                    "Involved in the same disease",
                    "Affecting the same tissue",
                    "Monogenic experiments only",
                    "Relevant pathways for phenotype"
                ],
                "protein_interactions": [],
                "common_pathways": [
                    "Gene expression (Transcription)",
                    "Signal Transduction"
                ],
                "genecomb_metascore": 1,
                "lastmodified": "2021-10-18T11:01:09.040874"
            },
            "relationships": {
                "combination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI646"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/440/relationships/combination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/440/combinations/?format=api"
                    }
                },
                "genes": {
                    "meta": {
                        "count": 5
                    },
                    "data": [
                        {
                            "type": "Gene",
                            "id": "FLRT1"
                        },
                        {
                            "type": "Gene",
                            "id": "PDE1B"
                        },
                        {
                            "type": "Gene",
                            "id": "SMARCA2"
                        },
                        {
                            "type": "Gene",
                            "id": "SMARCA5"
                        },
                        {
                            "type": "Gene",
                            "id": "TNIK"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/440/relationships/genes?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/440/genes/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genecombinations/440/?format=api"
            }
        }
    ]
}