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

{
    "data": [
        {
            "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"
            }
        },
        {
            "type": "Gene",
            "id": "PLXNB1",
            "attributes": {
                "go_molecular_function": [
                    "semaphorin receptor activity",
                    "GTPase activator activity",
                    "protein binding"
                ],
                "pathway_id": [
                    "R-HSA-1266738",
                    "R-HSA-416482",
                    "R-HSA-9675108",
                    "R-HSA-373755",
                    "R-HSA-416572",
                    "R-HSA-422475",
                    "R-HSA-400685",
                    "R-HSA-388396",
                    "kegg_path:hsa04360",
                    "R-HSA-416550",
                    "R-HSA-162582",
                    "R-HSA-372790"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "O43157",
                "ensembl_id": "ENSG00000164050",
                "entrez_id": "5364",
                "chromosome_number": "3",
                "lastmodified": "2021-10-18T11:00:44.887426"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 5
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1900"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1915"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1919"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1935"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1953"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PLXNB1/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PLXNB1/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 7
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "644"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "636"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "646"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "651"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "654"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "655"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "665"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PLXNB1/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PLXNB1/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/PLXNB1/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "RELN",
            "attributes": {
                "go_molecular_function": [
                    "['lipoprotein particle receptor binding', 'serine-type peptidase activity', 'very-low-density lipoprotein particle receptor binding', 'metal ion binding']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04151",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa04512",
                    "kegg_path:hsa05017",
                    "kegg_path:hsa05165",
                    "R-HSA-1266738",
                    "R-HSA-422475",
                    "R-HSA-8866376",
                    "R-HSA-9675108"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "P78509",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000189056",
                "chromosome_number": "7",
                "lastmodified": "2021-10-18T11:00:44.519444"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 24
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1852"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1871"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1891"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1906"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1930"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1934"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1936"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1970"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2332"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2343"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3063"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3064"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3069"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3070"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3072"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3073"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3075"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3076"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3079"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3085"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3088"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3089"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3092"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3093"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/RELN/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/RELN/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 25
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "644"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "615"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "621"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "630"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "639"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "642"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "643"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "652"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "653"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "654"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "663"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "664"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "668"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "670"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "676"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "785"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "791"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1030"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1031"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1032"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1033"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1035"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1036"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1037"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1028"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/RELN/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/RELN/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/RELN/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "TLE4",
            "attributes": {
                "go_molecular_function": [
                    "transcription corepressor activity",
                    "DNA-binding transcription factor binding",
                    "DNA-binding transcription factor activity, RNA polymerase II-specific",
                    "chromatin binding"
                ],
                "pathway_id": [
                    "R-HSA-3769402",
                    "R-HSA-2122947",
                    "R-HSA-157118",
                    "R-HSA-4641265",
                    "R-HSA-162582",
                    "R-HSA-1980143",
                    "R-HSA-195721",
                    "R-HSA-201681",
                    "R-HSA-195253",
                    "R-HSA-201722"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "Q04727",
                "ensembl_id": "ENSG00000106829",
                "entrez_id": "7091",
                "chromosome_number": "9",
                "lastmodified": "2021-10-18T11:00:44.681040"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1916"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/TLE4/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/TLE4/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "644"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/TLE4/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/TLE4/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/TLE4/?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": 4
    }
}