← 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: 6-167878290-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 167878290,
      "ref": "A",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "ENST00000683244.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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "NM_001386888.1",
          "protein_id": "NP_001373817.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1831,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5496,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7806,
          "mane_select": "ENST00000683244.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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000683244.1",
          "protein_id": "ENSP00000507324.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1831,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5496,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7806,
          "mane_select": "NM_001386888.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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.617-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000366806.6",
          "protein_id": "ENSP00000355771.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5962,
          "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": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000392108.7",
          "protein_id": "ENSP00000375956.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1651,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6812,
          "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": 28,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "n.737-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000366809.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4839,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000515794.3",
          "protein_id": "ENSP00000422166.3",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8000,
          "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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000400822.7",
          "protein_id": "ENSP00000383623.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1834,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5505,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7593,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "NM_001366320.2",
          "protein_id": "NP_001353249.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1824,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8132,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000447894.6",
          "protein_id": "ENSP00000404595.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1824,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5475,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "NM_001366319.2",
          "protein_id": "NP_001353248.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8126,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "NM_001366321.2",
          "protein_id": "NP_001353250.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1817,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5454,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7764,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "NM_001410951.1",
          "protein_id": "NP_001397880.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7761,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000351017.9",
          "protein_id": "ENSP00000252692.6",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5778,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.617-2070A>G",
          "hgvs_p": null,
          "transcript": "NM_001291964.2",
          "protein_id": "NP_001278893.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7753,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "NM_001207008.2",
          "protein_id": "NP_001193937.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1743,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5232,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7542,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000392112.5",
          "protein_id": "ENSP00000375960.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1743,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5232,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7459,
          "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": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000344191.8",
          "protein_id": "ENSP00000341118.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1665,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5249,
          "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": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "NM_001040000.3",
          "protein_id": "NP_001035089.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1651,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "ENST00000400825.8",
          "protein_id": "ENSP00000383626.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 752,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 963,
          "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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418788.1",
          "protein_id": "XP_047274744.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1909,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8387,
          "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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418789.1",
          "protein_id": "XP_047274745.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1907,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8381,
          "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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418790.1",
          "protein_id": "XP_047274746.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1907,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8381,
          "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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418791.1",
          "protein_id": "XP_047274747.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1905,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5718,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8375,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418792.1",
          "protein_id": "XP_047274748.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1902,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5709,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8366,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418793.1",
          "protein_id": "XP_047274749.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1900,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5703,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8360,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418794.1",
          "protein_id": "XP_047274750.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1900,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5703,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8360,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418795.1",
          "protein_id": "XP_047274751.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1899,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5700,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8357,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418796.1",
          "protein_id": "XP_047274752.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1894,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8342,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418797.1",
          "protein_id": "XP_047274753.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1893,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8339,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418798.1",
          "protein_id": "XP_047274754.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1892,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5679,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8336,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418799.1",
          "protein_id": "XP_047274755.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8330,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418800.1",
          "protein_id": "XP_047274756.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1890,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5673,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8330,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418801.1",
          "protein_id": "XP_047274757.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1887,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5664,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8321,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418802.1",
          "protein_id": "XP_047274758.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1886,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5661,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8318,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418803.1",
          "protein_id": "XP_047274759.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1886,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5661,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8318,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418804.1",
          "protein_id": "XP_047274760.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1885,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5658,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8315,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418805.1",
          "protein_id": "XP_047274761.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1885,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5658,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8315,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418806.1",
          "protein_id": "XP_047274762.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1885,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5658,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8315,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418807.1",
          "protein_id": "XP_047274763.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8312,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418808.1",
          "protein_id": "XP_047274764.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8312,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418809.1",
          "protein_id": "XP_047274765.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8312,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418810.1",
          "protein_id": "XP_047274766.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8312,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418811.1",
          "protein_id": "XP_047274767.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1883,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8309,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418812.1",
          "protein_id": "XP_047274768.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1882,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5649,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8306,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418813.1",
          "protein_id": "XP_047274769.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1882,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5649,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8306,
          "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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_017010878.2",
          "protein_id": "XP_016866367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1832,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8156,
          "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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418814.1",
          "protein_id": "XP_047274770.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1830,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5493,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8150,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_017010882.2",
          "protein_id": "XP_016866371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1825,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5478,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8135,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418815.1",
          "protein_id": "XP_047274771.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1824,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8132,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_005266997.3",
          "protein_id": "XP_005267054.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1823,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5472,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8129,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418816.1",
          "protein_id": "XP_047274772.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8108,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418817.1",
          "protein_id": "XP_047274773.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8105,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418818.1",
          "protein_id": "XP_047274774.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8105,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418819.1",
          "protein_id": "XP_047274775.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8102,
          "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": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418820.1",
          "protein_id": "XP_047274776.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8102,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418821.1",
          "protein_id": "XP_047274777.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1810,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5433,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8090,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418822.1",
          "protein_id": "XP_047274778.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1809,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8087,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418823.1",
          "protein_id": "XP_047274779.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1809,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8087,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_017010885.2",
          "protein_id": "XP_016866374.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1808,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5427,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8084,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418824.1",
          "protein_id": "XP_047274780.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1808,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5427,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8084,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418825.1",
          "protein_id": "XP_047274781.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8081,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.740-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418826.1",
          "protein_id": "XP_047274782.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8081,
          "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": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.737-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_047418827.1",
          "protein_id": "XP_047274783.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8078,
          "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": 34,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "AFDN",
          "gene_hgnc_id": 7137,
          "hgvs_c": "c.743-2070A>G",
          "hgvs_p": null,
          "transcript": "XM_006715491.3",
          "protein_id": "XP_006715554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1768,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5307,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "AFDN",
      "gene_hgnc_id": 7137,
      "dbsnp": "rs2300081",
      "frequency_reference_population": 0.07703381,
      "hom_count_reference_population": 568,
      "allele_count_reference_population": 11719,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0770338,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 11719,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 568,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9100000262260437,
      "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.91,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.489,
      "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": "ENST00000683244.1",
          "gene_symbol": "AFDN",
          "hgnc_id": 7137,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.740-2070A>G",
          "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
}