← 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-83170370-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=83170370&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 83170370,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001199917.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "NM_015599.3",
"protein_id": "NP_056414.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000513973.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015599.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000513973.6",
"protein_id": "ENSP00000424874.1",
"transcript_support_level": 1,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015599.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513973.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000512866.5",
"protein_id": "ENSP00000421565.1",
"transcript_support_level": 1,
"aa_start": 492,
"aa_end": null,
"aa_length": 566,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512866.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1231C>T",
"hgvs_p": "p.Arg411*",
"transcript": "ENST00000283977.9",
"protein_id": "ENSP00000283977.5",
"transcript_support_level": 5,
"aa_start": 411,
"aa_end": null,
"aa_length": 441,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000283977.9"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1558C>T",
"hgvs_p": "p.Arg520*",
"transcript": "NM_001199917.2",
"protein_id": "NP_001186846.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 570,
"cds_start": 1558,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199917.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1558C>T",
"hgvs_p": "p.Arg520*",
"transcript": "NM_001367287.1",
"protein_id": "NP_001354216.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 570,
"cds_start": 1558,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367287.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1558C>T",
"hgvs_p": "p.Arg520*",
"transcript": "ENST00000506587.5",
"protein_id": "ENSP00000425809.1",
"transcript_support_level": 2,
"aa_start": 520,
"aa_end": null,
"aa_length": 570,
"cds_start": 1558,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506587.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1558C>T",
"hgvs_p": "p.Arg520*",
"transcript": "ENST00000508748.6",
"protein_id": "ENSP00000424865.2",
"transcript_support_level": 5,
"aa_start": 520,
"aa_end": null,
"aa_length": 570,
"cds_start": 1558,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508748.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "NM_001199919.2",
"protein_id": "NP_001186848.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 566,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199919.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000509219.2",
"protein_id": "ENSP00000423389.2",
"transcript_support_level": 5,
"aa_start": 492,
"aa_end": null,
"aa_length": 566,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509219.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000652468.1",
"protein_id": "ENSP00000499112.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 566,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652468.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1546C>T",
"hgvs_p": "p.Arg516*",
"transcript": "ENST00000925376.1",
"protein_id": "ENSP00000595435.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 566,
"cds_start": 1546,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925376.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000507554.2",
"protein_id": "ENSP00000425558.2",
"transcript_support_level": 4,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507554.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000925371.1",
"protein_id": "ENSP00000595430.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925371.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000925372.1",
"protein_id": "ENSP00000595431.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925372.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000925377.1",
"protein_id": "ENSP00000595436.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925377.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000941524.1",
"protein_id": "ENSP00000611583.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941524.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000941528.1",
"protein_id": "ENSP00000611587.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941528.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000941531.1",
"protein_id": "ENSP00000611590.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 542,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941531.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000941527.1",
"protein_id": "ENSP00000611586.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 540,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941527.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000941529.1",
"protein_id": "ENSP00000611588.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 540,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941529.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1465C>T",
"hgvs_p": "p.Arg489*",
"transcript": "ENST00000925375.1",
"protein_id": "ENSP00000595434.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 539,
"cds_start": 1465,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925375.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "ENST00000698526.1",
"protein_id": "ENSP00000513775.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 527,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698526.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1429C>T",
"hgvs_p": "p.Arg477*",
"transcript": "ENST00000925380.1",
"protein_id": "ENSP00000595439.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 527,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925380.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1423C>T",
"hgvs_p": "p.Arg475*",
"transcript": "ENST00000941530.1",
"protein_id": "ENSP00000611589.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 525,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941530.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1390C>T",
"hgvs_p": "p.Arg464*",
"transcript": "ENST00000925379.1",
"protein_id": "ENSP00000595438.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 514,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925379.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1375C>T",
"hgvs_p": "p.Arg459*",
"transcript": "ENST00000652222.2",
"protein_id": "ENSP00000499141.2",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 509,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652222.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1351C>T",
"hgvs_p": "p.Arg451*",
"transcript": "NM_001367286.1",
"protein_id": "NP_001354215.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 501,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367286.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1351C>T",
"hgvs_p": "p.Arg451*",
"transcript": "ENST00000650642.1",
"protein_id": "ENSP00000498516.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 501,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650642.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1351C>T",
"hgvs_p": "p.Arg451*",
"transcript": "ENST00000941526.1",
"protein_id": "ENSP00000611585.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 501,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941526.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1375C>T",
"hgvs_p": "p.Arg459*",
"transcript": "ENST00000698613.1",
"protein_id": "ENSP00000513839.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 494,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698613.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1231C>T",
"hgvs_p": "p.Arg411*",
"transcript": "ENST00000651425.1",
"protein_id": "ENSP00000498986.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 461,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651425.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1231C>T",
"hgvs_p": "p.Arg411*",
"transcript": "ENST00000698610.1",
"protein_id": "ENSP00000513837.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 461,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698610.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1231C>T",
"hgvs_p": "p.Arg411*",
"transcript": "NM_001199918.2",
"protein_id": "NP_001186847.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 441,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199918.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1156C>T",
"hgvs_p": "p.Arg386*",
"transcript": "ENST00000925374.1",
"protein_id": "ENSP00000595433.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 436,
"cds_start": 1156,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925374.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1144C>T",
"hgvs_p": "p.Arg382*",
"transcript": "ENST00000925373.1",
"protein_id": "ENSP00000595432.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 432,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925373.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1132C>T",
"hgvs_p": "p.Arg378*",
"transcript": "ENST00000698608.1",
"protein_id": "ENSP00000513835.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 428,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698608.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1108C>T",
"hgvs_p": "p.Arg370*",
"transcript": "ENST00000616566.5",
"protein_id": "ENSP00000477539.2",
"transcript_support_level": 2,
"aa_start": 370,
"aa_end": null,
"aa_length": 420,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616566.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1072C>T",
"hgvs_p": "p.Arg358*",
"transcript": "ENST00000925378.1",
"protein_id": "ENSP00000595437.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 408,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925378.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1036C>T",
"hgvs_p": "p.Arg346*",
"transcript": "ENST00000698612.1",
"protein_id": "ENSP00000513838.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 396,
"cds_start": 1036,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698612.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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": "c.937C>T",
"hgvs_p": "p.Arg313*",
"transcript": "ENST00000879095.1",
"protein_id": "ENSP00000549154.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 363,
"cds_start": 937,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879095.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.814C>T",
"hgvs_p": "p.Arg272*",
"transcript": "ENST00000879094.1",
"protein_id": "ENSP00000549153.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 322,
"cds_start": 814,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879094.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"hgvs_c": "c.649C>T",
"hgvs_p": "p.Arg217*",
"transcript": "ENST00000941525.1",
"protein_id": "ENSP00000611584.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 267,
"cds_start": 649,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941525.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.550C>T",
"hgvs_p": "p.Arg184*",
"transcript": "ENST00000698525.1",
"protein_id": "ENSP00000513774.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 219,
"cds_start": 550,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698525.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1474C>T",
"hgvs_p": "p.Arg492*",
"transcript": "XM_047418876.1",
"protein_id": "XP_047274832.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 566,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418876.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1351C>T",
"hgvs_p": "p.Arg451*",
"transcript": "XM_047418877.1",
"protein_id": "XP_047274833.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 501,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418877.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1231C>T",
"hgvs_p": "p.Arg411*",
"transcript": "XM_017010935.2",
"protein_id": "XP_016866424.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 485,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010935.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1108C>T",
"hgvs_p": "p.Arg370*",
"transcript": "XM_017010937.2",
"protein_id": "XP_016866426.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 444,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010937.2"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010559.2"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010560.3"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418428.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010561.2"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010562.3"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535619.3"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418430.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418431.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418432.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010564.2"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418433.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418434.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418435.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418436.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010570.2"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418438.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010571.2"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418439.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418440.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418441.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010572.2"
},
{
"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.*1449G>A",
"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": null,
"cds_end": null,
"cds_length": 7293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418442.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418443.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418444.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418445.1"
},
{
"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.*1449G>A",
"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": null,
"cds_end": null,
"cds_length": 7263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418446.1"
},
{
"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.*1449G>A",
"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": null,
"cds_end": null,
"cds_length": 7248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418447.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418448.1"
},
{
"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.*1449G>A",
"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": null,
"cds_end": null,
"cds_length": 7218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418449.1"
},
{
"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.*1449G>A",
"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": null,
"cds_end": null,
"cds_length": 7164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418450.1"
},
{
"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.*1449G>A",
"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": null,
"cds_end": null,
"cds_length": 7143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418451.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418452.1"
},
{
"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.*728G>A",
"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": null,
"cds_end": null,
"cds_length": 7074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418453.1"
},
{
"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.*1449G>A",
"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": null,
"cds_end": null,
"cds_length": 6810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418455.1"
},
{
"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.4493G>A",
"hgvs_p": null,
"transcript": "ENST00000484282.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000484282.1"
},
{
"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.*425C>T",
"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": 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": "ENST00000504780.6"
},
{
"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.*1254C>T",
"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": 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": "ENST00000505470.6"
},
{
"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.*458C>T",
"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": 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": "ENST00000650640.1"
},
{
"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.*212C>T",
"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": 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": "ENST00000651204.2"
},
{
"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.*425C>T",
"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": 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": "ENST00000651698.2"
},
{
"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.1474C>T",
"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": 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": "ENST00000698524.1"
},
{
"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.1474C>T",
"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": 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": "ENST00000698599.1"
},
{
"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.*425C>T",
"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": 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": "ENST00000698600.1"
},
{
"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.*1053C>T",
"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": 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": "ENST00000698601.1"
},
{
"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.1474C>T",
"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": 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": "ENST00000698602.1"
},
{
"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.*1250C>T",
"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": 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": "ENST00000698603.1"
},
{
"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.*1012C>T",
"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": 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": "ENST00000698604.1"
},
{
"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.*1254C>T",
"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": 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": "ENST00000698605.1"
},
{
"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.3323C>T",
"hgvs_p": null,
"transcript": "ENST00000698606.1",
"protein_id": null,
"transcript_support_level": null,
"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": "retained_intron",
"feature": "ENST00000698606.1"
},
{
"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.*1899C>T",
"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": 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": "ENST00000698607.1"
},
{
"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.*1932C>T",
"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": 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": "ENST00000698609.1"
},
{
"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.5111C>T",
"hgvs_p": null,
"transcript": "ENST00000698611.1",
"protein_id": null,
"transcript_support_level": null,
"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": "retained_intron",
"feature": "ENST00000698611.1"
},
{
"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.*425C>T",
"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": 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": "ENST00000698614.1"
},
{
"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.*1073C>T",
"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": 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": "ENST00000698615.1"
},
{
"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.1563C>T",
"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": 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": "NR_159812.2"
},
{
"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.8354G>A",
"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": 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": "NR_169791.1"
},
{
"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.1357C>T",
"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": 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": "XR_001743468.3"
},
{
"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.1357C>T",
"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": 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": "XR_007059270.1"
},
{
"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.1554C>T",
"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": 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": "XR_007059271.1"
},
{
"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.1554C>T",
"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": 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": "XR_007059272.1"
},
{
"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.1563C>T",
"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": 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": "XR_007059273.1"
},
{
"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.1357C>T",
"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": 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": "XR_942480.3"
},
{
"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.*425C>T",
"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": 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": "ENST00000504780.6"
},
{
"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.*1254C>T",
"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": 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": "ENST00000505470.6"
},
{
"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.*458C>T",
"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": 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": "ENST00000650640.1"
},
{
"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.*212C>T",
"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": 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": "ENST00000651204.2"
},
{
"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.*425C>T",
"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": 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": "ENST00000651698.2"
},
{
"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.*425C>T",
"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": 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": "ENST00000698600.1"
},
{
"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.*1053C>T",
"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": 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": "ENST00000698601.1"
},
{
"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.*1250C>T",
"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": 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": "ENST00000698603.1"
},
{
"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.*1012C>T",
"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": 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": "ENST00000698604.1"
},
{
"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.*1254C>T",
"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": 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": "ENST00000698605.1"
},
{
"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.*1899C>T",
"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": 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": "ENST00000698607.1"
},
{
"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.*1932C>T",
"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": 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": "ENST00000698609.1"
},
{
"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.*425C>T",
"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": 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": "ENST00000698614.1"
},
{
"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.*1073C>T",
"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": 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": "ENST00000698615.1"
}
],
"gene_symbol": "PGM3",
"gene_hgnc_id": 8907,
"dbsnp": "rs144104577",
"frequency_reference_population": 0.00002788187,
"hom_count_reference_population": 0,
"allele_count_reference_population": 45,
"gnomad_exomes_af": 0.0000300994,
"gnomad_genomes_af": 0.00000657333,
"gnomad_exomes_ac": 44,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.087,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001199917.2",
"gene_symbol": "PGM3",
"hgnc_id": 8907,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1558C>T",
"hgvs_p": "p.Arg520*"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000484282.1",
"gene_symbol": "DOP1A",
"hgnc_id": 21194,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.4493G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Immunodeficiency 23,Severe combined immunodeficiency disease,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3 LP:2",
"phenotype_combined": "Immunodeficiency 23|Severe combined immunodeficiency disease|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}