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

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

{
    "data": [
        {
            "type": "Combination",
            "id": "OLI273",
            "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": 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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:41.976641"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI273/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI273/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "528"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI273/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI273/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "790"
                        },
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI273/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI273/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI273/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI273/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "177"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI273/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI624",
            "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": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.182201"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI624/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI624/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1369"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "1370"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI624/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI624/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI624/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI624/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI624/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI624/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "428"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI624/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI625",
            "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": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.195878"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI625/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI625/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1371"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI625/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI625/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI625/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI625/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI625/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI625/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "429"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI625/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI626",
            "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": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.209609"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI626/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI626/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1372"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI626/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI626/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI626/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI626/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI626/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI626/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "430"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI626/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI627",
            "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": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.223262"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI627/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI627/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1373"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI627/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI627/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI627/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI627/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI627/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI627/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "431"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI627/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI628",
            "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": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.236883"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI628/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI628/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1374"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI628/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI628/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI628/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI628/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI628/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI628/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "431"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI628/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI629",
            "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": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.256007"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI629/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI629/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1374"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1375"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI629/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI629/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI629/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI629/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI629/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI629/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "432"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI629/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI630",
            "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": 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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.269848"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI630/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI630/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1376"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI630/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI630/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI630/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI630/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI630/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI630/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "377"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI630/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI631",
            "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": 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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.283622"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI631/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI631/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1375"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI631/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI631/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI631/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI631/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI631/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI631/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "377"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI631/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI632",
            "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": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.297313"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI632/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI632/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1377"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI632/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI632/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI632/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI632/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI632/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI632/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "433"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI632/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI633",
            "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": 0,
                    "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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.311034"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI633/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI633/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1378"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "530"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI633/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI633/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI633/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI633/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI633/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI633/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "176"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI633/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI634",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "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": 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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.330470"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI634/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI634/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1371"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1379"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1380"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI634/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI634/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI634/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI634/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI634/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI634/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "434"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI634/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI635",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "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": 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": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.344713"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI635/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI635/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1379"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1381"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI635/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI635/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI635/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI635/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI635/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI635/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "174"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI635/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI636",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 0,
                    "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": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM300857",
                    "OMIM613435",
                    "OMIM608030",
                    "OMIM611895",
                    "OMIM616208",
                    "OMIM612577",
                    "OMIM613954",
                    "OMIM612069",
                    "OMIM617892",
                    "OMIM615426",
                    "OMIM606070",
                    "OMIM606640",
                    "OMIM614808",
                    "OMIM615515",
                    "OMIM608031",
                    "OMIM617839",
                    "OMIM616437",
                    "OMIM608627",
                    "OMIM614696",
                    "OMIM205250",
                    "OMIM105400"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "European/Caucasian",
                "lastmodified": "2021-11-16T17:59:49.358942"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "803"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI636/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI636/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1378"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1379"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI636/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI636/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "831"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI636/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI636/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI636/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI636/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "298"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI636/?format=api"
            }
        }
    ],
    "meta": {
        "database_name": "OLIgogenic diseases DAtabase (OLIDA)",
        "resource_url": "olida.ibsquare.be",
        "api_release_year": "2021",
        "api_developer": [
            [
                "Arnau Dillen",
                "arnau.dillen@ulb.ac.be"
            ],
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_version": "0.3",
        "api_maintainers": [
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_documentation": [
            "olida.ibsquare.be/api/swagger",
            "olida.ibsquare.be/api/redoc"
        ],
        "copyright": "Copyright (c) 2025 · OLIDA All Rights Reserved.",
        "license": "CC Attribution-NonCommercial 4.0 International License",
        "ontologies": {
            "ORDO": "http://bioportal.bioontology.org/ontologies/ORDO",
            "GENO": "http://purl.obolibrary.org/obo/geno.owl",
            "MI": "http://purl.obolibrary.org/obo/mi.owl",
            "NCIT": "http://purl.obolibrary.org/obo/ncit.owl",
            "OGI": "http://purl.obolibrary.org/obo/ogi.owl",
            "OGG": "http://purl.obolibrary.org/obo/ogg.owl"
        },
        "relevant_publications_doi": [
            "10.1093/nar/gkv1068",
            "10.1093/database/baac023"
        ],
        "size": 14
    }
}