This API endpoint handles listing (/genes) and retrieval (/genes/<ID>/) of genes that are contained in the database due to their association to
genetic variants that are involved in at least one oligogenic combination in OLIDA.

GET /api/genecombinations/309/genes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "Gene",
            "id": "CD40LG",
            "attributes": {
                "go_molecular_function": [
                    "CD40 receptor binding",
                    "cytokine activity",
                    "protein binding",
                    "integrin binding"
                ],
                "pathway_id": [
                    "kegg_path:hsa05145",
                    "R-HSA-198933",
                    "kegg_path:hsa04672",
                    "R-HSA-1280215",
                    "kegg_path:hsa05320",
                    "kegg_path:hsa04660",
                    "kegg_path:hsa05322",
                    "R-HSA-5668541",
                    "kegg_path:hsa05330",
                    "kegg_path:hsa05416",
                    "kegg_path:hsa05144",
                    "kegg_path:hsa05340",
                    "R-HSA-1280218",
                    "kegg_path:hsa04064",
                    "kegg_path:hsa04514",
                    "kegg_path:hsa04060",
                    "R-HSA-168256",
                    "R-HSA-5676594",
                    "kegg_path:hsa05310"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P29965",
                "ensembl_id": "ENSG00000102245",
                "entrez_id": "959",
                "chromosome_number": "X",
                "lastmodified": "2021-10-18T11:00:44.234403"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "965"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/CD40LG/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/CD40LG/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "309"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/CD40LG/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/CD40LG/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/CD40LG/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "XIAP",
            "attributes": {
                "go_molecular_function": [
                    "protein serine/threonine kinase binding",
                    "ubiquitin-protein transferase activity",
                    "ubiquitin protein ligase activity",
                    "protein binding",
                    "cysteine-type endopeptidase inhibitor activity involved in apoptotic process"
                ],
                "pathway_id": [
                    "kegg_path:hsa04210",
                    "kegg_path:hsa05145",
                    "R-HSA-5218859",
                    "R-HSA-111471",
                    "R-HSA-73887",
                    "R-HSA-111463",
                    "R-HSA-3769402",
                    "R-HSA-8948747",
                    "kegg_path:hsa04120",
                    "R-HSA-5675482",
                    "R-HSA-111458",
                    "R-HSA-75893",
                    "kegg_path:hsa01524",
                    "kegg_path:hsa04064",
                    "kegg_path:hsa04215",
                    "kegg_path:hsa04217",
                    "kegg_path:hsa04510",
                    "R-HSA-201681",
                    "kegg_path:hsa05166",
                    "kegg_path:hsa05222",
                    "R-HSA-109606",
                    "R-HSA-111469",
                    "R-HSA-6807070",
                    "R-HSA-5357905",
                    "R-HSA-111461",
                    "kegg_path:hsa05200",
                    "R-HSA-111459",
                    "R-HSA-5213460",
                    "kegg_path:hsa04621",
                    "R-HSA-8948751",
                    "R-HSA-162582",
                    "R-HSA-5357801",
                    "R-HSA-9006925",
                    "R-HSA-109581",
                    "R-HSA-1257604",
                    "R-HSA-195721",
                    "R-HSA-5357956",
                    "R-HSA-111464",
                    "R-HSA-9627069"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P98170",
                "ensembl_id": "ENSG00000101966",
                "entrez_id": "331",
                "chromosome_number": "X",
                "lastmodified": "2021-10-18T11:00:44.461076"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "113"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "964"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/XIAP/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/XIAP/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "40"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "309"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/XIAP/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/XIAP/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/XIAP/?format=api"
            }
        }
    ],
    "meta": {
        "database_name": "OLIgogenic diseases DAtabase (OLIDA)",
        "resource_url": "olida.ibsquare.be",
        "api_release_year": "2021",
        "api_developer": [
            [
                "Arnau Dillen",
                "arnau.dillen@ulb.ac.be"
            ],
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_version": "0.3",
        "api_maintainers": [
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_documentation": [
            "olida.ibsquare.be/api/swagger",
            "olida.ibsquare.be/api/redoc"
        ],
        "copyright": "Copyright (c) 2025 · OLIDA All Rights Reserved.",
        "license": "CC Attribution-NonCommercial 4.0 International License",
        "ontologies": {
            "ORDO": "http://bioportal.bioontology.org/ontologies/ORDO",
            "GENO": "http://purl.obolibrary.org/obo/geno.owl",
            "MI": "http://purl.obolibrary.org/obo/mi.owl",
            "NCIT": "http://purl.obolibrary.org/obo/ncit.owl",
            "OGI": "http://purl.obolibrary.org/obo/ogi.owl",
            "OGG": "http://purl.obolibrary.org/obo/ogg.owl"
        },
        "relevant_publications_doi": [
            "10.1093/nar/gkv1068",
            "10.1093/database/baac023"
        ],
        "size": 2
    }
}