← 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: 14-88642434-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 88642434,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000554922.6",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "NM_183387.3",
          "protein_id": "NP_899243.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1977,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5934,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9771,
          "mane_select": "ENST00000554922.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "ENST00000554922.6",
          "protein_id": "ENSP00000451998.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1977,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5934,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9771,
          "mane_select": "NM_183387.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4228+459C>T",
          "hgvs_p": null,
          "transcript": "NM_001385116.1",
          "protein_id": "NP_001372045.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1974,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5925,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4213+459C>T",
          "hgvs_p": null,
          "transcript": "NM_001411033.1",
          "protein_id": "NP_001397962.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1969,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5910,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4213+459C>T",
          "hgvs_p": null,
          "transcript": "ENST00000380664.9",
          "protein_id": "ENSP00000370039.5",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1969,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5910,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5910,
          "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": 29,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "n.*2384+459C>T",
          "hgvs_p": null,
          "transcript": "ENST00000553281.5",
          "protein_id": "ENSP00000452360.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3925,
          "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": 21,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "n.*773+459C>T",
          "hgvs_p": null,
          "transcript": "ENST00000553526.5",
          "protein_id": "ENSP00000450965.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3600,
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "n.435+459C>T",
          "hgvs_p": null,
          "transcript": "ENST00000553962.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_011536528.4",
          "protein_id": "XP_011534830.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2002,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6009,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4228+459C>T",
          "hgvs_p": null,
          "transcript": "XM_011536530.4",
          "protein_id": "XP_011534832.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1999,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6000,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021062.3",
          "protein_id": "XP_016876551.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1997,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5994,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021063.3",
          "protein_id": "XP_016876552.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1995,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4213+459C>T",
          "hgvs_p": null,
          "transcript": "XM_011536531.4",
          "protein_id": "XP_011534833.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1994,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_011536532.4",
          "protein_id": "XP_011534834.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1994,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4123+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021064.3",
          "protein_id": "XP_016876553.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1964,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5895,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4213+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021065.3",
          "protein_id": "XP_016876554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4213+459C>T",
          "hgvs_p": null,
          "transcript": "XM_047431056.1",
          "protein_id": "XP_047287012.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1961,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4099+459C>T",
          "hgvs_p": null,
          "transcript": "XM_011536533.4",
          "protein_id": "XP_011534835.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1956,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5871,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7977,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4069+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021066.3",
          "protein_id": "XP_016876555.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1946,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5841,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4066+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021067.3",
          "protein_id": "XP_016876556.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1945,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5838,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021068.3",
          "protein_id": "XP_016876557.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1944,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5835,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4060+459C>T",
          "hgvs_p": null,
          "transcript": "XM_011536534.4",
          "protein_id": "XP_011534836.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1943,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5832,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4060+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021069.3",
          "protein_id": "XP_016876558.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1943,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5832,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4099+459C>T",
          "hgvs_p": null,
          "transcript": "XM_047431057.1",
          "protein_id": "XP_047287013.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1931,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5796,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_047431058.1",
          "protein_id": "XP_047287014.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1619,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4860,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_011536536.3",
          "protein_id": "XP_011534838.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1587,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4764,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_017021070.2",
          "protein_id": "XP_016876559.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1482,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 31,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.4237+459C>T",
          "hgvs_p": null,
          "transcript": "XM_047431059.1",
          "protein_id": "XP_047287015.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1462,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4389,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "EML5",
          "gene_hgnc_id": 18197,
          "hgvs_c": "c.1768+459C>T",
          "hgvs_p": null,
          "transcript": "XM_047431060.1",
          "protein_id": "XP_047287016.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "EML5",
      "gene_hgnc_id": 18197,
      "dbsnp": "rs11159863",
      "frequency_reference_population": 0.19193316,
      "hom_count_reference_population": 3321,
      "allele_count_reference_population": 29170,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.191933,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 29170,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 3321,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.7699999809265137,
      "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.77,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.18,
      "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": -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": "ENST00000554922.6",
          "gene_symbol": "EML5",
          "hgnc_id": 18197,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4237+459C>T",
          "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
}