This API endpoint handles listing (/variants) and retrieval (/variants/<ID>/) of genetic variants from the database

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

{
    "data": [
        {
            "type": "SmallVariant",
            "id": "2140",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": null,
                    "pp2_hvar_prediction": null,
                    "cadd_prediction": null,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150654583,
                "genomic_position_hg38": 150957495,
                "chromosome": "7",
                "annotation_flag": null,
                "lastmodified": "2023-06-14T12:50:52.103714",
                "ref_allele": "CATG",
                "alt_allele": "C",
                "cdna_change": "c.921_923del",
                "protein_change": "p.307_308del",
                "transcript_id": "NM_000238",
                "dbsnp_id": "NA",
                "variant_effect": "deletion"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI985"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2140/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2140/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2140/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2140/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2140/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "196",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": null,
                    "pp2_hvar_prediction": null,
                    "cadd_prediction": 5.44602,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150645943,
                "genomic_position_hg38": 150948855,
                "chromosome": "7",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:41.672120",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.2592+1G>A",
                "protein_change": null,
                "transcript_id": "NM_000238.4",
                "dbsnp_id": "rs1554424772",
                "variant_effect": "splicing"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI096"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/196/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/196/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/196/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/196/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/196/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "424",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": null,
                    "pp2_hvar_prediction": null,
                    "cadd_prediction": 5.098702,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150644471,
                "genomic_position_hg38": 150947383,
                "chromosome": "7",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:43.016476",
                "ref_allele": "G",
                "alt_allele": "GCCGAC",
                "cdna_change": "c.3092_3096dup",
                "protein_change": "p.Arg1033ValfsTer26",
                "transcript_id": "NM_000238.5",
                "dbsnp_id": "rs1554424083",
                "variant_effect": "frameshift"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI218"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/424/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/424/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/424/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/424/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/424/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "793",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": 7.833e-06,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 2.13e-05,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": null,
                    "pp2_hvar_prediction": null,
                    "cadd_prediction": 4.510743,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150644883,
                "genomic_position_hg38": 150947795,
                "chromosome": "7",
                "annotation_flag": "manually_corrected",
                "lastmodified": "2023-06-06T16:57:45.239388",
                "ref_allele": "G",
                "alt_allele": "GC",
                "cdna_change": "c.2775dup",
                "protein_change": "p.Pro926AlafsTer14",
                "transcript_id": "NM_000238.6",
                "dbsnp_id": "rs794728455",
                "variant_effect": "frameshift"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI361"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/793/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/793/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/793/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/793/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/793/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "795",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": 6.018e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 2.933e-05,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 0.0003248,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Tolerated",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 3.068894,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150644817,
                "genomic_position_hg38": 150947729,
                "chromosome": "7",
                "annotation_flag": "manually_corrected",
                "lastmodified": "2023-06-06T16:57:45.252291",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.2842C>T",
                "protein_change": "p.Arg948Cys",
                "transcript_id": "NM_000238.3",
                "dbsnp_id": "rs121912514",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI362"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/795/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/795/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/795/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/795/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/795/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "796",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 3.838964,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150671808,
                "genomic_position_hg38": 150974720,
                "chromosome": "7",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:45.258679",
                "ref_allele": "G",
                "alt_allele": "C",
                "cdna_change": "c.298C>G",
                "protein_change": "p.Arg100Gly",
                "transcript_id": "NM_000238.3",
                "dbsnp_id": "rs121912515",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI363"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/796/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/796/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/796/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/796/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/796/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "979",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": 0.0003999,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.002263,
                    "gnomad_NFE_maf": 0.0007652,
                    "gnomad_OTH_maf": 0.0002684,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Tolerated",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 2.014584,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150644921,
                "genomic_position_hg38": 150947833,
                "chromosome": "7",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:46.390714",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": null,
                "protein_change": "p.Ala913Val",
                "transcript_id": null,
                "dbsnp_id": "rs77331749",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI459"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/979/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/979/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/979/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/979/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/979/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "1145",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.874244,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150656809,
                "genomic_position_hg38": 150959721,
                "chromosome": "7",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:47.403731",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.323G>A",
                "protein_change": "p.Cys108Tyr",
                "transcript_id": "NM_000238.3",
                "dbsnp_id": "NA",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI549"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI550"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI551"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/1145/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/1145/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/1145/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/1145/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/1145/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "1146",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.1362,
                    "KGP_genomes_AFR_maf": 0.0068,
                    "KGP_genomes_AMR_maf": 0.17,
                    "KGP_genomes_EAS_maf": 0.0536,
                    "KGP_genomes_EUR_maf": 0.2535,
                    "KGP_genomes_SAS_maf": 0.2515,
                    "gnomad_maf": 0.1812,
                    "gnomad_AFR_maf": 0.03736,
                    "gnomad_AMR_maf": 0.1136,
                    "gnomad_ASJ_maf": 0.2039,
                    "gnomad_EAS_maf": 0.04767,
                    "gnomad_FIN_maf": 0.1649,
                    "gnomad_NFE_maf": 0.2355,
                    "gnomad_OTH_maf": 0.2072,
                    "gnomad_SAS_maf": 0.2083,
                    "ESP_AA_maf": 0.04517,
                    "ESP_EA_maf": 0.2326
                },
                "predictions": {
                    "sift_prediction": "Tolerated",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 1.9241,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 150645534,
                "genomic_position_hg38": 150948446,
                "chromosome": "7",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:47.409953",
                "ref_allele": "T",
                "alt_allele": "G",
                "cdna_change": "c.2690A>C",
                "protein_change": "p.Lys897Thr",
                "transcript_id": "NM_000238.3",
                "dbsnp_id": "rs1805123",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI549"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/1146/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/1146/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/1146/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/1146/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/1146/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2591",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": 2.365e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0001314,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 2.137e-05,
                    "gnomad_OTH_maf": 0.0002564,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 4.34546,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 150644895,
                "genomic_position_hg38": 150947807,
                "chromosome": "7",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:56.037887",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.2764C>T",
                "protein_change": "p.Arg922Trp",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1220"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2591/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2591/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2591/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2591/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2591/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2593",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.636053,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150648799,
                "genomic_position_hg38": 150951711,
                "chromosome": "7",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:56.049783",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.1682C>T",
                "protein_change": "p.Ala561Val",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1221"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2593/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2593/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2593/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2593/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2593/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2594",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 4.013461,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150645954,
                "genomic_position_hg38": 150948866,
                "chromosome": "7",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:56.055710",
                "ref_allele": "T",
                "alt_allele": "G",
                "cdna_change": "c.2582A>C",
                "protein_change": "p.Asn861Thr",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1222"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2594/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2594/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2594/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2594/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2594/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2595",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": null,
                    "pp2_hvar_prediction": null,
                    "cadd_prediction": 6.599439,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150671974,
                "genomic_position_hg38": 150974886,
                "chromosome": "7",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:56.061673",
                "ref_allele": "G",
                "alt_allele": "T",
                "cdna_change": "c.132C>A",
                "protein_change": "p.Cys44Ter",
                "transcript_id": "NM_000238.4",
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1223"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2595/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2595/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2595/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2595/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2595/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2596",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 3.527065,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150648548,
                "genomic_position_hg38": 150951460,
                "chromosome": "7",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:56.067460",
                "ref_allele": "T",
                "alt_allele": "G",
                "cdna_change": "c.1933A>C",
                "protein_change": "p.Met645Leu",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1224"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2596/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2596/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2596/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2596/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2596/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2597",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": null,
                    "gnomad_AFR_maf": null,
                    "gnomad_AMR_maf": null,
                    "gnomad_ASJ_maf": null,
                    "gnomad_EAS_maf": null,
                    "gnomad_FIN_maf": null,
                    "gnomad_NFE_maf": null,
                    "gnomad_OTH_maf": null,
                    "gnomad_SAS_maf": null,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.475332,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150648656,
                "genomic_position_hg38": 150951568,
                "chromosome": "7",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:56.073579",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.1825G>A",
                "protein_change": "p.Asp609Asn",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1225"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2597/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2597/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2597/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2597/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2597/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2598",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": null,
                    "KGP_genomes_AFR_maf": null,
                    "KGP_genomes_AMR_maf": null,
                    "KGP_genomes_EAS_maf": null,
                    "KGP_genomes_EUR_maf": null,
                    "KGP_genomes_SAS_maf": null,
                    "gnomad_maf": 9.99e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0005791,
                    "gnomad_ASJ_maf": 9.954e-05,
                    "gnomad_EAS_maf": 0.0001089,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 1.771e-05,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Possibly Damaging",
                    "cadd_prediction": 4.17011,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 150654573,
                "genomic_position_hg38": 150957485,
                "chromosome": "7",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:56.079669",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.934C>T",
                "protein_change": "p.Arg312Cys",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1226"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2598/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2598/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2598/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2598/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "KCNH2"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2598/?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"
        ],
        "Variant serializers": [
            "SmallVariantSerializer",
            "CopyNumberVariantSerializer"
        ],
        "size": 16
    }
}