← 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: 15-52319254-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 52319254,
      "ref": "A",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "ENST00000399233.7",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.5040T>C",
          "hgvs_p": "p.Asp1680Asp",
          "transcript": "NM_001382347.1",
          "protein_id": "NP_001369276.1",
          "transcript_support_level": null,
          "aa_start": 1680,
          "aa_end": null,
          "aa_length": 1880,
          "cds_start": 5040,
          "cds_end": null,
          "cds_length": 5643,
          "cdna_start": 5114,
          "cdna_end": null,
          "cdna_length": 12130,
          "mane_select": "ENST00000399233.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.5040T>C",
          "hgvs_p": "p.Asp1680Asp",
          "transcript": "ENST00000399233.7",
          "protein_id": "ENSP00000382179.4",
          "transcript_support_level": 5,
          "aa_start": 1680,
          "aa_end": null,
          "aa_length": 1880,
          "cds_start": 5040,
          "cds_end": null,
          "cds_length": 5643,
          "cdna_start": 5114,
          "cdna_end": null,
          "cdna_length": 12130,
          "mane_select": "NM_001382347.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4965T>C",
          "hgvs_p": "p.Asp1655Asp",
          "transcript": "ENST00000399231.8",
          "protein_id": "ENSP00000382177.3",
          "transcript_support_level": 1,
          "aa_start": 1655,
          "aa_end": null,
          "aa_length": 1855,
          "cds_start": 4965,
          "cds_end": null,
          "cds_length": 5568,
          "cdna_start": 5209,
          "cdna_end": null,
          "cdna_length": 12227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4959T>C",
          "hgvs_p": "p.Asp1653Asp",
          "transcript": "ENST00000356338.11",
          "protein_id": "ENSP00000348693.7",
          "transcript_support_level": 1,
          "aa_start": 1653,
          "aa_end": null,
          "aa_length": 1853,
          "cds_start": 4959,
          "cds_end": null,
          "cds_length": 5562,
          "cdna_start": 4994,
          "cdna_end": null,
          "cdna_length": 12010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.1566T>C",
          "hgvs_p": "p.Asp522Asp",
          "transcript": "ENST00000399229.7",
          "protein_id": "ENSP00000382175.3",
          "transcript_support_level": 1,
          "aa_start": 522,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1566,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": 1566,
          "cdna_end": null,
          "cdna_length": 2169,
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.*732T>C",
          "hgvs_p": null,
          "transcript": "ENST00000399228.6",
          "protein_id": "ENSP00000382174.2",
          "transcript_support_level": 1,
          "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": 2622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.*732T>C",
          "hgvs_p": null,
          "transcript": "ENST00000399228.6",
          "protein_id": "ENSP00000382174.2",
          "transcript_support_level": 1,
          "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": 2622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.5112T>C",
          "hgvs_p": "p.Asp1704Asp",
          "transcript": "NM_001382348.1",
          "protein_id": "NP_001369277.1",
          "transcript_support_level": null,
          "aa_start": 1704,
          "aa_end": null,
          "aa_length": 1904,
          "cds_start": 5112,
          "cds_end": null,
          "cds_length": 5715,
          "cdna_start": 5234,
          "cdna_end": null,
          "cdna_length": 12250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.5037T>C",
          "hgvs_p": "p.Asp1679Asp",
          "transcript": "NM_001382349.1",
          "protein_id": "NP_001369278.1",
          "transcript_support_level": null,
          "aa_start": 1679,
          "aa_end": null,
          "aa_length": 1879,
          "cds_start": 5037,
          "cds_end": null,
          "cds_length": 5640,
          "cdna_start": 5159,
          "cdna_end": null,
          "cdna_length": 12175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4965T>C",
          "hgvs_p": "p.Asp1655Asp",
          "transcript": "NM_000259.3",
          "protein_id": "NP_000250.3",
          "transcript_support_level": null,
          "aa_start": 1655,
          "aa_end": null,
          "aa_length": 1855,
          "cds_start": 4965,
          "cds_end": null,
          "cds_length": 5568,
          "cdna_start": 5209,
          "cdna_end": null,
          "cdna_length": 12225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4956T>C",
          "hgvs_p": "p.Asp1652Asp",
          "transcript": "NM_001411135.1",
          "protein_id": "NP_001398064.1",
          "transcript_support_level": null,
          "aa_start": 1652,
          "aa_end": null,
          "aa_length": 1852,
          "cds_start": 4956,
          "cds_end": null,
          "cds_length": 5559,
          "cdna_start": 5030,
          "cdna_end": null,
          "cdna_length": 12046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4956T>C",
          "hgvs_p": "p.Asp1652Asp",
          "transcript": "ENST00000692556.1",
          "protein_id": "ENSP00000510378.1",
          "transcript_support_level": null,
          "aa_start": 1652,
          "aa_end": null,
          "aa_length": 1852,
          "cds_start": 4956,
          "cds_end": null,
          "cds_length": 5559,
          "cdna_start": 4956,
          "cdna_end": null,
          "cdna_length": 5579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4923T>C",
          "hgvs_p": "p.Asp1641Asp",
          "transcript": "ENST00000553916.6",
          "protein_id": "ENSP00000451109.2",
          "transcript_support_level": 5,
          "aa_start": 1641,
          "aa_end": null,
          "aa_length": 1841,
          "cds_start": 4923,
          "cds_end": null,
          "cds_length": 5526,
          "cdna_start": 4997,
          "cdna_end": null,
          "cdna_length": 6186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4884T>C",
          "hgvs_p": "p.Asp1628Asp",
          "transcript": "NM_001142495.2",
          "protein_id": "NP_001135967.2",
          "transcript_support_level": null,
          "aa_start": 1628,
          "aa_end": null,
          "aa_length": 1828,
          "cds_start": 4884,
          "cds_end": null,
          "cds_length": 5487,
          "cdna_start": 4958,
          "cdna_end": null,
          "cdna_length": 11974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4884T>C",
          "hgvs_p": "p.Asp1628Asp",
          "transcript": "ENST00000687574.1",
          "protein_id": "ENSP00000510312.1",
          "transcript_support_level": null,
          "aa_start": 1628,
          "aa_end": null,
          "aa_length": 1828,
          "cds_start": 4884,
          "cds_end": null,
          "cds_length": 5487,
          "cdna_start": 5210,
          "cdna_end": null,
          "cdna_length": 12223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.2592T>C",
          "hgvs_p": "p.Asp864Asp",
          "transcript": "ENST00000688074.1",
          "protein_id": "ENSP00000509404.1",
          "transcript_support_level": null,
          "aa_start": 864,
          "aa_end": null,
          "aa_length": 1064,
          "cds_start": 2592,
          "cds_end": null,
          "cds_length": 3195,
          "cdna_start": 2970,
          "cdna_end": null,
          "cdna_length": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.2586T>C",
          "hgvs_p": "p.Asp862Asp",
          "transcript": "ENST00000692646.1",
          "protein_id": "ENSP00000510243.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": 2586,
          "cds_end": null,
          "cds_length": 3189,
          "cdna_start": 2961,
          "cdna_end": null,
          "cdna_length": 4097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.2520T>C",
          "hgvs_p": "p.Asp840Asp",
          "transcript": "ENST00000685194.1",
          "protein_id": "ENSP00000509314.1",
          "transcript_support_level": null,
          "aa_start": 840,
          "aa_end": null,
          "aa_length": 1040,
          "cds_start": 2520,
          "cds_end": null,
          "cds_length": 3123,
          "cdna_start": 2833,
          "cdna_end": null,
          "cdna_length": 3871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.5031T>C",
          "hgvs_p": "p.Asp1677Asp",
          "transcript": "XM_047432540.1",
          "protein_id": "XP_047288496.1",
          "transcript_support_level": null,
          "aa_start": 1677,
          "aa_end": null,
          "aa_length": 1877,
          "cds_start": 5031,
          "cds_end": null,
          "cds_length": 5634,
          "cdna_start": 5275,
          "cdna_end": null,
          "cdna_length": 12291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4959T>C",
          "hgvs_p": "p.Asp1653Asp",
          "transcript": "XM_047432541.1",
          "protein_id": "XP_047288497.1",
          "transcript_support_level": null,
          "aa_start": 1653,
          "aa_end": null,
          "aa_length": 1853,
          "cds_start": 4959,
          "cds_end": null,
          "cds_length": 5562,
          "cdna_start": 5203,
          "cdna_end": null,
          "cdna_length": 12219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4950T>C",
          "hgvs_p": "p.Asp1650Asp",
          "transcript": "XM_047432543.1",
          "protein_id": "XP_047288499.1",
          "transcript_support_level": null,
          "aa_start": 1650,
          "aa_end": null,
          "aa_length": 1850,
          "cds_start": 4950,
          "cds_end": null,
          "cds_length": 5553,
          "cdna_start": 5194,
          "cdna_end": null,
          "cdna_length": 12210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4875T>C",
          "hgvs_p": "p.Asp1625Asp",
          "transcript": "XM_047432544.1",
          "protein_id": "XP_047288500.1",
          "transcript_support_level": null,
          "aa_start": 1625,
          "aa_end": null,
          "aa_length": 1825,
          "cds_start": 4875,
          "cds_end": null,
          "cds_length": 5478,
          "cdna_start": 5119,
          "cdna_end": null,
          "cdna_length": 12135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4647T>C",
          "hgvs_p": "p.Asp1549Asp",
          "transcript": "XM_047432545.1",
          "protein_id": "XP_047288501.1",
          "transcript_support_level": null,
          "aa_start": 1549,
          "aa_end": null,
          "aa_length": 1749,
          "cds_start": 4647,
          "cds_end": null,
          "cds_length": 5250,
          "cdna_start": 5029,
          "cdna_end": null,
          "cdna_length": 12045,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "c.4326T>C",
          "hgvs_p": "p.Asp1442Asp",
          "transcript": "XM_047432546.1",
          "protein_id": "XP_047288502.1",
          "transcript_support_level": null,
          "aa_start": 1442,
          "aa_end": null,
          "aa_length": 1642,
          "cds_start": 4326,
          "cds_end": null,
          "cds_length": 4929,
          "cdna_start": 5419,
          "cdna_end": null,
          "cdna_length": 12435,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.823T>C",
          "hgvs_p": null,
          "transcript": "ENST00000465290.2",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 1840,
          "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": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.*4568T>C",
          "hgvs_p": null,
          "transcript": "ENST00000556196.6",
          "protein_id": "ENSP00000451178.1",
          "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": 5913,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.2565T>C",
          "hgvs_p": null,
          "transcript": "ENST00000686166.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3753,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.*732T>C",
          "hgvs_p": null,
          "transcript": "ENST00000686171.1",
          "protein_id": "ENSP00000509118.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2288,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.1235T>C",
          "hgvs_p": null,
          "transcript": "ENST00000686603.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8220,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.5250T>C",
          "hgvs_p": null,
          "transcript": "ENST00000686989.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6423,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.6766T>C",
          "hgvs_p": null,
          "transcript": "ENST00000687172.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7886,
          "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": 22,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.3108T>C",
          "hgvs_p": null,
          "transcript": "ENST00000688792.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4236,
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.*732T>C",
          "hgvs_p": null,
          "transcript": "ENST00000688798.1",
          "protein_id": "ENSP00000509340.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2490,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.3908T>C",
          "hgvs_p": null,
          "transcript": "ENST00000689601.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5542,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.591T>C",
          "hgvs_p": null,
          "transcript": "ENST00000690802.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1695,
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.1883T>C",
          "hgvs_p": null,
          "transcript": "ENST00000692874.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.*4568T>C",
          "hgvs_p": null,
          "transcript": "ENST00000556196.6",
          "protein_id": "ENSP00000451178.1",
          "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": 5913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.*732T>C",
          "hgvs_p": null,
          "transcript": "ENST00000686171.1",
          "protein_id": "ENSP00000509118.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MYO5A",
          "gene_hgnc_id": 7602,
          "hgvs_c": "n.*732T>C",
          "hgvs_p": null,
          "transcript": "ENST00000688798.1",
          "protein_id": "ENSP00000509340.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MYO5A",
      "gene_hgnc_id": 7602,
      "dbsnp": "rs2290332",
      "frequency_reference_population": 0.17485788,
      "hom_count_reference_population": 32274,
      "allele_count_reference_population": 282200,
      "gnomad_exomes_af": 0.171851,
      "gnomad_genomes_af": 0.203773,
      "gnomad_exomes_ac": 251218,
      "gnomad_genomes_ac": 30982,
      "gnomad_exomes_homalt": 28297,
      "gnomad_genomes_homalt": 3977,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8600000143051147,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.86,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -2.494,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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": -21,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -21,
          "benign_score": 21,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000399233.7",
          "gene_symbol": "MYO5A",
          "hgnc_id": 7602,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.5040T>C",
          "hgvs_p": "p.Asp1680Asp"
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:4",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}