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

{
    "data": {
        "type": "GeneCombination",
        "id": "1081",
        "attributes": {
            "gene_relationship": [],
            "protein_interactions": [],
            "common_pathways": [
                "Hedgehog on state",
                "Basal cell carcinoma",
                "Generic Transcription Pathway",
                "GLI proteins bind promoters of Hh responsive genes to promote transcription",
                "RUNX2 regulates bone development",
                "Pathways in cancer",
                "RNA Polymerase II Transcription",
                "Transcriptional regulation by RUNX2",
                "Signal Transduction",
                "Hedgehog off state",
                "Gene expression (Transcription)",
                "Hedgehog signaling pathway",
                "Signaling by Hedgehog"
            ],
            "genecomb_metascore": 2,
            "lastmodified": "2023-05-16T12:03:28.066497"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI1537"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/1081/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/1081/combinations/?format=api"
                }
            },
            "genes": {
                "meta": {
                    "count": 2
                },
                "data": [
                    {
                        "type": "Gene",
                        "id": "GLI2"
                    },
                    {
                        "type": "Gene",
                        "id": "GLI3"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/1081/relationships/genes?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/1081/genes/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genecombinations/1081/?format=api"
        }
    }
}