← 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-62986835-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 62986835,
      "ref": "T",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "ENST00000431489.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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null,
          "transcript": "NM_001142616.3",
          "protein_id": "NP_001136088.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5105,
          "mane_select": "ENST00000431489.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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null,
          "transcript": "ENST00000431489.6",
          "protein_id": "ENSP00000403783.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5105,
          "mane_select": "NM_001142616.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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "ENST00000263991.9",
          "protein_id": "ENSP00000263991.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5165,
          "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": 23,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-1096T>G",
          "hgvs_p": null,
          "transcript": "ENST00000405289.5",
          "protein_id": "ENSP00000385524.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "n.225-3881T>G",
          "hgvs_p": null,
          "transcript": "ENST00000496857.5",
          "protein_id": null,
          "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": 1262,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "NM_001354212.1",
          "protein_id": "NP_001341141.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4995,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "NM_001354213.1",
          "protein_id": "NP_001341142.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5063,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "NM_001354214.1",
          "protein_id": "NP_001341143.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5049,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "NM_015252.5",
          "protein_id": "NP_056067.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5318,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2711-1096T>G",
          "hgvs_p": null,
          "transcript": "NM_001354215.1",
          "protein_id": "NP_001341144.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1230,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3693,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5060,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2711-1096T>G",
          "hgvs_p": null,
          "transcript": "NM_001354216.2",
          "protein_id": "NP_001341145.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1230,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3693,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5417,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-1096T>G",
          "hgvs_p": null,
          "transcript": "NM_001142614.2",
          "protein_id": "NP_001136086.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4958,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-3881T>G",
          "hgvs_p": null,
          "transcript": "NM_001354217.1",
          "protein_id": "NP_001341146.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4870,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null,
          "transcript": "NM_001142615.3",
          "protein_id": "NP_001136087.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4971,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null,
          "transcript": "NM_001354218.1",
          "protein_id": "NP_001341147.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4850,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null,
          "transcript": "ENST00000405015.7",
          "protein_id": "ENSP00000384143.3",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4108,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2606-3881T>G",
          "hgvs_p": null,
          "transcript": "NM_001354219.2",
          "protein_id": "NP_001341148.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5102,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2606-3881T>G",
          "hgvs_p": null,
          "transcript": "NM_001354220.1",
          "protein_id": "NP_001341149.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4833,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1868-1096T>G",
          "hgvs_p": null,
          "transcript": "NM_001354221.2",
          "protein_id": "NP_001341150.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4472,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1763-3881T>G",
          "hgvs_p": null,
          "transcript": "NM_001354222.2",
          "protein_id": "NP_001341151.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4259,
          "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": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.191-1096T>G",
          "hgvs_p": null,
          "transcript": "ENST00000422032.1",
          "protein_id": "ENSP00000388442.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 221,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 668,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 669,
          "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": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.386-1096T>G",
          "hgvs_p": null,
          "transcript": "ENST00000444311.1",
          "protein_id": "ENSP00000399927.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 459,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "n.14-3881T>G",
          "hgvs_p": null,
          "transcript": "ENST00000491965.1",
          "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": 584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1-AS1",
          "gene_hgnc_id": 55766,
          "hgvs_c": "n.572+26724A>C",
          "hgvs_p": null,
          "transcript": "ENST00000650490.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": 738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1-AS1",
          "gene_hgnc_id": 55766,
          "hgvs_c": "n.389+27755A>C",
          "hgvs_p": null,
          "transcript": "ENST00000766974.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": 549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1-AS1",
          "gene_hgnc_id": 55766,
          "hgvs_c": "n.566+27755A>C",
          "hgvs_p": null,
          "transcript": "ENST00000766975.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": 732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1-AS1",
          "gene_hgnc_id": 55766,
          "hgvs_c": "n.379+27755A>C",
          "hgvs_p": null,
          "transcript": "ENST00000766976.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": 555,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_005264226.4",
          "protein_id": "XP_005264283.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5420,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_011532715.4",
          "protein_id": "XP_011531017.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5031,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443744.1",
          "protein_id": "XP_047299700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5184,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443745.1",
          "protein_id": "XP_047299701.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5053,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_005264227.2",
          "protein_id": "XP_005264284.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5213,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443746.1",
          "protein_id": "XP_047299702.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5315,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443747.1",
          "protein_id": "XP_047299703.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4944,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443748.1",
          "protein_id": "XP_047299704.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4948,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443749.1",
          "protein_id": "XP_047299705.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4936,
          "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": 24,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_006711971.4",
          "protein_id": "XP_006712034.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5210,
          "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": 24,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_017003650.2",
          "protein_id": "XP_016859139.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4955,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2606-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443750.1",
          "protein_id": "XP_047299706.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5210,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2606-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443751.1",
          "protein_id": "XP_047299707.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4955,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2606-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443752.1",
          "protein_id": "XP_047299708.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5312,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2606-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443753.1",
          "protein_id": "XP_047299709.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4941,
          "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": 24,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2714-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443754.1",
          "protein_id": "XP_047299710.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4941,
          "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": 24,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2711-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_011532717.3",
          "protein_id": "XP_011531019.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1194,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3585,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5207,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443755.1",
          "protein_id": "XP_047299711.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5207,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443756.1",
          "protein_id": "XP_047299712.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4836,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443757.1",
          "protein_id": "XP_047299713.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3483,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2606-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443758.1",
          "protein_id": "XP_047299714.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4847,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2606-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443759.1",
          "protein_id": "XP_047299715.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5204,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.2354-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_011532718.4",
          "protein_id": "XP_011531020.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4785,
          "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": 25,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1865-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443760.1",
          "protein_id": "XP_047299716.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4469,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1763-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443761.1",
          "protein_id": "XP_047299717.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4367,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1763-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443762.1",
          "protein_id": "XP_047299718.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4112,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1763-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443763.1",
          "protein_id": "XP_047299719.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4098,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1763-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443764.1",
          "protein_id": "XP_047299720.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4080,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1763-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443765.1",
          "protein_id": "XP_047299721.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 914,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2745,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4469,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1760-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443766.1",
          "protein_id": "XP_047299722.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4364,
          "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": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1760-1096T>G",
          "hgvs_p": null,
          "transcript": "XM_047443767.1",
          "protein_id": "XP_047299723.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4109,
          "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": 24,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1868-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443768.1",
          "protein_id": "XP_047299724.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4364,
          "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": 24,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1865-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443769.1",
          "protein_id": "XP_047299725.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 912,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2739,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4361,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1763-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443770.1",
          "protein_id": "XP_047299726.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4004,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1763-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443771.1",
          "protein_id": "XP_047299727.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4361,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1760-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443772.1",
          "protein_id": "XP_047299728.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4256,
          "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": 23,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "EHBP1",
          "gene_hgnc_id": 29144,
          "hgvs_c": "c.1760-3881T>G",
          "hgvs_p": null,
          "transcript": "XM_047443773.1",
          "protein_id": "XP_047299729.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "EHBP1",
      "gene_hgnc_id": 29144,
      "dbsnp": "rs2710647",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8899999856948853,
      "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.89,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.191,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000431489.6",
          "gene_symbol": "EHBP1",
          "hgnc_id": 29144,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2609-3881T>G",
          "hgvs_p": null
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000650490.1",
          "gene_symbol": "EHBP1-AS1",
          "hgnc_id": 55766,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.572+26724A>C",
          "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
}