← 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: 19-56813936-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=56813936&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 56813936,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001369717.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4506A>T",
"hgvs_p": "p.Glu1502Asp",
"transcript": "NM_006210.3",
"protein_id": "NP_006201.1",
"transcript_support_level": null,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1588,
"cds_start": 4506,
"cds_end": null,
"cds_length": 4767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000326441.15",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006210.3"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4506A>T",
"hgvs_p": "p.Glu1502Asp",
"transcript": "ENST00000326441.15",
"protein_id": "ENSP00000326581.7",
"transcript_support_level": 1,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1588,
"cds_start": 4506,
"cds_end": null,
"cds_length": 4767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006210.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000326441.15"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4506A>T",
"hgvs_p": "p.Glu1502Asp",
"transcript": "ENST00000599534.5",
"protein_id": "ENSP00000472395.1",
"transcript_support_level": 1,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1587,
"cds_start": 4506,
"cds_end": null,
"cds_length": 4764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000599534.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4506A>T",
"hgvs_p": "p.Glu1502Asp",
"transcript": "ENST00000599577.5",
"protein_id": "ENSP00000469486.1",
"transcript_support_level": 1,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1587,
"cds_start": 4506,
"cds_end": null,
"cds_length": 4764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000599577.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "ENST00000598410.5",
"protein_id": "ENSP00000473190.1",
"transcript_support_level": 1,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598410.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4128A>T",
"hgvs_p": "p.Glu1376Asp",
"transcript": "ENST00000593695.5",
"protein_id": "ENSP00000472402.1",
"transcript_support_level": 1,
"aa_start": 1376,
"aa_end": null,
"aa_length": 1462,
"cds_start": 4128,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000593695.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.490+3810A>T",
"hgvs_p": null,
"transcript": "NM_001387356.1",
"protein_id": "NP_001374285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000629319.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387356.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.490+3810A>T",
"hgvs_p": null,
"transcript": "ENST00000629319.3",
"protein_id": "ENSP00000486502.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001387356.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000629319.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "ENST00000593711.6",
"protein_id": "ENSP00000472306.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "ENST00000593711.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "ENST00000601070.5",
"protein_id": "ENSP00000470326.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "ENST00000601070.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "n.490+3810A>T",
"hgvs_p": null,
"transcript": "ENST00000595671.5",
"protein_id": "ENSP00000469185.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000595671.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "n.397+4664A>T",
"hgvs_p": null,
"transcript": "ENST00000597281.5",
"protein_id": "ENSP00000471643.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000597281.5"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4512A>T",
"hgvs_p": "p.Glu1504Asp",
"transcript": "NM_001369717.1",
"protein_id": "NP_001356646.1",
"transcript_support_level": null,
"aa_start": 1504,
"aa_end": null,
"aa_length": 1590,
"cds_start": 4512,
"cds_end": null,
"cds_length": 4773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369717.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4512A>T",
"hgvs_p": "p.Glu1504Asp",
"transcript": "NM_001369718.1",
"protein_id": "NP_001356647.1",
"transcript_support_level": null,
"aa_start": 1504,
"aa_end": null,
"aa_length": 1590,
"cds_start": 4512,
"cds_end": null,
"cds_length": 4773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369718.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4506A>T",
"hgvs_p": "p.Glu1502Asp",
"transcript": "NM_001146184.2",
"protein_id": "NP_001139656.1",
"transcript_support_level": null,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1588,
"cds_start": 4506,
"cds_end": null,
"cds_length": 4767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146184.2"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4419A>T",
"hgvs_p": "p.Glu1473Asp",
"transcript": "NM_001369719.1",
"protein_id": "NP_001356648.1",
"transcript_support_level": null,
"aa_start": 1473,
"aa_end": null,
"aa_length": 1559,
"cds_start": 4419,
"cds_end": null,
"cds_length": 4680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369719.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001146187.2",
"protein_id": "NP_001139659.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146187.2"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369720.1",
"protein_id": "NP_001356649.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369720.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369721.1",
"protein_id": "NP_001356650.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369721.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369722.1",
"protein_id": "NP_001356651.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369722.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369723.1",
"protein_id": "NP_001356652.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369723.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369724.1",
"protein_id": "NP_001356653.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369724.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369725.1",
"protein_id": "NP_001356654.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369725.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369726.1",
"protein_id": "NP_001356655.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369726.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369727.1",
"protein_id": "NP_001356656.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369727.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369728.1",
"protein_id": "NP_001356657.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369728.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369729.1",
"protein_id": "NP_001356658.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369729.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369730.1",
"protein_id": "NP_001356659.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369730.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369731.1",
"protein_id": "NP_001356660.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369731.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369732.1",
"protein_id": "NP_001356661.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369732.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369733.1",
"protein_id": "NP_001356662.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369733.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "NM_001369739.1",
"protein_id": "NP_001356668.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369739.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "ENST00000648694.1",
"protein_id": "ENSP00000496914.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648694.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "ENST00000649233.1",
"protein_id": "ENSP00000498047.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649233.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "ENST00000649428.1",
"protein_id": "ENSP00000498138.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649428.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "ENST00000649680.1",
"protein_id": "ENSP00000497512.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649680.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "ENST00000649876.1",
"protein_id": "ENSP00000496867.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649876.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "ENST00000650102.1",
"protein_id": "ENSP00000497466.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650102.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"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": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4134A>T",
"hgvs_p": "p.Glu1378Asp",
"transcript": "ENST00000650632.1",
"protein_id": "ENSP00000497971.1",
"transcript_support_level": null,
"aa_start": 1378,
"aa_end": null,
"aa_length": 1464,
"cds_start": 4134,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650632.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4128A>T",
"hgvs_p": "p.Glu1376Asp",
"transcript": "NM_001146185.2",
"protein_id": "NP_001139657.1",
"transcript_support_level": null,
"aa_start": 1376,
"aa_end": null,
"aa_length": 1462,
"cds_start": 4128,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146185.2"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4041A>T",
"hgvs_p": "p.Glu1347Asp",
"transcript": "NM_001369734.1",
"protein_id": "NP_001356663.1",
"transcript_support_level": null,
"aa_start": 1347,
"aa_end": null,
"aa_length": 1433,
"cds_start": 4041,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369734.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4041A>T",
"hgvs_p": "p.Glu1347Asp",
"transcript": "NM_001369735.1",
"protein_id": "NP_001356664.1",
"transcript_support_level": null,
"aa_start": 1347,
"aa_end": null,
"aa_length": 1433,
"cds_start": 4041,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369735.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4041A>T",
"hgvs_p": "p.Glu1347Asp",
"transcript": "NM_001369736.1",
"protein_id": "NP_001356665.1",
"transcript_support_level": null,
"aa_start": 1347,
"aa_end": null,
"aa_length": 1433,
"cds_start": 4041,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369736.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4041A>T",
"hgvs_p": "p.Glu1347Asp",
"transcript": "NM_001369737.1",
"protein_id": "NP_001356666.1",
"transcript_support_level": null,
"aa_start": 1347,
"aa_end": null,
"aa_length": 1433,
"cds_start": 4041,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369737.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4041A>T",
"hgvs_p": "p.Glu1347Asp",
"transcript": "NM_001369738.1",
"protein_id": "NP_001356667.1",
"transcript_support_level": null,
"aa_start": 1347,
"aa_end": null,
"aa_length": 1433,
"cds_start": 4041,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369738.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.4041A>T",
"hgvs_p": "p.Glu1347Asp",
"transcript": "ENST00000647621.1",
"protein_id": "ENSP00000496853.1",
"transcript_support_level": null,
"aa_start": 1347,
"aa_end": null,
"aa_length": 1433,
"cds_start": 4041,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647621.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"hgvs_c": "c.*3766A>T",
"hgvs_p": null,
"transcript": "ENST00000649735.1",
"protein_id": "ENSP00000497800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 177,
"cds_start": null,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649735.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.490+3810A>T",
"hgvs_p": null,
"transcript": "NM_001369773.1",
"protein_id": "NP_001356702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369773.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.490+3810A>T",
"hgvs_p": null,
"transcript": "NM_001369774.1",
"protein_id": "NP_001356703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369774.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.490+3810A>T",
"hgvs_p": null,
"transcript": "ENST00000689654.1",
"protein_id": "ENSP00000510784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689654.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "NM_001146326.2",
"protein_id": "NP_001139798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "NM_001146326.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "NM_001146327.2",
"protein_id": "NP_001139799.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "NM_001146327.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "NM_001369770.1",
"protein_id": "NP_001356699.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "NM_001369770.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "NM_001369771.1",
"protein_id": "NP_001356700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "NM_001369771.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "NM_001369772.1",
"protein_id": "NP_001356701.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "NM_001369772.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "NM_001387357.1",
"protein_id": "NP_001374286.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "NM_001387357.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "NM_001387358.1",
"protein_id": "NP_001374287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "NM_001387358.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "NM_015363.5",
"protein_id": "NP_056178.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "NM_015363.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "c.397+4664A>T",
"hgvs_p": null,
"transcript": "ENST00000599935.5",
"protein_id": "ENSP00000468984.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"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": "ENST00000599935.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "n.775+4664A>T",
"hgvs_p": null,
"transcript": "ENST00000650111.1",
"protein_id": "ENSP00000497728.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": "ENST00000650111.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286125",
"gene_hgnc_id": null,
"hgvs_c": "n.861+3708T>A",
"hgvs_p": null,
"transcript": "ENST00000650854.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": "ENST00000650854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286125",
"gene_hgnc_id": null,
"hgvs_c": "n.844+3708T>A",
"hgvs_p": null,
"transcript": "ENST00000652504.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": "ENST00000652504.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "n.397+4664A>T",
"hgvs_p": null,
"transcript": "ENST00000693159.1",
"protein_id": "ENSP00000510417.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": "ENST00000693159.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "n.855+4664A>T",
"hgvs_p": null,
"transcript": "NR_163140.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_163140.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "n.872+3810A>T",
"hgvs_p": null,
"transcript": "NR_163141.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_163141.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "n.1003+3810A>T",
"hgvs_p": null,
"transcript": "NR_163142.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_163142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZIM2",
"gene_hgnc_id": 12875,
"hgvs_c": "n.1169+4664A>T",
"hgvs_p": null,
"transcript": "NR_163143.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_163143.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286125",
"gene_hgnc_id": null,
"hgvs_c": "n.*102T>A",
"hgvs_p": null,
"transcript": "ENST00000651589.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": "ENST00000651589.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEG3-AS1",
"gene_hgnc_id": 35127,
"hgvs_c": "n.*143T>A",
"hgvs_p": null,
"transcript": "NR_023847.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_023847.2"
}
],
"gene_symbol": "PEG3",
"gene_hgnc_id": 8826,
"dbsnp": "rs147772587",
"frequency_reference_population": 0.00045286992,
"hom_count_reference_population": 3,
"allele_count_reference_population": 731,
"gnomad_exomes_af": 0.000287987,
"gnomad_genomes_af": 0.00203578,
"gnomad_exomes_ac": 421,
"gnomad_genomes_ac": 310,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005752354860305786,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.083,
"revel_prediction": "Benign",
"alphamissense_score": 0.1295,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.291,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001369717.1",
"gene_symbol": "PEG3",
"hgnc_id": 8826,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4512A>T",
"hgvs_p": "p.Glu1504Asp"
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001369773.1",
"gene_symbol": "ZIM2",
"hgnc_id": 12875,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.490+3810A>T",
"hgvs_p": null
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000650854.1",
"gene_symbol": "ENSG00000286125",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.861+3708T>A",
"hgvs_p": null
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "NR_023847.2",
"gene_symbol": "PEG3-AS1",
"hgnc_id": 35127,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*143T>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}