← 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: 9-136412037-GCC-TCG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=136412037&ref=GCC&alt=TCG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "PMPCA",
"hgnc_id": 18667,
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_015160.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "TCG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "9",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 525,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2086,
"cdna_start": 123,
"cds_end": null,
"cds_length": 1578,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_015160.3",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000371717.8",
"protein_coding": true,
"protein_id": "NP_055975.1",
"strand": true,
"transcript": "NM_015160.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 525,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2086,
"cdna_start": 123,
"cds_end": null,
"cds_length": 1578,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000371717.8",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_015160.3",
"protein_coding": true,
"protein_id": "ENSP00000360782.3",
"strand": true,
"transcript": "ENST00000371717.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1013,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000622209.4",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.121_123delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000622209.4",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 563,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3223,
"cdna_start": 143,
"cds_end": null,
"cds_length": 1692,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000444897.3",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000408393.2",
"strand": true,
"transcript": "ENST00000444897.3",
"transcript_support_level": 2
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 558,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2202,
"cdna_start": 142,
"cds_end": null,
"cds_length": 1677,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965378.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635437.1",
"strand": true,
"transcript": "ENST00000965378.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 548,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2151,
"cdna_start": 143,
"cds_end": null,
"cds_length": 1647,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000706376.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000516358.1",
"strand": true,
"transcript": "ENST00000706376.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 532,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2104,
"cdna_start": 123,
"cds_end": null,
"cds_length": 1599,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965380.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635439.1",
"strand": true,
"transcript": "ENST00000965380.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 524,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2111,
"cdna_start": 148,
"cds_end": null,
"cds_length": 1575,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000914545.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584604.1",
"strand": true,
"transcript": "ENST00000914545.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 523,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2083,
"cdna_start": 127,
"cds_end": null,
"cds_length": 1572,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965379.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635438.1",
"strand": true,
"transcript": "ENST00000965379.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 520,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2070,
"cdna_start": 123,
"cds_end": null,
"cds_length": 1563,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000873467.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543526.1",
"strand": true,
"transcript": "ENST00000873467.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 475,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1951,
"cdna_start": 137,
"cds_end": null,
"cds_length": 1428,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000914546.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584605.1",
"strand": true,
"transcript": "ENST00000914546.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 437,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1836,
"cdna_start": 137,
"cds_end": null,
"cds_length": 1314,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000914547.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584606.1",
"strand": true,
"transcript": "ENST00000914547.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 563,
"aa_ref": "A",
"aa_start": 38,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2522,
"cdna_start": 123,
"cds_end": null,
"cds_length": 1692,
"cds_start": 112,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_005266059.4",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.112_114delGCCinsTCG",
"hgvs_p": "p.Ala38Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005266116.1",
"strand": true,
"transcript": "XM_005266059.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 425,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2084,
"cdna_start": null,
"cds_end": null,
"cds_length": 1278,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001282946.2",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.-187_-185delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001269875.1",
"strand": true,
"transcript": "NM_001282946.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 394,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1991,
"cdna_start": null,
"cds_end": null,
"cds_length": 1185,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001282944.2",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "c.-187_-185delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001269873.1",
"strand": true,
"transcript": "NM_001282944.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 713,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000371720.5",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.123_125delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000371720.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1987,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399219.7",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000416702.3",
"strand": true,
"transcript": "ENST00000399219.7",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 756,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000610649.4",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.329_331delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000610649.4",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3490,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000612553.5",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.140_142delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000612553.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 505,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000614402.4",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.107_109delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000614402.4",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 416,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000619192.4",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.137_139delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000619192.4",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 590,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000620412.4",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.123_125delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000620412.4",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2768,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706227.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516285.1",
"strand": true,
"transcript": "ENST00000706227.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2691,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706228.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516286.1",
"strand": true,
"transcript": "ENST00000706228.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2371,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706375.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516357.1",
"strand": true,
"transcript": "ENST00000706375.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2181,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706377.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516359.1",
"strand": true,
"transcript": "ENST00000706377.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3767,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706378.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.140_142delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000706378.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 936,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706379.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516360.1",
"strand": true,
"transcript": "ENST00000706379.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2916,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706380.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516361.1",
"strand": true,
"transcript": "ENST00000706380.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4625,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706381.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.137_139delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000706381.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4560,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706382.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.137_139delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000706382.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2942,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706383.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.137_139delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000706383.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2189,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706384.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516362.1",
"strand": true,
"transcript": "ENST00000706384.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1992,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706385.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516363.1",
"strand": true,
"transcript": "ENST00000706385.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2044,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706386.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516364.1",
"strand": true,
"transcript": "ENST00000706386.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2121,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706387.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516365.1",
"strand": true,
"transcript": "ENST00000706387.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1970,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706388.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516366.1",
"strand": true,
"transcript": "ENST00000706388.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5137,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706389.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.127_129delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000706389.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1943,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000706390.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.112_114delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000516367.1",
"strand": true,
"transcript": "ENST00000706390.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 583,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000620895.1",
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"hgvs_c": "n.-135_-133delGCCinsTCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000620895.1",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 18667,
"gene_symbol": "PMPCA",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.979,
"pos": 136412037,
"ref": "GCC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_015160.3"
}
]
}