← 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: 1-66972852-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 66972852,
      "ref": "A",
      "alt": "T",
      "effect": "intron_variant",
      "transcript": "ENST00000401041.6",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.1007-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001077700.3",
          "protein_id": "NP_001071168.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5456,
          "mane_select": "ENST00000401041.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.1007-45A>T",
          "hgvs_p": null,
          "transcript": "ENST00000401041.6",
          "protein_id": "ENSP00000383820.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5456,
          "mane_select": "NM_001077700.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "ENST00000357692.6",
          "protein_id": "ENSP00000350321.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.848-45A>T",
          "hgvs_p": null,
          "transcript": "ENST00000355356.3",
          "protein_id": "ENSP00000347514.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "ENST00000371018.7",
          "protein_id": "ENSP00000360057.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3875,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "ENST00000371016.5",
          "protein_id": "ENSP00000360055.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.848-45A>T",
          "hgvs_p": null,
          "transcript": "ENST00000401042.7",
          "protein_id": "ENSP00000383821.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 433,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1302,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.1118-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001350530.2",
          "protein_id": "NP_001337459.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001146110.2",
          "protein_id": "NP_001139582.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "NM_020948.4",
          "protein_id": "NP_065999.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.848-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001077701.3",
          "protein_id": "NP_001071169.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.1007-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001077703.3",
          "protein_id": "NP_001071171.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.1007-45A>T",
          "hgvs_p": null,
          "transcript": "ENST00000371014.5",
          "protein_id": "ENSP00000360053.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.767-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001146112.2",
          "protein_id": "NP_001139584.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001146111.2",
          "protein_id": "NP_001139583.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001077702.3",
          "protein_id": "NP_001071170.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.848-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001077704.3",
          "protein_id": "NP_001071172.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 433,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1302,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.659-45A>T",
          "hgvs_p": null,
          "transcript": "NM_001146113.2",
          "protein_id": "NP_001139585.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.659-45A>T",
          "hgvs_p": null,
          "transcript": "ENST00000355977.10",
          "protein_id": "ENSP00000348253.6",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.1079-45A>T",
          "hgvs_p": null,
          "transcript": "XM_011541865.3",
          "protein_id": "XP_011540167.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5528,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.956-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001919.2",
          "protein_id": "XP_016857408.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5510,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.956-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001920.2",
          "protein_id": "XP_016857409.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5510,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.947-45A>T",
          "hgvs_p": null,
          "transcript": "XM_047426255.1",
          "protein_id": "XP_047282211.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.947-45A>T",
          "hgvs_p": null,
          "transcript": "XM_047426256.1",
          "protein_id": "XP_047282212.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.935-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001923.2",
          "protein_id": "XP_016857412.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 541,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1626,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001924.2",
          "protein_id": "XP_016857413.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "XM_047426260.1",
          "protein_id": "XP_047282216.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.899-45A>T",
          "hgvs_p": null,
          "transcript": "XM_047426263.1",
          "protein_id": "XP_047282219.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5515,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.845-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001927.2",
          "protein_id": "XP_016857416.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.845-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001928.3",
          "protein_id": "XP_016857417.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.845-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001930.2",
          "protein_id": "XP_016857419.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.845-45A>T",
          "hgvs_p": null,
          "transcript": "XM_047426264.1",
          "protein_id": "XP_047282220.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.767-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001931.2",
          "protein_id": "XP_016857420.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.659-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001933.2",
          "protein_id": "XP_016857422.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.659-45A>T",
          "hgvs_p": null,
          "transcript": "XM_017001934.2",
          "protein_id": "XP_016857423.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.659-45A>T",
          "hgvs_p": null,
          "transcript": "XM_047426265.1",
          "protein_id": "XP_047282221.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MIER1",
          "gene_hgnc_id": 29657,
          "hgvs_c": "c.1117+1116A>T",
          "hgvs_p": null,
          "transcript": "XM_047426266.1",
          "protein_id": "XP_047282222.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC35D1",
          "gene_hgnc_id": 20800,
          "hgvs_c": "c.*2691T>A",
          "hgvs_p": null,
          "transcript": "XM_047415662.1",
          "protein_id": "XP_047271618.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MIER1",
      "gene_hgnc_id": 29657,
      "dbsnp": "rs12131222",
      "frequency_reference_population": 0.2356751,
      "hom_count_reference_population": 29295,
      "allele_count_reference_population": 231465,
      "gnomad_exomes_af": 0.238933,
      "gnomad_genomes_af": 0.21788,
      "gnomad_exomes_ac": 198349,
      "gnomad_genomes_ac": 33116,
      "gnomad_exomes_homalt": 25337,
      "gnomad_genomes_homalt": 3958,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8999999761581421,
      "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.9,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.042,
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000401041.6",
          "gene_symbol": "MIER1",
          "hgnc_id": 29657,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1007-45A>T",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "XM_047415662.1",
          "gene_symbol": "SLC35D1",
          "hgnc_id": 20800,
          "effects": [
            "downstream_gene_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.*2691T>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}