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

{
    "data": [
        {
            "type": "Gene",
            "id": "CCDC141",
            "attributes": {
                "go_molecular_function": [
                    "['protein binding']"
                ],
                "pathway_id": [],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "None",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000163492",
                "chromosome_number": "2",
                "lastmodified": "2021-10-18T11:00:44.678885"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 15
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "769"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1417"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2578"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2890"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2892"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2915"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2922"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2950"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3014"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3165"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3167"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3170"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3181"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3256"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3268"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/CCDC141/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/CCDC141/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 15
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "241"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "445"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "858"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "957"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "958"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "967"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "970"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "981"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1006"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1056"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1057"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1058"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1062"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1093"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1099"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/CCDC141/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/CCDC141/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/CCDC141/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "SCLY",
            "attributes": {
                "go_molecular_function": [
                    "['selenocysteine lyase activity', 'amino acid binding', 'transferase activity', 'protein binding', 'protein homodimerization activity', 'vitamin B6 binding']"
                ],
                "pathway_id": [
                    "kegg_path:hsa00450",
                    "kegg_path:hsa01100",
                    "kegg_path:hsa00450",
                    "kegg_path:hsa01100",
                    "kegg_path:hsa00450",
                    "kegg_path:hsa01100",
                    "R-HSA-1430728",
                    "R-HSA-2408508",
                    "R-HSA-2408522",
                    "R-HSA-71291"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "Q96I15",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000132330",
                "chromosome_number": "2",
                "lastmodified": "2023-05-16T12:02:33.638703"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3254"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/SCLY/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/SCLY/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "1093"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/SCLY/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/SCLY/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/SCLY/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "VEGFB",
            "attributes": {
                "go_molecular_function": [
                    "['growth factor activity', 'vascular endothelial growth factor receptor 1 binding', 'vascular endothelial growth factor receptor binding', 'protein binding', 'chemoattractant activity', 'heparin binding', 'identical protein binding']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04010",
                    "kegg_path:hsa04014",
                    "kegg_path:hsa04015",
                    "kegg_path:hsa04020",
                    "kegg_path:hsa04151",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa04926",
                    "kegg_path:hsa04933",
                    "kegg_path:hsa05200",
                    "R-HSA-109582",
                    "R-HSA-114608",
                    "R-HSA-162582",
                    "R-HSA-194138",
                    "R-HSA-194313",
                    "R-HSA-195399",
                    "R-HSA-76002",
                    "R-HSA-76005",
                    "R-HSA-9006934",
                    "kegg_path:hsa04010",
                    "kegg_path:hsa04014",
                    "kegg_path:hsa04015",
                    "kegg_path:hsa04020",
                    "kegg_path:hsa04151",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa04926",
                    "kegg_path:hsa04933",
                    "kegg_path:hsa05200"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P49765",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000173511",
                "chromosome_number": "11",
                "lastmodified": "2023-05-16T12:02:33.642838"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "3255"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/VEGFB/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/VEGFB/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "1093"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/VEGFB/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/VEGFB/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/VEGFB/?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": 3
    }
}