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

{
    "data": {
        "type": "Gene",
        "id": "RANBP2",
        "attributes": {
            "go_molecular_function": [
                "SUMO transferase activity"
            ],
            "pathway_id": [
                "R-HSA-2555396",
                "R-HSA-70326",
                "R-HSA-9610379",
                "R-HSA-69620",
                "R-HSA-5619115",
                "R-HSA-9648025",
                "R-HSA-68886",
                "R-HSA-159234",
                "R-HSA-69278",
                "R-HSA-194315",
                "R-HSA-913531",
                "R-HSA-168255",
                "R-HSA-3108232",
                "R-HSA-3371453",
                "R-HSA-177243",
                "R-HSA-195258",
                "R-HSA-2467813",
                "R-HSA-5619107",
                "R-HSA-1169408",
                "R-HSA-3371556",
                "R-HSA-597592",
                "R-HSA-72306",
                "R-HSA-9609690",
                "kegg_path:hsa05014",
                "R-HSA-180910",
                "R-HSA-211000",
                "R-HSA-69618",
                "R-HSA-70171",
                "R-HSA-9609646",
                "R-HSA-162909",
                "R-HSA-168271",
                "R-HSA-168325",
                "R-HSA-5578749",
                "R-HSA-71387",
                "R-HSA-191859",
                "R-HSA-4615885",
                "R-HSA-1280215",
                "R-HSA-180746",
                "R-HSA-5663220",
                "R-HSA-170822",
                "R-HSA-3232142",
                "R-HSA-162599",
                "R-HSA-72203",
                "R-HSA-72202",
                "R-HSA-4551638",
                "R-HSA-68882",
                "R-HSA-1643685",
                "R-HSA-194441",
                "R-HSA-168333",
                "R-HSA-141424",
                "R-HSA-165054",
                "R-HSA-168276",
                "R-HSA-3301854",
                "R-HSA-5619102",
                "R-HSA-176033",
                "R-HSA-2990846",
                "kegg_path:hsa03013",
                "R-HSA-5663205",
                "R-HSA-168274",
                "R-HSA-68875",
                "R-HSA-162587",
                "R-HSA-159236",
                "R-HSA-74160",
                "R-HSA-2262752",
                "R-HSA-159230",
                "R-HSA-8953854",
                "R-HSA-6784531",
                "R-HSA-8953897",
                "R-HSA-162582",
                "R-HSA-1430728",
                "R-HSA-1169410",
                "R-HSA-2500257",
                "R-HSA-4085377",
                "R-HSA-159231",
                "R-HSA-3108214",
                "R-HSA-392499",
                "R-HSA-162906",
                "R-HSA-159227",
                "R-HSA-168256",
                "R-HSA-2980766",
                "R-HSA-141444",
                "R-HSA-68877",
                "R-HSA-168273",
                "R-HSA-4570464",
                "R-HSA-1640170"
            ],
            "essential_gene": "Essential",
            "status": null,
            "uniprot_acc": "P49792",
            "ensembl_id": "ENSG00000153201",
            "entrez_id": "5903",
            "chromosome_number": "2"
        },
        "relationships": {
            "variant_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "SmallVariant",
                        "id": "430"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genes/RANBP2/relationships/variant_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genes/RANBP2/variants/?format=api"
                }
            },
            "genecombination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "GeneCombination",
                        "id": "145"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genes/RANBP2/relationships/genecombination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genes/RANBP2/genecombinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genes/RANBP2/?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"
        ],
        "lastmodified": "2021-10-18T11:00:44.246088",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}