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

{
    "data": {
        "type": "GeneCombination",
        "id": "7",
        "attributes": {
            "gene_relationship": [
                "Involved in the same disease",
                "Affecting the same tissue",
                "Relevant pathways for phenotype",
                "Same pathway",
                "Similar function"
            ],
            "protein_interactions": [],
            "common_pathways": [
                "Sodium-coupled phosphate cotransporters",
                "Transport of inorganic cations/anions and amino acids/oligopeptides",
                "Disease",
                "SLC-mediated transmembrane transport",
                "Transport of small molecules",
                "secretion and action",
                "SLC transporter disorders",
                "Type II Na+/Pi cotransporters",
                "Parathyroid hormone synthesis",
                "Disorders of transmembrane transporters"
            ],
            "genecomb_metascore": 3,
            "lastmodified": "2021-10-18T11:00:45.477145"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 3
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI008"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI1790"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI1791"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/7/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/7/combinations/?format=api"
                }
            },
            "genes": {
                "meta": {
                    "count": 2
                },
                "data": [
                    {
                        "type": "Gene",
                        "id": "SLC34A1"
                    },
                    {
                        "type": "Gene",
                        "id": "SLC34A3"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genecombinations/7/relationships/genes?format=api",
                    "related": "https://olida.ibsquare.be/api/genecombinations/7/genes/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genecombinations/7/?format=api"
        }
    }
}