← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 6-83170343-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=83170343&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 83170343,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000513973.6",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "NM_015599.3",
"protein_id": "NP_056414.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 542,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 6079,
"mane_select": "ENST00000513973.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "ENST00000513973.6",
"protein_id": "ENSP00000424874.1",
"transcript_support_level": 1,
"aa_start": 501,
"aa_end": null,
"aa_length": 542,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 6079,
"mane_select": "NM_015599.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "ENST00000512866.5",
"protein_id": "ENSP00000421565.1",
"transcript_support_level": 1,
"aa_start": 501,
"aa_end": null,
"aa_length": 566,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 1556,
"cdna_end": null,
"cdna_length": 2013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1258G>C",
"hgvs_p": "p.Glu420Gln",
"transcript": "ENST00000283977.9",
"protein_id": "ENSP00000283977.5",
"transcript_support_level": 5,
"aa_start": 420,
"aa_end": null,
"aa_length": 441,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1385,
"cdna_end": null,
"cdna_length": 2223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1585G>C",
"hgvs_p": "p.Glu529Gln",
"transcript": "NM_001199917.2",
"protein_id": "NP_001186846.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 570,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1718,
"cdna_end": null,
"cdna_length": 6207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1585G>C",
"hgvs_p": "p.Glu529Gln",
"transcript": "NM_001367287.1",
"protein_id": "NP_001354216.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 570,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1727,
"cdna_end": null,
"cdna_length": 6216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1585G>C",
"hgvs_p": "p.Glu529Gln",
"transcript": "ENST00000506587.5",
"protein_id": "ENSP00000425809.1",
"transcript_support_level": 2,
"aa_start": 529,
"aa_end": null,
"aa_length": 570,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1732,
"cdna_end": null,
"cdna_length": 1971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1585G>C",
"hgvs_p": "p.Glu529Gln",
"transcript": "ENST00000508748.6",
"protein_id": "ENSP00000424865.2",
"transcript_support_level": 5,
"aa_start": 529,
"aa_end": null,
"aa_length": 570,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1755,
"cdna_end": null,
"cdna_length": 4518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "NM_001199919.2",
"protein_id": "NP_001186848.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 566,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 2047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "ENST00000509219.2",
"protein_id": "ENSP00000423389.2",
"transcript_support_level": 5,
"aa_start": 501,
"aa_end": null,
"aa_length": 566,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 1593,
"cdna_end": null,
"cdna_length": 1952,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "ENST00000652468.1",
"protein_id": "ENSP00000499112.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 566,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 1749,
"cdna_end": null,
"cdna_length": 2060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "ENST00000507554.2",
"protein_id": "ENSP00000425558.2",
"transcript_support_level": 4,
"aa_start": 501,
"aa_end": null,
"aa_length": 542,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 1617,
"cdna_end": null,
"cdna_length": 2735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "ENST00000698526.1",
"protein_id": "ENSP00000513775.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 527,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 1600,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1402G>C",
"hgvs_p": "p.Glu468Gln",
"transcript": "ENST00000652222.2",
"protein_id": "ENSP00000499141.2",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 509,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1491,
"cdna_end": null,
"cdna_length": 1879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1378G>C",
"hgvs_p": "p.Glu460Gln",
"transcript": "NM_001367286.1",
"protein_id": "NP_001354215.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 501,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 5956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1378G>C",
"hgvs_p": "p.Glu460Gln",
"transcript": "ENST00000650642.1",
"protein_id": "ENSP00000498516.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 501,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 1459,
"cdna_end": null,
"cdna_length": 1893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1402G>C",
"hgvs_p": "p.Glu468Gln",
"transcript": "ENST00000698613.1",
"protein_id": "ENSP00000513839.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 494,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 1491,
"cdna_end": null,
"cdna_length": 3470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1258G>C",
"hgvs_p": "p.Glu420Gln",
"transcript": "ENST00000651425.1",
"protein_id": "ENSP00000498986.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 461,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 1407,
"cdna_end": null,
"cdna_length": 1866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1258G>C",
"hgvs_p": "p.Glu420Gln",
"transcript": "ENST00000698610.1",
"protein_id": "ENSP00000513837.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 461,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 1372,
"cdna_end": null,
"cdna_length": 4130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1258G>C",
"hgvs_p": "p.Glu420Gln",
"transcript": "NM_001199918.2",
"protein_id": "NP_001186847.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 441,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 5877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1159G>C",
"hgvs_p": "p.Glu387Gln",
"transcript": "ENST00000698608.1",
"protein_id": "ENSP00000513835.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 428,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1265,
"cdna_end": null,
"cdna_length": 4026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1135G>C",
"hgvs_p": "p.Glu379Gln",
"transcript": "ENST00000616566.5",
"protein_id": "ENSP00000477539.2",
"transcript_support_level": 2,
"aa_start": 379,
"aa_end": null,
"aa_length": 420,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 1230,
"cdna_end": null,
"cdna_length": 2325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1063G>C",
"hgvs_p": "p.Glu355Gln",
"transcript": "ENST00000698612.1",
"protein_id": "ENSP00000513838.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 396,
"cds_start": 1063,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1152,
"cdna_end": null,
"cdna_length": 3910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.577G>C",
"hgvs_p": "p.Glu193Gln",
"transcript": "ENST00000698525.1",
"protein_id": "ENSP00000513774.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 219,
"cds_start": 577,
"cds_end": null,
"cds_length": 660,
"cdna_start": 678,
"cdna_end": null,
"cdna_length": 2754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln",
"transcript": "XM_047418876.1",
"protein_id": "XP_047274832.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 566,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 2038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1378G>C",
"hgvs_p": "p.Glu460Gln",
"transcript": "XM_047418877.1",
"protein_id": "XP_047274833.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 501,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 1458,
"cdna_end": null,
"cdna_length": 5947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1258G>C",
"hgvs_p": "p.Glu420Gln",
"transcript": "XM_017010935.2",
"protein_id": "XP_016866424.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 485,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 1841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.1135G>C",
"hgvs_p": "p.Glu379Gln",
"transcript": "XM_017010937.2",
"protein_id": "XP_016866426.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 444,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1261,
"cdna_end": null,
"cdna_length": 1718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "n.4466C>G",
"hgvs_p": null,
"transcript": "ENST00000484282.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*452G>C",
"hgvs_p": null,
"transcript": "ENST00000504780.6",
"protein_id": "ENSP00000421154.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1281G>C",
"hgvs_p": null,
"transcript": "ENST00000505470.6",
"protein_id": "ENSP00000423769.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*485G>C",
"hgvs_p": null,
"transcript": "ENST00000650640.1",
"protein_id": "ENSP00000498423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*239G>C",
"hgvs_p": null,
"transcript": "ENST00000651204.2",
"protein_id": "ENSP00000498912.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*452G>C",
"hgvs_p": null,
"transcript": "ENST00000651698.2",
"protein_id": "ENSP00000498398.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1501G>C",
"hgvs_p": null,
"transcript": "ENST00000698524.1",
"protein_id": "ENSP00000513773.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1501G>C",
"hgvs_p": null,
"transcript": "ENST00000698599.1",
"protein_id": "ENSP00000513827.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*452G>C",
"hgvs_p": null,
"transcript": "ENST00000698600.1",
"protein_id": "ENSP00000513828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1080G>C",
"hgvs_p": null,
"transcript": "ENST00000698601.1",
"protein_id": "ENSP00000513829.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1501G>C",
"hgvs_p": null,
"transcript": "ENST00000698602.1",
"protein_id": "ENSP00000513830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1277G>C",
"hgvs_p": null,
"transcript": "ENST00000698603.1",
"protein_id": "ENSP00000513831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1039G>C",
"hgvs_p": null,
"transcript": "ENST00000698604.1",
"protein_id": "ENSP00000513832.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1281G>C",
"hgvs_p": null,
"transcript": "ENST00000698605.1",
"protein_id": "ENSP00000513833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.3350G>C",
"hgvs_p": null,
"transcript": "ENST00000698606.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1926G>C",
"hgvs_p": null,
"transcript": "ENST00000698607.1",
"protein_id": "ENSP00000513834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1959G>C",
"hgvs_p": null,
"transcript": "ENST00000698609.1",
"protein_id": "ENSP00000513836.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.5138G>C",
"hgvs_p": null,
"transcript": "ENST00000698611.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*452G>C",
"hgvs_p": null,
"transcript": "ENST00000698614.1",
"protein_id": "ENSP00000513840.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1100G>C",
"hgvs_p": null,
"transcript": "ENST00000698615.1",
"protein_id": "ENSP00000513841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1590G>C",
"hgvs_p": null,
"transcript": "NR_159812.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "n.8327C>G",
"hgvs_p": null,
"transcript": "NR_169791.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1384G>C",
"hgvs_p": null,
"transcript": "XR_001743468.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1384G>C",
"hgvs_p": null,
"transcript": "XR_007059270.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1581G>C",
"hgvs_p": null,
"transcript": "XR_007059271.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1581G>C",
"hgvs_p": null,
"transcript": "XR_007059272.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1590G>C",
"hgvs_p": null,
"transcript": "XR_007059273.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.1384G>C",
"hgvs_p": null,
"transcript": "XR_942480.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*452G>C",
"hgvs_p": null,
"transcript": "ENST00000504780.6",
"protein_id": "ENSP00000421154.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1281G>C",
"hgvs_p": null,
"transcript": "ENST00000505470.6",
"protein_id": "ENSP00000423769.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*485G>C",
"hgvs_p": null,
"transcript": "ENST00000650640.1",
"protein_id": "ENSP00000498423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*239G>C",
"hgvs_p": null,
"transcript": "ENST00000651204.2",
"protein_id": "ENSP00000498912.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*452G>C",
"hgvs_p": null,
"transcript": "ENST00000651698.2",
"protein_id": "ENSP00000498398.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*452G>C",
"hgvs_p": null,
"transcript": "ENST00000698600.1",
"protein_id": "ENSP00000513828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1080G>C",
"hgvs_p": null,
"transcript": "ENST00000698601.1",
"protein_id": "ENSP00000513829.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1277G>C",
"hgvs_p": null,
"transcript": "ENST00000698603.1",
"protein_id": "ENSP00000513831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1039G>C",
"hgvs_p": null,
"transcript": "ENST00000698604.1",
"protein_id": "ENSP00000513832.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1281G>C",
"hgvs_p": null,
"transcript": "ENST00000698605.1",
"protein_id": "ENSP00000513833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1926G>C",
"hgvs_p": null,
"transcript": "ENST00000698607.1",
"protein_id": "ENSP00000513834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1959G>C",
"hgvs_p": null,
"transcript": "ENST00000698609.1",
"protein_id": "ENSP00000513836.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*452G>C",
"hgvs_p": null,
"transcript": "ENST00000698614.1",
"protein_id": "ENSP00000513840.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "n.*1100G>C",
"hgvs_p": null,
"transcript": "ENST00000698615.1",
"protein_id": "ENSP00000513841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_017010559.2",
"protein_id": "XP_016866048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2485,
"cds_start": -4,
"cds_end": null,
"cds_length": 7458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_017010560.3",
"protein_id": "XP_016866049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2485,
"cds_start": -4,
"cds_end": null,
"cds_length": 7458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418428.1",
"protein_id": "XP_047274384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2485,
"cds_start": -4,
"cds_end": null,
"cds_length": 7458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_017010561.2",
"protein_id": "XP_016866050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2476,
"cds_start": -4,
"cds_end": null,
"cds_length": 7431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9394,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_017010562.3",
"protein_id": "XP_016866051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2476,
"cds_start": -4,
"cds_end": null,
"cds_length": 7431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_011535619.3",
"protein_id": "XP_011533921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2475,
"cds_start": -4,
"cds_end": null,
"cds_length": 7428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418430.1",
"protein_id": "XP_047274386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2475,
"cds_start": -4,
"cds_end": null,
"cds_length": 7428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418431.1",
"protein_id": "XP_047274387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2475,
"cds_start": -4,
"cds_end": null,
"cds_length": 7428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418432.1",
"protein_id": "XP_047274388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2466,
"cds_start": -4,
"cds_end": null,
"cds_length": 7401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_017010564.2",
"protein_id": "XP_016866053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2465,
"cds_start": -4,
"cds_end": null,
"cds_length": 7398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418433.1",
"protein_id": "XP_047274389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2456,
"cds_start": -4,
"cds_end": null,
"cds_length": 7371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418434.1",
"protein_id": "XP_047274390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2455,
"cds_start": -4,
"cds_end": null,
"cds_length": 7368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418435.1",
"protein_id": "XP_047274391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2455,
"cds_start": -4,
"cds_end": null,
"cds_length": 7368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418436.1",
"protein_id": "XP_047274392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2455,
"cds_start": -4,
"cds_end": null,
"cds_length": 7368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_017010570.2",
"protein_id": "XP_016866059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2452,
"cds_start": -4,
"cds_end": null,
"cds_length": 7359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418438.1",
"protein_id": "XP_047274394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2452,
"cds_start": -4,
"cds_end": null,
"cds_length": 7359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_017010571.2",
"protein_id": "XP_016866060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2450,
"cds_start": -4,
"cds_end": null,
"cds_length": 7353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418439.1",
"protein_id": "XP_047274395.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": -4,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418440.1",
"protein_id": "XP_047274396.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": -4,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418441.1",
"protein_id": "XP_047274397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": -4,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_017010572.2",
"protein_id": "XP_016866061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2435,
"cds_start": -4,
"cds_end": null,
"cds_length": 7308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*1422C>G",
"hgvs_p": null,
"transcript": "XM_047418442.1",
"protein_id": "XP_047274398.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2430,
"cds_start": -4,
"cds_end": null,
"cds_length": 7293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418443.1",
"protein_id": "XP_047274399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2430,
"cds_start": -4,
"cds_end": null,
"cds_length": 7293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418444.1",
"protein_id": "XP_047274400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2422,
"cds_start": -4,
"cds_end": null,
"cds_length": 7269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418445.1",
"protein_id": "XP_047274401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2422,
"cds_start": -4,
"cds_end": null,
"cds_length": 7269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*1422C>G",
"hgvs_p": null,
"transcript": "XM_047418446.1",
"protein_id": "XP_047274402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2420,
"cds_start": -4,
"cds_end": null,
"cds_length": 7263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*1422C>G",
"hgvs_p": null,
"transcript": "XM_047418447.1",
"protein_id": "XP_047274403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2415,
"cds_start": -4,
"cds_end": null,
"cds_length": 7248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418448.1",
"protein_id": "XP_047274404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2415,
"cds_start": -4,
"cds_end": null,
"cds_length": 7248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*1422C>G",
"hgvs_p": null,
"transcript": "XM_047418449.1",
"protein_id": "XP_047274405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2405,
"cds_start": -4,
"cds_end": null,
"cds_length": 7218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*1422C>G",
"hgvs_p": null,
"transcript": "XM_047418450.1",
"protein_id": "XP_047274406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2387,
"cds_start": -4,
"cds_end": null,
"cds_length": 7164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*1422C>G",
"hgvs_p": null,
"transcript": "XM_047418451.1",
"protein_id": "XP_047274407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2380,
"cds_start": -4,
"cds_end": null,
"cds_length": 7143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418452.1",
"protein_id": "XP_047274408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2367,
"cds_start": -4,
"cds_end": null,
"cds_length": 7104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*701C>G",
"hgvs_p": null,
"transcript": "XM_047418453.1",
"protein_id": "XP_047274409.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2357,
"cds_start": -4,
"cds_end": null,
"cds_length": 7074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOP1A",
"gene_hgnc_id": 21194,
"hgvs_c": "c.*1422C>G",
"hgvs_p": null,
"transcript": "XM_047418455.1",
"protein_id": "XP_047274411.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2269,
"cds_start": -4,
"cds_end": null,
"cds_length": 6810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"dbsnp": "rs587777413",
"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.9596279859542847,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.88,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8187,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.207,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000513973.6",
"gene_symbol": "PGM3",
"hgnc_id": 8907,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1501G>C",
"hgvs_p": "p.Glu501Gln"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000484282.1",
"gene_symbol": "DOP1A",
"hgnc_id": 21194,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.4466C>G",
"hgvs_p": null
}
],
"clinvar_disease": "Immunodeficiency 23",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Immunodeficiency 23",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}