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

{
    "data": {
        "type": "Gene",
        "id": "POLD1",
        "attributes": {
            "go_molecular_function": [
                "['chromatin binding', '4 iron, 4 sulfur cluster binding', 'enzyme binding', 'damaged DNA binding', 'DNA-directed DNA polymerase activity', 'DNA binding', \"3'-5'-exodeoxyribonuclease activity\", 'nucleotide binding', 'protein binding', 'metal ion binding']"
            ],
            "pathway_id": [
                "kegg_path:hsa03030",
                "kegg_path:hsa03410",
                "kegg_path:hsa03420",
                "kegg_path:hsa03430",
                "kegg_path:hsa03440",
                "kegg_path:hsa03030",
                "kegg_path:hsa03410",
                "kegg_path:hsa03420",
                "kegg_path:hsa03430",
                "kegg_path:hsa03440",
                "R-HSA-110313",
                "R-HSA-110314",
                "R-HSA-110373",
                "R-HSA-1430728",
                "R-HSA-157579",
                "R-HSA-1640170",
                "R-HSA-174411",
                "R-HSA-174414",
                "R-HSA-174417",
                "R-HSA-174437",
                "R-HSA-180786",
                "R-HSA-2564830",
                "R-HSA-5358508",
                "R-HSA-5358565",
                "R-HSA-5358606",
                "R-HSA-5651801",
                "R-HSA-5656169",
                "R-HSA-5685942",
                "R-HSA-5693532",
                "R-HSA-5693538",
                "R-HSA-5693567",
                "R-HSA-5696397",
                "R-HSA-5696398",
                "R-HSA-5696399",
                "R-HSA-5696400",
                "R-HSA-6781827",
                "R-HSA-6782135",
                "R-HSA-6782210",
                "R-HSA-69091",
                "R-HSA-69109",
                "R-HSA-69166",
                "R-HSA-69183",
                "R-HSA-69186",
                "R-HSA-69190",
                "R-HSA-69239",
                "R-HSA-69242",
                "R-HSA-69278",
                "R-HSA-69306",
                "R-HSA-73884",
                "R-HSA-73886",
                "R-HSA-73893",
                "R-HSA-73894",
                "R-HSA-73933"
            ],
            "essential_gene": "Essential",
            "status": null,
            "uniprot_acc": "P28340",
            "ensembl_id": "None",
            "entrez_id": "ENSG00000062822",
            "chromosome_number": "19"
        },
        "relationships": {
            "variant_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "SmallVariant",
                        "id": "3058"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genes/POLD1/relationships/variant_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genes/POLD1/variants/?format=api"
                }
            },
            "genecombination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "GeneCombination",
                        "id": "1026"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genes/POLD1/relationships/genecombination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genes/POLD1/genecombinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genes/POLD1/?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": "2023-05-16T12:02:33.276211",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}