← 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: 4-122262050-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 122262050,
      "ref": "A",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "ENST00000679879.1",
      "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": 88,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "NM_001384125.1",
          "protein_id": "NP_001371054.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16162,
          "mane_select": "ENST00000679879.1",
          "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": 88,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000679879.1",
          "protein_id": "ENSP00000505357.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16162,
          "mane_select": "NM_001384125.1",
          "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": 85,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000388738.8",
          "protein_id": "ENSP00000373390.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4890,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14673,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15456,
          "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": 28,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.634-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000419325.5",
          "protein_id": "ENSP00000393219.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1637,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4914,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4967,
          "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": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.2479-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000446180.5",
          "protein_id": "ENSP00000394909.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1446,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4476,
          "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": 84,
          "intron_rank": 40,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "NM_015312.4",
          "protein_id": "NP_056127.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5005,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15018,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15568,
          "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": 86,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000264501.8",
          "protein_id": "ENSP00000264501.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5005,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15018,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15896,
          "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": 85,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "n.7086-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000684987.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": 19591,
          "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": 49,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "n.7086-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000686075.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": 8990,
          "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": 85,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "n.7086-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000690536.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": 16366,
          "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": 85,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "n.7086-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000693334.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": 16186,
          "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": 86,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "n.6763-714A>C",
          "hgvs_p": null,
          "transcript": "ENST00000693420.1",
          "protein_id": "ENSP00000509435.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15640,
          "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": 89,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_011532320.4",
          "protein_id": "XP_011530622.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16271,
          "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": 89,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416251.1",
          "protein_id": "XP_047272207.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16187,
          "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": 89,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416252.1",
          "protein_id": "XP_047272208.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16322,
          "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": 89,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416253.1",
          "protein_id": "XP_047272209.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16235,
          "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": 90,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416254.1",
          "protein_id": "XP_047272210.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16854,
          "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": 88,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6760-714A>C",
          "hgvs_p": null,
          "transcript": "XM_011532322.2",
          "protein_id": "XP_011530624.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5092,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16159,
          "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": 90,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6760-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416255.1",
          "protein_id": "XP_047272211.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5092,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16428,
          "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": 89,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6760-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416256.1",
          "protein_id": "XP_047272212.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5092,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16319,
          "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": 89,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6760-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416257.1",
          "protein_id": "XP_047272213.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5092,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16184,
          "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": 89,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6760-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416258.1",
          "protein_id": "XP_047272214.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5092,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16232,
          "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": 87,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_011532323.2",
          "protein_id": "XP_011530625.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5076,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15231,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16111,
          "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": 87,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_011532324.2",
          "protein_id": "XP_011530626.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5072,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15219,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16099,
          "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": 88,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_011532325.2",
          "protein_id": "XP_011530627.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5058,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16057,
          "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": 87,
          "intron_rank": 41,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6634-714A>C",
          "hgvs_p": null,
          "transcript": "XM_011532326.2",
          "protein_id": "XP_011530628.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5050,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16033,
          "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": 88,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6634-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416259.1",
          "protein_id": "XP_047272215.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5050,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16106,
          "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": 88,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6634-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416260.1",
          "protein_id": "XP_047272216.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5050,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16142,
          "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": 87,
          "intron_rank": 41,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6631-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416261.1",
          "protein_id": "XP_047272217.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5049,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16030,
          "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": 88,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6631-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416262.1",
          "protein_id": "XP_047272218.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5049,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16190,
          "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": 88,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6631-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416263.1",
          "protein_id": "XP_047272219.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5049,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 16055,
          "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": 86,
          "intron_rank": 40,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6613-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416264.1",
          "protein_id": "XP_047272220.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5043,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15735,
          "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": 87,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416265.1",
          "protein_id": "XP_047272221.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5037,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15994,
          "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": 87,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_005263282.2",
          "protein_id": "XP_005263339.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5026,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15081,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15961,
          "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": 86,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416266.1",
          "protein_id": "XP_047272222.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5009,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15030,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15910,
          "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": 86,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_005263287.2",
          "protein_id": "XP_005263344.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5005,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15018,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15898,
          "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": 86,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6760-714A>C",
          "hgvs_p": null,
          "transcript": "XM_006714344.2",
          "protein_id": "XP_006714407.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 5004,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 15015,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15895,
          "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": 87,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_017008695.2",
          "protein_id": "XP_016864184.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4991,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15856,
          "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": 85,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416267.1",
          "protein_id": "XP_047272223.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4988,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15847,
          "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": 87,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416268.1",
          "protein_id": "XP_047272224.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4974,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14925,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15965,
          "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": 86,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6760-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416269.1",
          "protein_id": "XP_047272225.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4973,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15802,
          "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": 86,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_017008697.2",
          "protein_id": "XP_016864186.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4970,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15793,
          "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": 85,
          "intron_rank": 41,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6631-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416270.1",
          "protein_id": "XP_047272226.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4965,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14898,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15778,
          "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": 85,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416271.1",
          "protein_id": "XP_047272227.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4953,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14862,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15742,
          "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": 83,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6025-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416272.1",
          "protein_id": "XP_047272228.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4847,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15670,
          "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": 83,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416273.1",
          "protein_id": "XP_047272229.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4707,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 14124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 14591,
          "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": 72,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.5014-714A>C",
          "hgvs_p": null,
          "transcript": "XM_011532330.2",
          "protein_id": "XP_011530632.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4510,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 13533,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 14108,
          "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": 71,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.4915-714A>C",
          "hgvs_p": null,
          "transcript": "XM_024454243.1",
          "protein_id": "XP_024310011.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4477,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 13434,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 14039,
          "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": 66,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.3994-714A>C",
          "hgvs_p": null,
          "transcript": "XM_017008698.2",
          "protein_id": "XP_016864187.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4170,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 12513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 14119,
          "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": 68,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416275.1",
          "protein_id": "XP_047272231.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3769,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 11310,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11787,
          "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": 67,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416276.1",
          "protein_id": "XP_047272232.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3748,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 11247,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11724,
          "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": 66,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_047416277.1",
          "protein_id": "XP_047272233.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3681,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 11046,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11523,
          "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": 50,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "c.6763-714A>C",
          "hgvs_p": null,
          "transcript": "XM_017008699.2",
          "protein_id": "XP_016864188.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2859,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 8580,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9320,
          "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": 66,
          "intron_rank": 42,
          "intron_rank_end": null,
          "gene_symbol": "BLTP1",
          "gene_hgnc_id": 26953,
          "hgvs_c": "n.7138-714A>C",
          "hgvs_p": null,
          "transcript": "XR_938783.2",
          "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": 11651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "BLTP1",
      "gene_hgnc_id": 26953,
      "dbsnp": "rs4288027",
      "frequency_reference_population": 0.09139186,
      "hom_count_reference_population": 5090,
      "allele_count_reference_population": 88836,
      "gnomad_exomes_af": 0.0849295,
      "gnomad_genomes_af": 0.126246,
      "gnomad_exomes_ac": 69642,
      "gnomad_genomes_ac": 19194,
      "gnomad_exomes_homalt": 3354,
      "gnomad_genomes_homalt": 1736,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -1,
      "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": -1,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -2.055,
      "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": "ENST00000679879.1",
          "gene_symbol": "BLTP1",
          "hgnc_id": 26953,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.6763-714A>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
}