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

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

{
    "data": [
        {
            "type": "SmallVariant",
            "id": "209",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.0008,
                    "KGP_genomes_AFR_maf": 0.0,
                    "KGP_genomes_AMR_maf": 0.0,
                    "KGP_genomes_EAS_maf": 0.0,
                    "KGP_genomes_EUR_maf": 0.0,
                    "KGP_genomes_SAS_maf": 0.0041,
                    "gnomad_maf": 0.000833,
                    "gnomad_AFR_maf": 0.0002461,
                    "gnomad_AMR_maf": 2.891e-05,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 0.0001412,
                    "gnomad_OTH_maf": 0.0008165,
                    "gnomad_SAS_maf": 0.005979,
                    "ESP_AA_maf": 0.000227,
                    "ESP_EA_maf": 0.0
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.687999,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216371836,
                "genomic_position_hg38": 216198494,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:41.750308",
                "ref_allele": "C",
                "alt_allele": "A",
                "cdna_change": null,
                "protein_change": "p.Gly1301Val",
                "transcript_id": null,
                "dbsnp_id": "rs111033524",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI101"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/209/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/209/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/209/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/209/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/209/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "215",
            "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.0342,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 215972286,
                "genomic_position_hg38": 215798944,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:41.786416",
                "ref_allele": "A",
                "alt_allele": "C",
                "cdna_change": null,
                "protein_change": "p.Cys3307Trp",
                "transcript_id": null,
                "dbsnp_id": "rs1057519382",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI103"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/215/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/215/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/215/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/215/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/215/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "219",
            "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.39e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 2.895e-05,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 4.411e-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": "Damaging",
                    "cadd_prediction": 3.349763,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216495263,
                "genomic_position_hg38": 216321921,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:41.810881",
                "ref_allele": "A",
                "alt_allele": "G",
                "cdna_change": null,
                "protein_change": "p.Cys536Arg",
                "transcript_id": null,
                "dbsnp_id": "rs111033273",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI105"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/219/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/219/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/219/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/219/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/219/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "220",
            "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": 3.985e-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": 8.826e-06,
                    "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": 5.697354,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216371818,
                "genomic_position_hg38": 216198476,
                "chromosome": "1",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:41.816994",
                "ref_allele": "G",
                "alt_allele": "C",
                "cdna_change": "c.3920C>G",
                "protein_change": "p.Ser1307Ter",
                "transcript_id": "NM_206933.6",
                "dbsnp_id": "rs756623509",
                "variant_effect": "nonsense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI105"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/220/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/220/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/220/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/220/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/220/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "222",
            "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": 3.977e-06,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 2.891e-05,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 0.0,
                    "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": 7.514923,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 215808009,
                "genomic_position_hg38": 215634667,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:41.829438",
                "ref_allele": "G",
                "alt_allele": "T",
                "cdna_change": null,
                "protein_change": "p.Ser5030Ter",
                "transcript_id": null,
                "dbsnp_id": "rs758660532",
                "variant_effect": "nonsense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI106"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/222/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/222/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/222/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/222/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/222/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "224",
            "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.014244,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216371699,
                "genomic_position_hg38": 216198357,
                "chromosome": "1",
                "annotation_flag": "manually_corrected",
                "lastmodified": "2023-06-06T16:57:41.841885",
                "ref_allele": "TTCCAGCCA",
                "alt_allele": "T",
                "cdna_change": "c.4031_4038del",
                "protein_change": "p.Met1344LysfsTer42",
                "transcript_id": "NM_206933.4",
                "dbsnp_id": "NA",
                "variant_effect": "frameshift"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI107"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/224/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/224/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/224/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/224/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/224/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "246",
            "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": 3.989e-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": 8.826e-06,
                    "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.761112,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216363621,
                "genomic_position_hg38": 216190279,
                "chromosome": "1",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:41.977394",
                "ref_allele": "CAG",
                "alt_allele": "C",
                "cdna_change": "c.4338_4339del",
                "protein_change": "p.Cys1447GlnfsTer29",
                "transcript_id": "NM_206933.6",
                "dbsnp_id": "rs111033367",
                "variant_effect": "frameshift"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI120"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/246/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/246/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/246/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/246/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/246/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "248",
            "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": 4.196139,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216348702,
                "genomic_position_hg38": 216175360,
                "chromosome": "1",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:41.989402",
                "ref_allele": "ACTCT",
                "alt_allele": "A",
                "cdna_change": "c.4515_4518del",
                "protein_change": "p.Arg1505SerfsTer7",
                "transcript_id": "NM_206933.7",
                "dbsnp_id": "NA",
                "variant_effect": "frameshift"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI121"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/248/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/248/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/248/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/248/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/248/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "249",
            "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": 1.196e-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.651e-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": "Damaging",
                    "cadd_prediction": 3.611394,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 215847937,
                "genomic_position_hg38": 215674595,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:41.995297",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": null,
                "protein_change": "p.Thr4439Ile",
                "transcript_id": null,
                "dbsnp_id": "rs753330544",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI121"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/249/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/249/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/249/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/249/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/249/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "956",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.0008,
                    "KGP_genomes_AFR_maf": 0.0,
                    "KGP_genomes_AMR_maf": 0.0,
                    "KGP_genomes_EAS_maf": 0.004,
                    "KGP_genomes_EUR_maf": 0.0,
                    "KGP_genomes_SAS_maf": 0.0,
                    "gnomad_maf": 0.0002111,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0004966,
                    "gnomad_EAS_maf": 0.002503,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 0.0,
                    "gnomad_OTH_maf": 0.0001633,
                    "gnomad_SAS_maf": 3.266e-05,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.649649,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216419934,
                "genomic_position_hg38": 216246592,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:46.248109",
                "ref_allele": "A",
                "alt_allele": "C",
                "cdna_change": "c.2802T>G",
                "protein_change": "p.Cys934Trp",
                "transcript_id": "NM_206933.2",
                "dbsnp_id": "rs201527662",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI449"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/956/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/956/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/956/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/956/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/956/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "957",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.0004,
                    "KGP_genomes_AFR_maf": 0.0,
                    "KGP_genomes_AMR_maf": 0.0,
                    "KGP_genomes_EAS_maf": 0.002,
                    "KGP_genomes_EUR_maf": 0.0,
                    "KGP_genomes_SAS_maf": 0.0,
                    "gnomad_maf": 3.98e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0005441,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 0.0,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Tolerated",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 0.762714,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 215844508,
                "genomic_position_hg38": 215671166,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:46.254586",
                "ref_allele": "C",
                "alt_allele": "G",
                "cdna_change": "c.13939G>C",
                "protein_change": "p.Gly4647Arg",
                "transcript_id": "NM_206933.2",
                "dbsnp_id": "rs144524302",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI449"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/957/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/957/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/957/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/957/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/957/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "958",
            "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.252046,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 215953294,
                "genomic_position_hg38": 215779952,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:46.261042",
                "ref_allele": "C",
                "alt_allele": "G",
                "cdna_change": "c.10830G>C",
                "protein_change": "p.Trp3610Cys",
                "transcript_id": "NM_206933.2",
                "dbsnp_id": "NA",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI449"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/958/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/958/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/958/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/958/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/958/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "1148",
            "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": 5.579e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0002896,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 1.764e-05,
                    "gnomad_OTH_maf": 0.0003264,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.660077,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216498790,
                "genomic_position_hg38": 216325448,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed_and_verified",
                "lastmodified": "2023-06-06T16:57:47.422505",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.1000C>T",
                "protein_change": "p.Arg334Trp",
                "transcript_id": "NM_206933.4",
                "dbsnp_id": "rs397517963",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI552"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/1148/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/1148/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/1148/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/1148/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/1148/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "1149",
            "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.002e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 2.896e-05,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 3.561e-05,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": 0.0,
                    "ESP_EA_maf": 0.0002326
                },
                "predictions": {
                    "sift_prediction": "Tolerated",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 2.323254,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 215848693,
                "genomic_position_hg38": 215675351,
                "chromosome": "1",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:47.428760",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.12560G>A",
                "protein_change": "p.Arg4187His",
                "transcript_id": "NM_206933.2",
                "dbsnp_id": "rs147304271",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI552"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/1149/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/1149/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/1149/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/1149/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/1149/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2766",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.0002,
                    "KGP_genomes_AFR_maf": 0.0,
                    "KGP_genomes_AMR_maf": 0.0,
                    "KGP_genomes_EAS_maf": 0.001,
                    "KGP_genomes_EUR_maf": 0.0,
                    "KGP_genomes_SAS_maf": 0.0,
                    "gnomad_maf": 0.0001395,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.001745,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 0.0,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 9.799e-05,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Possibly Damaging",
                    "cadd_prediction": 1.482054,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216498793,
                "genomic_position_hg38": 216325451,
                "chromosome": "1",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:57.113415",
                "ref_allele": "A",
                "alt_allele": "G",
                "cdna_change": "c.997T>C",
                "protein_change": null,
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1319"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2766/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2766/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2766/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2766/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2766/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "3495",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.0008,
                    "KGP_genomes_AFR_maf": 0.0,
                    "KGP_genomes_AMR_maf": 0.0,
                    "KGP_genomes_EAS_maf": 0.0,
                    "KGP_genomes_EUR_maf": 0.0,
                    "KGP_genomes_SAS_maf": 0.0041,
                    "gnomad_maf": 0.000841,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 8.682e-05,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 5.44e-05,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 7.063e-05,
                    "gnomad_OTH_maf": 0.0003271,
                    "gnomad_SAS_maf": 0.006435,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 4.452252,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 216074214,
                "genomic_position_hg38": 215900872,
                "chromosome": "1",
                "annotation_flag": null,
                "lastmodified": "2024-02-29T15:02:27.283621",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.7334C>T",
                "protein_change": "p.Ser2445Phe",
                "transcript_id": "NM_206933.2",
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1663"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3495/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3495/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3495/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3495/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "USH2A"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/3495/?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
    }
}