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

{
    "data": {
        "type": "GeneCombination",
        "id": "1261",
        "attributes": {
            "gene_relationship": [
                "Monogenic experiments only",
                "Involved in the same disease",
                "Relevant pathways for phenotype",
                "Same pathway"
            ],
            "protein_interactions": [],
            "common_pathways": [
                "Immune System"
            ],
            "genecomb_metascore": 2,
            "lastmodified": "2024-03-01T14:28:02.772404"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 3
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI1776"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI1783"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI1784"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/1261/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/1261/combinations/?format=api"
                }
            },
            "genes": {
                "meta": {
                    "count": 3
                },
                "data": [
                    {
                        "type": "Gene",
                        "id": "MEFV"
                    },
                    {
                        "type": "Gene",
                        "id": "NOD2"
                    },
                    {
                        "type": "Gene",
                        "id": "TNFRSF1A"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/1261/relationships/genes?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/1261/genes/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genecombinations/1261/?format=api"
        }
    }
}