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

{
    "data": {
        "type": "GeneCombination",
        "id": "232",
        "attributes": {
            "gene_relationship": [
                "Involved in the same disease",
                "Directly interacting",
                "Same pathway",
                "Relevant pathways for phenotype"
            ],
            "protein_interactions": [],
            "common_pathways": [
                "Gene expression (Transcription)",
                "Generic Transcription Pathway",
                "Signaling by NOTCH",
                "Hedgehog on state",
                "RUNX2 regulates bone development",
                "Notch-HLH transcription pathway",
                "Basal cell carcinoma",
                "NOTCH2 intracellular domain regulates transcription",
                "RNA Polymerase II Transcription",
                "Breast cancer",
                "Pre-NOTCH Expression and Processing",
                "Pre-NOTCH Transcription and Translation",
                "Pathways in cancer",
                "Signaling by NOTCH4",
                "Hedgehog off state",
                "Disease",
                "Hippo signaling pathway",
                "Signaling by NOTCH2",
                "Human papillomavirus infection",
                "Transcriptional regulation by RUNX2",
                "Signaling by Hedgehog",
                "Signal Transduction",
                "NOTCH4 Intracellular Domain Regulates Transcription"
            ],
            "genecomb_metascore": 2,
            "lastmodified": "2021-10-18T11:00:57.086935"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI344"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/232/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/232/combinations/?format=api"
                }
            },
            "genes": {
                "meta": {
                    "count": 5
                },
                "data": [
                    {
                        "type": "Gene",
                        "id": "GLI2"
                    },
                    {
                        "type": "Gene",
                        "id": "GLI3"
                    },
                    {
                        "type": "Gene",
                        "id": "MAMLD1"
                    },
                    {
                        "type": "Gene",
                        "id": "NOTCH2"
                    },
                    {
                        "type": "Gene",
                        "id": "WNT9B"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/232/relationships/genes?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/232/genes/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genecombinations/232/?format=api"
        }
    }
}