← 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: 17-67902693-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 67902693,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "NM_001439139.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": 28,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2544-1096G>A",
          "hgvs_p": null,
          "transcript": "NM_182641.4",
          "protein_id": "NP_872579.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2920,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8763,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000306378.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_182641.4"
        },
        {
          "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": 28,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2544-1096G>A",
          "hgvs_p": null,
          "transcript": "ENST00000306378.11",
          "protein_id": "ENSP00000307208.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2920,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8763,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_182641.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000306378.11"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2613-1096G>A",
          "hgvs_p": null,
          "transcript": "ENST00000342579.8",
          "protein_id": "ENSP00000343837.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2858,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000342579.8"
        },
        {
          "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": 30,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2505-1096G>A",
          "hgvs_p": null,
          "transcript": "ENST00000424123.7",
          "protein_id": "ENSP00000388405.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2764,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8295,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000424123.7"
        },
        {
          "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": 32,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "ENST00000582467.2",
          "protein_id": "ENSP00000463776.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3158,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9477,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000582467.2"
        },
        {
          "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": 30,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "ENST00000321892.8",
          "protein_id": "ENSP00000315454.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3046,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9141,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000321892.8"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2613-1096G>A",
          "hgvs_p": null,
          "transcript": "ENST00000644067.1",
          "protein_id": "ENSP00000496182.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3001,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9006,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644067.1"
        },
        {
          "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": 29,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "NM_001439139.1",
          "protein_id": "NP_001426068.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2983,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439139.1"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "NM_001439140.1",
          "protein_id": "NP_001426069.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2961,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439140.1"
        },
        {
          "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": 31,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "NM_001439141.1",
          "protein_id": "NP_001426070.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2952,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8859,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439141.1"
        },
        {
          "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": 30,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "NM_004459.7",
          "protein_id": "NP_004450.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2903,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8712,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004459.7"
        },
        {
          "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": 30,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "NM_001439142.1",
          "protein_id": "NP_001426071.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2893,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439142.1"
        },
        {
          "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": 29,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "NM_001439143.1",
          "protein_id": "NP_001426072.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2840,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439143.1"
        },
        {
          "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": 29,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "NM_001439144.1",
          "protein_id": "NP_001426073.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2840,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439144.1"
        },
        {
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "ENST00000544778.6",
          "protein_id": "ENSP00000440854.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2456,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000544778.6"
        },
        {
          "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": 32,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257150.4",
          "protein_id": "XP_005257207.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3158,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9477,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257150.4"
        },
        {
          "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": 32,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2919-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257151.4",
          "protein_id": "XP_005257208.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3157,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9474,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257151.4"
        },
        {
          "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": 32,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2919-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_011524520.3",
          "protein_id": "XP_011522822.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3157,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9474,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524520.3"
        },
        {
          "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": 32,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257152.4",
          "protein_id": "XP_005257209.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3148,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9447,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257152.4"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257153.4",
          "protein_id": "XP_005257210.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3104,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257153.4"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257154.4",
          "protein_id": "XP_005257211.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3100,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257154.4"
        },
        {
          "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": 31,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257155.4",
          "protein_id": "XP_005257212.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3095,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257155.4"
        },
        {
          "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": 31,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257156.4",
          "protein_id": "XP_005257213.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3095,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257156.4"
        },
        {
          "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": 31,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2730-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257157.4",
          "protein_id": "XP_005257214.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3094,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9285,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257157.4"
        },
        {
          "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": 31,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2730-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_024450646.2",
          "protein_id": "XP_024306414.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3094,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9285,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024450646.2"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435596.1",
          "protein_id": "XP_047291552.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3094,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9285,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435596.1"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_017024353.3",
          "protein_id": "XP_016879842.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3090,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9273,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017024353.3"
        },
        {
          "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": 30,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435597.1",
          "protein_id": "XP_047291553.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3046,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9141,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435597.1"
        },
        {
          "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": 30,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435598.1",
          "protein_id": "XP_047291554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3041,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9126,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435598.1"
        },
        {
          "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": 30,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435599.1",
          "protein_id": "XP_047291555.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3041,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9126,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435599.1"
        },
        {
          "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": 30,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2730-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435600.1",
          "protein_id": "XP_047291556.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3040,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9123,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435600.1"
        },
        {
          "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": 30,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435601.1",
          "protein_id": "XP_047291557.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3036,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435601.1"
        },
        {
          "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": 30,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2544-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257158.4",
          "protein_id": "XP_005257215.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3032,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257158.4"
        },
        {
          "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": 30,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2541-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_011524522.3",
          "protein_id": "XP_011522824.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3031,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9096,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524522.3"
        },
        {
          "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": 32,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257159.3",
          "protein_id": "XP_005257216.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3015,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9048,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257159.3"
        },
        {
          "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": 32,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_024450647.2",
          "protein_id": "XP_024306415.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3005,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 9018,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024450647.2"
        },
        {
          "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": 29,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435603.1",
          "protein_id": "XP_047291559.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2983,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435603.1"
        },
        {
          "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": 29,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2544-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435604.1",
          "protein_id": "XP_047291560.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2978,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8937,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435604.1"
        },
        {
          "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": 29,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2541-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_011524523.3",
          "protein_id": "XP_011522825.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2977,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8934,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524523.3"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_005257161.4",
          "protein_id": "XP_005257218.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2957,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8874,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257161.4"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435606.1",
          "protein_id": "XP_047291562.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2951,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8856,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435606.1"
        },
        {
          "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": 31,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435607.1",
          "protein_id": "XP_047291563.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2947,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8844,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435607.1"
        },
        {
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2541-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_011524525.3",
          "protein_id": "XP_011522827.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2919,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524525.3"
        },
        {
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2544-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435608.1",
          "protein_id": "XP_047291564.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2910,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435608.1"
        },
        {
          "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": 30,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435609.1",
          "protein_id": "XP_047291565.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435609.1"
        },
        {
          "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": 30,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435610.1",
          "protein_id": "XP_047291566.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435610.1"
        },
        {
          "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": 30,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2730-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435611.1",
          "protein_id": "XP_047291567.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2897,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8694,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435611.1"
        },
        {
          "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": 30,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2544-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435613.1",
          "protein_id": "XP_047291569.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2889,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435613.1"
        },
        {
          "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": 29,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2544-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435615.1",
          "protein_id": "XP_047291571.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2835,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8508,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435615.1"
        },
        {
          "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": 29,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2541-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435616.1",
          "protein_id": "XP_047291572.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2834,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8505,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435616.1"
        },
        {
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2544-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435617.1",
          "protein_id": "XP_047291573.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2777,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435617.1"
        },
        {
          "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": 7,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2541-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_011524526.3",
          "protein_id": "XP_011522828.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2776,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 8331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524526.3"
        },
        {
          "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": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435618.1",
          "protein_id": "XP_047291574.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2453,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7362,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435618.1"
        },
        {
          "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": 9,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.2922-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435619.1",
          "protein_id": "XP_047291575.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2399,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7200,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435619.1"
        },
        {
          "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": 26,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.429-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_017024354.3",
          "protein_id": "XP_016879843.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2327,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6984,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017024354.3"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.12-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_011524524.4",
          "protein_id": "XP_011522826.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2188,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6567,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524524.4"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.12-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435620.1",
          "protein_id": "XP_047291576.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2076,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6231,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435620.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "BPTF",
          "gene_hgnc_id": 3581,
          "hgvs_c": "c.12-1096G>A",
          "hgvs_p": null,
          "transcript": "XM_047435621.1",
          "protein_id": "XP_047291577.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1991,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435621.1"
        }
      ],
      "gene_symbol": "BPTF",
      "gene_hgnc_id": 3581,
      "dbsnp": "rs7216064",
      "frequency_reference_population": 0.22317986,
      "hom_count_reference_population": 4410,
      "allele_count_reference_population": 33922,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.22318,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 33922,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 4410,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8799999952316284,
      "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.88,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.948,
      "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": "NM_001439139.1",
          "gene_symbol": "BPTF",
          "hgnc_id": 3581,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2733-1096G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}