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

{
    "data": [
        {
            "type": "GeneCombination",
            "id": "389",
            "attributes": {
                "gene_relationship": [
                    "Affecting the same tissue",
                    "Monogenic experiments only",
                    "Relevant pathways for phenotype"
                ],
                "protein_interactions": [],
                "common_pathways": [
                    "Cell junction organization",
                    "Extracellular matrix organization",
                    "Assembly of collagen fibrils and other multimeric structures",
                    "Collagen formation",
                    "Degradation of the extracellular matrix",
                    "Cell-Cell communication",
                    "Type I hemidesmosome assembly",
                    "Signal Transduction"
                ],
                "genecomb_metascore": 1,
                "lastmodified": "2021-10-18T11:01:05.919713"
            },
            "relationships": {
                "combination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI577"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/389/relationships/combination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/389/combinations/?format=api"
                    }
                },
                "genes": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "Gene",
                            "id": "COL17A1"
                        },
                        {
                            "type": "Gene",
                            "id": "DKK1"
                        },
                        {
                            "type": "Gene",
                            "id": "LAMA3"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/389/relationships/genes?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/389/genes/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genecombinations/389/?format=api"
            }
        }
    ]
}