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

{
    "data": {
        "type": "Gene",
        "id": "PROKR2",
        "attributes": {
            "go_molecular_function": [
                "['neuropeptide Y receptor activity', 'protein binding', 'G protein-coupled receptor activity']"
            ],
            "pathway_id": [
                "R-HSA-162582",
                "R-HSA-372790",
                "R-HSA-373076",
                "R-HSA-375276",
                "R-HSA-388396",
                "R-HSA-416476",
                "R-HSA-500792"
            ],
            "essential_gene": "Essential",
            "status": null,
            "uniprot_acc": "None",
            "ensembl_id": "None",
            "entrez_id": "ENSG00000101292",
            "chromosome_number": "20"
        },
        "relationships": {
            "variant_set": {
                "meta": {
                    "count": 38
                },
                "data": [
                    {
                        "type": "SmallVariant",
                        "id": "26"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "78"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "331"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "383"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "397"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "400"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "402"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "857"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1057"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1798"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1825"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1826"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1857"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1864"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1888"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1892"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1898"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1901"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "1931"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2398"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2399"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2502"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2513"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2517"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2577"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2579"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2662"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2678"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2691"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2696"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2699"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2719"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2721"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2725"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2768"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2829"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "2831"
                    },
                    {
                        "type": "SmallVariant",
                        "id": "3175"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genes/PROKR2/relationships/variant_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genes/PROKR2/variants/?format=api"
                }
            },
            "genecombination_set": {
                "meta": {
                    "count": 52
                },
                "data": [
                    {
                        "type": "GeneCombination",
                        "id": "10"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "31"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "116"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "265"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "257"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "442"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "478"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "596"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "616"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "617"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "619"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "622"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "626"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "629"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "630"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "631"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "632"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "637"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "653"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "656"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "662"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "663"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "817"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "852"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "854"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "859"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "606"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "189"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "858"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "892"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "896"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "898"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "136"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "902"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "903"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "904"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "906"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "910"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "90"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "941"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "635"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "947"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "971"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1061"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1069"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1080"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1084"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1088"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1091"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1092"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1102"
                    },
                    {
                        "type": "GeneCombination",
                        "id": "1111"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genes/PROKR2/relationships/genecombination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genes/PROKR2/genecombinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genes/PROKR2/?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.395103",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}