← 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: 19-10798520-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=10798520&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 10798520,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001005360.3",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "NM_001005361.3",
          "protein_id": "NP_001005361.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000389253.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001005361.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000389253.9",
          "protein_id": "ENSP00000373905.4",
          "transcript_support_level": 5,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001005361.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000389253.9"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000355667.11",
          "protein_id": "ENSP00000347890.6",
          "transcript_support_level": 1,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355667.11"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000585892.5",
          "protein_id": "ENSP00000468734.1",
          "transcript_support_level": 1,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000585892.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000359692.10",
          "protein_id": "ENSP00000352721.6",
          "transcript_support_level": 1,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359692.10"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1445A>G",
          "hgvs_p": "p.Glu482Gly",
          "transcript": "ENST00000957427.1",
          "protein_id": "ENSP00000627486.1",
          "transcript_support_level": null,
          "aa_start": 482,
          "aa_end": null,
          "aa_length": 900,
          "cds_start": 1445,
          "cds_end": null,
          "cds_length": 2703,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957427.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1457A>G",
          "hgvs_p": "p.Glu486Gly",
          "transcript": "ENST00000916585.1",
          "protein_id": "ENSP00000586644.1",
          "transcript_support_level": null,
          "aa_start": 486,
          "aa_end": null,
          "aa_length": 895,
          "cds_start": 1457,
          "cds_end": null,
          "cds_length": 2688,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916585.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1445A>G",
          "hgvs_p": "p.Glu482Gly",
          "transcript": "ENST00000957420.1",
          "protein_id": "ENSP00000627479.1",
          "transcript_support_level": null,
          "aa_start": 482,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 1445,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957420.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957428.1",
          "protein_id": "ENSP00000627487.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 879,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2640,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957428.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000908373.1",
          "protein_id": "ENSP00000578432.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908373.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000908376.1",
          "protein_id": "ENSP00000578435.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908376.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957426.1",
          "protein_id": "ENSP00000627485.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957426.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000908381.1",
          "protein_id": "ENSP00000578440.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908381.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1364A>G",
          "hgvs_p": "p.Glu455Gly",
          "transcript": "ENST00000957430.1",
          "protein_id": "ENSP00000627489.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 1364,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957430.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957419.1",
          "protein_id": "ENSP00000627478.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957419.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "NM_001005360.3",
          "protein_id": "NP_001005360.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001005360.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "NM_001190716.2",
          "protein_id": "NP_001177645.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190716.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957413.1",
          "protein_id": "ENSP00000627472.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957413.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957416.1",
          "protein_id": "ENSP00000627475.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957416.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957417.1",
          "protein_id": "ENSP00000627476.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957417.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000908375.1",
          "protein_id": "ENSP00000578434.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 867,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2604,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908375.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "NM_001005362.3",
          "protein_id": "NP_001005362.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001005362.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "NM_004945.4",
          "protein_id": "NP_004936.2",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004945.4"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000408974.8",
          "protein_id": "ENSP00000386192.3",
          "transcript_support_level": 2,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000408974.8"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000908378.1",
          "protein_id": "ENSP00000578437.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908378.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000908371.1",
          "protein_id": "ENSP00000578430.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908371.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000908372.1",
          "protein_id": "ENSP00000578431.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908372.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957414.1",
          "protein_id": "ENSP00000627473.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957414.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957415.1",
          "protein_id": "ENSP00000627474.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957415.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1364A>G",
          "hgvs_p": "p.Glu455Gly",
          "transcript": "ENST00000908380.1",
          "protein_id": "ENSP00000578439.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 1364,
          "cds_end": null,
          "cds_length": 2595,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908380.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000908382.1",
          "protein_id": "ENSP00000578441.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2595,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908382.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1349A>G",
          "hgvs_p": "p.Glu450Gly",
          "transcript": "ENST00000957422.1",
          "protein_id": "ENSP00000627481.1",
          "transcript_support_level": null,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 863,
          "cds_start": 1349,
          "cds_end": null,
          "cds_length": 2592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957422.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1231A>G",
          "hgvs_p": "p.Ser411Gly",
          "transcript": "ENST00000908374.1",
          "protein_id": "ENSP00000578433.1",
          "transcript_support_level": null,
          "aa_start": 411,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 1231,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908374.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1349A>G",
          "hgvs_p": "p.Glu450Gly",
          "transcript": "ENST00000908377.1",
          "protein_id": "ENSP00000578436.1",
          "transcript_support_level": null,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 1349,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908377.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1220A>G",
          "hgvs_p": "p.Glu407Gly",
          "transcript": "ENST00000957421.1",
          "protein_id": "ENSP00000627480.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 820,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 2463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957421.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1220A>G",
          "hgvs_p": "p.Glu407Gly",
          "transcript": "ENST00000908379.1",
          "protein_id": "ENSP00000578438.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 816,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 2451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908379.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1220A>G",
          "hgvs_p": "p.Glu407Gly",
          "transcript": "ENST00000908383.1",
          "protein_id": "ENSP00000578442.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 816,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 2451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908383.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly",
          "transcript": "ENST00000957418.1",
          "protein_id": "ENSP00000627477.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957418.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.917A>G",
          "hgvs_p": "p.Glu306Gly",
          "transcript": "ENST00000957424.1",
          "protein_id": "ENSP00000627483.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957424.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.626A>G",
          "hgvs_p": "p.Glu209Gly",
          "transcript": "ENST00000587830.2",
          "protein_id": "ENSP00000466603.2",
          "transcript_support_level": 5,
          "aa_start": 209,
          "aa_end": null,
          "aa_length": 288,
          "cds_start": 626,
          "cds_end": null,
          "cds_length": 868,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000587830.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1335+1002A>G",
          "hgvs_p": null,
          "transcript": "ENST00000957423.1",
          "protein_id": "ENSP00000627482.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957423.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1335+2321A>G",
          "hgvs_p": null,
          "transcript": "ENST00000957425.1",
          "protein_id": "ENSP00000627484.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957425.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "c.1129-3768A>G",
          "hgvs_p": null,
          "transcript": "ENST00000957429.1",
          "protein_id": "ENSP00000627488.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957429.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "n.134A>G",
          "hgvs_p": null,
          "transcript": "ENST00000587329.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000587329.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "n.519A>G",
          "hgvs_p": null,
          "transcript": "ENST00000593220.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000593220.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "n.1558A>G",
          "hgvs_p": null,
          "transcript": "ENST00000682285.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000682285.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNM2",
          "gene_hgnc_id": 2974,
          "hgvs_c": "n.1697A>G",
          "hgvs_p": null,
          "transcript": "ENST00000683738.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000683738.1"
        }
      ],
      "gene_symbol": "DNM2",
      "gene_hgnc_id": 2974,
      "dbsnp": "rs1555711301",
      "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": 0.8388433456420898,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.682,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8518,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.07,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 9.247,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001005360.3",
          "gene_symbol": "DNM2",
          "hgnc_id": 2974,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.1370A>G",
          "hgvs_p": "p.Glu457Gly"
        }
      ],
      "clinvar_disease": "Charcot-Marie-Tooth disease dominant intermediate B,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:4",
      "phenotype_combined": "not provided|Charcot-Marie-Tooth disease dominant intermediate B",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}