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

{
    "data": [
        {
            "type": "Gene",
            "id": "CDH23",
            "attributes": {
                "go_molecular_function": [
                    "['calcium ion binding', 'protein binding', 'cadherin binding']"
                ],
                "pathway_id": [],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "Q9H251",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000107736",
                "chromosome_number": "10",
                "lastmodified": "2021-10-18T11:00:44.400908"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 22
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "208"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "217"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "223"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "508"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "510"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "511"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "518"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "520"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "521"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "658"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "719"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "746"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "753"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "758"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1055"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1284"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2234"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2240"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2390"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2870"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3543"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3551"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/CDH23/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/CDH23/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 17
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "81"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "75"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "79"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "171"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "238"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "218"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "231"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "239"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "345"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "408"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "814"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "813"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "812"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "810"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1193"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1195"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/CDH23/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/CDH23/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/CDH23/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "EVC",
            "attributes": {
                "go_molecular_function": [],
                "pathway_id": [
                    "kegg_path:hsa04340",
                    "R-HSA-162582",
                    "R-HSA-5358351",
                    "R-HSA-5632684",
                    "R-HSA-5635838"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "None",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000072840",
                "chromosome_number": "4",
                "lastmodified": "2021-10-18T11:00:44.537890"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "764"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "765"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1270"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1277"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1311"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2635"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/EVC/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/EVC/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "405"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "411"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "878"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/EVC/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/EVC/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/EVC/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "FLNA",
            "attributes": {
                "go_molecular_function": [
                    "['RNA binding', 'Fc-gamma receptor I complex binding', 'small GTPase binding', 'actin filament binding', 'protein kinase C binding', 'transmembrane transporter binding', 'cadherin binding', 'potassium channel regulator activity', 'kinase binding', 'G protein-coupled receptor binding', 'protein binding', 'GTPase binding', 'protein homodimerization activity', 'DNA-binding transcription factor binding']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04010",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa05132",
                    "kegg_path:hsa05205",
                    "R-HSA-109582",
                    "R-HSA-114608",
                    "R-HSA-1169410",
                    "R-HSA-1280215",
                    "R-HSA-1500931",
                    "R-HSA-162582",
                    "R-HSA-168256",
                    "R-HSA-194315",
                    "R-HSA-195258",
                    "R-HSA-430116",
                    "R-HSA-446353",
                    "R-HSA-446728",
                    "R-HSA-5627123",
                    "R-HSA-76002",
                    "R-HSA-76005",
                    "R-HSA-8983711",
                    "R-HSA-913531",
                    "kegg_path:hsa04010",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa05132",
                    "kegg_path:hsa05205",
                    "kegg_path:hsa04010",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa05132",
                    "kegg_path:hsa05205",
                    "kegg_path:hsa04010",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa05132",
                    "kegg_path:hsa05205",
                    "R-HSA-109582",
                    "R-HSA-114608",
                    "R-HSA-1169410",
                    "R-HSA-1280215",
                    "R-HSA-1500931",
                    "R-HSA-162582",
                    "R-HSA-168256",
                    "R-HSA-194315",
                    "R-HSA-195258",
                    "R-HSA-430116",
                    "R-HSA-446353",
                    "R-HSA-446728",
                    "R-HSA-5627123",
                    "R-HSA-76002",
                    "R-HSA-76005",
                    "R-HSA-8983711",
                    "R-HSA-913531",
                    "kegg_path:hsa04010",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa05132",
                    "kegg_path:hsa05205",
                    "kegg_path:hsa04010",
                    "kegg_path:hsa04510",
                    "kegg_path:hsa05132",
                    "kegg_path:hsa05205"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "P21333",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000196924",
                "chromosome_number": "X",
                "lastmodified": "2021-10-18T11:00:44.390873"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "767"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1298"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3177"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3241"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3277"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3314"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/FLNA/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/FLNA/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "410"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1061"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1086"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1102"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1114"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/FLNA/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/FLNA/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/FLNA/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "FRAS1",
            "attributes": {
                "go_molecular_function": [
                    "extracellular matrix structural constituent",
                    "metal ion binding"
                ],
                "pathway_id": [
                    "kegg_path:hsa04512"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "Q86XX4",
                "ensembl_id": "ENSG00000138759",
                "entrez_id": "80144",
                "chromosome_number": "4",
                "lastmodified": "2021-10-18T11:00:44.949161"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 7
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "709"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "740"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "750"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "751"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "756"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "766"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1299"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/FRAS1/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/FRAS1/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "227"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "236"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "238"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "239"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "410"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/FRAS1/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/FRAS1/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/FRAS1/?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": "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": "NOTCH2",
            "attributes": {
                "go_molecular_function": [
                    "calcium ion binding",
                    "protein binding",
                    "enzyme binding",
                    "NF-kappaB binding",
                    "signaling receptor activity"
                ],
                "pathway_id": [
                    "R-HSA-1912399",
                    "R-HSA-1912408",
                    "R-HSA-162582",
                    "kegg_path:hsa04330",
                    "kegg_path:hsa04919",
                    "kegg_path:hsa05200",
                    "kegg_path:hsa05206",
                    "R-HSA-350054",
                    "R-HSA-74160",
                    "R-HSA-1980145",
                    "kegg_path:hsa05224",
                    "kegg_path:hsa01522",
                    "R-HSA-9013695",
                    "R-HSA-212436",
                    "R-HSA-9013694",
                    "kegg_path:hsa05165",
                    "R-HSA-3906995",
                    "kegg_path:hsa04658",
                    "R-HSA-2197563",
                    "R-HSA-5668914",
                    "kegg_path:hsa04919",
                    "kegg_path:hsa04330",
                    "R-HSA-3781865",
                    "kegg_path:hsa05206",
                    "R-HSA-1643685",
                    "kegg_path:hsa05200",
                    "R-HSA-2979096",
                    "kegg_path:hsa05224",
                    "R-HSA-1912422",
                    "kegg_path:hsa01522",
                    "kegg_path:hsa05165",
                    "R-HSA-157118",
                    "R-HSA-1912420",
                    "R-HSA-5083630",
                    "R-HSA-73857",
                    "kegg_path:hsa04658"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "Q04721",
                "ensembl_id": "ENSG00000134250",
                "entrez_id": "4853",
                "chromosome_number": "1",
                "lastmodified": "2021-10-18T11:00:44.464507"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 6
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "501"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "724"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "762"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1293"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1313"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2305"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/NOTCH2/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/NOTCH2/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 7
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "167"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "232"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "235"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "409"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "411"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "774"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/NOTCH2/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/NOTCH2/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/NOTCH2/?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": "PTPN11",
            "attributes": {
                "go_molecular_function": [
                    "phosphoprotein phosphatase activity",
                    "non-membrane spanning protein tyrosine phosphatase activity",
                    "protein tyrosine phosphatase activity",
                    "hydrolase activity"
                ],
                "pathway_id": [
                    "R-HSA-1170546",
                    "R-HSA-2404192",
                    "R-HSA-9702518",
                    "R-HSA-2219528",
                    "R-HSA-180292",
                    "R-HSA-5654695",
                    "R-HSA-5654712",
                    "R-HSA-109704",
                    "R-HSA-2586552",
                    "R-HSA-5654700",
                    "R-HSA-449147",
                    "R-HSA-373752",
                    "kegg_path:hsa04670",
                    "R-HSA-9645135",
                    "R-HSA-1257604",
                    "kegg_path:hsa04650",
                    "R-HSA-9006925",
                    "kegg_path:hsa05130",
                    "R-HSA-913531",
                    "R-HSA-114604",
                    "R-HSA-177929",
                    "R-HSA-391160",
                    "kegg_path:hsa04014",
                    "R-HSA-5683057",
                    "R-HSA-2428928",
                    "kegg_path:hsa04722",
                    "kegg_path:hsa05120",
                    "R-HSA-1059683",
                    "R-HSA-186763",
                    "kegg_path:hsa04360",
                    "R-HSA-1643685",
                    "R-HSA-1280218",
                    "R-HSA-5654741",
                    "R-HSA-446652",
                    "R-HSA-877312",
                    "R-HSA-6806834",
                    "R-HSA-1280215",
                    "R-HSA-76002",
                    "kegg_path:hsa04625",
                    "R-HSA-418886",
                    "R-HSA-9682385",
                    "R-HSA-186797",
                    "R-HSA-5654736",
                    "R-HSA-1295596",
                    "R-HSA-5654716",
                    "R-HSA-74160",
                    "R-HSA-74752",
                    "R-HSA-166166",
                    "R-HSA-202733",
                    "R-HSA-5684996",
                    "R-HSA-936964",
                    "kegg_path:hsa04630",
                    "R-HSA-74751",
                    "R-HSA-912694",
                    "R-HSA-112411",
                    "R-HSA-8854691",
                    "R-HSA-909733",
                    "R-HSA-418346",
                    "R-HSA-9703648",
                    "R-HSA-432142",
                    "kegg_path:hsa05205",
                    "R-HSA-168898",
                    "R-HSA-5654733",
                    "R-HSA-877300",
                    "R-HSA-1433557",
                    "R-HSA-5654732",
                    "R-HSA-9006115",
                    "R-HSA-8878171",
                    "R-HSA-168256",
                    "R-HSA-5654706",
                    "R-HSA-6783589",
                    "R-HSA-73857",
                    "R-HSA-9008059",
                    "kegg_path:hsa04072",
                    "R-HSA-512988",
                    "R-HSA-5654727",
                    "R-HSA-166016",
                    "R-HSA-5654720",
                    "R-HSA-5654687",
                    "R-HSA-9607240",
                    "R-HSA-1500931",
                    "R-HSA-5654710",
                    "kegg_path:hsa04920",
                    "R-HSA-110056",
                    "kegg_path:hsa05168",
                    "R-HSA-210990",
                    "R-HSA-5654738",
                    "R-HSA-5654743",
                    "R-HSA-9028731",
                    "R-HSA-9675108",
                    "R-HSA-210993",
                    "R-HSA-422475",
                    "R-HSA-212436",
                    "R-HSA-6811558",
                    "R-HSA-2219530",
                    "R-HSA-168249",
                    "R-HSA-2428924",
                    "kegg_path:hsa05211",
                    "kegg_path:hsa04931",
                    "R-HSA-388841",
                    "R-HSA-389948",
                    "R-HSA-5654693",
                    "R-HSA-9006934",
                    "R-HSA-937061",
                    "kegg_path:hsa05220",
                    "R-HSA-190236",
                    "R-HSA-199418",
                    "R-HSA-5654708",
                    "kegg_path:hsa05235",
                    "R-HSA-109582",
                    "R-HSA-8934593",
                    "R-HSA-112409",
                    "R-HSA-5654726",
                    "R-HSA-5663202",
                    "R-HSA-162582",
                    "R-HSA-8853659",
                    "R-HSA-166520",
                    "R-HSA-1266738",
                    "R-HSA-389513",
                    "R-HSA-5654689",
                    "R-HSA-5654696",
                    "R-HSA-112399",
                    "R-HSA-8865999"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "Q06124",
                "ensembl_id": "ENSG00000179295",
                "entrez_id": "5781",
                "chromosome_number": "12",
                "lastmodified": "2021-10-18T11:00:44.381685"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "761"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1186"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1308"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PTPN11/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PTPN11/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "380"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "410"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PTPN11/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PTPN11/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/PTPN11/?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": 10
    }
}