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

{
    "data": {
        "type": "GeneCombination",
        "id": "423",
        "attributes": {
            "gene_relationship": [
                "Involved in the same disease",
                "Same pathway",
                "Relevant pathways for phenotype"
            ],
            "protein_interactions": [
                "(BBS1, BBS4)",
                "(BBS1, BBS5)",
                "(BBS1, BBS7)",
                "(BBS4, BBS5)",
                "(BBS4, BBS7)",
                "(BBS5, BBS7)"
            ],
            "common_pathways": [
                "Cilium Assembly",
                "Organelle biogenesis and maintenance",
                "Cargo trafficking to the periciliary membrane",
                "BBSome-mediated cargo-targeting to cilium",
                "Cargo trafficking to the periciliary membrane"
            ],
            "genecomb_metascore": 2,
            "lastmodified": "2021-10-18T11:01:08.160738"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI617"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/423/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/423/combinations/?format=api"
                }
            },
            "genes": {
                "meta": {
                    "count": 5
                },
                "data": [
                    {
                        "type": "Gene",
                        "id": "BBS1"
                    },
                    {
                        "type": "Gene",
                        "id": "BBS4"
                    },
                    {
                        "type": "Gene",
                        "id": "BBS5"
                    },
                    {
                        "type": "Gene",
                        "id": "BBS7"
                    },
                    {
                        "type": "Gene",
                        "id": "NPHP1"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/423/relationships/genes?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/423/genes/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genecombinations/423/?format=api"
        }
    }
}