← 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-127048535-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 127048535,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "NM_139343.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1773G>A",
          "hgvs_p": "p.Arg591Arg",
          "transcript": "NM_139343.3",
          "protein_id": "NP_647593.1",
          "transcript_support_level": null,
          "aa_start": 591,
          "aa_end": null,
          "aa_length": 593,
          "cds_start": 1773,
          "cds_end": null,
          "cds_length": 1782,
          "cdna_start": 1984,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": "ENST00000316724.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1773G>A",
          "hgvs_p": "p.Arg591Arg",
          "transcript": "ENST00000316724.10",
          "protein_id": "ENSP00000316779.5",
          "transcript_support_level": 1,
          "aa_start": 591,
          "aa_end": null,
          "aa_length": 593,
          "cds_start": 1773,
          "cds_end": null,
          "cds_length": 1782,
          "cdna_start": 1984,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": "NM_139343.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1644G>A",
          "hgvs_p": "p.Arg548Arg",
          "transcript": "ENST00000357970.7",
          "protein_id": "ENSP00000350654.3",
          "transcript_support_level": 1,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 550,
          "cds_start": 1644,
          "cds_end": null,
          "cds_length": 1653,
          "cdna_start": 1989,
          "cdna_end": null,
          "cdna_length": 2497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1548G>A",
          "hgvs_p": "p.Arg516Arg",
          "transcript": "ENST00000346226.7",
          "protein_id": "ENSP00000315411.3",
          "transcript_support_level": 1,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 1548,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 1893,
          "cdna_end": null,
          "cdna_length": 2401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1512G>A",
          "hgvs_p": "p.Arg504Arg",
          "transcript": "ENST00000351659.7",
          "protein_id": "ENSP00000315388.3",
          "transcript_support_level": 1,
          "aa_start": 504,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 1512,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1857,
          "cdna_end": null,
          "cdna_length": 2365,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1485G>A",
          "hgvs_p": "p.Arg495Arg",
          "transcript": "ENST00000259238.8",
          "protein_id": "ENSP00000259238.4",
          "transcript_support_level": 1,
          "aa_start": 495,
          "aa_end": null,
          "aa_length": 497,
          "cds_start": 1485,
          "cds_end": null,
          "cds_length": 1494,
          "cdna_start": 1830,
          "cdna_end": null,
          "cdna_length": 2338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1440G>A",
          "hgvs_p": "p.Arg480Arg",
          "transcript": "ENST00000393040.7",
          "protein_id": "ENSP00000376760.3",
          "transcript_support_level": 1,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 1440,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 1785,
          "cdna_end": null,
          "cdna_length": 2293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1419G>A",
          "hgvs_p": "p.Arg473Arg",
          "transcript": "ENST00000393041.7",
          "protein_id": "ENSP00000376761.3",
          "transcript_support_level": 1,
          "aa_start": 473,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": 1419,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": 1764,
          "cdna_end": null,
          "cdna_length": 2272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1356G>A",
          "hgvs_p": "p.Arg452Arg",
          "transcript": "ENST00000352848.8",
          "protein_id": "ENSP00000315284.4",
          "transcript_support_level": 1,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": 1356,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": 1567,
          "cdna_end": null,
          "cdna_length": 2070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1311G>A",
          "hgvs_p": "p.Arg437Arg",
          "transcript": "ENST00000409400.1",
          "protein_id": "ENSP00000386797.1",
          "transcript_support_level": 1,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": 1311,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": 1646,
          "cdna_end": null,
          "cdna_length": 2143,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1266G>A",
          "hgvs_p": "p.Arg422Arg",
          "transcript": "ENST00000376113.6",
          "protein_id": "ENSP00000365281.2",
          "transcript_support_level": 1,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 1266,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 1324,
          "cdna_end": null,
          "cdna_length": 1832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1221G>A",
          "hgvs_p": "p.Arg407Arg",
          "transcript": "ENST00000348750.8",
          "protein_id": "ENSP00000259237.5",
          "transcript_support_level": 1,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": 1221,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": 1566,
          "cdna_end": null,
          "cdna_length": 2074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1692G>A",
          "hgvs_p": "p.Arg564Arg",
          "transcript": "NM_001320642.1",
          "protein_id": "NP_001307571.1",
          "transcript_support_level": null,
          "aa_start": 564,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 1692,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": 2651,
          "cdna_end": null,
          "cdna_length": 3163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1680G>A",
          "hgvs_p": "p.Arg560Arg",
          "transcript": "NM_001320641.2",
          "protein_id": "NP_001307570.1",
          "transcript_support_level": null,
          "aa_start": 560,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 1680,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 1891,
          "cdna_end": null,
          "cdna_length": 2394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1644G>A",
          "hgvs_p": "p.Arg548Arg",
          "transcript": "NM_139344.3",
          "protein_id": "NP_647594.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 550,
          "cds_start": 1644,
          "cds_end": null,
          "cds_length": 1653,
          "cdna_start": 1855,
          "cdna_end": null,
          "cdna_length": 2358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1548G>A",
          "hgvs_p": "p.Arg516Arg",
          "transcript": "NM_139347.3",
          "protein_id": "NP_647597.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 1548,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 1759,
          "cdna_end": null,
          "cdna_length": 2262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1533G>A",
          "hgvs_p": "p.Arg511Arg",
          "transcript": "NM_001320640.2",
          "protein_id": "NP_001307569.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 1533,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": 1744,
          "cdna_end": null,
          "cdna_length": 2247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1512G>A",
          "hgvs_p": "p.Arg504Arg",
          "transcript": "NM_139345.3",
          "protein_id": "NP_647595.1",
          "transcript_support_level": null,
          "aa_start": 504,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 1512,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1723,
          "cdna_end": null,
          "cdna_length": 2226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1485G>A",
          "hgvs_p": "p.Arg495Arg",
          "transcript": "NM_139346.3",
          "protein_id": "NP_647596.1",
          "transcript_support_level": null,
          "aa_start": 495,
          "aa_end": null,
          "aa_length": 497,
          "cds_start": 1485,
          "cds_end": null,
          "cds_length": 1494,
          "cdna_start": 1696,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1440G>A",
          "hgvs_p": "p.Arg480Arg",
          "transcript": "NM_139348.3",
          "protein_id": "NP_647598.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 1440,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 1651,
          "cdna_end": null,
          "cdna_length": 2154,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1419G>A",
          "hgvs_p": "p.Arg473Arg",
          "transcript": "NM_139349.3",
          "protein_id": "NP_647599.1",
          "transcript_support_level": null,
          "aa_start": 473,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": 1419,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": 1630,
          "cdna_end": null,
          "cdna_length": 2133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1404G>A",
          "hgvs_p": "p.Arg468Arg",
          "transcript": "NM_001320633.2",
          "protein_id": "NP_001307562.1",
          "transcript_support_level": null,
          "aa_start": 468,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 1404,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": 1615,
          "cdna_end": null,
          "cdna_length": 2118,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1356G>A",
          "hgvs_p": "p.Arg452Arg",
          "transcript": "NM_004305.4",
          "protein_id": "NP_004296.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": 1356,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": 1567,
          "cdna_end": null,
          "cdna_length": 2070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1311G>A",
          "hgvs_p": "p.Arg437Arg",
          "transcript": "NM_139350.3",
          "protein_id": "NP_647600.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": 1311,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": 1522,
          "cdna_end": null,
          "cdna_length": 2025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1266G>A",
          "hgvs_p": "p.Arg422Arg",
          "transcript": "NM_001320632.2",
          "protein_id": "NP_001307561.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 1266,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 1477,
          "cdna_end": null,
          "cdna_length": 1980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1221G>A",
          "hgvs_p": "p.Arg407Arg",
          "transcript": "NM_139351.3",
          "protein_id": "NP_647601.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": 1221,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": 1432,
          "cdna_end": null,
          "cdna_length": 1935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "c.1149G>A",
          "hgvs_p": "p.Arg383Arg",
          "transcript": "NM_001320634.1",
          "protein_id": "NP_001307563.1",
          "transcript_support_level": null,
          "aa_start": 383,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 1149,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": 1371,
          "cdna_end": null,
          "cdna_length": 1883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIN1",
          "gene_hgnc_id": 1052,
          "hgvs_c": "n.4639G>A",
          "hgvs_p": null,
          "transcript": "ENST00000462958.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 5141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "BIN1",
      "gene_hgnc_id": 1052,
      "dbsnp": "rs187977939",
      "frequency_reference_population": 0.0000055763394,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 9,
      "gnomad_exomes_af": 0.00000478908,
      "gnomad_genomes_af": 0.0000131318,
      "gnomad_exomes_ac": 7,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.6200000047683716,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.62,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.141,
      "phylop100way_prediction": "Benign",
      "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": -7,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
      "acmg_by_gene": [
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BP7"
          ],
          "verdict": "Benign",
          "transcript": "NM_139343.3",
          "gene_symbol": "BIN1",
          "hgnc_id": 1052,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR,AD,SD",
          "hgvs_c": "c.1773G>A",
          "hgvs_p": "p.Arg591Arg"
        }
      ],
      "clinvar_disease": " 2, centronuclear,Myopathy",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "Myopathy, centronuclear, 2",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}