← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 11-2847862-CCCCAGAGAGGGCGGGGCCCA-C (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=2847862&ref=CCCCAGAGAGGGCGGGGCCCA&alt=C&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 2847862,
      "ref": "CCCCAGAGAGGGCGGGGCCCA",
      "alt": "C",
      "effect": "frameshift_variant",
      "transcript": "ENST00000155840.12",
      "consequences": [
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1892_1911delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro631fs",
          "transcript": "NM_000218.3",
          "protein_id": "NP_000209.2",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1983,
          "cdna_end": null,
          "cdna_length": 3224,
          "mane_select": "ENST00000155840.12",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1892_1911delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro631fs",
          "transcript": "ENST00000155840.12",
          "protein_id": "ENSP00000155840.2",
          "transcript_support_level": 1,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 1892,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1983,
          "cdna_end": null,
          "cdna_length": 3224,
          "mane_select": "NM_000218.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1511_1530delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro504fs",
          "transcript": "ENST00000335475.6",
          "protein_id": "ENSP00000334497.5",
          "transcript_support_level": 1,
          "aa_start": 504,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1511,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1780,
          "cdna_end": null,
          "cdna_length": 2907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1796_1815delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro599fs",
          "transcript": "NM_001406836.1",
          "protein_id": "NP_001393765.1",
          "transcript_support_level": null,
          "aa_start": 599,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1796,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": 1887,
          "cdna_end": null,
          "cdna_length": 3128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1751_1770delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro584fs",
          "transcript": "ENST00000713725.1",
          "protein_id": "ENSP00000519029.1",
          "transcript_support_level": null,
          "aa_start": 584,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 1751,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 1956,
          "cdna_end": null,
          "cdna_length": 3083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1622_1641delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro541fs",
          "transcript": "NM_001406837.1",
          "protein_id": "NP_001393766.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1622,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 2075,
          "cdna_end": null,
          "cdna_length": 3316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1535_1554delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro512fs",
          "transcript": "ENST00000496887.7",
          "protein_id": "ENSP00000434560.2",
          "transcript_support_level": 5,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1567,
          "cdna_end": null,
          "cdna_length": 2694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1511_1530delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro504fs",
          "transcript": "NM_181798.2",
          "protein_id": "NP_861463.1",
          "transcript_support_level": null,
          "aa_start": 504,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1511,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1780,
          "cdna_end": null,
          "cdna_length": 3021,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.1352_1371delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro451fs",
          "transcript": "NM_001406838.1",
          "protein_id": "NP_001393767.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 1352,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": 1443,
          "cdna_end": null,
          "cdna_length": 2684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.404_423delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro135fs",
          "transcript": "NM_001406839.1",
          "protein_id": "NP_001393768.1",
          "transcript_support_level": null,
          "aa_start": 135,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": 404,
          "cds_end": null,
          "cds_length": 543,
          "cdna_start": 411,
          "cdna_end": null,
          "cdna_length": 1652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "PREGGAH",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "c.296_315delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro99fs",
          "transcript": "ENST00000526095.2",
          "protein_id": "ENSP00000494939.1",
          "transcript_support_level": 3,
          "aa_start": 99,
          "aa_end": null,
          "aa_length": 144,
          "cds_start": 296,
          "cds_end": null,
          "cds_length": 435,
          "cdna_start": 399,
          "cdna_end": null,
          "cdna_length": 828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "n.*1858_*1877delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": null,
          "transcript": "ENST00000713724.1",
          "protein_id": "ENSP00000519028.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1",
          "gene_hgnc_id": 6294,
          "hgvs_c": "n.*1858_*1877delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": null,
          "transcript": "ENST00000713724.1",
          "protein_id": "ENSP00000519028.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1-AS1",
          "gene_hgnc_id": 42790,
          "hgvs_c": "n.777-7440_777-7421delTGGGCCCCGCCCTCTCTGGG",
          "hgvs_p": null,
          "transcript": "ENST00000440887.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1-AS1",
          "gene_hgnc_id": 42790,
          "hgvs_c": "n.263-7440_263-7421delTGGGCCCCGCCCTCTCTGGG",
          "hgvs_p": null,
          "transcript": "ENST00000737299.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1-AS1",
          "gene_hgnc_id": 42790,
          "hgvs_c": "n.351-7440_351-7421delTGGGCCCCGCCCTCTCTGGG",
          "hgvs_p": null,
          "transcript": "ENST00000737300.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 658,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1-AS1",
          "gene_hgnc_id": 42790,
          "hgvs_c": "n.864-7440_864-7421delTGGGCCCCGCCCTCTCTGGG",
          "hgvs_p": null,
          "transcript": "ENST00000737301.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1-AS1",
          "gene_hgnc_id": 42790,
          "hgvs_c": "n.731-7440_731-7421delTGGGCCCCGCCCTCTCTGGG",
          "hgvs_p": null,
          "transcript": "ENST00000737302.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1-AS1",
          "gene_hgnc_id": 42790,
          "hgvs_c": "n.496-2572_496-2553delTGGGCCCCGCCCTCTCTGGG",
          "hgvs_p": null,
          "transcript": "ENST00000737303.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "KCNQ1-AS1",
          "gene_hgnc_id": 42790,
          "hgvs_c": "n.778-7440_778-7421delTGGGCCCCGCCCTCTCTGGG",
          "hgvs_p": null,
          "transcript": "NR_130721.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "KCNQ1",
      "gene_hgnc_id": 6294,
      "dbsnp": "rs397508103",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 1.678,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 12,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1_Strong,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PVS1_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000155840.12",
          "gene_symbol": "KCNQ1",
          "hgnc_id": 6294,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.1892_1911delCCAGAGAGGGCGGGGCCCAC",
          "hgvs_p": "p.Pro631fs"
        },
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PP5_Very_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NR_130721.1",
          "gene_symbol": "KCNQ1-AS1",
          "hgnc_id": 42790,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.778-7440_778-7421delTGGGCCCCGCCCTCTCTGGG",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 3, familial,Atrial fibrillation,Beckwith-Wiedemann syndrome,Cardiac arrhythmia,Cardiovascular phenotype,Jervell and Lange-Nielsen syndrome 1,KCNQ1-related disorder,Long QT syndrome,Long QT syndrome 1,Short QT syndrome type 2,not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:1 LP:5 O:1",
      "phenotype_combined": "Jervell and Lange-Nielsen syndrome 1|not provided|Long QT syndrome|Cardiovascular phenotype|Long QT syndrome 1;Short QT syndrome type 2;Atrial fibrillation, familial, 3;Beckwith-Wiedemann syndrome;Jervell and Lange-Nielsen syndrome 1|Cardiac arrhythmia|KCNQ1-related disorder",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}