← 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-34649462-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=34649462&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 34649462,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000155.4",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.957C>A",
"hgvs_p": "p.His319Gln",
"transcript": "NM_000155.4",
"protein_id": "NP_000146.2",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 379,
"cds_start": 957,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 987,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": "ENST00000378842.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000155.4"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.957C>A",
"hgvs_p": "p.His319Gln",
"transcript": "ENST00000378842.8",
"protein_id": "ENSP00000368119.4",
"transcript_support_level": 1,
"aa_start": 319,
"aa_end": null,
"aa_length": 379,
"cds_start": 957,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 987,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": "NM_000155.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378842.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258728",
"gene_hgnc_id": null,
"hgvs_c": "c.432+1006C>A",
"hgvs_p": null,
"transcript": "ENST00000556278.1",
"protein_id": "ENSP00000451792.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"cds_end": null,
"cds_length": 842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 902,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556278.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.996C>A",
"hgvs_p": "p.His332Gln",
"transcript": "ENST00000902340.1",
"protein_id": "ENSP00000572399.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 392,
"cds_start": 996,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 1090,
"cdna_end": null,
"cdna_length": 1420,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902340.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.984C>A",
"hgvs_p": "p.His328Gln",
"transcript": "ENST00000902346.1",
"protein_id": "ENSP00000572405.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 388,
"cds_start": 984,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 1320,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902346.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.957C>A",
"hgvs_p": "p.His319Gln",
"transcript": "ENST00000902330.1",
"protein_id": "ENSP00000572389.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 379,
"cds_start": 957,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1431,
"cdna_end": null,
"cdna_length": 2919,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902330.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.957C>A",
"hgvs_p": "p.His319Gln",
"transcript": "ENST00000902331.1",
"protein_id": "ENSP00000572390.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 379,
"cds_start": 957,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1313,
"cdna_end": null,
"cdna_length": 1628,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902331.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.957C>A",
"hgvs_p": "p.His319Gln",
"transcript": "ENST00000902333.1",
"protein_id": "ENSP00000572392.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 379,
"cds_start": 957,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1137,
"cdna_end": null,
"cdna_length": 1445,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902333.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.957C>A",
"hgvs_p": "p.His319Gln",
"transcript": "ENST00000964991.1",
"protein_id": "ENSP00000635050.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 379,
"cds_start": 957,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1225,
"cdna_end": null,
"cdna_length": 1721,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964991.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.957C>A",
"hgvs_p": "p.His319Gln",
"transcript": "ENST00000964992.1",
"protein_id": "ENSP00000635051.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 379,
"cds_start": 957,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964992.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.951C>A",
"hgvs_p": "p.His317Gln",
"transcript": "ENST00000936127.1",
"protein_id": "ENSP00000606186.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 377,
"cds_start": 951,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1021,
"cdna_end": null,
"cdna_length": 1338,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936127.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.945C>A",
"hgvs_p": "p.His315Gln",
"transcript": "ENST00000902332.1",
"protein_id": "ENSP00000572391.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 375,
"cds_start": 945,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1016,
"cdna_end": null,
"cdna_length": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902332.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.945C>A",
"hgvs_p": "p.His315Gln",
"transcript": "ENST00000902336.1",
"protein_id": "ENSP00000572395.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 375,
"cds_start": 945,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1043,
"cdna_end": null,
"cdna_length": 1518,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902336.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.945C>A",
"hgvs_p": "p.His315Gln",
"transcript": "ENST00000902344.1",
"protein_id": "ENSP00000572403.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 375,
"cds_start": 945,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 1305,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902344.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.900C>A",
"hgvs_p": "p.His300Gln",
"transcript": "ENST00000902337.1",
"protein_id": "ENSP00000572396.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 360,
"cds_start": 900,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 1466,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902337.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.888C>A",
"hgvs_p": "p.His296Gln",
"transcript": "ENST00000902339.1",
"protein_id": "ENSP00000572398.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 356,
"cds_start": 888,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1008,
"cdna_end": null,
"cdna_length": 1330,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902339.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.873C>A",
"hgvs_p": "p.His291Gln",
"transcript": "ENST00000902334.1",
"protein_id": "ENSP00000572393.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 351,
"cds_start": 873,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1155,
"cdna_end": null,
"cdna_length": 1636,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902334.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.873C>A",
"hgvs_p": "p.His291Gln",
"transcript": "ENST00000964993.1",
"protein_id": "ENSP00000635052.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 351,
"cds_start": 873,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 942,
"cdna_end": null,
"cdna_length": 1254,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964993.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.861C>A",
"hgvs_p": "p.His287Gln",
"transcript": "ENST00000902347.1",
"protein_id": "ENSP00000572406.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 347,
"cds_start": 861,
"cds_end": null,
"cds_length": 1044,
"cdna_start": 889,
"cdna_end": null,
"cdna_length": 1197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902347.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.834C>A",
"hgvs_p": "p.His278Gln",
"transcript": "ENST00000902335.1",
"protein_id": "ENSP00000572394.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 338,
"cds_start": 834,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902335.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.822C>A",
"hgvs_p": "p.His274Gln",
"transcript": "ENST00000902341.1",
"protein_id": "ENSP00000572400.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 334,
"cds_start": 822,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 892,
"cdna_end": null,
"cdna_length": 1200,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902341.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.816C>A",
"hgvs_p": "p.His272Gln",
"transcript": "ENST00000902348.1",
"protein_id": "ENSP00000572407.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 332,
"cds_start": 816,
"cds_end": null,
"cds_length": 999,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 1130,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902348.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.750C>A",
"hgvs_p": "p.His250Gln",
"transcript": "ENST00000902338.1",
"protein_id": "ENSP00000572397.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 310,
"cds_start": 750,
"cds_end": null,
"cds_length": 933,
"cdna_start": 974,
"cdna_end": null,
"cdna_length": 1289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902338.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.738C>A",
"hgvs_p": "p.His246Gln",
"transcript": "ENST00000964995.1",
"protein_id": "ENSP00000635054.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 306,
"cds_start": 738,
"cds_end": null,
"cds_length": 921,
"cdna_start": 766,
"cdna_end": null,
"cdna_length": 1079,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964995.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.702C>A",
"hgvs_p": "p.His234Gln",
"transcript": "ENST00000902342.1",
"protein_id": "ENSP00000572401.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 294,
"cds_start": 702,
"cds_end": null,
"cds_length": 885,
"cdna_start": 760,
"cdna_end": null,
"cdna_length": 1077,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902342.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.690C>A",
"hgvs_p": "p.His230Gln",
"transcript": "ENST00000902343.1",
"protein_id": "ENSP00000572402.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 290,
"cds_start": 690,
"cds_end": null,
"cds_length": 873,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 1050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902343.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.645C>A",
"hgvs_p": "p.His215Gln",
"transcript": "ENST00000902345.1",
"protein_id": "ENSP00000572404.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 275,
"cds_start": 645,
"cds_end": null,
"cds_length": 828,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 984,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902345.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.630C>A",
"hgvs_p": "p.His210Gln",
"transcript": "NM_001258332.2",
"protein_id": "NP_001245261.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 270,
"cds_start": 630,
"cds_end": null,
"cds_length": 813,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1631,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258332.2"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.630C>A",
"hgvs_p": "p.His210Gln",
"transcript": "ENST00000450095.6",
"protein_id": "ENSP00000401956.2",
"transcript_support_level": 2,
"aa_start": 210,
"aa_end": null,
"aa_length": 270,
"cds_start": 630,
"cds_end": null,
"cds_length": 813,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 1280,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450095.6"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.618C>A",
"hgvs_p": "p.His206Gln",
"transcript": "ENST00000964994.1",
"protein_id": "ENSP00000635053.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 266,
"cds_start": 618,
"cds_end": null,
"cds_length": 801,
"cdna_start": 646,
"cdna_end": null,
"cdna_length": 960,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964994.1"
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "c.567C>A",
"hgvs_p": "p.His189Gln",
"transcript": "ENST00000964996.1",
"protein_id": "ENSP00000635055.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 249,
"cds_start": 567,
"cds_end": null,
"cds_length": 750,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 906,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964996.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "n.541C>A",
"hgvs_p": null,
"transcript": "ENST00000488412.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 858,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000488412.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "n.1365C>A",
"hgvs_p": null,
"transcript": "ENST00000489643.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2019,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000489643.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "n.*577C>A",
"hgvs_p": null,
"transcript": "ENST00000554550.5",
"protein_id": "ENSP00000451435.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1164,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000554550.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "n.1429C>A",
"hgvs_p": null,
"transcript": "ENST00000554638.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1712,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000554638.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "n.1746C>A",
"hgvs_p": null,
"transcript": "ENST00000555020.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2566,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000555020.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "n.405C>A",
"hgvs_p": null,
"transcript": "ENST00000555754.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 727,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000555754.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "n.1532C>A",
"hgvs_p": null,
"transcript": "ENST00000557706.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1828,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000557706.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258728",
"gene_hgnc_id": null,
"hgvs_c": "n.*545C>A",
"hgvs_p": null,
"transcript": "ENST00000691183.1",
"protein_id": "ENSP00000509954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4479,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000691183.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"hgvs_c": "n.*577C>A",
"hgvs_p": null,
"transcript": "ENST00000554550.5",
"protein_id": "ENSP00000451435.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1164,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000554550.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258728",
"gene_hgnc_id": null,
"hgvs_c": "n.*545C>A",
"hgvs_p": null,
"transcript": "ENST00000691183.1",
"protein_id": "ENSP00000509954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4479,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000691183.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000294190",
"gene_hgnc_id": null,
"hgvs_c": "n.126+2447G>T",
"hgvs_p": null,
"transcript": "ENST00000721802.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 496,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000721802.1"
}
],
"gene_symbol": "GALT",
"gene_hgnc_id": 4135,
"dbsnp": "rs111033792",
"frequency_reference_population": 0.0000030978167,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273623,
"gnomad_genomes_af": 0.00000657142,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9943745136260986,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.943,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9568,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.48,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -0.291,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 29,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS1_Very_Strong,PS3,PM1,PM2,PP2,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 29,
"benign_score": 0,
"pathogenic_score": 29,
"criteria": [
"PS1_Very_Strong",
"PS3",
"PM1",
"PM2",
"PP2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000155.4",
"gene_symbol": "GALT",
"hgnc_id": 4135,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.957C>A",
"hgvs_p": "p.His319Gln"
},
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PS3",
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000556278.1",
"gene_symbol": "ENSG00000258728",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.432+1006C>A",
"hgvs_p": null
},
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PS3",
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000721802.1",
"gene_symbol": "ENSG00000294190",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.126+2447G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Deficiency of UDPglucose-hexose-1-phosphate uridylyltransferase,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6 LP:1",
"phenotype_combined": "Deficiency of UDPglucose-hexose-1-phosphate uridylyltransferase|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}