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

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

{
    "data": [
        {
            "type": "Combination",
            "id": "OLI833",
            "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": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM615269",
                    "OMIM614897",
                    "OMIM618841",
                    "OMIM614840",
                    "OMIM615267",
                    "OMIM147950",
                    "OMIM308700",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM614837",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615266",
                    "OMIM612370",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.226974"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI833/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI833/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1824"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1825"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI833/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI833/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "858"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI833/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI833/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI833/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI833/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "31"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI833/?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": [
                    "OMIM615269",
                    "OMIM614897",
                    "OMIM618841",
                    "OMIM614840",
                    "OMIM615267",
                    "OMIM147950",
                    "OMIM308700",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM614837",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615266",
                    "OMIM612370",
                    "OMIM244200"
                ],
                "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": "OLI848",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "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": 1,
                    "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": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.485908"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI848/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI848/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1854"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1855"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1856"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI848/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI848/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "866"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI848/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI848/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI848/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI848/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "616"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI848/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI851",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "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": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.543824"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI851/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI851/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "401"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1862"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI851/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI851/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI851/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI851/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI851/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI851/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "619"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI851/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI855",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM615269",
                    "OMIM614897",
                    "OMIM618841",
                    "OMIM614840",
                    "OMIM615267",
                    "OMIM147950",
                    "OMIM308700",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM614837",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615266",
                    "OMIM612370",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.630612"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI855/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI855/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1872"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1873"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI855/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI855/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI855/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI855/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI855/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI855/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "622"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI855/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI859",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM615269",
                    "OMIM614897",
                    "OMIM618841",
                    "OMIM614840",
                    "OMIM615267",
                    "OMIM147950",
                    "OMIM308700",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM614837",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615266",
                    "OMIM612370",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.706382"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI859/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI859/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1881"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI859/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI859/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI859/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI859/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI859/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI859/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "626"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI859/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI862",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM615269",
                    "OMIM614897",
                    "OMIM618841",
                    "OMIM614840",
                    "OMIM615267",
                    "OMIM147950",
                    "OMIM308700",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM614837",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615266",
                    "OMIM612370",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:53.758972"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI862/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI862/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1887"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI862/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI862/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI862/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI862/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI862/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI862/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "629"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI862/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI890",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.288245"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI890/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI890/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1939"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI890/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI890/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI890/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI890/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI890/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI890/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "656"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI890/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI892",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.320232"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI892/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI892/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1937"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI892/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI892/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI892/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI892/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI892/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI892/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "629"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI892/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI895",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.368387"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI895/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI895/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1944"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI895/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI895/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI895/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI895/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI895/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI895/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "136"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI895/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI899",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "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": 1,
                    "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": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.431185"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI899/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI899/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1949"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI899/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI899/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI899/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI899/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI899/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI899/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "662"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI899/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI900",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 2,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 2,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 1,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2021-11-16T17:59:54.458041"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI900/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI900/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1906"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1950"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1951"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI900/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI900/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "868"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI900/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI900/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI900/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI900/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "663"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI900/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI1016",
            "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": 2,
                    "functional_final_metascore": 2,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2022-08-04T14:15:21.921923"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1016/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1016/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2202"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1016/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1016/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "896"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1016/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1016/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI1016/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI1016/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "90"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI1016/?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": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "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": [
                    "OMIM615269",
                    "OMIM614897",
                    "OMIM618841",
                    "OMIM614840",
                    "OMIM615267",
                    "OMIM147950",
                    "OMIM308700",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM614837",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615266",
                    "OMIM612370",
                    "OMIM244200"
                ],
                "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": "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": [
                    "OMIM606391",
                    "OMIM614839",
                    "OMIM615269",
                    "OMIM146110",
                    "OMIM609812",
                    "OMIM614840",
                    "OMIM147950",
                    "OMIM600496",
                    "OMIM612225",
                    "OMIM308700",
                    "OMIM613375",
                    "OMIM614841",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM125851",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM606392",
                    "OMIM610508",
                    "OMIM125850",
                    "OMIM613370",
                    "OMIM614837",
                    "OMIM616329",
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM616511",
                    "OMIM612370",
                    "OMIM614842",
                    "OMIM244200"
                ],
                "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": "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": [
                    "OMIM615269",
                    "OMIM614897",
                    "OMIM618841",
                    "OMIM614840",
                    "OMIM615267",
                    "OMIM147950",
                    "OMIM308700",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM614837",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615266",
                    "OMIM612370",
                    "OMIM244200"
                ],
                "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"
            }
        },
        {
            "type": "Combination",
            "id": "OLI847",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "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": 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": [
                    "OMIM615269",
                    "OMIM614897",
                    "OMIM618841",
                    "OMIM614840",
                    "OMIM615267",
                    "OMIM147950",
                    "OMIM308700",
                    "OMIM614838",
                    "OMIM612702",
                    "OMIM614858",
                    "OMIM615270",
                    "OMIM610628",
                    "OMIM614880",
                    "OMIM614837",
                    "OMIM615271",
                    "OMIM616030",
                    "OMIM615266",
                    "OMIM612370",
                    "OMIM244200"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "East Asian",
                "lastmodified": "2023-05-16T12:34:16.572845"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI847/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI847/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1826"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1853"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI847/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI847/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "866"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI847/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI847/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI847/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI847/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "606"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI847/?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": 18
    }
}