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

{
    "data": {
        "type": "GeneCombination",
        "id": "117",
        "attributes": {
            "gene_relationship": [
                "Directly interacting",
                "Same protein complex",
                "Involved in the same disease",
                "Affecting the same tissue",
                "Relevant pathways for phenotype",
                "Same pathway"
            ],
            "protein_interactions": [],
            "common_pathways": [
                "Disease",
                "Defective SLC3A1 causes cystinuria (CSNU)",
                "SLC-mediated transmembrane transport",
                "Transport of small molecules",
                "Disorders of transmembrane transporters",
                "SLC transporter disorders",
                "Amino acid transport across the plasma membrane",
                "Defective SLC7A9 causes cystinuria (CSNU)"
            ],
            "genecomb_metascore": 3,
            "lastmodified": "2021-10-18T11:00:50.664588"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 5
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI166"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI178"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI179"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI180"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI181"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/117/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/117/combinations/?format=api"
                }
            },
            "genes": {
                "meta": {
                    "count": 2
                },
                "data": [
                    {
                        "type": "Gene",
                        "id": "SLC3A1"
                    },
                    {
                        "type": "Gene",
                        "id": "SLC7A9"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/117/relationships/genes?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/117/genes/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genecombinations/117/?format=api"
        }
    }
}