← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 14-91170188-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=91170188&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 91170188,
"ref": "C",
"alt": "G",
"effect": "splice_donor_variant,intron_variant",
"transcript": "NM_024952.8",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "NM_001102368.3",
"protein_id": "NP_001095838.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000256324.15",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102368.3"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000256324.15",
"protein_id": "ENSP00000256324.9",
"transcript_support_level": 1,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001102368.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256324.15"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000521077.6",
"protein_id": "ENSP00000430137.1",
"transcript_support_level": 1,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521077.6"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000517518.5",
"protein_id": "ENSP00000428652.1",
"transcript_support_level": 1,
"aa_start": 148,
"aa_end": null,
"aa_length": 430,
"cds_start": 443,
"cds_end": null,
"cds_length": 1295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517518.5"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000523894.5",
"protein_id": "ENSP00000429459.1",
"transcript_support_level": 1,
"aa_start": 148,
"aa_end": null,
"aa_length": 151,
"cds_start": 443,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523894.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000522322.5",
"protein_id": "ENSP00000427953.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522322.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000523771.5",
"protein_id": "ENSP00000429655.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523771.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000523816.5",
"protein_id": "ENSP00000428974.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523816.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "n.146C>G",
"hgvs_p": null,
"transcript": "ENST00000517306.5",
"protein_id": "ENSP00000428760.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000517306.5"
},
{
"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": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "n.257+2810C>G",
"hgvs_p": null,
"transcript": "ENST00000519994.5",
"protein_id": "ENSP00000429967.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000519994.5"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887142.1",
"protein_id": "ENSP00000557201.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 665,
"cds_start": 443,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887142.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947870.1",
"protein_id": "ENSP00000617929.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 665,
"cds_start": 443,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947870.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887124.1",
"protein_id": "ENSP00000557183.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 653,
"cds_start": 443,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887124.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947813.1",
"protein_id": "ENSP00000617872.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 653,
"cds_start": 443,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947813.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887126.1",
"protein_id": "ENSP00000557185.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 635,
"cds_start": 443,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887126.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887156.1",
"protein_id": "ENSP00000557215.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 635,
"cds_start": 443,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887156.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947854.1",
"protein_id": "ENSP00000617913.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 635,
"cds_start": 443,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947854.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947865.1",
"protein_id": "ENSP00000617924.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 635,
"cds_start": 443,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947865.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947874.1",
"protein_id": "ENSP00000617933.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 635,
"cds_start": 443,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947874.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.518C>G",
"hgvs_p": "p.Ala173Gly",
"transcript": "ENST00000947824.1",
"protein_id": "ENSP00000617883.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 634,
"cds_start": 518,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947824.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947833.1",
"protein_id": "ENSP00000617892.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 625,
"cds_start": 443,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947833.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887128.1",
"protein_id": "ENSP00000557187.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 623,
"cds_start": 443,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887128.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887133.1",
"protein_id": "ENSP00000557192.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 623,
"cds_start": 443,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887133.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "NM_001286470.2",
"protein_id": "NP_001273399.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286470.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "NM_001358310.2",
"protein_id": "NP_001345239.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001358310.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "NM_001358312.2",
"protein_id": "NP_001345241.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001358312.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000412671.6",
"protein_id": "ENSP00000404196.2",
"transcript_support_level": 5,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412671.6"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000518868.5",
"protein_id": "ENSP00000428263.1",
"transcript_support_level": 2,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518868.5"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887117.1",
"protein_id": "ENSP00000557176.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887117.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887120.1",
"protein_id": "ENSP00000557179.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887120.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887123.1",
"protein_id": "ENSP00000557182.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887123.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887125.1",
"protein_id": "ENSP00000557184.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887125.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887131.1",
"protein_id": "ENSP00000557190.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887131.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887132.1",
"protein_id": "ENSP00000557191.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887132.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887134.1",
"protein_id": "ENSP00000557193.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887134.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887135.1",
"protein_id": "ENSP00000557194.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887135.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887143.1",
"protein_id": "ENSP00000557202.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887143.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887144.1",
"protein_id": "ENSP00000557203.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887144.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887145.1",
"protein_id": "ENSP00000557204.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887145.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887147.1",
"protein_id": "ENSP00000557206.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887147.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887152.1",
"protein_id": "ENSP00000557211.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887152.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887153.1",
"protein_id": "ENSP00000557212.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887153.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887155.1",
"protein_id": "ENSP00000557214.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887155.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887157.1",
"protein_id": "ENSP00000557216.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887157.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887159.1",
"protein_id": "ENSP00000557218.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887159.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887162.1",
"protein_id": "ENSP00000557221.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887162.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947800.1",
"protein_id": "ENSP00000617859.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947800.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947802.1",
"protein_id": "ENSP00000617861.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947802.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947815.1",
"protein_id": "ENSP00000617874.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947815.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947820.1",
"protein_id": "ENSP00000617879.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947820.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947827.1",
"protein_id": "ENSP00000617886.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947827.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947832.1",
"protein_id": "ENSP00000617891.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947832.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947841.1",
"protein_id": "ENSP00000617900.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947841.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947856.1",
"protein_id": "ENSP00000617915.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947856.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947867.1",
"protein_id": "ENSP00000617926.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947867.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947875.1",
"protein_id": "ENSP00000617934.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 621,
"cds_start": 443,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947875.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887118.1",
"protein_id": "ENSP00000557177.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887118.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887119.1",
"protein_id": "ENSP00000557178.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887119.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887121.1",
"protein_id": "ENSP00000557180.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887121.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887122.1",
"protein_id": "ENSP00000557181.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887122.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887129.1",
"protein_id": "ENSP00000557188.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887129.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887139.1",
"protein_id": "ENSP00000557198.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887139.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887146.1",
"protein_id": "ENSP00000557205.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887146.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887149.1",
"protein_id": "ENSP00000557208.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887149.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887154.1",
"protein_id": "ENSP00000557213.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887154.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887158.1",
"protein_id": "ENSP00000557217.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887158.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887161.1",
"protein_id": "ENSP00000557220.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887161.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000940052.1",
"protein_id": "ENSP00000610111.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940052.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000940054.1",
"protein_id": "ENSP00000610113.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940054.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947793.1",
"protein_id": "ENSP00000617852.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 609,
"cds_start": 443,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947793.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887136.1",
"protein_id": "ENSP00000557195.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 595,
"cds_start": 443,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887136.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887150.1",
"protein_id": "ENSP00000557209.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 595,
"cds_start": 443,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887150.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887151.1",
"protein_id": "ENSP00000557210.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 595,
"cds_start": 443,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887151.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947828.1",
"protein_id": "ENSP00000617887.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 595,
"cds_start": 443,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947828.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947840.1",
"protein_id": "ENSP00000617899.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 591,
"cds_start": 443,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947840.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887137.1",
"protein_id": "ENSP00000557196.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 583,
"cds_start": 443,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887137.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947817.1",
"protein_id": "ENSP00000617876.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 583,
"cds_start": 443,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947817.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947853.1",
"protein_id": "ENSP00000617912.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 583,
"cds_start": 443,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947853.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "NM_001286472.2",
"protein_id": "NP_001273401.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286472.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000525393.6",
"protein_id": "ENSP00000435459.3",
"transcript_support_level": 5,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525393.6"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887130.1",
"protein_id": "ENSP00000557189.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887130.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887148.1",
"protein_id": "ENSP00000557207.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887148.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000940050.1",
"protein_id": "ENSP00000610109.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940050.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947794.1",
"protein_id": "ENSP00000617853.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947794.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947852.1",
"protein_id": "ENSP00000617911.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947852.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000947862.1",
"protein_id": "ENSP00000617921.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 581,
"cds_start": 443,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947862.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000940051.1",
"protein_id": "ENSP00000610110.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 580,
"cds_start": 443,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940051.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887127.1",
"protein_id": "ENSP00000557186.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 569,
"cds_start": 443,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887127.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887140.1",
"protein_id": "ENSP00000557199.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 569,
"cds_start": 443,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887140.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887138.1",
"protein_id": "ENSP00000557197.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 553,
"cds_start": 443,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887138.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887141.1",
"protein_id": "ENSP00000557200.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 534,
"cds_start": 443,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887141.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000887160.1",
"protein_id": "ENSP00000557219.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 534,
"cds_start": 443,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887160.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000522170.5",
"protein_id": "ENSP00000430666.1",
"transcript_support_level": 3,
"aa_start": 148,
"aa_end": null,
"aa_length": 201,
"cds_start": 443,
"cds_end": null,
"cds_length": 607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522170.5"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000519950.5",
"protein_id": "ENSP00000428296.1",
"transcript_support_level": 3,
"aa_start": 148,
"aa_end": null,
"aa_length": 200,
"cds_start": 443,
"cds_end": null,
"cds_length": 604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519950.5"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.443C>G",
"hgvs_p": "p.Ala148Gly",
"transcript": "ENST00000521334.5",
"protein_id": "ENSP00000430022.1",
"transcript_support_level": 3,
"aa_start": 148,
"aa_end": null,
"aa_length": 151,
"cds_start": 443,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521334.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947844.1",
"protein_id": "ENSP00000617903.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 662,
"cds_start": null,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947844.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947845.1",
"protein_id": "ENSP00000617904.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 660,
"cds_start": null,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947795.1",
"protein_id": "ENSP00000617854.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 630,
"cds_start": null,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947795.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947810.1",
"protein_id": "ENSP00000617869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 630,
"cds_start": null,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947810.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947866.1",
"protein_id": "ENSP00000617925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 630,
"cds_start": null,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947866.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947872.1",
"protein_id": "ENSP00000617931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 630,
"cds_start": null,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947872.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947846.1",
"protein_id": "ENSP00000617905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 622,
"cds_start": null,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947846.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947803.1",
"protein_id": "ENSP00000617862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 618,
"cds_start": null,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947803.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947818.1",
"protein_id": "ENSP00000617877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 618,
"cds_start": null,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947818.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947836.1",
"protein_id": "ENSP00000617895.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 618,
"cds_start": null,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947836.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "NM_001102366.3",
"protein_id": "NP_001095836.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102366.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "NM_001102367.2",
"protein_id": "NP_001095837.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102367.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "NM_001286471.1",
"protein_id": "NP_001273400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "NM_001358311.2",
"protein_id": "NP_001345240.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001358311.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "NM_024952.8",
"protein_id": "NP_079228.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024952.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000428926.6",
"protein_id": "ENSP00000404343.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428926.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947792.1",
"protein_id": "ENSP00000617851.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947792.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947797.1",
"protein_id": "ENSP00000617856.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947797.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947798.1",
"protein_id": "ENSP00000617857.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947798.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947805.1",
"protein_id": "ENSP00000617864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947805.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947806.1",
"protein_id": "ENSP00000617865.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947806.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947809.1",
"protein_id": "ENSP00000617868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947809.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947812.1",
"protein_id": "ENSP00000617871.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947812.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947821.1",
"protein_id": "ENSP00000617880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947821.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947830.1",
"protein_id": "ENSP00000617889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947831.1",
"protein_id": "ENSP00000617890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947831.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947839.1",
"protein_id": "ENSP00000617898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947839.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947842.1",
"protein_id": "ENSP00000617901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947842.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947843.1",
"protein_id": "ENSP00000617902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947843.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947848.1",
"protein_id": "ENSP00000617907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947848.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947849.1",
"protein_id": "ENSP00000617908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947849.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947855.1",
"protein_id": "ENSP00000617914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947855.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947858.1",
"protein_id": "ENSP00000617917.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947858.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947859.1",
"protein_id": "ENSP00000617918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947859.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947860.1",
"protein_id": "ENSP00000617919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947860.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947861.1",
"protein_id": "ENSP00000617920.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947861.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947868.1",
"protein_id": "ENSP00000617927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947868.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947873.1",
"protein_id": "ENSP00000617932.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947873.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947877.1",
"protein_id": "ENSP00000617936.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947877.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947791.1",
"protein_id": "ENSP00000617850.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947791.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947796.1",
"protein_id": "ENSP00000617855.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947796.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947801.1",
"protein_id": "ENSP00000617860.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947801.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947807.1",
"protein_id": "ENSP00000617866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947807.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947808.1",
"protein_id": "ENSP00000617867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947808.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947814.1",
"protein_id": "ENSP00000617873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947814.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947822.1",
"protein_id": "ENSP00000617881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947822.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947837.1",
"protein_id": "ENSP00000617896.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947837.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947847.1",
"protein_id": "ENSP00000617906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947847.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947850.1",
"protein_id": "ENSP00000617909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947850.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947851.1",
"protein_id": "ENSP00000617910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947851.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947857.1",
"protein_id": "ENSP00000617916.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947857.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947863.1",
"protein_id": "ENSP00000617922.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947863.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947869.1",
"protein_id": "ENSP00000617928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947869.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947871.1",
"protein_id": "ENSP00000617930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947871.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947834.1",
"protein_id": "ENSP00000617893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 603,
"cds_start": null,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947834.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947823.1",
"protein_id": "ENSP00000617882.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": null,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947823.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947825.1",
"protein_id": "ENSP00000617884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": null,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947825.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947804.1",
"protein_id": "ENSP00000617863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 578,
"cds_start": null,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947804.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947819.1",
"protein_id": "ENSP00000617878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 578,
"cds_start": null,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947819.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947799.1",
"protein_id": "ENSP00000617858.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 576,
"cds_start": null,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947811.1",
"protein_id": "ENSP00000617870.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 576,
"cds_start": null,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947811.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947826.1",
"protein_id": "ENSP00000617885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 576,
"cds_start": null,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947829.1",
"protein_id": "ENSP00000617888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 576,
"cds_start": null,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947864.1",
"protein_id": "ENSP00000617923.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 576,
"cds_start": null,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947864.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "NM_001102369.3",
"protein_id": "NP_001095839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 564,
"cds_start": null,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102369.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000520328.5",
"protein_id": "ENSP00000429453.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 564,
"cds_start": null,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520328.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947816.1",
"protein_id": "ENSP00000617875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 564,
"cds_start": null,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947816.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947835.1",
"protein_id": "ENSP00000617894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 564,
"cds_start": null,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947835.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.441+2C>G",
"hgvs_p": null,
"transcript": "ENST00000947838.1",
"protein_id": "ENSP00000617897.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 529,
"cds_start": null,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.103+9791C>G",
"hgvs_p": null,
"transcript": "ENST00000940053.1",
"protein_id": "ENSP00000610112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940053.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "n.395C>G",
"hgvs_p": null,
"transcript": "ENST00000523461.5",
"protein_id": "ENSP00000428444.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000523461.5"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "n.*420C>G",
"hgvs_p": null,
"transcript": "ENST00000523837.5",
"protein_id": "ENSP00000429052.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000523837.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "n.*420C>G",
"hgvs_p": null,
"transcript": "ENST00000523837.5",
"protein_id": "ENSP00000429052.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000523837.5"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "n.491+2810C>G",
"hgvs_p": null,
"transcript": "ENST00000518649.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000518649.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.*66C>G",
"hgvs_p": null,
"transcript": "ENST00000521064.5",
"protein_id": "ENSP00000429392.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": null,
"cds_end": null,
"cds_length": 377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521064.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"hgvs_c": "c.*116C>G",
"hgvs_p": null,
"transcript": "ENST00000518871.5",
"protein_id": "ENSP00000429189.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": null,
"cds_end": null,
"cds_length": 327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518871.5"
}
],
"gene_symbol": "DGLUCY",
"gene_hgnc_id": 20498,
"dbsnp": "rs4900072",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.028999999165534973,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.20000000298023224,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.029,
"revel_prediction": "Benign",
"alphamissense_score": 0.0869,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.539,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.2,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_024952.8",
"gene_symbol": "DGLUCY",
"hgnc_id": 20498,
"effects": [
"splice_donor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.441+2C>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
}