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

{
    "data": [
        {
            "type": "Gene",
            "id": "CUL4B",
            "attributes": {
                "go_molecular_function": [
                    "ubiquitin protein ligase binding",
                    "protein binding",
                    "ubiquitin-protein transferase activity"
                ],
                "pathway_id": [
                    "R-HSA-6781827",
                    "kegg_path:hsa04120",
                    "R-HSA-392499",
                    "R-HSA-5696394",
                    "R-HSA-5696395",
                    "R-HSA-73894",
                    "R-HSA-110314",
                    "R-HSA-5696398",
                    "R-HSA-6782135",
                    "R-HSA-73893",
                    "kegg_path:hsa05170",
                    "kegg_path:hsa03420",
                    "R-HSA-5696399",
                    "R-HSA-5696400",
                    "R-HSA-6781823",
                    "R-HSA-6782210",
                    "R-HSA-8951664",
                    "R-HSA-597592"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "Q13620",
                "ensembl_id": "ENSG00000158290",
                "entrez_id": "8450",
                "chromosome_number": "X",
                "lastmodified": "2021-10-18T11:00:44.369695"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1317"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/CUL4B/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/CUL4B/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/CUL4B/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/CUL4B/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/CUL4B/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "DAPK1",
            "attributes": {
                "go_molecular_function": [
                    "protein binding",
                    "transferase activity",
                    "kinase activity",
                    "ATP binding",
                    "protein serine/threonine kinase activity",
                    "nucleotide binding",
                    "protein kinase activity",
                    "GTP binding",
                    "protein serine kinase activity",
                    "calmodulin binding"
                ],
                "pathway_id": [
                    "R-HSA-5357769",
                    "kegg_path:hsa05200",
                    "kegg_path:hsa05219",
                    "kegg_path:hsa04140",
                    "R-HSA-109581",
                    "R-HSA-418889",
                    "R-HSA-5357801"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P53355",
                "ensembl_id": "ENSG00000196730",
                "entrez_id": "1612",
                "chromosome_number": "9",
                "lastmodified": "2021-10-18T11:00:45.007174"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1318"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/DAPK1/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/DAPK1/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/DAPK1/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/DAPK1/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/DAPK1/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "EMX2",
            "attributes": {
                "go_molecular_function": [
                    "protein binding",
                    "RNA polymerase II cis-regulatory region sequence-specific DNA binding",
                    "sequence-specific double-stranded DNA binding",
                    "DNA-binding transcription factor activity, RNA polymerase II-specific",
                    "DNA binding"
                ],
                "pathway_id": [],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "Q04743",
                "ensembl_id": "ENSG00000170370",
                "entrez_id": "2018",
                "chromosome_number": "10",
                "lastmodified": "2021-10-18T11:00:44.502125"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1319"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/EMX2/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/EMX2/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/EMX2/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/EMX2/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/EMX2/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "FREM2",
            "attributes": {
                "go_molecular_function": [
                    "metal ion binding",
                    "protein binding"
                ],
                "pathway_id": [
                    "kegg_path:hsa04512"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "Q5SZK8",
                "ensembl_id": "ENSG00000150893",
                "entrez_id": "341640",
                "chromosome_number": "13",
                "lastmodified": "2021-10-18T11:00:44.512222"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "715"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "749"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1320"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/FREM2/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/FREM2/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "230"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "238"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/FREM2/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/FREM2/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/FREM2/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "IGFBP2",
            "attributes": {
                "go_molecular_function": [
                    "growth factor binding",
                    "insulin-like growth factor binding",
                    "protein binding",
                    "insulin-like growth factor I binding",
                    "insulin-like growth factor II binding"
                ],
                "pathway_id": [
                    "R-HSA-381426",
                    "R-HSA-392499"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P18065",
                "ensembl_id": "ENSG00000115457",
                "entrez_id": "3485",
                "chromosome_number": "2",
                "lastmodified": "2021-10-18T11:00:44.496282"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1321"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/IGFBP2/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/IGFBP2/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/IGFBP2/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/IGFBP2/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/IGFBP2/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "MAML2",
            "attributes": {
                "go_molecular_function": [
                    "transcription coactivator activity"
                ],
                "pathway_id": [
                    "kegg_path:hsa04658",
                    "R-HSA-2197563",
                    "kegg_path:hsa05165",
                    "R-HSA-1266738",
                    "R-HSA-212436",
                    "R-HSA-9013694",
                    "R-HSA-2122947",
                    "R-HSA-9013695",
                    "R-HSA-1980145",
                    "R-HSA-350054",
                    "R-HSA-5663202",
                    "R-HSA-74160",
                    "R-HSA-9013508",
                    "kegg_path:hsa04330",
                    "R-HSA-8878159",
                    "R-HSA-162582",
                    "R-HSA-1980143",
                    "R-HSA-1912408",
                    "R-HSA-210744",
                    "R-HSA-2644603",
                    "R-HSA-2894858",
                    "R-HSA-186712",
                    "R-HSA-73857",
                    "R-HSA-157118",
                    "R-HSA-1912422",
                    "R-HSA-2894862",
                    "R-HSA-9012852",
                    "R-HSA-8941856",
                    "R-HSA-1643685",
                    "R-HSA-2644602",
                    "R-HSA-2644606"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "Q8IZL2",
                "ensembl_id": "ENSG00000184384",
                "entrez_id": "84441",
                "chromosome_number": "11",
                "lastmodified": "2021-10-18T11:00:44.549023"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "760"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1292"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1322"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MAML2/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MAML2/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "409"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MAML2/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MAML2/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/MAML2/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "MAML3",
            "attributes": {
                "go_molecular_function": [
                    "transcription coactivator activity"
                ],
                "pathway_id": [
                    "R-HSA-157118",
                    "R-HSA-186712",
                    "R-HSA-73857",
                    "R-HSA-2644603",
                    "R-HSA-2894858",
                    "R-HSA-1912422",
                    "R-HSA-2894862",
                    "R-HSA-9012852",
                    "R-HSA-2644602",
                    "R-HSA-1643685",
                    "R-HSA-8941856",
                    "R-HSA-210744",
                    "R-HSA-2644606",
                    "R-HSA-1266738",
                    "kegg_path:hsa05165",
                    "kegg_path:hsa04658",
                    "R-HSA-2197563",
                    "R-HSA-1980145",
                    "R-HSA-2122947",
                    "R-HSA-9013695",
                    "R-HSA-212436",
                    "R-HSA-9013694",
                    "R-HSA-9013508",
                    "R-HSA-350054",
                    "R-HSA-5663202",
                    "R-HSA-74160",
                    "R-HSA-1912408",
                    "R-HSA-162582",
                    "R-HSA-1980143",
                    "kegg_path:hsa04330",
                    "R-HSA-8878159"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "Q96JK9",
                "ensembl_id": "ENSG00000196782",
                "entrez_id": "55534",
                "chromosome_number": "4",
                "lastmodified": "2021-10-18T11:00:44.620397"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "730"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "755"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1305"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1312"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MAML3/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MAML3/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 5
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "234"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "239"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "410"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "411"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MAML3/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MAML3/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/MAML3/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "MAMLD1",
            "attributes": {
                "go_molecular_function": [
                    "['molecular_function']"
                ],
                "pathway_id": [
                    "R-HSA-1266738",
                    "R-HSA-157118",
                    "R-HSA-162582",
                    "R-HSA-1643685",
                    "R-HSA-186712",
                    "R-HSA-1912408",
                    "R-HSA-1912422",
                    "R-HSA-1980143",
                    "R-HSA-1980145",
                    "R-HSA-210744",
                    "R-HSA-2122947",
                    "R-HSA-212436",
                    "R-HSA-2197563",
                    "R-HSA-2644602",
                    "R-HSA-2644603",
                    "R-HSA-2644606",
                    "R-HSA-2894858",
                    "R-HSA-2894862",
                    "R-HSA-350054",
                    "R-HSA-5663202",
                    "R-HSA-73857",
                    "R-HSA-74160",
                    "R-HSA-8878159",
                    "R-HSA-8941856",
                    "R-HSA-9012852",
                    "R-HSA-9013508",
                    "R-HSA-9013694",
                    "R-HSA-9013695",
                    "R-HSA-1266738",
                    "R-HSA-157118",
                    "R-HSA-162582",
                    "R-HSA-1643685",
                    "R-HSA-186712",
                    "R-HSA-1912408",
                    "R-HSA-1912422",
                    "R-HSA-1980143",
                    "R-HSA-1980145",
                    "R-HSA-210744",
                    "R-HSA-2122947",
                    "R-HSA-212436",
                    "R-HSA-2197563",
                    "R-HSA-2644602",
                    "R-HSA-2644603",
                    "R-HSA-2644606",
                    "R-HSA-2894858",
                    "R-HSA-2894862",
                    "R-HSA-350054",
                    "R-HSA-5663202",
                    "R-HSA-73857",
                    "R-HSA-74160",
                    "R-HSA-8878159",
                    "R-HSA-8941856",
                    "R-HSA-9012852",
                    "R-HSA-9013508",
                    "R-HSA-9013694",
                    "R-HSA-9013695"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "Q13495",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000013619",
                "chromosome_number": "X",
                "lastmodified": "2021-10-18T11:00:44.997839"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 22
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "581"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "717"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "722"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "729"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "733"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "736"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "742"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "745"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "752"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "757"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1268"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1278"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1280"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1283"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1294"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1310"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1316"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3192"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3200"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3252"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3259"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3325"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MAMLD1/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MAMLD1/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 26
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "236"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "200"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "237"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "238"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "231"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "232"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "233"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "234"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "235"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "239"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "406"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "407"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "408"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "405"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "409"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "410"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "411"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1067"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1068"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1091"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1092"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1095"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1120"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1122"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MAMLD1/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MAMLD1/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/MAMLD1/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "MYO7A",
            "attributes": {
                "go_molecular_function": [
                    "['calmodulin binding', 'spectrin binding', 'protein binding', 'protein domain specific binding', 'microfilament motor activity', 'actin filament binding', 'ATP binding']"
                ],
                "pathway_id": [
                    "R-HSA-162582",
                    "R-HSA-2187338",
                    "R-HSA-2453902",
                    "R-HSA-372790",
                    "R-HSA-388396",
                    "R-HSA-418594",
                    "R-HSA-162582",
                    "R-HSA-2187338",
                    "R-HSA-2453902",
                    "R-HSA-372790",
                    "R-HSA-388396",
                    "R-HSA-418594"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "Q13402",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000137474",
                "chromosome_number": "11",
                "lastmodified": "2021-10-18T11:00:44.573189"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 28
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "509"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "206"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "207"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "211"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "213"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "218"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "221"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "503"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "507"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "720"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "727"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "728"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "737"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "747"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "748"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "759"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1323"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1324"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1975"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2233"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2235"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2237"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2239"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2241"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2243"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2245"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3704"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3712"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MYO7A/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MYO7A/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 16
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "75"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "76"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "77"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "78"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "80"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "236"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "168"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "238"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "231"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "233"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "758"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "757"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1256"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1253"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MYO7A/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MYO7A/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/MYO7A/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "NOTCH1",
            "attributes": {
                "go_molecular_function": [
                    "enzyme inhibitor activity",
                    "calcium ion binding",
                    "Notch binding",
                    "chromatin DNA binding",
                    "protein binding",
                    "transcription coactivator activity",
                    "transmembrane signaling receptor activity",
                    "enzyme binding",
                    "identical protein binding"
                ],
                "pathway_id": [
                    "R-HSA-2644603",
                    "R-HSA-2894858",
                    "R-HSA-157118",
                    "R-HSA-1912420",
                    "R-HSA-2660825",
                    "R-HSA-5083630",
                    "R-HSA-2660826",
                    "R-HSA-1912422",
                    "R-HSA-1643685",
                    "kegg_path:hsa04919",
                    "R-HSA-5668914",
                    "kegg_path:hsa04658",
                    "R-HSA-1266738",
                    "R-HSA-2644607",
                    "kegg_path:hsa05165",
                    "R-HSA-3906995",
                    "kegg_path:hsa01522",
                    "R-HSA-2122947",
                    "R-HSA-9013695",
                    "R-HSA-212436",
                    "R-HSA-9013694",
                    "R-HSA-2644605",
                    "R-HSA-9013508",
                    "R-HSA-350054",
                    "R-HSA-5663202",
                    "R-HSA-74160",
                    "kegg_path:hsa05200",
                    "R-HSA-2691230",
                    "kegg_path:hsa04330",
                    "R-HSA-8878159",
                    "R-HSA-1912399",
                    "R-HSA-1912408",
                    "R-HSA-162582",
                    "R-HSA-1980143",
                    "R-HSA-186712",
                    "R-HSA-73857",
                    "kegg_path:hsa05020",
                    "R-HSA-2122948",
                    "R-HSA-2691232",
                    "kegg_path:hsa05224",
                    "R-HSA-2894862",
                    "R-HSA-9012852",
                    "R-HSA-8941856",
                    "R-HSA-2644602",
                    "R-HSA-3781865",
                    "kegg_path:hsa05206",
                    "R-HSA-210744",
                    "R-HSA-2644606"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "P46531",
                "ensembl_id": "ENSG00000148400",
                "entrez_id": "4851",
                "chromosome_number": "9",
                "lastmodified": "2021-10-18T11:00:44.838899"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1272"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1287"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1325"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1844"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/NOTCH1/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/NOTCH1/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "405"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "408"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "612"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/NOTCH1/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/NOTCH1/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/NOTCH1/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "PIK3R3",
            "attributes": {
                "go_molecular_function": [
                    "1-phosphatidylinositol-3-kinase regulator activity",
                    "1-phosphatidylinositol-3-kinase activity",
                    "protein binding"
                ],
                "pathway_id": [
                    "R-HSA-8853659",
                    "R-HSA-5663202",
                    "kegg_path:hsa04919",
                    "kegg_path:hsa05200",
                    "kegg_path:hsa04218",
                    "kegg_path:hsa04933",
                    "kegg_path:hsa05167",
                    "kegg_path:hsa04015",
                    "kegg_path:hsa05166",
                    "R-HSA-1266738",
                    "kegg_path:hsa04071",
                    "kegg_path:hsa05131",
                    "kegg_path:hsa04931",
                    "kegg_path:hsa05211",
                    "kegg_path:hsa05171",
                    "kegg_path:hsa05169",
                    "kegg_path:hsa04915",
                    "kegg_path:hsa04923",
                    "kegg_path:hsa05163",
                    "kegg_path:hsa04150",
                    "kegg_path:hsa05235",
                    "kegg_path:hsa04973",
                    "kegg_path:hsa05161",
                    "R-HSA-199418",
                    "kegg_path:hsa04012",
                    "kegg_path:hsa05100",
                    "kegg_path:hsa05220",
                    "kegg_path:hsa01522",
                    "R-HSA-9006934",
                    "kegg_path:hsa01521",
                    "kegg_path:hsa05206",
                    "kegg_path:hsa01524",
                    "kegg_path:hsa04750",
                    "kegg_path:hsa04613",
                    "kegg_path:hsa05226",
                    "kegg_path:hsa04910",
                    "kegg_path:hsa05017",
                    "kegg_path:hsa05142",
                    "kegg_path:hsa05020",
                    "kegg_path:hsa04066",
                    "R-HSA-422475",
                    "kegg_path:hsa05170",
                    "kegg_path:hsa04666",
                    "R-HSA-9675108",
                    "kegg_path:hsa05214",
                    "kegg_path:hsa04072",
                    "kegg_path:hsa04550",
                    "kegg_path:hsa04370",
                    "R-HSA-168256",
                    "kegg_path:hsa04140",
                    "kegg_path:hsa04211",
                    "kegg_path:hsa05231",
                    "R-HSA-1433557",
                    "kegg_path:hsa04929",
                    "R-HSA-388396",
                    "R-HSA-8939211",
                    "kegg_path:hsa05165",
                    "kegg_path:hsa05168",
                    "kegg_path:hsa05224",
                    "R-HSA-1483255",
                    "kegg_path:hsa04070",
                    "kegg_path:hsa05010",
                    "kegg_path:hsa05135",
                    "kegg_path:hsa05213",
                    "kegg_path:hsa05223",
                    "kegg_path:hsa05164",
                    "kegg_path:hsa04152",
                    "kegg_path:hsa05205",
                    "kegg_path:hsa04725",
                    "kegg_path:hsa04917",
                    "kegg_path:hsa04625",
                    "kegg_path:hsa04660",
                    "kegg_path:hsa04620",
                    "R-HSA-416476",
                    "kegg_path:hsa04024",
                    "kegg_path:hsa04935",
                    "kegg_path:hsa04930",
                    "kegg_path:hsa05418",
                    "kegg_path:hsa04151",
                    "kegg_path:hsa04360",
                    "kegg_path:hsa05212",
                    "kegg_path:hsa04630",
                    "kegg_path:hsa05160",
                    "kegg_path:hsa04062",
                    "kegg_path:hsa04932",
                    "kegg_path:hsa04914",
                    "kegg_path:hsa04960",
                    "kegg_path:hsa04662",
                    "R-HSA-1280215",
                    "R-HSA-76002",
                    "kegg_path:hsa04068",
                    "kegg_path:hsa05225",
                    "R-HSA-372790",
                    "R-HSA-9006925",
                    "kegg_path:hsa04810",
                    "kegg_path:hsa04670",
                    "kegg_path:hsa05210",
                    "R-HSA-912526",
                    "kegg_path:hsa04380",
                    "kegg_path:hsa04510",
                    "R-HSA-449147",
                    "kegg_path:hsa04722",
                    "kegg_path:hsa04611",
                    "kegg_path:hsa05162",
                    "kegg_path:hsa04668",
                    "kegg_path:hsa05203",
                    "R-HSA-114604",
                    "kegg_path:hsa05146",
                    "kegg_path:hsa05215",
                    "kegg_path:hsa04664",
                    "kegg_path:hsa04650",
                    "kegg_path:hsa05221",
                    "kegg_path:hsa05230",
                    "kegg_path:hsa04926",
                    "R-HSA-389356",
                    "kegg_path:hsa05222",
                    "kegg_path:hsa05218",
                    "kegg_path:hsa04210",
                    "kegg_path:hsa04213",
                    "kegg_path:hsa04014",
                    "kegg_path:hsa05169",
                    "kegg_path:hsa04915",
                    "R-HSA-162582",
                    "kegg_path:hsa05171",
                    "kegg_path:hsa04931",
                    "kegg_path:hsa05211",
                    "kegg_path:hsa04071",
                    "kegg_path:hsa05131",
                    "kegg_path:hsa01522",
                    "kegg_path:hsa04012",
                    "kegg_path:hsa05100",
                    "kegg_path:hsa05220",
                    "kegg_path:hsa05161",
                    "kegg_path:hsa04973",
                    "kegg_path:hsa04923",
                    "kegg_path:hsa04150",
                    "kegg_path:hsa05235",
                    "kegg_path:hsa05163",
                    "kegg_path:hsa04919",
                    "kegg_path:hsa05200",
                    "R-HSA-388841",
                    "R-HSA-912631",
                    "R-HSA-1483257",
                    "R-HSA-2219530",
                    "kegg_path:hsa05166",
                    "R-HSA-109582",
                    "kegg_path:hsa04015",
                    "kegg_path:hsa04933",
                    "kegg_path:hsa05167",
                    "kegg_path:hsa04218",
                    "kegg_path:hsa04929",
                    "kegg_path:hsa04211",
                    "kegg_path:hsa05231",
                    "kegg_path:hsa04140",
                    "R-HSA-6811558",
                    "kegg_path:hsa04070",
                    "kegg_path:hsa05010",
                    "kegg_path:hsa05135",
                    "kegg_path:hsa05224",
                    "kegg_path:hsa05168",
                    "R-HSA-389357",
                    "kegg_path:hsa05165",
                    "kegg_path:hsa04910",
                    "kegg_path:hsa05017",
                    "kegg_path:hsa05226",
                    "kegg_path:hsa04613",
                    "kegg_path:hsa01521",
                    "kegg_path:hsa05206",
                    "R-HSA-1266695",
                    "kegg_path:hsa04750",
                    "kegg_path:hsa01524",
                    "kegg_path:hsa04550",
                    "kegg_path:hsa04370",
                    "kegg_path:hsa05214",
                    "kegg_path:hsa04072",
                    "R-HSA-512988",
                    "kegg_path:hsa04066",
                    "kegg_path:hsa04666",
                    "kegg_path:hsa05170",
                    "R-HSA-1430728",
                    "kegg_path:hsa05142",
                    "kegg_path:hsa05020",
                    "R-HSA-9669938",
                    "kegg_path:hsa04151",
                    "kegg_path:hsa04360",
                    "kegg_path:hsa05418",
                    "kegg_path:hsa05212",
                    "kegg_path:hsa04935",
                    "kegg_path:hsa04930",
                    "kegg_path:hsa04024",
                    "R-HSA-9006931",
                    "kegg_path:hsa04662",
                    "kegg_path:hsa04960",
                    "kegg_path:hsa04932",
                    "kegg_path:hsa04914",
                    "R-HSA-451927",
                    "R-HSA-9009391",
                    "kegg_path:hsa04062",
                    "kegg_path:hsa04630",
                    "kegg_path:hsa05160",
                    "kegg_path:hsa04152",
                    "kegg_path:hsa05164",
                    "R-HSA-1280218",
                    "kegg_path:hsa05213",
                    "kegg_path:hsa05223",
                    "R-HSA-1643685",
                    "kegg_path:hsa04660",
                    "kegg_path:hsa04620",
                    "kegg_path:hsa04917",
                    "kegg_path:hsa04625",
                    "kegg_path:hsa04725",
                    "kegg_path:hsa05205",
                    "kegg_path:hsa05230",
                    "kegg_path:hsa05221",
                    "R-HSA-1660499",
                    "kegg_path:hsa04926",
                    "kegg_path:hsa04650",
                    "R-HSA-9670439",
                    "R-HSA-1257604",
                    "kegg_path:hsa04664",
                    "kegg_path:hsa04210",
                    "kegg_path:hsa04213",
                    "R-HSA-556833",
                    "kegg_path:hsa04014",
                    "kegg_path:hsa05218",
                    "kegg_path:hsa05222",
                    "kegg_path:hsa04670",
                    "kegg_path:hsa05210",
                    "kegg_path:hsa04380",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa04810",
                    "R-HSA-2219528",
                    "kegg_path:hsa04068",
                    "kegg_path:hsa05225",
                    "kegg_path:hsa05215",
                    "kegg_path:hsa05146",
                    "kegg_path:hsa04668",
                    "kegg_path:hsa05203",
                    "kegg_path:hsa05162",
                    "kegg_path:hsa04722",
                    "kegg_path:hsa04611"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "Q92569",
                "ensembl_id": "ENSG00000117461",
                "entrez_id": "8503",
                "chromosome_number": "1",
                "lastmodified": "2021-10-18T11:00:44.773469"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "744"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "763"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1326"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PIK3R3/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PIK3R3/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "237"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PIK3R3/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PIK3R3/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/PIK3R3/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "TGFBI",
            "attributes": {
                "go_molecular_function": [
                    "identical protein binding",
                    "protein binding",
                    "integrin binding",
                    "extracellular matrix binding",
                    "cell adhesion molecule binding",
                    "collagen binding"
                ],
                "pathway_id": [
                    "R-HSA-392499",
                    "R-HSA-977225"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "Q15582",
                "ensembl_id": "ENSG00000120708",
                "entrez_id": "7045",
                "chromosome_number": "5",
                "lastmodified": "2021-10-18T11:00:44.998725"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1327"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/TGFBI/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/TGFBI/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/TGFBI/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/TGFBI/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/TGFBI/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "WNT9A",
            "attributes": {
                "go_molecular_function": [
                    "protein binding",
                    "signaling receptor binding",
                    "cytokine activity",
                    "frizzled binding",
                    "receptor ligand activity"
                ],
                "pathway_id": [
                    "kegg_path:hsa05224",
                    "kegg_path:hsa05205",
                    "R-HSA-3772470",
                    "kegg_path:hsa05010",
                    "kegg_path:hsa04916",
                    "kegg_path:hsa05022",
                    "R-HSA-201681",
                    "kegg_path:hsa05200",
                    "kegg_path:hsa05226",
                    "kegg_path:hsa05217",
                    "kegg_path:hsa05225",
                    "kegg_path:hsa04310",
                    "kegg_path:hsa04390",
                    "kegg_path:hsa05205",
                    "kegg_path:hsa05010",
                    "kegg_path:hsa04150",
                    "kegg_path:hsa04934",
                    "kegg_path:hsa05224",
                    "kegg_path:hsa04550",
                    "kegg_path:hsa05165",
                    "R-HSA-500792",
                    "kegg_path:hsa05217",
                    "kegg_path:hsa04310",
                    "R-HSA-195721",
                    "R-HSA-373080",
                    "kegg_path:hsa05225",
                    "R-HSA-162582",
                    "R-HSA-372790",
                    "kegg_path:hsa04916",
                    "kegg_path:hsa05022",
                    "R-HSA-3238698",
                    "kegg_path:hsa05226",
                    "kegg_path:hsa05200",
                    "kegg_path:hsa04934",
                    "kegg_path:hsa04150",
                    "kegg_path:hsa04550",
                    "kegg_path:hsa05165",
                    "kegg_path:hsa04390"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "O14904",
                "ensembl_id": "ENSG00000143816",
                "entrez_id": "7483",
                "chromosome_number": "1",
                "lastmodified": "2021-10-18T11:00:44.881515"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "739"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1328"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1585"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/WNT9A/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/WNT9A/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "236"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "482"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "510"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/WNT9A/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/WNT9A/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/WNT9A/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "WNT9B",
            "attributes": {
                "go_molecular_function": [
                    "frizzled binding",
                    "cytokine activity",
                    "receptor ligand activity",
                    "co-receptor binding"
                ],
                "pathway_id": [
                    "kegg_path:hsa04310",
                    "R-HSA-195721",
                    "R-HSA-373080",
                    "R-HSA-162582",
                    "R-HSA-372790",
                    "R-HSA-500792",
                    "kegg_path:hsa05200",
                    "kegg_path:hsa04916",
                    "kegg_path:hsa05022",
                    "kegg_path:hsa05217",
                    "R-HSA-3238698",
                    "kegg_path:hsa05224",
                    "kegg_path:hsa04150",
                    "kegg_path:hsa05205",
                    "kegg_path:hsa05010",
                    "kegg_path:hsa04550",
                    "kegg_path:hsa05165",
                    "kegg_path:hsa04390",
                    "kegg_path:hsa04934",
                    "kegg_path:hsa05226",
                    "kegg_path:hsa05225"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "O14905",
                "ensembl_id": "ENSG00000158955",
                "entrez_id": "7484",
                "chromosome_number": "17",
                "lastmodified": "2021-10-18T11:00:44.938745"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "56"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "58"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "723"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "754"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1329"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2464"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/WNT9B/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/WNT9B/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 5
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "23"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "232"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "239"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "832"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/WNT9B/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/WNT9B/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/WNT9B/?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": 14
    }
}