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

{
    "data": [
        {
            "type": "GeneCombination",
            "id": "1240",
            "attributes": {
                "gene_relationship": [
                    "Involved in the same disease",
                    "Relevant pathways for phenotype",
                    "Affecting the same tissue"
                ],
                "protein_interactions": [],
                "common_pathways": [
                    "Assembly of collagen fibrils and other multimeric structures",
                    "Cell-Cell communication",
                    "Degradation of the extracellular matrix",
                    "Collagen formation",
                    "Cell junction organization",
                    "Type I hemidesmosome assembly",
                    "Extracellular matrix organization"
                ],
                "genecomb_metascore": 1,
                "lastmodified": "2024-03-01T14:32:09.357251"
            },
            "relationships": {
                "combination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1733"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/1240/relationships/combination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/1240/combinations/?format=api"
                    }
                },
                "genes": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Gene",
                            "id": "COL17A1"
                        },
                        {
                            "type": "Gene",
                            "id": "LAMA3"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genecombinations/1240/relationships/genes?format=api",
                        "related": "https://olida.ibsquare.be/api/genecombinations/1240/genes/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genecombinations/1240/?format=api"
            }
        }
    ]
}