← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 14-87986601-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=87986601&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 87986601,
"ref": "G",
"alt": "A",
"effect": "splice_region_variant,synonymous_variant",
"transcript": "ENST00000261304.7",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.330C>T",
"hgvs_p": "p.Asp110Asp",
"transcript": "NM_000153.4",
"protein_id": "NP_000144.2",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 685,
"cds_start": 330,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 3794,
"mane_select": "ENST00000261304.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.330C>T",
"hgvs_p": "p.Asp110Asp",
"transcript": "ENST00000261304.7",
"protein_id": "ENSP00000261304.2",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 685,
"cds_start": 330,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 3794,
"mane_select": "NM_000153.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.318C>T",
"hgvs_p": "p.Asp106Asp",
"transcript": "ENST00000622264.4",
"protein_id": "ENSP00000480649.1",
"transcript_support_level": 1,
"aa_start": 106,
"aa_end": null,
"aa_length": 403,
"cds_start": 318,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 320,
"cdna_end": null,
"cdna_length": 1221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.320C>T",
"hgvs_p": null,
"transcript": "ENST00000474294.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "NM_001424074.1",
"protein_id": "NP_001411003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "NM_001424075.1",
"protein_id": "NP_001411004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-338C>T",
"hgvs_p": null,
"transcript": "NM_001424076.1",
"protein_id": "NP_001411005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-338C>T",
"hgvs_p": null,
"transcript": "NM_001424077.1",
"protein_id": "NP_001411006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "XM_047431199.1",
"protein_id": "XP_047287155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "NM_001424074.1",
"protein_id": "NP_001411003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "NM_001424075.1",
"protein_id": "NP_001411004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-338C>T",
"hgvs_p": null,
"transcript": "NM_001424076.1",
"protein_id": "NP_001411005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-338C>T",
"hgvs_p": null,
"transcript": "NM_001424077.1",
"protein_id": "NP_001411006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "XM_047431199.1",
"protein_id": "XP_047287155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Asp87Asp",
"transcript": "NM_001201401.2",
"protein_id": "NP_001188330.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 662,
"cds_start": 261,
"cds_end": null,
"cds_length": 1989,
"cdna_start": 279,
"cdna_end": null,
"cdna_length": 3725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Asp87Asp",
"transcript": "ENST00000393568.8",
"protein_id": "ENSP00000377198.4",
"transcript_support_level": 2,
"aa_start": 87,
"aa_end": null,
"aa_length": 662,
"cds_start": 261,
"cds_end": null,
"cds_length": 1989,
"cdna_start": 275,
"cdna_end": null,
"cdna_length": 2054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.252C>T",
"hgvs_p": "p.Asp84Asp",
"transcript": "NM_001201402.2",
"protein_id": "NP_001188331.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 659,
"cds_start": 252,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 3864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.252C>T",
"hgvs_p": "p.Asp84Asp",
"transcript": "ENST00000393569.6",
"protein_id": "ENSP00000377199.2",
"transcript_support_level": 2,
"aa_start": 84,
"aa_end": null,
"aa_length": 659,
"cds_start": 252,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 2547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Asp54Asp",
"transcript": "NM_001424071.1",
"protein_id": "NP_001411000.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 629,
"cds_start": 162,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 4132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Asp54Asp",
"transcript": "NM_001424072.1",
"protein_id": "NP_001411001.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 629,
"cds_start": 162,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 3896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Asp54Asp",
"transcript": "NM_001424073.1",
"protein_id": "NP_001411002.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 589,
"cds_start": 162,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 3253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.162C>T",
"hgvs_p": "p.Asp54Asp",
"transcript": "ENST00000544807.6",
"protein_id": "ENSP00000437513.2",
"transcript_support_level": 2,
"aa_start": 54,
"aa_end": null,
"aa_length": 589,
"cds_start": 162,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 2528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.*79C>T",
"hgvs_p": null,
"transcript": "ENST00000554372.5",
"protein_id": "ENSP00000451884.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.209C>T",
"hgvs_p": null,
"transcript": "ENST00000554916.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.31C>T",
"hgvs_p": null,
"transcript": "ENST00000556261.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.*201C>T",
"hgvs_p": null,
"transcript": "ENST00000556879.5",
"protein_id": "ENSP00000452208.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.330C>T",
"hgvs_p": null,
"transcript": "ENST00000557316.5",
"protein_id": "ENSP00000452314.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.348C>T",
"hgvs_p": null,
"transcript": "NR_187582.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "NM_001424074.1",
"protein_id": "NP_001411003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "NM_001424075.1",
"protein_id": "NP_001411004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-338C>T",
"hgvs_p": null,
"transcript": "NM_001424076.1",
"protein_id": "NP_001411005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-338C>T",
"hgvs_p": null,
"transcript": "NM_001424077.1",
"protein_id": "NP_001411006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "c.-19C>T",
"hgvs_p": null,
"transcript": "XM_047431199.1",
"protein_id": "XP_047287155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": -4,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.*79C>T",
"hgvs_p": null,
"transcript": "ENST00000554372.5",
"protein_id": "ENSP00000451884.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"hgvs_c": "n.*201C>T",
"hgvs_p": null,
"transcript": "ENST00000556879.5",
"protein_id": "ENSP00000452208.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GALC",
"gene_hgnc_id": 4115,
"dbsnp": "rs11552556",
"frequency_reference_population": 0.04002494,
"hom_count_reference_population": 1549,
"allele_count_reference_population": 64127,
"gnomad_exomes_af": 0.0409736,
"gnomad_genomes_af": 0.0309804,
"gnomad_exomes_ac": 59415,
"gnomad_genomes_ac": 4712,
"gnomad_exomes_homalt": 1423,
"gnomad_genomes_homalt": 126,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.47999998927116394,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.1120000034570694,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.755,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.0000366407749982031,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000261304.7",
"gene_symbol": "GALC",
"hgnc_id": 4115,
"effects": [
"splice_region_variant",
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.330C>T",
"hgvs_p": "p.Asp110Asp"
}
],
"clinvar_disease": "Galactosylceramide beta-galactosidase deficiency,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:6",
"phenotype_combined": "not specified|Galactosylceramide beta-galactosidase deficiency|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}