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

{
    "data": [
        {
            "type": "GeneCombination",
            "id": "761",
            "attributes": {
                "gene_relationship": [
                    "Same pathway",
                    "Monogenic experiments only",
                    "Involved in the same disease",
                    "Relevant pathways for phenotype"
                ],
                "protein_interactions": [],
                "common_pathways": [],
                "genecomb_metascore": 1,
                "lastmodified": "2024-03-01T14:36:34.140555"
            },
            "relationships": {
                "combination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1041"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/761/relationships/combination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/761/combinations/?format=api"
                    }
                },
                "genes": {
                    "meta": {
                        "count": 5
                    },
                    "data": [
                        {
                            "type": "Gene",
                            "id": "MCM9"
                        },
                        {
                            "type": "Gene",
                            "id": "NCOR2"
                        },
                        {
                            "type": "Gene",
                            "id": "RAD52"
                        },
                        {
                            "type": "Gene",
                            "id": "RAD54L"
                        },
                        {
                            "type": "Gene",
                            "id": "RYR3"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/761/relationships/genes?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/761/genes/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genecombinations/761/?format=api"
            }
        }
    ]
}