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

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

{
    "data": [
        {
            "type": "Combination",
            "id": "OLI420",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 1,
                    "statistical_evidence_metascore": 1,
                    "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": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM147950",
                    "OMIM614842",
                    "OMIM612702",
                    "OMIM610508",
                    "OMIM244200",
                    "OMIM125851",
                    "OMIM614839",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM146110",
                    "OMIM615269",
                    "OMIM609812",
                    "OMIM616329",
                    "OMIM616511",
                    "OMIM613370",
                    "OMIM308700",
                    "OMIM606392",
                    "OMIM125850",
                    "OMIM613375",
                    "OMIM614840",
                    "OMIM606391",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM600496",
                    "OMIM615270",
                    "OMIM614841",
                    "OMIM612225"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.119414"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI420/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI420/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "899"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "900"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI420/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI420/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI420/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI420/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI420/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI420/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "279"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI420/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI421",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "functional_gene_evidence_manual": 1,
                    "functional_gene_evidence_manual_harmonized": 1,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 1,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM147950",
                    "OMIM614842",
                    "OMIM612702",
                    "OMIM610508",
                    "OMIM244200",
                    "OMIM125851",
                    "OMIM614839",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM146110",
                    "OMIM615269",
                    "OMIM609812",
                    "OMIM616329",
                    "OMIM616511",
                    "OMIM613370",
                    "OMIM308700",
                    "OMIM606392",
                    "OMIM125850",
                    "OMIM613375",
                    "OMIM614840",
                    "OMIM606391",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM600496",
                    "OMIM615270",
                    "OMIM614841",
                    "OMIM612225"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.135276"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI421/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI421/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "901"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "902"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI421/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI421/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI421/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI421/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI421/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI421/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "280"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI421/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI422",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "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": [
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM147950",
                    "OMIM614842",
                    "OMIM612702",
                    "OMIM610508",
                    "OMIM244200",
                    "OMIM125851",
                    "OMIM614839",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM146110",
                    "OMIM615269",
                    "OMIM609812",
                    "OMIM616329",
                    "OMIM616511",
                    "OMIM613370",
                    "OMIM308700",
                    "OMIM606392",
                    "OMIM125850",
                    "OMIM613375",
                    "OMIM614840",
                    "OMIM606391",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM600496",
                    "OMIM615270",
                    "OMIM614841",
                    "OMIM612225"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.151166"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI422/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI422/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "903"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "904"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI422/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI422/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI422/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI422/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI422/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI422/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "281"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI422/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI423",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 0,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 0,
                    "functional_gene_evidence_manual": 0,
                    "functional_gene_evidence_manual_harmonized": 0,
                    "functional_gene_evidence_knowledge": 0,
                    "functional_gene_evidence_metascore": 0,
                    "functional_variant_evidence_manual": 0,
                    "functional_variant_evidence_knowledge": 0,
                    "functional_variant_evidence_metascore": 0,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM147950",
                    "OMIM614842",
                    "OMIM612702",
                    "OMIM610508",
                    "OMIM244200",
                    "OMIM125851",
                    "OMIM614839",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM146110",
                    "OMIM615269",
                    "OMIM609812",
                    "OMIM616329",
                    "OMIM616511",
                    "OMIM613370",
                    "OMIM308700",
                    "OMIM606392",
                    "OMIM125850",
                    "OMIM613375",
                    "OMIM614840",
                    "OMIM606391",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM600496",
                    "OMIM615270",
                    "OMIM614841",
                    "OMIM612225"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.172000"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI423/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI423/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "903"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "905"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "906"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI423/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI423/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI423/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI423/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI423/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI423/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "282"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI423/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI424",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "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": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM147950",
                    "OMIM614842",
                    "OMIM612702",
                    "OMIM610508",
                    "OMIM244200",
                    "OMIM125851",
                    "OMIM614839",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM146110",
                    "OMIM615269",
                    "OMIM609812",
                    "OMIM616329",
                    "OMIM616511",
                    "OMIM613370",
                    "OMIM308700",
                    "OMIM606392",
                    "OMIM125850",
                    "OMIM613375",
                    "OMIM614840",
                    "OMIM606391",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM600496",
                    "OMIM615270",
                    "OMIM614841",
                    "OMIM612225"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.187866"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI424/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI424/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "907"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "908"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI424/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI424/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI424/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI424/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI424/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI424/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "283"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI424/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI425",
            "attributes": {
                "scores": {
                    "familial_evidence": 2,
                    "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": [
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM147950",
                    "OMIM614842",
                    "OMIM612702",
                    "OMIM610508",
                    "OMIM244200",
                    "OMIM125851",
                    "OMIM614839",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM146110",
                    "OMIM615269",
                    "OMIM609812",
                    "OMIM616329",
                    "OMIM616511",
                    "OMIM613370",
                    "OMIM308700",
                    "OMIM606392",
                    "OMIM125850",
                    "OMIM613375",
                    "OMIM614840",
                    "OMIM606391",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM600496",
                    "OMIM615270",
                    "OMIM614841",
                    "OMIM612225"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.203807"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI425/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI425/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "909"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "910"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI425/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI425/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI425/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI425/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI425/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI425/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "284"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI425/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI426",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "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": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM615266",
                    "OMIM147950",
                    "OMIM612702",
                    "OMIM615271",
                    "OMIM244200",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM618841",
                    "OMIM615269",
                    "OMIM616030",
                    "OMIM308700",
                    "OMIM614840",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM615267",
                    "OMIM615270",
                    "OMIM614897"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.219621"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI426/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI426/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "911"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "912"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI426/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI426/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI426/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI426/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI426/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI426/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "285"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI426/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI427",
            "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": 0,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 0,
                    "functional_final_metascore": 0,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM615266",
                    "OMIM147950",
                    "OMIM612702",
                    "OMIM615271",
                    "OMIM244200",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM618841",
                    "OMIM615269",
                    "OMIM616030",
                    "OMIM308700",
                    "OMIM614840",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM615267",
                    "OMIM615270",
                    "OMIM614897"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.235119"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI427/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI427/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "913"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "914"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI427/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI427/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI427/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI427/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI427/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI427/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "286"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI427/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI428",
            "attributes": {
                "scores": {
                    "familial_evidence": 1,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "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": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 1,
                    "final_metascore": 1
                },
                "omim_id": [
                    "OMIM615266",
                    "OMIM147950",
                    "OMIM612702",
                    "OMIM615271",
                    "OMIM244200",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM618841",
                    "OMIM615269",
                    "OMIM616030",
                    "OMIM308700",
                    "OMIM614840",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM615267",
                    "OMIM615270",
                    "OMIM614897"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.250806"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI428/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI428/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "915"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "916"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI428/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI428/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI428/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI428/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI428/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI428/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "287"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI428/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI429",
            "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": 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": [
                    "OMIM615266",
                    "OMIM147950",
                    "OMIM612702",
                    "OMIM615271",
                    "OMIM244200",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM618841",
                    "OMIM615269",
                    "OMIM616030",
                    "OMIM308700",
                    "OMIM614840",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM615267",
                    "OMIM615270",
                    "OMIM614897"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.273119"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "478"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI429/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI429/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "917"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "918"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "919"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI429/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI429/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI429/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI429/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI429/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI429/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "288"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI429/?format=api"
            }
        },
        {
            "type": "Combination",
            "id": "OLI430",
            "attributes": {
                "scores": {
                    "familial_evidence": 0,
                    "statistical_evidence_manual": 1,
                    "statistical_evidence_knowledge": 0,
                    "statistical_evidence_metascore": 1,
                    "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": 1,
                    "functional_variant_evidence_knowledge": 1,
                    "functional_variant_evidence_metascore": 1,
                    "functional_final_manual": 1,
                    "functional_final_metascore": 1,
                    "final_manual": 0,
                    "final_metascore": 0
                },
                "omim_id": [
                    "OMIM615266",
                    "OMIM606394",
                    "OMIM147950",
                    "OMIM614842",
                    "OMIM612702",
                    "OMIM610508",
                    "OMIM244200",
                    "OMIM125851",
                    "OMIM614839",
                    "OMIM614858",
                    "OMIM614837",
                    "OMIM614880",
                    "OMIM612370",
                    "OMIM146110",
                    "OMIM615269",
                    "OMIM609812",
                    "OMIM616329",
                    "OMIM616511",
                    "OMIM613370",
                    "OMIM308700",
                    "OMIM606392",
                    "OMIM125850",
                    "OMIM613375",
                    "OMIM614840",
                    "OMIM606391",
                    "OMIM610628",
                    "OMIM614838",
                    "OMIM600496",
                    "OMIM615270",
                    "OMIM614841",
                    "OMIM612225"
                ],
                "oligogenic_effect": "Unknown",
                "status": "CU",
                "effect_predicted": false,
                "ethnicity": "Unknown",
                "lastmodified": "2021-11-16T17:59:45.289317"
            },
            "relationships": {
                "diseases": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Disease",
                            "id": "432"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI430/relationships/diseases?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI430/diseases/?format=api"
                    }
                },
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "816"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "920"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI430/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI430/variants/?format=api"
                    }
                },
                "reference_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Reference",
                            "id": "706"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI430/relationships/reference_set?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI430/references/?format=api"
                    }
                },
                "gene_combination": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/combinations/OLI430/relationships/gene_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/combinations/OLI430/genecombinations/?format=api"
                    },
                    "data": {
                        "type": "GeneCombination",
                        "id": "289"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/combinations/OLI430/?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) 2026 · 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": 11
    }
}