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

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

{
    "data": [
        {
            "type": "SmallVariant",
            "id": "833",
            "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": null
                },
                "status": "CU",
                "genomic_position_hg19": null,
                "genomic_position_hg38": null,
                "chromosome": "2",
                "annotation_flag": "not_found_in_databases",
                "lastmodified": "2021-10-18T11:00:58.998678",
                "ref_allele": null,
                "alt_allele": null,
                "cdna_change": "c.[1-?_192+?del]",
                "protein_change": null,
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "NA",
                "variant_effect": "unknown"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI382"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/833/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/833/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/833/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/833/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/833/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "72",
            "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": 0.0001484,
                    "gnomad_AFR_maf": 6.462e-05,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.001669,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 4.42e-05,
                    "gnomad_OTH_maf": 0.0001652,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Possibly Damaging",
                    "cadd_prediction": 3.891005,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 227875130,
                "genomic_position_hg38": 227010414,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:40.949187",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.4421C>T",
                "protein_change": "p.Thr1474Met",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs201615111",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI033"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/72/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/72/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/72/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/72/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/72/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "74",
            "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": 8.066921,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227872088,
                "genomic_position_hg38": 227007372,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:40.961686",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.5026C>T",
                "protein_change": "p.Gln1676Ter",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "NA",
                "variant_effect": "nonsense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI034"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/74/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/74/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/74/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/74/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/74/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "313",
            "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.545947,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227966627,
                "genomic_position_hg38": 227101911,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed_and_verified",
                "lastmodified": "2023-06-06T16:57:42.364867",
                "ref_allele": "T",
                "alt_allele": "C",
                "cdna_change": "c.931-2A>G",
                "protein_change": null,
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "NA",
                "variant_effect": "splicing"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI154"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/313/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/313/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/313/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/313/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/313/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "314",
            "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.108064,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227896873,
                "genomic_position_hg38": 227032157,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:42.371012",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.3697G>A",
                "protein_change": "p.Gly1233Arg",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "NA",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI155"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/314/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/314/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/314/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/314/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/314/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "317",
            "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.0001242,
                    "gnomad_AFR_maf": 6.457e-05,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.002085,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 7.944e-05,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": 0.0,
                    "ESP_EA_maf": 0.0002402
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Possibly Damaging",
                    "cadd_prediction": 4.270647,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227872069,
                "genomic_position_hg38": 227007353,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:42.389763",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.5045G>A",
                "protein_change": "p.Arg1682Gln",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs368404711",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI157"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI973"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/317/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/317/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/317/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/317/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/317/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "616",
            "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.222e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0004453,
                    "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.605293,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227953521,
                "genomic_position_hg38": 227088805,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:44.103326",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.1471C>T",
                "protein_change": "p.Leu491Phe",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs777805216",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI318"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI319"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/616/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/616/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/616/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/616/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/616/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "821",
            "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.144823,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227953439,
                "genomic_position_hg38": 227088723,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:45.418722",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.1553G>A",
                "protein_change": "p.Gly518Glu",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs564334744",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI376"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/821/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/821/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/821/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/821/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/821/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "823",
            "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": 4.009e-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": 8.836e-05,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": 0.0,
                    "ESP_EA_maf": 0.0002441
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.762175,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227906917,
                "genomic_position_hg38": 227042201,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:45.431644",
                "ref_allele": "C",
                "alt_allele": "G",
                "cdna_change": "c.3452G>C",
                "protein_change": "p.Gly1151Ala",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs371803356",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI377"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/823/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/823/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/823/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/823/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/823/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "825",
            "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": 4.018e-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.863e-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": 3.33024,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227872844,
                "genomic_position_hg38": 227008128,
                "chromosome": "2",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:45.444521",
                "ref_allele": "CA",
                "alt_allele": "C",
                "cdna_change": "c.4698del",
                "protein_change": "p.Cys1566TrpfsTer37",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs775931001",
                "variant_effect": "frameshift"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI378"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/825/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/825/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/825/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/825/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/825/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "827",
            "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": 4.024e-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": 0.0,
                    "gnomad_OTH_maf": 0.0001664,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": null,
                    "pp2_hvar_prediction": null,
                    "cadd_prediction": 1.886458,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227958899,
                "genomic_position_hg38": 227094183,
                "chromosome": "2",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:45.457401",
                "ref_allele": "CTTCCCTGGTTTTCCTGGA",
                "alt_allele": "C",
                "cdna_change": "c.1293_1310del",
                "protein_change": "p.Lys434_Gly439del",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs1362664502",
                "variant_effect": "deletion"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI379"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/827/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/827/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/827/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/827/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/827/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "829",
            "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": 8.019e-06,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 5.567e-05,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 8.834e-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.874844,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227954583,
                "genomic_position_hg38": 227089867,
                "chromosome": "2",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:45.470388",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.1459+1G>A",
                "protein_change": null,
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs753818949",
                "variant_effect": "splicing"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI380"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/829/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/829/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/829/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/829/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/829/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "831",
            "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.812e-05,
                    "gnomad_AFR_maf": 6.457e-05,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 0.0001324,
                    "gnomad_OTH_maf": 0.000165,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": 0.0,
                    "ESP_EA_maf": 0.0001222
                },
                "predictions": {
                    "sift_prediction": null,
                    "pp2_hvar_prediction": null,
                    "cadd_prediction": 6.441313,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227917083,
                "genomic_position_hg38": 227052367,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:45.483382",
                "ref_allele": "G",
                "alt_allele": "C",
                "cdna_change": "c.2906C>G",
                "protein_change": "p.Ser969Ter",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs35138315",
                "variant_effect": "nonsense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI381"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/831/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/831/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/831/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/831/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/831/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "835",
            "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.547917,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227896660,
                "genomic_position_hg38": 227031944,
                "chromosome": "2",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:45.496198",
                "ref_allele": "C",
                "alt_allele": "A",
                "cdna_change": "c.3817+1G>T",
                "protein_change": null,
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "NA",
                "variant_effect": "splicing"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI383"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/835/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/835/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/835/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/835/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/835/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "837",
            "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.62566,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227924941,
                "genomic_position_hg38": 227060225,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:45.509105",
                "ref_allele": "C",
                "alt_allele": "A",
                "cdna_change": "c.2075G>T",
                "protein_change": "p.Gly692Val",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "NA",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI384"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/837/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/837/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/837/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/837/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/837/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "839",
            "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": 6.061754,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227924852,
                "genomic_position_hg38": 227060136,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:45.522212",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.2164G>A",
                "protein_change": "p.Gly722Ser",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "NA",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI385"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/839/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/839/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/839/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/839/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/839/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "841",
            "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": 3.382531,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227953364,
                "genomic_position_hg38": 227088648,
                "chromosome": "2",
                "annotation_flag": "manually_attributed",
                "lastmodified": "2023-06-06T16:57:45.535290",
                "ref_allele": "C",
                "alt_allele": "A",
                "cdna_change": "c.1623+5G>T",
                "protein_change": null,
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "NA",
                "variant_effect": "splicing"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI386"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI387"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/841/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/841/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/841/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/841/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/841/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "842",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.0012,
                    "KGP_genomes_AFR_maf": 0.0,
                    "KGP_genomes_AMR_maf": 0.0014,
                    "KGP_genomes_EAS_maf": 0.0,
                    "KGP_genomes_EUR_maf": 0.003,
                    "KGP_genomes_SAS_maf": 0.002,
                    "gnomad_maf": 0.002031,
                    "gnomad_AFR_maf": 0.0003921,
                    "gnomad_AMR_maf": 0.0005222,
                    "gnomad_ASJ_maf": 0.001889,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0004702,
                    "gnomad_NFE_maf": 0.003385,
                    "gnomad_OTH_maf": 0.002155,
                    "gnomad_SAS_maf": 0.001865,
                    "ESP_AA_maf": 0.0007708,
                    "ESP_EA_maf": 0.003263
                },
                "predictions": {
                    "sift_prediction": "Tolerated",
                    "pp2_hvar_prediction": "Possibly Damaging",
                    "cadd_prediction": 1.552749,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 227872783,
                "genomic_position_hg38": 227008067,
                "chromosome": "2",
                "annotation_flag": "automatically_attributed",
                "lastmodified": "2023-06-06T16:57:45.541868",
                "ref_allele": "G",
                "alt_allele": "C",
                "cdna_change": "c.4760C>G",
                "protein_change": "p.Pro1587Arg",
                "transcript_id": "NM_000092.4",
                "dbsnp_id": "rs190148408",
                "variant_effect": "missense"
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI386"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI388"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/842/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/842/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/842/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/842/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/842/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2106",
            "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": 3.991455,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227963513,
                "genomic_position_hg38": 227098797,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:53.251165",
                "ref_allele": "G",
                "alt_allele": "GC",
                "cdna_change": "c.1100dup",
                "protein_change": "p.Pro369ThrfsTer61",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI971"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2106/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2106/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2106/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2106/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2106/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2108",
            "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.12339,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227875200,
                "genomic_position_hg38": 227010484,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:53.263639",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.4351G>A",
                "protein_change": "p.Gly1451Arg",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI972"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2108/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2108/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2108/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2108/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2108/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2110",
            "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.628e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0001161,
                    "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": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 4.196878,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227985864,
                "genomic_position_hg38": 227121148,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:53.276371",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.193G>A",
                "protein_change": "p.Gly65Ser",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI974"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2110/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2110/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2110/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2110/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2110/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2112",
            "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": 8.018e-06,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 5.793e-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": 5.547418,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227875100,
                "genomic_position_hg38": 227010384,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:53.288985",
                "ref_allele": "A",
                "alt_allele": "ATG",
                "cdna_change": "c.4449_4450dup",
                "protein_change": "p.Met1484ThrfsTer69",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI975"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2112/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2112/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2112/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2112/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2112/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2641",
            "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": 8.189e-06,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0001124,
                    "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": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.50408,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227922190,
                "genomic_position_hg38": 227057474,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:56.344317",
                "ref_allele": "C",
                "alt_allele": "G",
                "cdna_change": "c.2510G>C",
                "protein_change": "p.Gly837Ala",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1247"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2641/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2641/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2641/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2641/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2641/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2878",
            "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": 8.827e-05,
                    "gnomad_AFR_maf": 6.466e-05,
                    "gnomad_AMR_maf": 5.794e-05,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 5.565e-05,
                    "gnomad_FIN_maf": 9.276e-05,
                    "gnomad_NFE_maf": 0.0001239,
                    "gnomad_OTH_maf": 0.00033,
                    "gnomad_SAS_maf": 0.0,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Tolerated",
                    "pp2_hvar_prediction": "Benign",
                    "cadd_prediction": 0.896791,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 227886829,
                "genomic_position_hg38": 227022113,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:57.776989",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.4151C>T",
                "protein_change": "p.Ala1384Val",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1373"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2878/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2878/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2878/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2878/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2878/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2880",
            "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.604e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0001158,
                    "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": "Tolerated",
                    "pp2_hvar_prediction": "Possibly Damaging",
                    "cadd_prediction": 3.277477,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 227872204,
                "genomic_position_hg38": 227007488,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:57.789176",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.4910G>A",
                "protein_change": "p.Arg1637Glnl",
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1374"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2880/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2880/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2880/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2880/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2880/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "2882",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.003,
                    "KGP_genomes_AFR_maf": 0.0015,
                    "KGP_genomes_AMR_maf": 0.0029,
                    "KGP_genomes_EAS_maf": 0.0,
                    "KGP_genomes_EUR_maf": 0.0109,
                    "KGP_genomes_SAS_maf": 0.0,
                    "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": 1.381276,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 228012304,
                "genomic_position_hg38": 227147588,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2023-06-06T16:57:57.801524",
                "ref_allele": "T",
                "alt_allele": "C",
                "cdna_change": "c.-101-4A>G",
                "protein_change": null,
                "transcript_id": null,
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1375"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2882/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2882/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/2882/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/2882/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/2882/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "3460",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.0002,
                    "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.001,
                    "gnomad_maf": 0.0001322,
                    "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": 5.296e-05,
                    "gnomad_OTH_maf": 0.0001649,
                    "gnomad_SAS_maf": 0.0008496,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": null,
                    "pp2_hvar_prediction": null,
                    "cadd_prediction": 0.250113,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 227917064,
                "genomic_position_hg38": 227052348,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2024-02-29T15:02:26.254658",
                "ref_allele": "C",
                "alt_allele": "T",
                "cdna_change": "c.2925G>A",
                "protein_change": "p.Gly975=",
                "transcript_id": "NM_000092.5",
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1645"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3460/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3460/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3460/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3460/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/3460/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "3464",
            "attributes": {
                "frequencies": {
                    "KGP_genomes_maf": 0.0006,
                    "KGP_genomes_AFR_maf": 0.0,
                    "KGP_genomes_AMR_maf": 0.0029,
                    "KGP_genomes_EAS_maf": 0.001,
                    "KGP_genomes_EUR_maf": 0.0,
                    "KGP_genomes_SAS_maf": 0.0,
                    "gnomad_maf": 0.0001569,
                    "gnomad_AFR_maf": 6.483e-05,
                    "gnomad_AMR_maf": 0.0002321,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.001281,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 0.0,
                    "gnomad_OTH_maf": 0.0001659,
                    "gnomad_SAS_maf": 0.0001962,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Deleterious",
                    "pp2_hvar_prediction": "Damaging",
                    "cadd_prediction": 3.832101,
                    "mutationtaster_prediction": "Disease causing"
                },
                "status": "CU",
                "genomic_position_hg19": 227872828,
                "genomic_position_hg38": 227008112,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2024-02-29T15:02:26.366928",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.4715C>T",
                "protein_change": "p.Pro1572Leu",
                "transcript_id": "NM_000092.5",
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1647"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3464/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3464/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3464/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3464/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/3464/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "3466",
            "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": 0.290712,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 227896774,
                "genomic_position_hg38": 227032058,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2024-02-29T15:02:26.422278",
                "ref_allele": "A",
                "alt_allele": "G",
                "cdna_change": "c.3707-3T>C",
                "protein_change": null,
                "transcript_id": "NM_000092.5",
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1648"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3466/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3466/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3466/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3466/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/3466/?format=api"
            }
        },
        {
            "type": "SmallVariant",
            "id": "3532",
            "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": 5.21e-05,
                    "gnomad_AFR_maf": 0.0,
                    "gnomad_AMR_maf": 0.0002318,
                    "gnomad_ASJ_maf": 0.0,
                    "gnomad_EAS_maf": 0.0,
                    "gnomad_FIN_maf": 0.0,
                    "gnomad_NFE_maf": 2.649e-05,
                    "gnomad_OTH_maf": 0.0,
                    "gnomad_SAS_maf": 6.536e-05,
                    "ESP_AA_maf": null,
                    "ESP_EA_maf": null
                },
                "predictions": {
                    "sift_prediction": "Tolerated",
                    "pp2_hvar_prediction": "Possibly Damaging",
                    "cadd_prediction": 1.899851,
                    "mutationtaster_prediction": "Polymorphism"
                },
                "status": "CU",
                "genomic_position_hg19": 227876939,
                "genomic_position_hg38": 227012223,
                "chromosome": "2",
                "annotation_flag": null,
                "lastmodified": "2024-02-29T15:02:28.525801",
                "ref_allele": "G",
                "alt_allele": "A",
                "cdna_change": "c.4291C>T",
                "protein_change": "p.Arg1431Cys",
                "transcript_id": "NM_000092.5",
                "dbsnp_id": "NA",
                "variant_effect": null
            },
            "relationships": {
                "in_combination": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI1678"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3532/relationships/in_combination?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3532/combinations/?format=api"
                    }
                },
                "gene_name": {
                    "links": {
                        "self": "https://olida.ibsquare.be/api/variants/3532/relationships/gene_name?format=api",
                        "related": "https://olida.ibsquare.be/api/variants/3532/gene/?format=api"
                    },
                    "data": {
                        "type": "Gene",
                        "id": "COL4A4"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/variants/3532/?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": 30
    }
}