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

{
    "data": [
        {
            "type": "Gene",
            "id": "GLI3",
            "attributes": {
                "go_molecular_function": [
                    "['chromatin binding', 'RNA polymerase II cis-regulatory region sequence-specific DNA binding', 'beta-catenin binding', 'metal ion binding', 'histone acetyltransferase binding', 'sequence-specific double-stranded DNA binding', 'DNA-binding transcription factor activity, RNA polymerase II-specific', 'mediator complex binding', 'protein binding', 'RNA polymerase II transcription regulatory region sequence-specific DNA binding', 'histone deacetylase binding', 'DNA-binding transcription factor activity']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04024",
                    "kegg_path:hsa04340",
                    "kegg_path:hsa05200",
                    "kegg_path:hsa05217",
                    "R-HSA-162582",
                    "R-HSA-212436",
                    "R-HSA-5358351",
                    "R-HSA-5610785",
                    "R-HSA-5610787",
                    "R-HSA-5632684",
                    "R-HSA-5635851",
                    "R-HSA-73857",
                    "R-HSA-74160",
                    "R-HSA-8878166",
                    "R-HSA-8940973",
                    "R-HSA-8941326"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "P10071",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000106571",
                "chromosome_number": "7",
                "lastmodified": "2021-10-18T11:00:44.894304"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 16
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "726"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "731"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "732"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "741"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "900"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "916"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1300"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2769"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2834"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2847"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2889"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2963"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3180"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3214"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3230"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3324"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/GLI3/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/GLI3/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 16
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "236"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "232"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "234"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "287"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "279"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "410"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "926"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "942"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "957"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "986"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1061"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1081"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1115"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1118"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1120"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1074"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/GLI3/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/GLI3/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/GLI3/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "GNRHR",
            "attributes": {
                "go_molecular_function": [
                    "['peptide binding', 'G protein-coupled receptor activity', 'gonadotropin-releasing hormone receptor activity']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04080",
                    "kegg_path:hsa04912",
                    "R-HSA-162582",
                    "R-HSA-372790",
                    "R-HSA-373076",
                    "R-HSA-375281",
                    "R-HSA-388396",
                    "R-HSA-416476",
                    "R-HSA-500792"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P30968",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000109163",
                "chromosome_number": "4",
                "lastmodified": "2021-10-18T11:00:44.928979"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 21
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "330"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "380"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "381"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "387"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "391"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "401"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "915"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1716"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2504"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2505"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2507"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2508"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2685"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2690"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2905"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2909"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3364"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3365"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3369"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3370"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3383"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/GNRHR/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/GNRHR/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 26
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "133"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "116"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "287"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "563"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "619"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "633"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "659"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "665"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1076"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "849"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "872"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "130"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "894"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "895"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "905"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "909"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "955"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "957"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "963"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "965"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "980"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1062"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "850"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "848"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1130"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1134"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/GNRHR/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/GNRHR/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/GNRHR/?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
    }
}