← 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-34649503-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=34649503&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 34649503,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000155.4",
"consequences": [
{
"aa_ref": "R",
"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.998G>A",
"hgvs_p": "p.Arg333Gln",
"transcript": "NM_000155.4",
"protein_id": "NP_000146.2",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 379,
"cds_start": 998,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": "ENST00000378842.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000155.4"
},
{
"aa_ref": "R",
"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.998G>A",
"hgvs_p": "p.Arg333Gln",
"transcript": "ENST00000378842.8",
"protein_id": "ENSP00000368119.4",
"transcript_support_level": 1,
"aa_start": 333,
"aa_end": null,
"aa_length": 379,
"cds_start": 998,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1028,
"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+1047G>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": "R",
"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.1037G>A",
"hgvs_p": "p.Arg346Gln",
"transcript": "ENST00000902340.1",
"protein_id": "ENSP00000572399.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 392,
"cds_start": 1037,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 1420,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902340.1"
},
{
"aa_ref": "R",
"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.1025G>A",
"hgvs_p": "p.Arg342Gln",
"transcript": "ENST00000902346.1",
"protein_id": "ENSP00000572405.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 388,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 1053,
"cdna_end": null,
"cdna_length": 1320,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902346.1"
},
{
"aa_ref": "R",
"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.998G>A",
"hgvs_p": "p.Arg333Gln",
"transcript": "ENST00000902330.1",
"protein_id": "ENSP00000572389.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 379,
"cds_start": 998,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1472,
"cdna_end": null,
"cdna_length": 2919,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902330.1"
},
{
"aa_ref": "R",
"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.998G>A",
"hgvs_p": "p.Arg333Gln",
"transcript": "ENST00000902331.1",
"protein_id": "ENSP00000572390.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 379,
"cds_start": 998,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1354,
"cdna_end": null,
"cdna_length": 1628,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902331.1"
},
{
"aa_ref": "R",
"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.998G>A",
"hgvs_p": "p.Arg333Gln",
"transcript": "ENST00000902333.1",
"protein_id": "ENSP00000572392.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 379,
"cds_start": 998,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 1445,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902333.1"
},
{
"aa_ref": "R",
"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.998G>A",
"hgvs_p": "p.Arg333Gln",
"transcript": "ENST00000964991.1",
"protein_id": "ENSP00000635050.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 379,
"cds_start": 998,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1266,
"cdna_end": null,
"cdna_length": 1721,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964991.1"
},
{
"aa_ref": "R",
"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.998G>A",
"hgvs_p": "p.Arg333Gln",
"transcript": "ENST00000964992.1",
"protein_id": "ENSP00000635051.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 379,
"cds_start": 998,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1377,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964992.1"
},
{
"aa_ref": "R",
"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.992G>A",
"hgvs_p": "p.Arg331Gln",
"transcript": "ENST00000936127.1",
"protein_id": "ENSP00000606186.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 377,
"cds_start": 992,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1062,
"cdna_end": null,
"cdna_length": 1338,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936127.1"
},
{
"aa_ref": "R",
"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.986G>A",
"hgvs_p": "p.Arg329Gln",
"transcript": "ENST00000902332.1",
"protein_id": "ENSP00000572391.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 375,
"cds_start": 986,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1057,
"cdna_end": null,
"cdna_length": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902332.1"
},
{
"aa_ref": "R",
"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.986G>A",
"hgvs_p": "p.Arg329Gln",
"transcript": "ENST00000902336.1",
"protein_id": "ENSP00000572395.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 375,
"cds_start": 986,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1084,
"cdna_end": null,
"cdna_length": 1518,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902336.1"
},
{
"aa_ref": "R",
"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.986G>A",
"hgvs_p": "p.Arg329Gln",
"transcript": "ENST00000902344.1",
"protein_id": "ENSP00000572403.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 375,
"cds_start": 986,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 1305,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902344.1"
},
{
"aa_ref": "R",
"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.941G>A",
"hgvs_p": "p.Arg314Gln",
"transcript": "ENST00000902337.1",
"protein_id": "ENSP00000572396.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 360,
"cds_start": 941,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1032,
"cdna_end": null,
"cdna_length": 1466,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902337.1"
},
{
"aa_ref": "R",
"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.929G>A",
"hgvs_p": "p.Arg310Gln",
"transcript": "ENST00000902339.1",
"protein_id": "ENSP00000572398.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 356,
"cds_start": 929,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1049,
"cdna_end": null,
"cdna_length": 1330,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902339.1"
},
{
"aa_ref": "R",
"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.914G>A",
"hgvs_p": "p.Arg305Gln",
"transcript": "ENST00000902334.1",
"protein_id": "ENSP00000572393.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 351,
"cds_start": 914,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 1636,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902334.1"
},
{
"aa_ref": "R",
"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.914G>A",
"hgvs_p": "p.Arg305Gln",
"transcript": "ENST00000964993.1",
"protein_id": "ENSP00000635052.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 351,
"cds_start": 914,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 983,
"cdna_end": null,
"cdna_length": 1254,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964993.1"
},
{
"aa_ref": "R",
"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.902G>A",
"hgvs_p": "p.Arg301Gln",
"transcript": "ENST00000902347.1",
"protein_id": "ENSP00000572406.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 347,
"cds_start": 902,
"cds_end": null,
"cds_length": 1044,
"cdna_start": 930,
"cdna_end": null,
"cdna_length": 1197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902347.1"
},
{
"aa_ref": "R",
"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.875G>A",
"hgvs_p": "p.Arg292Gln",
"transcript": "ENST00000902335.1",
"protein_id": "ENSP00000572394.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 338,
"cds_start": 875,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1139,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902335.1"
},
{
"aa_ref": "R",
"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.863G>A",
"hgvs_p": "p.Arg288Gln",
"transcript": "ENST00000902341.1",
"protein_id": "ENSP00000572400.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 334,
"cds_start": 863,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 933,
"cdna_end": null,
"cdna_length": 1200,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902341.1"
},
{
"aa_ref": "R",
"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.857G>A",
"hgvs_p": "p.Arg286Gln",
"transcript": "ENST00000902348.1",
"protein_id": "ENSP00000572407.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 332,
"cds_start": 857,
"cds_end": null,
"cds_length": 999,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 1130,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902348.1"
},
{
"aa_ref": "R",
"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.791G>A",
"hgvs_p": "p.Arg264Gln",
"transcript": "ENST00000902338.1",
"protein_id": "ENSP00000572397.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 310,
"cds_start": 791,
"cds_end": null,
"cds_length": 933,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 1289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902338.1"
},
{
"aa_ref": "R",
"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.779G>A",
"hgvs_p": "p.Arg260Gln",
"transcript": "ENST00000964995.1",
"protein_id": "ENSP00000635054.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 306,
"cds_start": 779,
"cds_end": null,
"cds_length": 921,
"cdna_start": 807,
"cdna_end": null,
"cdna_length": 1079,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964995.1"
},
{
"aa_ref": "R",
"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.743G>A",
"hgvs_p": "p.Arg248Gln",
"transcript": "ENST00000902342.1",
"protein_id": "ENSP00000572401.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 294,
"cds_start": 743,
"cds_end": null,
"cds_length": 885,
"cdna_start": 801,
"cdna_end": null,
"cdna_length": 1077,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902342.1"
},
{
"aa_ref": "R",
"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.731G>A",
"hgvs_p": "p.Arg244Gln",
"transcript": "ENST00000902343.1",
"protein_id": "ENSP00000572402.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 290,
"cds_start": 731,
"cds_end": null,
"cds_length": 873,
"cdna_start": 776,
"cdna_end": null,
"cdna_length": 1050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902343.1"
},
{
"aa_ref": "R",
"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.686G>A",
"hgvs_p": "p.Arg229Gln",
"transcript": "ENST00000902345.1",
"protein_id": "ENSP00000572404.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 275,
"cds_start": 686,
"cds_end": null,
"cds_length": 828,
"cdna_start": 714,
"cdna_end": null,
"cdna_length": 984,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902345.1"
},
{
"aa_ref": "R",
"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.671G>A",
"hgvs_p": "p.Arg224Gln",
"transcript": "NM_001258332.2",
"protein_id": "NP_001245261.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 270,
"cds_start": 671,
"cds_end": null,
"cds_length": 813,
"cdna_start": 903,
"cdna_end": null,
"cdna_length": 1631,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258332.2"
},
{
"aa_ref": "R",
"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.671G>A",
"hgvs_p": "p.Arg224Gln",
"transcript": "ENST00000450095.6",
"protein_id": "ENSP00000401956.2",
"transcript_support_level": 2,
"aa_start": 224,
"aa_end": null,
"aa_length": 270,
"cds_start": 671,
"cds_end": null,
"cds_length": 813,
"cdna_start": 989,
"cdna_end": null,
"cdna_length": 1280,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450095.6"
},
{
"aa_ref": "R",
"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.659G>A",
"hgvs_p": "p.Arg220Gln",
"transcript": "ENST00000964994.1",
"protein_id": "ENSP00000635053.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 266,
"cds_start": 659,
"cds_end": null,
"cds_length": 801,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 960,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964994.1"
},
{
"aa_ref": "R",
"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.608G>A",
"hgvs_p": "p.Arg203Gln",
"transcript": "ENST00000964996.1",
"protein_id": "ENSP00000635055.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 249,
"cds_start": 608,
"cds_end": null,
"cds_length": 750,
"cdna_start": 636,
"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.582G>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.1406G>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.*618G>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.1470G>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.1787G>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.446G>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.1573G>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.*586G>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.*618G>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.*586G>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+2406C>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": "rs111033808",
"frequency_reference_population": 0.000010532512,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.00000957675,
"gnomad_genomes_af": 0.000019714,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9847733974456787,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.917,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2307,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.53,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.17,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 23,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS3,PM1,PM2,PM5,PP2,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 23,
"benign_score": 0,
"pathogenic_score": 23,
"criteria": [
"PS3",
"PM1",
"PM2",
"PM5",
"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.998G>A",
"hgvs_p": "p.Arg333Gln"
},
{
"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+1047G>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+2406C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Deficiency of UDPglucose-hexose-1-phosphate uridylyltransferase,Galactosemia,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "Deficiency of UDPglucose-hexose-1-phosphate uridylyltransferase|not provided|Galactosemia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}