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

{
    "data": {
        "type": "GeneCombination",
        "id": "217",
        "attributes": {
            "gene_relationship": [
                "Involved in the same disease",
                "Same pathway",
                "Relevant pathways for phenotype"
            ],
            "protein_interactions": [],
            "common_pathways": [
                "Metabolic pathways",
                "Signaling by Interleukins",
                "Immune System",
                "Pathways in cancer",
                "Metabolism of proteins",
                "Post-translational protein modification",
                "Cytokine Signaling in Immune system",
                "Signal Transduction"
            ],
            "genecomb_metascore": 0,
            "lastmodified": "2021-10-18T11:00:55.857615"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI329"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/217/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/217/combinations/?format=api"
                }
            },
            "genes": {
                "meta": {
                    "count": 8
                },
                "data": [
                    {
                        "type": "Gene",
                        "id": "ALOX15"
                    },
                    {
                        "type": "Gene",
                        "id": "AR"
                    },
                    {
                        "type": "Gene",
                        "id": "COL4A1"
                    },
                    {
                        "type": "Gene",
                        "id": "FBXW8"
                    },
                    {
                        "type": "Gene",
                        "id": "NOB1"
                    },
                    {
                        "type": "Gene",
                        "id": "PMM2"
                    },
                    {
                        "type": "Gene",
                        "id": "SOD1"
                    },
                    {
                        "type": "Gene",
                        "id": "TPP1"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/217/relationships/genes?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/217/genes/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genecombinations/217/?format=api"
        }
    }
}