← 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-34649477-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=34649477&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 34649477,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_000155.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.972T>C",
"hgvs_p": "p.Pro324Pro",
"transcript": "NM_000155.4",
"protein_id": "NP_000146.2",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 379,
"cds_start": 972,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1002,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": "ENST00000378842.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000155.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.972T>C",
"hgvs_p": "p.Pro324Pro",
"transcript": "ENST00000378842.8",
"protein_id": "ENSP00000368119.4",
"transcript_support_level": 1,
"aa_start": 324,
"aa_end": null,
"aa_length": 379,
"cds_start": 972,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1002,
"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+1021T>C",
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1011T>C",
"hgvs_p": "p.Pro337Pro",
"transcript": "ENST00000902340.1",
"protein_id": "ENSP00000572399.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 392,
"cds_start": 1011,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 1420,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902340.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.999T>C",
"hgvs_p": "p.Pro333Pro",
"transcript": "ENST00000902346.1",
"protein_id": "ENSP00000572405.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 388,
"cds_start": 999,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 1320,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902346.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.972T>C",
"hgvs_p": "p.Pro324Pro",
"transcript": "ENST00000902330.1",
"protein_id": "ENSP00000572389.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 379,
"cds_start": 972,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 2919,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902330.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.972T>C",
"hgvs_p": "p.Pro324Pro",
"transcript": "ENST00000902331.1",
"protein_id": "ENSP00000572390.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 379,
"cds_start": 972,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 1628,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902331.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.972T>C",
"hgvs_p": "p.Pro324Pro",
"transcript": "ENST00000902333.1",
"protein_id": "ENSP00000572392.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 379,
"cds_start": 972,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1152,
"cdna_end": null,
"cdna_length": 1445,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902333.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.972T>C",
"hgvs_p": "p.Pro324Pro",
"transcript": "ENST00000964991.1",
"protein_id": "ENSP00000635050.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 379,
"cds_start": 972,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 1721,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964991.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.972T>C",
"hgvs_p": "p.Pro324Pro",
"transcript": "ENST00000964992.1",
"protein_id": "ENSP00000635051.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 379,
"cds_start": 972,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1351,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964992.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.966T>C",
"hgvs_p": "p.Pro322Pro",
"transcript": "ENST00000936127.1",
"protein_id": "ENSP00000606186.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 377,
"cds_start": 966,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1036,
"cdna_end": null,
"cdna_length": 1338,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936127.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.960T>C",
"hgvs_p": "p.Pro320Pro",
"transcript": "ENST00000902332.1",
"protein_id": "ENSP00000572391.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 375,
"cds_start": 960,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902332.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.960T>C",
"hgvs_p": "p.Pro320Pro",
"transcript": "ENST00000902336.1",
"protein_id": "ENSP00000572395.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 375,
"cds_start": 960,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1058,
"cdna_end": null,
"cdna_length": 1518,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902336.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.960T>C",
"hgvs_p": "p.Pro320Pro",
"transcript": "ENST00000902344.1",
"protein_id": "ENSP00000572403.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 375,
"cds_start": 960,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 1305,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902344.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.915T>C",
"hgvs_p": "p.Pro305Pro",
"transcript": "ENST00000902337.1",
"protein_id": "ENSP00000572396.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 360,
"cds_start": 915,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1006,
"cdna_end": null,
"cdna_length": 1466,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902337.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.903T>C",
"hgvs_p": "p.Pro301Pro",
"transcript": "ENST00000902339.1",
"protein_id": "ENSP00000572398.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 356,
"cds_start": 903,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 1330,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902339.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.888T>C",
"hgvs_p": "p.Pro296Pro",
"transcript": "ENST00000902334.1",
"protein_id": "ENSP00000572393.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 351,
"cds_start": 888,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1170,
"cdna_end": null,
"cdna_length": 1636,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902334.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.888T>C",
"hgvs_p": "p.Pro296Pro",
"transcript": "ENST00000964993.1",
"protein_id": "ENSP00000635052.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 351,
"cds_start": 888,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 1254,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964993.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.876T>C",
"hgvs_p": "p.Pro292Pro",
"transcript": "ENST00000902347.1",
"protein_id": "ENSP00000572406.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 347,
"cds_start": 876,
"cds_end": null,
"cds_length": 1044,
"cdna_start": 904,
"cdna_end": null,
"cdna_length": 1197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902347.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.849T>C",
"hgvs_p": "p.Pro283Pro",
"transcript": "ENST00000902335.1",
"protein_id": "ENSP00000572394.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 338,
"cds_start": 849,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1113,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902335.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.837T>C",
"hgvs_p": "p.Pro279Pro",
"transcript": "ENST00000902341.1",
"protein_id": "ENSP00000572400.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 334,
"cds_start": 837,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 1200,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902341.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.831T>C",
"hgvs_p": "p.Pro277Pro",
"transcript": "ENST00000902348.1",
"protein_id": "ENSP00000572407.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 332,
"cds_start": 831,
"cds_end": null,
"cds_length": 999,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 1130,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902348.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.765T>C",
"hgvs_p": "p.Pro255Pro",
"transcript": "ENST00000902338.1",
"protein_id": "ENSP00000572397.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 310,
"cds_start": 765,
"cds_end": null,
"cds_length": 933,
"cdna_start": 989,
"cdna_end": null,
"cdna_length": 1289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902338.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.753T>C",
"hgvs_p": "p.Pro251Pro",
"transcript": "ENST00000964995.1",
"protein_id": "ENSP00000635054.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 306,
"cds_start": 753,
"cds_end": null,
"cds_length": 921,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 1079,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964995.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.717T>C",
"hgvs_p": "p.Pro239Pro",
"transcript": "ENST00000902342.1",
"protein_id": "ENSP00000572401.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 294,
"cds_start": 717,
"cds_end": null,
"cds_length": 885,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 1077,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902342.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.705T>C",
"hgvs_p": "p.Pro235Pro",
"transcript": "ENST00000902343.1",
"protein_id": "ENSP00000572402.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 290,
"cds_start": 705,
"cds_end": null,
"cds_length": 873,
"cdna_start": 750,
"cdna_end": null,
"cdna_length": 1050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902343.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.660T>C",
"hgvs_p": "p.Pro220Pro",
"transcript": "ENST00000902345.1",
"protein_id": "ENSP00000572404.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 275,
"cds_start": 660,
"cds_end": null,
"cds_length": 828,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 984,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902345.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.645T>C",
"hgvs_p": "p.Pro215Pro",
"transcript": "NM_001258332.2",
"protein_id": "NP_001245261.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 270,
"cds_start": 645,
"cds_end": null,
"cds_length": 813,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 1631,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258332.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.645T>C",
"hgvs_p": "p.Pro215Pro",
"transcript": "ENST00000450095.6",
"protein_id": "ENSP00000401956.2",
"transcript_support_level": 2,
"aa_start": 215,
"aa_end": null,
"aa_length": 270,
"cds_start": 645,
"cds_end": null,
"cds_length": 813,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 1280,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450095.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.633T>C",
"hgvs_p": "p.Pro211Pro",
"transcript": "ENST00000964994.1",
"protein_id": "ENSP00000635053.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 266,
"cds_start": 633,
"cds_end": null,
"cds_length": 801,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 960,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964994.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.582T>C",
"hgvs_p": "p.Pro194Pro",
"transcript": "ENST00000964996.1",
"protein_id": "ENSP00000635055.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 249,
"cds_start": 582,
"cds_end": null,
"cds_length": 750,
"cdna_start": 610,
"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.556T>C",
"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.1380T>C",
"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.*592T>C",
"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.1444T>C",
"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.1761T>C",
"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.420T>C",
"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.1547T>C",
"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.*560T>C",
"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.*592T>C",
"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.*560T>C",
"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+2432A>G",
"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": "rs111033793",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5199999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.361,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_000155.4",
"gene_symbol": "GALT",
"hgnc_id": 4135,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.972T>C",
"hgvs_p": "p.Pro324Pro"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000556278.1",
"gene_symbol": "ENSG00000258728",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.432+1021T>C",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000721802.1",
"gene_symbol": "ENSG00000294190",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.126+2432A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}