← 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: 2-71664368-G-GGTACTCCCACAGACCTACTGTGT (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 71664368,
      "ref": "G",
      "alt": "GGTACTCCCACAGACCTACTGTGT",
      "effect": "frameshift_variant",
      "transcript": "NM_001130987.2",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5104_5105insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1702fs",
          "transcript": "NM_001130987.2",
          "protein_id": "NP_001124459.1",
          "transcript_support_level": null,
          "aa_start": 1702,
          "aa_end": null,
          "aa_length": 2119,
          "cds_start": 5105,
          "cds_end": null,
          "cds_length": 6360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000410020.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130987.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5104_5105insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1702fs",
          "transcript": "ENST00000410020.8",
          "protein_id": "ENSP00000386881.3",
          "transcript_support_level": 1,
          "aa_start": 1702,
          "aa_end": null,
          "aa_length": 2119,
          "cds_start": 5105,
          "cds_end": null,
          "cds_length": 6360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001130987.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000410020.8"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.4987_4988insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1663fs",
          "transcript": "NM_003494.4",
          "protein_id": "NP_003485.1",
          "transcript_support_level": null,
          "aa_start": 1663,
          "aa_end": null,
          "aa_length": 2080,
          "cds_start": 4988,
          "cds_end": null,
          "cds_length": 6243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": "ENST00000258104.8",
          "biotype": "protein_coding",
          "feature": "NM_003494.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.4987_4988insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1663fs",
          "transcript": "ENST00000258104.8",
          "protein_id": "ENSP00000258104.3",
          "transcript_support_level": 1,
          "aa_start": 1663,
          "aa_end": null,
          "aa_length": 2080,
          "cds_start": 4988,
          "cds_end": null,
          "cds_length": 6243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": "NM_003494.4",
          "biotype": "protein_coding",
          "feature": "ENST00000258104.8"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5101_5102insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1701fs",
          "transcript": "ENST00000409582.7",
          "protein_id": "ENSP00000386547.3",
          "transcript_support_level": 1,
          "aa_start": 1701,
          "aa_end": null,
          "aa_length": 2118,
          "cds_start": 5102,
          "cds_end": null,
          "cds_length": 6357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409582.7"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5083_5084insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1695fs",
          "transcript": "ENST00000409651.5",
          "protein_id": "ENSP00000386683.1",
          "transcript_support_level": 1,
          "aa_start": 1695,
          "aa_end": null,
          "aa_length": 2112,
          "cds_start": 5084,
          "cds_end": null,
          "cds_length": 6339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409651.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5080_5081insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1694fs",
          "transcript": "ENST00000413539.6",
          "protein_id": "ENSP00000407046.2",
          "transcript_support_level": 1,
          "aa_start": 1694,
          "aa_end": null,
          "aa_length": 2111,
          "cds_start": 5081,
          "cds_end": null,
          "cds_length": 6336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000413539.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5053_5054insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1685fs",
          "transcript": "ENST00000409366.5",
          "protein_id": "ENSP00000386512.1",
          "transcript_support_level": 1,
          "aa_start": 1685,
          "aa_end": null,
          "aa_length": 2102,
          "cds_start": 5054,
          "cds_end": null,
          "cds_length": 6309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409366.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5050_5051insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1684fs",
          "transcript": "ENST00000429174.6",
          "protein_id": "ENSP00000398305.2",
          "transcript_support_level": 1,
          "aa_start": 1684,
          "aa_end": null,
          "aa_length": 2101,
          "cds_start": 5051,
          "cds_end": null,
          "cds_length": 6306,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000429174.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5041_5042insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1681fs",
          "transcript": "ENST00000410041.1",
          "protein_id": "ENSP00000386617.1",
          "transcript_support_level": 1,
          "aa_start": 1681,
          "aa_end": null,
          "aa_length": 2098,
          "cds_start": 5042,
          "cds_end": null,
          "cds_length": 6297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000410041.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5038_5039insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1680fs",
          "transcript": "ENST00000409762.5",
          "protein_id": "ENSP00000387137.1",
          "transcript_support_level": 1,
          "aa_start": 1680,
          "aa_end": null,
          "aa_length": 2097,
          "cds_start": 5039,
          "cds_end": null,
          "cds_length": 6294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409762.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5011_5012insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1671fs",
          "transcript": "ENST00000409744.5",
          "protein_id": "ENSP00000386285.1",
          "transcript_support_level": 1,
          "aa_start": 1671,
          "aa_end": null,
          "aa_length": 2088,
          "cds_start": 5012,
          "cds_end": null,
          "cds_length": 6267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409744.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.4990_4991insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1664fs",
          "transcript": "ENST00000394120.6",
          "protein_id": "ENSP00000377678.2",
          "transcript_support_level": 1,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 2081,
          "cds_start": 4991,
          "cds_end": null,
          "cds_length": 6246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394120.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5101_5102insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1701fs",
          "transcript": "NM_001130981.2",
          "protein_id": "NP_001124453.1",
          "transcript_support_level": null,
          "aa_start": 1701,
          "aa_end": null,
          "aa_length": 2118,
          "cds_start": 5102,
          "cds_end": null,
          "cds_length": 6357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130981.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5089_5090insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1697fs",
          "transcript": "ENST00000873665.1",
          "protein_id": "ENSP00000543724.1",
          "transcript_support_level": null,
          "aa_start": 1697,
          "aa_end": null,
          "aa_length": 2114,
          "cds_start": 5090,
          "cds_end": null,
          "cds_length": 6345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873665.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5083_5084insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1695fs",
          "transcript": "NM_001130982.2",
          "protein_id": "NP_001124454.1",
          "transcript_support_level": null,
          "aa_start": 1695,
          "aa_end": null,
          "aa_length": 2112,
          "cds_start": 5084,
          "cds_end": null,
          "cds_length": 6339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130982.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5080_5081insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1694fs",
          "transcript": "NM_001130979.2",
          "protein_id": "NP_001124451.1",
          "transcript_support_level": null,
          "aa_start": 1694,
          "aa_end": null,
          "aa_length": 2111,
          "cds_start": 5081,
          "cds_end": null,
          "cds_length": 6336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130979.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5053_5054insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1685fs",
          "transcript": "NM_001130983.2",
          "protein_id": "NP_001124455.1",
          "transcript_support_level": null,
          "aa_start": 1685,
          "aa_end": null,
          "aa_length": 2102,
          "cds_start": 5054,
          "cds_end": null,
          "cds_length": 6309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130983.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5050_5051insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1684fs",
          "transcript": "NM_001130978.2",
          "protein_id": "NP_001124450.1",
          "transcript_support_level": null,
          "aa_start": 1684,
          "aa_end": null,
          "aa_length": 2101,
          "cds_start": 5051,
          "cds_end": null,
          "cds_length": 6306,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130978.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5041_5042insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1681fs",
          "transcript": "NM_001130985.2",
          "protein_id": "NP_001124457.1",
          "transcript_support_level": null,
          "aa_start": 1681,
          "aa_end": null,
          "aa_length": 2098,
          "cds_start": 5042,
          "cds_end": null,
          "cds_length": 6297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130985.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5038_5039insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1680fs",
          "transcript": "NM_001130980.2",
          "protein_id": "NP_001124452.1",
          "transcript_support_level": null,
          "aa_start": 1680,
          "aa_end": null,
          "aa_length": 2097,
          "cds_start": 5039,
          "cds_end": null,
          "cds_length": 6294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130980.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5011_5012insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1671fs",
          "transcript": "NM_001130984.2",
          "protein_id": "NP_001124456.1",
          "transcript_support_level": null,
          "aa_start": 1671,
          "aa_end": null,
          "aa_length": 2088,
          "cds_start": 5012,
          "cds_end": null,
          "cds_length": 6267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130984.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.5008_5009insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1670fs",
          "transcript": "NM_001130977.2",
          "protein_id": "NP_001124449.1",
          "transcript_support_level": null,
          "aa_start": 1670,
          "aa_end": null,
          "aa_length": 2087,
          "cds_start": 5009,
          "cds_end": null,
          "cds_length": 6264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130977.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.4990_4991insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1664fs",
          "transcript": "NM_001130455.2",
          "protein_id": "NP_001123927.1",
          "transcript_support_level": null,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 2081,
          "cds_start": 4991,
          "cds_end": null,
          "cds_length": 6246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130455.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 55,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.4972_4973insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1658fs",
          "transcript": "ENST00000873664.1",
          "protein_id": "ENSP00000543723.1",
          "transcript_support_level": null,
          "aa_start": 1658,
          "aa_end": null,
          "aa_length": 2075,
          "cds_start": 4973,
          "cds_end": null,
          "cds_length": 6228,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873664.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 54,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.4948_4949insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1650fs",
          "transcript": "NM_001130986.2",
          "protein_id": "NP_001124458.1",
          "transcript_support_level": null,
          "aa_start": 1650,
          "aa_end": null,
          "aa_length": 2067,
          "cds_start": 4949,
          "cds_end": null,
          "cds_length": 6204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130986.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 54,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.4945_4946insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1649fs",
          "transcript": "NM_001130976.2",
          "protein_id": "NP_001124448.1",
          "transcript_support_level": null,
          "aa_start": 1649,
          "aa_end": null,
          "aa_length": 2066,
          "cds_start": 4946,
          "cds_end": null,
          "cds_length": 6201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001130976.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.2518_2519insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val840fs",
          "transcript": "ENST00000698057.1",
          "protein_id": "ENSP00000513536.1",
          "transcript_support_level": null,
          "aa_start": 840,
          "aa_end": null,
          "aa_length": 1257,
          "cds_start": 2519,
          "cds_end": null,
          "cds_length": 3774,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000698057.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.1843_1844insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val615fs",
          "transcript": "ENST00000698059.1",
          "protein_id": "ENSP00000513538.1",
          "transcript_support_level": null,
          "aa_start": 615,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 1844,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000698059.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.1735_1736insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val579fs",
          "transcript": "ENST00000698058.1",
          "protein_id": "ENSP00000513537.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 996,
          "cds_start": 1736,
          "cds_end": null,
          "cds_length": 2991,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000698058.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "GTPTDLLC?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DYSF",
          "gene_hgnc_id": 3097,
          "hgvs_c": "c.1630_1631insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val544fs",
          "transcript": "ENST00000479049.6",
          "protein_id": "ENSP00000513540.1",
          "transcript_support_level": 5,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 1631,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000479049.6"
        }
      ],
      "gene_symbol": "DYSF",
      "gene_hgnc_id": 3097,
      "dbsnp": null,
      "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": 5.054,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PVS1",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PVS1"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_001130987.2",
          "gene_symbol": "DYSF",
          "hgnc_id": 3097,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.5104_5105insGTACTCCCACAGACCTACTGTGT",
          "hgvs_p": "p.Val1702fs"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}