This API endpoint handles listing (/combinations) and retrieval (/combinations/{combination_pk}/) of oligogenic combinations from the database

GET /api/references/948/combinations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "Combination",
            "id": "OLI835",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.258635"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI835/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI835/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1828"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1829"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI835/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI835/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "858"
                        },
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI835/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI835/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI835/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI835/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "255"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI835/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI836",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:33:32.379959"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI836/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI836/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1830"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI836/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI836/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "858"
                        },
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI836/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI836/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI836/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI836/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "606"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI836/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1335",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:48.891233"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1335/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1335/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2404"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2818"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2819"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1335/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1335/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1335/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1335/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1335/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1335/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "939"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1335/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1336",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:48.950327"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1336/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1336/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2820"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2821"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1336/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1336/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1336/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1336/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1336/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1336/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "940"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1336/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1337",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.049708"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1337/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1337/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2822"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2823"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2824"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1337/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1337/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1337/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1337/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1337/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1337/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "941"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1337/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1338",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.116415"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1338/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1338/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2825"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1825"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1338/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1338/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1338/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1338/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1338/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1338/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1338/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1339",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.180602"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1339/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1339/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2827"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1339/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1339/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1339/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1339/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1339/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1339/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "261"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1339/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1340",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.233224"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1340/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1340/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2681"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2828"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1340/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1340/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1340/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1340/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1340/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1340/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "846"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1340/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1341",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.326380"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1341/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1341/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2829"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2830"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1341/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1341/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1341/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1341/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1341/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1341/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "635"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1341/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1342",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.405857"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1342/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1342/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1898"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2831"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2832"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1342/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1342/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1342/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1342/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1342/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1342/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "189"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1342/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1343",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.474114"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1343/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1343/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2833"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2834"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1343/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1343/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1343/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1343/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1343/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1343/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "942"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1343/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1344",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.531163"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1344/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1344/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1831"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1832"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1833"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1344/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1344/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1344/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1344/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1344/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1344/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "243"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1344/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1345",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.603724"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1345/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1345/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2835"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2836"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1345/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1345/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1345/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1345/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1345/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1345/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "943"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1345/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1346",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.704977"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1346/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1346/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2837"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2838"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2839"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1346/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1346/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1346/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1346/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1346/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1346/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "944"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1346/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1347",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.775304"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1347/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1347/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2840"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2841"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1347/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1347/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1347/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1347/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1347/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1347/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "945"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1347/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1348",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.849895"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1348/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1348/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2842"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2843"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1348/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1348/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1348/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1348/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1348/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1348/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "53"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1348/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1349",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.924775"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1349/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1349/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2844"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2845"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1349/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1349/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1349/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1349/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1349/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1349/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "946"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1349/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1350",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:49.993802"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1350/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1350/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2846"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2847"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1350/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1350/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1350/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1350/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1350/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1350/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "279"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1350/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1351",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:50.046708"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1351/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1351/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1857"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2404"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1351/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1351/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1351/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1351/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1351/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1351/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "947"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1351/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1352",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:50.126767"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1352/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1352/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2848"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2849"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1352/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1352/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1352/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1352/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1352/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1352/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "948"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1352/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1353",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 2,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:50.172363"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1353/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1353/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2845"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1968"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1353/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1353/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1353/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1353/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1353/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1353/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "949"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1353/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1354",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:50.230217"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1354/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1354/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2839"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2850"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1354/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1354/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1354/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1354/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1354/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1354/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "263"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1354/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1355",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:50.301418"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1355/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1355/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2851"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2852"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1355/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1355/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1355/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1355/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1355/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1355/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "950"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1355/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1356",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:50.387879"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1356/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1356/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2853"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2854"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1356/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1356/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1356/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1356/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1356/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1356/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1356/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1357",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM606394",
                    "OMIM610508",
                    "OMIM613375",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM606392",
                    "OMIM615266",
                    "OMIM609812",
                    "OMIM616511",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM613370",
                    "OMIM614841",
                    "OMIM614840",
                    "OMIM612225",
                    "OMIM125851",
                    "OMIM615269",
                    "OMIM616329",
                    "OMIM614839",
                    "OMIM146110",
                    "OMIM614838",
                    "OMIM614842",
                    "OMIM606391",
                    "OMIM125850",
                    "OMIM147950",
                    "OMIM610628",
                    "OMIM600496"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:02:50.462197"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1357/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1357/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2855"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2856"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1357/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1357/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1357/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1357/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1357/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1357/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "820"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1357/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI834",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 2,
                    "functional_gene_evidence_manual_harmonized": 2,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 2,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 2,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM612702",
                    "OMIM614837",
                    "OMIM615270",
                    "OMIM615266",
                    "OMIM614858",
                    "OMIM244200",
                    "OMIM612370",
                    "OMIM308700",
                    "OMIM614880",
                    "OMIM614840",
                    "OMIM615269",
                    "OMIM615267",
                    "OMIM614838",
                    "OMIM618841",
                    "OMIM614897",
                    "OMIM616030",
                    "OMIM615271",
                    "OMIM147950",
                    "OMIM610628"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:32:55.643293"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI834/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI834/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1827"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI834/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI834/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "858"
                        },
                        {
                            "type": "Reference",
                            "id": "948"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI834/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI834/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI834/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI834/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "265"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI834/?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": 26
    }
}