← 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-34648846-CGTCGGCATGTG-CGT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=34648846&ref=CGTCGGCATGTG&alt=CGT&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PM2",
"PM4",
"PP3"
],
"effects": [
"disruptive_inframe_deletion"
],
"gene_symbol": "GALT",
"hgnc_id": 4135,
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"inheritance_mode": "AR",
"pathogenic_score": 7,
"score": 7,
"transcript": "NM_000155.4",
"verdict": "Likely_pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000258728",
"hgnc_id": null,
"hgvs_c": "c.432+397_432+405delATGTGCGGC",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 3,
"score": 3,
"transcript": "ENST00000556278.1",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000294190",
"hgnc_id": null,
"hgvs_c": "n.126+3052_126+3060delCACATGCCG",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 3,
"score": 3,
"transcript": "ENST00000721802.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM4,PP3",
"acmg_score": 7,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"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": "R",
"aa_end": null,
"aa_length": 379,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1756,
"cdna_start": 809,
"cds_end": null,
"cds_length": 1140,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_000155.4",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000378842.8",
"protein_coding": true,
"protein_id": "NP_000146.2",
"strand": true,
"transcript": "NM_000155.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 379,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1756,
"cdna_start": 809,
"cds_end": null,
"cds_length": 1140,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000378842.8",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000155.4",
"protein_coding": true,
"protein_id": "ENSP00000368119.4",
"strand": true,
"transcript": "ENST00000378842.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 279,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 902,
"cdna_start": null,
"cds_end": null,
"cds_length": 842,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000556278.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000258728",
"hgvs_c": "c.432+397_432+405delATGTGCGGC",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000451792.1",
"strand": true,
"transcript": "ENST00000556278.1",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 392,
"aa_ref": "HVRR",
"aa_start": 273,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1420,
"cdna_start": 912,
"cds_end": null,
"cds_length": 1179,
"cds_start": 818,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000902340.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.818_826delATGTGCGGC",
"hgvs_p": "p.His273_Arg275del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572399.1",
"strand": true,
"transcript": "ENST00000902340.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 388,
"aa_ref": "HVRR",
"aa_start": 273,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1320,
"cdna_start": 846,
"cds_end": null,
"cds_length": 1167,
"cds_start": 818,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000902346.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.818_826delATGTGCGGC",
"hgvs_p": "p.His273_Arg275del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572405.1",
"strand": true,
"transcript": "ENST00000902346.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 379,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2919,
"cdna_start": 1253,
"cds_end": null,
"cds_length": 1140,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000902330.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572389.1",
"strand": true,
"transcript": "ENST00000902330.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 379,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1628,
"cdna_start": 1135,
"cds_end": null,
"cds_length": 1140,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 13,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000902331.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572390.1",
"strand": true,
"transcript": "ENST00000902331.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 379,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1445,
"cdna_start": 959,
"cds_end": null,
"cds_length": 1140,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000902333.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572392.1",
"strand": true,
"transcript": "ENST00000902333.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 379,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1721,
"cdna_start": 1047,
"cds_end": null,
"cds_length": 1140,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000964991.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635050.1",
"strand": true,
"transcript": "ENST00000964991.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 379,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1644,
"cdna_start": 1158,
"cds_end": null,
"cds_length": 1140,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000964992.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635051.1",
"strand": true,
"transcript": "ENST00000964992.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1338,
"cdna_start": 849,
"cds_end": null,
"cds_length": 1134,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000936127.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606186.1",
"strand": true,
"transcript": "ENST00000936127.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 375,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1497,
"cdna_start": 850,
"cds_end": null,
"cds_length": 1128,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000902332.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572391.1",
"strand": true,
"transcript": "ENST00000902332.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 375,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1518,
"cdna_start": 877,
"cds_end": null,
"cds_length": 1128,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000902336.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572395.1",
"strand": true,
"transcript": "ENST00000902336.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 375,
"aa_ref": "HVRR",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1305,
"cdna_start": 812,
"cds_end": null,
"cds_length": 1128,
"cds_start": 767,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000902344.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.767_775delATGTGCGGC",
"hgvs_p": "p.His256_Arg258del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572403.1",
"strand": true,
"transcript": "ENST00000902344.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 360,
"aa_ref": "HVRR",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1466,
"cdna_start": 813,
"cds_end": null,
"cds_length": 1083,
"cds_start": 722,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000902337.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.722_730delATGTGCGGC",
"hgvs_p": "p.His241_Arg243del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572396.1",
"strand": true,
"transcript": "ENST00000902337.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 356,
"aa_ref": "HVRR",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1330,
"cdna_start": 842,
"cds_end": null,
"cds_length": 1071,
"cds_start": 722,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000902339.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.722_730delATGTGCGGC",
"hgvs_p": "p.His241_Arg243del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572398.1",
"strand": true,
"transcript": "ENST00000902339.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 351,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1636,
"cdna_start": 1061,
"cds_end": null,
"cds_length": 1056,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000902334.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572393.1",
"strand": true,
"transcript": "ENST00000902334.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 351,
"aa_ref": "HVRR",
"aa_start": 232,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1254,
"cdna_start": 764,
"cds_end": null,
"cds_length": 1056,
"cds_start": 695,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000964993.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.695_703delATGTGCGGC",
"hgvs_p": "p.His232_Arg234del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635052.1",
"strand": true,
"transcript": "ENST00000964993.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 347,
"aa_ref": "HVRR",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1197,
"cdna_start": 807,
"cds_end": null,
"cds_length": 1044,
"cds_start": 779,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000902347.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.779_787delATGTGCGGC",
"hgvs_p": "p.His260_Arg262del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572406.1",
"strand": true,
"transcript": "ENST00000902347.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 338,
"aa_ref": "HVRR",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1578,
"cdna_start": 920,
"cds_end": null,
"cds_length": 1017,
"cds_start": 656,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000902335.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.656_664delATGTGCGGC",
"hgvs_p": "p.His219_Arg221del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572394.1",
"strand": true,
"transcript": "ENST00000902335.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 334,
"aa_ref": "HVRR",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1200,
"cdna_start": 726,
"cds_end": null,
"cds_length": 1005,
"cds_start": 656,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000902341.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.656_664delATGTGCGGC",
"hgvs_p": "p.His219_Arg221del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572400.1",
"strand": true,
"transcript": "ENST00000902341.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 332,
"aa_ref": "HVRR",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1130,
"cdna_start": 722,
"cds_end": null,
"cds_length": 999,
"cds_start": 722,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000902348.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.722_730delATGTGCGGC",
"hgvs_p": "p.His241_Arg243del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572407.1",
"strand": true,
"transcript": "ENST00000902348.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 310,
"aa_ref": "HVRR",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1289,
"cdna_start": 880,
"cds_end": null,
"cds_length": 933,
"cds_start": 656,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000902338.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.656_664delATGTGCGGC",
"hgvs_p": "p.His219_Arg221del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572397.1",
"strand": true,
"transcript": "ENST00000902338.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 306,
"aa_ref": "HVRR",
"aa_start": 219,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1079,
"cdna_start": 684,
"cds_end": null,
"cds_length": 921,
"cds_start": 656,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000964995.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.656_664delATGTGCGGC",
"hgvs_p": "p.His219_Arg221del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635054.1",
"strand": true,
"transcript": "ENST00000964995.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 294,
"aa_ref": "HVRR",
"aa_start": 175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1077,
"cdna_start": 582,
"cds_end": null,
"cds_length": 885,
"cds_start": 524,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000902342.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.524_532delATGTGCGGC",
"hgvs_p": "p.His175_Arg177del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572401.1",
"strand": true,
"transcript": "ENST00000902342.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 290,
"aa_ref": "HVRR",
"aa_start": 175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1050,
"cdna_start": 569,
"cds_end": null,
"cds_length": 873,
"cds_start": 524,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000902343.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.524_532delATGTGCGGC",
"hgvs_p": "p.His175_Arg177del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572402.1",
"strand": true,
"transcript": "ENST00000902343.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 275,
"aa_ref": "HVRR",
"aa_start": 156,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 984,
"cdna_start": 495,
"cds_end": null,
"cds_length": 828,
"cds_start": 467,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000902345.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.467_475delATGTGCGGC",
"hgvs_p": "p.His156_Arg158del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572404.1",
"strand": true,
"transcript": "ENST00000902345.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 270,
"aa_ref": "HVRR",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1631,
"cdna_start": 684,
"cds_end": null,
"cds_length": 813,
"cds_start": 452,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001258332.2",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.452_460delATGTGCGGC",
"hgvs_p": "p.His151_Arg153del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001245261.1",
"strand": true,
"transcript": "NM_001258332.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 270,
"aa_ref": "HVRR",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1280,
"cdna_start": 770,
"cds_end": null,
"cds_length": 813,
"cds_start": 452,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000450095.6",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.452_460delATGTGCGGC",
"hgvs_p": "p.His151_Arg153del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000401956.2",
"strand": true,
"transcript": "ENST00000450095.6",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 266,
"aa_ref": "HVRR",
"aa_start": 175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 960,
"cdna_start": 552,
"cds_end": null,
"cds_length": 801,
"cds_start": 524,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000964994.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.524_532delATGTGCGGC",
"hgvs_p": "p.His175_Arg177del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635053.1",
"strand": true,
"transcript": "ENST00000964994.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 249,
"aa_ref": "HVRR",
"aa_start": 134,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 906,
"cdna_start": 429,
"cds_end": null,
"cds_length": 750,
"cds_start": 401,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000964996.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "c.401_409delATGTGCGGC",
"hgvs_p": "p.His134_Arg136del",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635055.1",
"strand": true,
"transcript": "ENST00000964996.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": 838,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000473506.6",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*367_*375delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000432839.2",
"strand": true,
"transcript": "ENST00000473506.6",
"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": 2019,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000489643.6",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.859_867delATGTGCGGC",
"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": "ENST00000489643.6",
"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": 890,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000554085.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*523_*531delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000450419.1",
"strand": true,
"transcript": "ENST00000554085.5",
"transcript_support_level": 5
},
{
"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": 1164,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000554550.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*399_*407delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000451435.1",
"strand": true,
"transcript": "ENST00000554550.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": 1712,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000554638.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.1251_1259delATGTGCGGC",
"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": "ENST00000554638.5",
"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": 2566,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000555020.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.1240_1248delATGTGCGGC",
"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": "ENST00000555020.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": 1060,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000555086.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.783_791delATGTGCGGC",
"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": "ENST00000555086.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": 727,
"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": "ENST00000555754.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.124_132delATGTGCGGC",
"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": "ENST00000555754.1",
"transcript_support_level": 3
},
{
"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": 807,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000556244.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*588_*596delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000451756.1",
"strand": true,
"transcript": "ENST00000556244.1",
"transcript_support_level": 3
},
{
"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": 1828,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000557706.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.1341_1349delATGTGCGGC",
"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": "ENST00000557706.5",
"transcript_support_level": 3
},
{
"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": 4479,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000691183.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000258728",
"hgvs_c": "n.*367_*375delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509954.1",
"strand": true,
"transcript": "ENST00000691183.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": 838,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000473506.6",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*367_*375delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000432839.2",
"strand": true,
"transcript": "ENST00000473506.6",
"transcript_support_level": 5
},
{
"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": 890,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000554085.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*523_*531delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000450419.1",
"strand": true,
"transcript": "ENST00000554085.5",
"transcript_support_level": 5
},
{
"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": 1164,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000554550.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*399_*407delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000451435.1",
"strand": true,
"transcript": "ENST00000554550.5",
"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": 807,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000556244.1",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*588_*596delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000451756.1",
"strand": true,
"transcript": "ENST00000556244.1",
"transcript_support_level": 3
},
{
"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": 4479,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000691183.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000258728",
"hgvs_c": "n.*367_*375delATGTGCGGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509954.1",
"strand": true,
"transcript": "ENST00000691183.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": 496,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000721802.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000294190",
"hgvs_c": "n.126+3052_126+3060delCACATGCCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000721802.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": 858,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000488412.2",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.-73_-65delCGGCATGTG",
"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": "ENST00000488412.2",
"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": 913,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000473529.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*21_*29delCGGCATGTG",
"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": "ENST00000473529.5",
"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": 1442,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000487381.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*23_*31delCGGCATGTG",
"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": "ENST00000487381.5",
"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": 689,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000555214.5",
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"hgvs_c": "n.*212_*220delCGGCATGTG",
"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": "ENST00000555214.5",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "disruptive_inframe_deletion",
"frequency_reference_population": null,
"gene_hgnc_id": 4135,
"gene_symbol": "GALT",
"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": "Pathogenic",
"phylop100way_score": 9.15,
"pos": 34648848,
"ref": "TCGGCATGTG",
"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_000155.4"
}
]
}