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

{
    "data": [
        {
            "type": "Gene",
            "id": "LHB",
            "attributes": {
                "go_molecular_function": [
                    "signaling receptor binding",
                    "protein binding",
                    "hormone activity"
                ],
                "pathway_id": [
                    "R-HSA-1643685",
                    "R-HSA-209822",
                    "R-HSA-948021",
                    "kegg_path:hsa04917",
                    "R-HSA-1430728",
                    "R-HSA-196071",
                    "kegg_path:hsa04080",
                    "kegg_path:hsa04912",
                    "kegg_path:hsa04929",
                    "R-HSA-9658195",
                    "R-HSA-597592",
                    "R-HSA-9662851",
                    "kegg_path:hsa04913",
                    "kegg_path:hsa04024",
                    "R-HSA-162582",
                    "R-HSA-372790",
                    "R-HSA-375281",
                    "R-HSA-193048",
                    "R-HSA-500792",
                    "R-HSA-209952",
                    "R-HSA-9664433",
                    "R-HSA-975578",
                    "kegg_path:hsa04917",
                    "R-HSA-446203",
                    "R-HSA-418555",
                    "R-HSA-193993",
                    "R-HSA-556833",
                    "kegg_path:hsa04080",
                    "R-HSA-373076",
                    "R-HSA-9660821",
                    "R-HSA-975576",
                    "R-HSA-5663205",
                    "kegg_path:hsa04912",
                    "kegg_path:hsa04929",
                    "R-HSA-388396",
                    "kegg_path:hsa04024",
                    "kegg_path:hsa04913",
                    "R-HSA-2980736",
                    "R-HSA-392499",
                    "R-HSA-8957322"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P01229",
                "ensembl_id": "ENSG00000104826",
                "entrez_id": "3972",
                "chromosome_number": "19",
                "lastmodified": "2021-10-18T11:00:44.394017"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1880"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1939"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1941"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/LHB/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/LHB/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 8
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "625"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "656"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "657"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "658"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "672"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "674"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "677"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "815"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/LHB/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/LHB/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/LHB/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "NRP2",
            "attributes": {
                "go_molecular_function": [
                    "['semaphorin receptor activity', 'signaling receptor activity', 'vascular endothelial growth factor-activated receptor activity', 'cytokine binding', 'protein binding', 'growth factor binding', 'heparin binding', 'metal ion binding']"
                ],
                "pathway_id": [
                    "R-HSA-1266738",
                    "R-HSA-162582",
                    "R-HSA-194138",
                    "R-HSA-194306",
                    "R-HSA-373760",
                    "R-HSA-422475",
                    "R-HSA-447038",
                    "R-HSA-9006934",
                    "R-HSA-9675108"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "O60462",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000118257",
                "chromosome_number": "2",
                "lastmodified": "2021-10-18T11:00:44.834068"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1874"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1914"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2770"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/NRP2/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/NRP2/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "623"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "636"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "644"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "658"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "664"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "926"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/NRP2/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/NRP2/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/NRP2/?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
    }
}