← 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: 1-59457015-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 59457015,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "NM_018291.5",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "NM_018291.5",
          "protein_id": "NP_060761.3",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 1873,
          "mane_select": "ENST00000303721.12",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "ENST00000303721.12",
          "protein_id": "ENSP00000305922.8",
          "transcript_support_level": 1,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 1873,
          "mane_select": "NM_018291.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "ENST00000371218.8",
          "protein_id": "ENSP00000360262.4",
          "transcript_support_level": 1,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 2052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.-16C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635297.1",
          "protein_id": "ENSP00000489549.1",
          "transcript_support_level": 5,
          "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": 1738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_017001677.2",
          "protein_id": "XP_016857166.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 35440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_017001678.2",
          "protein_id": "XP_016857167.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_047424399.1",
          "protein_id": "XP_047280355.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_047424400.1",
          "protein_id": "XP_047280356.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_024448229.2",
          "protein_id": "XP_024303997.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 343,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1032,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "NM_001113411.2",
          "protein_id": "NP_001106882.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 1942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "NM_001350790.2",
          "protein_id": "NP_001337719.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 768,
          "cdna_end": null,
          "cdna_length": 2030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "NM_001350791.2",
          "protein_id": "NP_001337720.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 772,
          "cdna_end": null,
          "cdna_length": 1962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.441C>T",
          "hgvs_p": "p.Asp147Asp",
          "transcript": "NM_001350792.2",
          "protein_id": "NP_001337721.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": 935,
          "cdna_end": null,
          "cdna_length": 2125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.441C>T",
          "hgvs_p": "p.Asp147Asp",
          "transcript": "NM_001350793.2",
          "protein_id": "NP_001337722.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": 885,
          "cdna_end": null,
          "cdna_length": 2075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "NM_001350794.2",
          "protein_id": "NP_001337723.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 491,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1476,
          "cdna_start": 768,
          "cdna_end": null,
          "cdna_length": 1863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.345C>T",
          "hgvs_p": "p.Asp115Asp",
          "transcript": "NM_001350795.2",
          "protein_id": "NP_001337724.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 416,
          "cdna_end": null,
          "cdna_length": 1678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.345C>T",
          "hgvs_p": "p.Asp115Asp",
          "transcript": "NM_001244714.2",
          "protein_id": "NP_001231643.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 504,
          "cdna_end": null,
          "cdna_length": 1694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.345C>T",
          "hgvs_p": "p.Asp115Asp",
          "transcript": "ENST00000371212.5",
          "protein_id": "ENSP00000360256.1",
          "transcript_support_level": 2,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 449,
          "cdna_end": null,
          "cdna_length": 1640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.273C>T",
          "hgvs_p": "p.Asp91Asp",
          "transcript": "NM_001350796.2",
          "protein_id": "NP_001337725.1",
          "transcript_support_level": null,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": 273,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": 503,
          "cdna_end": null,
          "cdna_length": 1693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "NM_001350797.2",
          "protein_id": "NP_001337726.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 417,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1254,
          "cdna_start": 566,
          "cdna_end": null,
          "cdna_length": 1756,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.273C>T",
          "hgvs_p": "p.Asp91Asp",
          "transcript": "NM_001350798.2",
          "protein_id": "NP_001337727.1",
          "transcript_support_level": null,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 273,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 503,
          "cdna_end": null,
          "cdna_length": 1670,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.273C>T",
          "hgvs_p": "p.Asp91Asp",
          "transcript": "NM_001350799.2",
          "protein_id": "NP_001337728.1",
          "transcript_support_level": null,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 273,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": 656,
          "cdna_end": null,
          "cdna_length": 1751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_011541730.2",
          "protein_id": "XP_011540032.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 718,
          "cdna_end": null,
          "cdna_length": 1983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_011541731.2",
          "protein_id": "XP_011540033.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 706,
          "cdna_end": null,
          "cdna_length": 1971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_017001643.3",
          "protein_id": "XP_016857132.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 772,
          "cdna_end": null,
          "cdna_length": 2037,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_024448176.2",
          "protein_id": "XP_024303944.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 825,
          "cdna_end": null,
          "cdna_length": 2090,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424380.1",
          "protein_id": "XP_047280336.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 864,
          "cdna_end": null,
          "cdna_length": 2129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424381.1",
          "protein_id": "XP_047280337.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 1593,
          "cdna_end": null,
          "cdna_length": 2858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424382.1",
          "protein_id": "XP_047280338.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 1214,
          "cdna_end": null,
          "cdna_length": 2479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424383.1",
          "protein_id": "XP_047280339.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 1047,
          "cdna_end": null,
          "cdna_length": 2312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424384.1",
          "protein_id": "XP_047280340.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 952,
          "cdna_end": null,
          "cdna_length": 2217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424385.1",
          "protein_id": "XP_047280341.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 644,
          "cdna_end": null,
          "cdna_length": 1909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_017001645.2",
          "protein_id": "XP_016857134.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 718,
          "cdna_end": null,
          "cdna_length": 1911,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_017001646.2",
          "protein_id": "XP_016857135.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 768,
          "cdna_end": null,
          "cdna_length": 1961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424386.1",
          "protein_id": "XP_047280342.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 825,
          "cdna_end": null,
          "cdna_length": 2018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424387.1",
          "protein_id": "XP_047280343.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1009,
          "cdna_end": null,
          "cdna_length": 2202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_047424388.1",
          "protein_id": "XP_047280344.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 792,
          "cdna_end": null,
          "cdna_length": 1985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.441C>T",
          "hgvs_p": "p.Asp147Asp",
          "transcript": "XM_047424389.1",
          "protein_id": "XP_047280345.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": 664,
          "cdna_end": null,
          "cdna_length": 1929,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_017001649.2",
          "protein_id": "XP_016857138.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 1850,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_017001652.2",
          "protein_id": "XP_016857141.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 491,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1476,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 1778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.345C>T",
          "hgvs_p": "p.Asp115Asp",
          "transcript": "XM_011541736.4",
          "protein_id": "XP_011540038.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 504,
          "cdna_end": null,
          "cdna_length": 1769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.345C>T",
          "hgvs_p": "p.Asp115Asp",
          "transcript": "XM_017001655.2",
          "protein_id": "XP_016857144.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 454,
          "cdna_end": null,
          "cdna_length": 1719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.273C>T",
          "hgvs_p": "p.Asp91Asp",
          "transcript": "XM_017001662.3",
          "protein_id": "XP_016857151.1",
          "transcript_support_level": null,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 273,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 419,
          "cdna_end": null,
          "cdna_length": 1684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.273C>T",
          "hgvs_p": "p.Asp91Asp",
          "transcript": "XM_017001664.3",
          "protein_id": "XP_016857153.1",
          "transcript_support_level": null,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 273,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 353,
          "cdna_end": null,
          "cdna_length": 1618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.345C>T",
          "hgvs_p": "p.Asp115Asp",
          "transcript": "XM_047424390.1",
          "protein_id": "XP_047280346.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 416,
          "cdna_end": null,
          "cdna_length": 1609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.345C>T",
          "hgvs_p": "p.Asp115Asp",
          "transcript": "XM_047424391.1",
          "protein_id": "XP_047280347.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 508,
          "cdna_end": null,
          "cdna_length": 1701,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.273C>T",
          "hgvs_p": "p.Asp91Asp",
          "transcript": "XM_047424392.1",
          "protein_id": "XP_047280348.1",
          "transcript_support_level": null,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 273,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 379,
          "cdna_end": null,
          "cdna_length": 1644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.273C>T",
          "hgvs_p": "p.Asp91Asp",
          "transcript": "XM_047424393.1",
          "protein_id": "XP_047280349.1",
          "transcript_support_level": null,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 273,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 391,
          "cdna_end": null,
          "cdna_length": 1656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_017001668.1",
          "protein_id": "XP_016857157.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 346,
          "cdna_end": null,
          "cdna_length": 1611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_017001669.3",
          "protein_id": "XP_016857158.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 313,
          "cdna_end": null,
          "cdna_length": 1578,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_017001670.3",
          "protein_id": "XP_016857159.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 1206,
          "cdna_end": null,
          "cdna_length": 2471,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_017001671.2",
          "protein_id": "XP_016857160.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 351,
          "cdna_end": null,
          "cdna_length": 1616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_047424394.1",
          "protein_id": "XP_047280350.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 1396,
          "cdna_end": null,
          "cdna_length": 2661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_047424395.1",
          "protein_id": "XP_047280351.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 533,
          "cdna_end": null,
          "cdna_length": 1798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_047424396.1",
          "protein_id": "XP_047280352.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 636,
          "cdna_end": null,
          "cdna_length": 1901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_047424397.1",
          "protein_id": "XP_047280353.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 1711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.207C>T",
          "hgvs_p": "p.Asp69Asp",
          "transcript": "XM_047424398.1",
          "protein_id": "XP_047280354.1",
          "transcript_support_level": null,
          "aa_start": 69,
          "aa_end": null,
          "aa_length": 417,
          "cds_start": 207,
          "cds_end": null,
          "cds_length": 1254,
          "cdna_start": 1391,
          "cdna_end": null,
          "cdna_length": 2584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp",
          "transcript": "XM_017001679.2",
          "protein_id": "XP_016857168.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 609,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 2252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.368C>T",
          "hgvs_p": null,
          "transcript": "ENST00000424725.2",
          "protein_id": "ENSP00000489345.1",
          "transcript_support_level": 5,
          "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": 4653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.609C>T",
          "hgvs_p": null,
          "transcript": "ENST00000430447.5",
          "protein_id": "ENSP00000403425.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.366C>T",
          "hgvs_p": null,
          "transcript": "ENST00000474476.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.142C>T",
          "hgvs_p": null,
          "transcript": "ENST00000475949.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.678C>T",
          "hgvs_p": null,
          "transcript": "ENST00000495718.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.609C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634364.1",
          "protein_id": "ENSP00000489446.1",
          "transcript_support_level": 5,
          "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": 5360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.*118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634399.1",
          "protein_id": "ENSP00000489146.1",
          "transcript_support_level": 5,
          "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": 2455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.273C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634606.1",
          "protein_id": "ENSP00000489030.1",
          "transcript_support_level": 5,
          "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": 4072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.345C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635156.1",
          "protein_id": "ENSP00000489417.1",
          "transcript_support_level": 5,
          "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": 2172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.-16C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635297.1",
          "protein_id": "ENSP00000489549.1",
          "transcript_support_level": 5,
          "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": 1738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.697C>T",
          "hgvs_p": null,
          "transcript": "NR_103473.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.718C>T",
          "hgvs_p": null,
          "transcript": "XR_007061929.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.768C>T",
          "hgvs_p": null,
          "transcript": "XR_007061930.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.-16C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635297.1",
          "protein_id": "ENSP00000489549.1",
          "transcript_support_level": 5,
          "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": 1738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_017001677.2",
          "protein_id": "XP_016857166.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 35440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_017001678.2",
          "protein_id": "XP_016857167.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_047424399.1",
          "protein_id": "XP_047280355.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_047424400.1",
          "protein_id": "XP_047280356.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 15481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "c.-16C>T",
          "hgvs_p": null,
          "transcript": "XM_024448229.2",
          "protein_id": "XP_024303997.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 343,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1032,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGGY",
          "gene_hgnc_id": 25610,
          "hgvs_c": "n.*118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634399.1",
          "protein_id": "ENSP00000489146.1",
          "transcript_support_level": 5,
          "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": 2455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "FGGY",
      "gene_hgnc_id": 25610,
      "dbsnp": "rs767709448",
      "frequency_reference_population": 0.000019207962,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 31,
      "gnomad_exomes_af": 0.0000136817,
      "gnomad_genomes_af": 0.0000723151,
      "gnomad_exomes_ac": 20,
      "gnomad_genomes_ac": 11,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.3199999928474426,
      "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.32,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.148,
      "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": -1,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BP7",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 3,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_018291.5",
          "gene_symbol": "FGGY",
          "hgnc_id": 25610,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.609C>T",
          "hgvs_p": "p.Asp203Asp"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}