← 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: 15-49335492-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=49335492&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 49335492,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000299338.11",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1276C>A",
"hgvs_p": "p.Pro426Thr",
"transcript": "NM_152647.3",
"protein_id": "NP_689860.2",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 508,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 3316,
"mane_select": "ENST00000299338.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1276C>A",
"hgvs_p": "p.Pro426Thr",
"transcript": "ENST00000299338.11",
"protein_id": "ENSP00000299338.6",
"transcript_support_level": 2,
"aa_start": 426,
"aa_end": null,
"aa_length": 508,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 3316,
"mane_select": "NM_152647.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1276C>A",
"hgvs_p": "p.Pro426Thr",
"transcript": "XM_005254213.4",
"protein_id": "XP_005254270.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 533,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1536,
"cdna_end": null,
"cdna_length": 3460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1276C>A",
"hgvs_p": "p.Pro426Thr",
"transcript": "XM_005254214.4",
"protein_id": "XP_005254271.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 533,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 3391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1276C>A",
"hgvs_p": "p.Pro426Thr",
"transcript": "XM_006720423.4",
"protein_id": "XP_006720486.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 533,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1524,
"cdna_end": null,
"cdna_length": 3448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1276C>A",
"hgvs_p": "p.Pro426Thr",
"transcript": "XM_047432220.1",
"protein_id": "XP_047288176.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 533,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 3714,
"cdna_end": null,
"cdna_length": 5638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1240C>A",
"hgvs_p": "p.Pro414Thr",
"transcript": "XM_005254215.4",
"protein_id": "XP_005254272.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 521,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1500,
"cdna_end": null,
"cdna_length": 3424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1174C>A",
"hgvs_p": "p.Pro392Thr",
"transcript": "XM_005254216.4",
"protein_id": "XP_005254273.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 499,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1434,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1138C>A",
"hgvs_p": "p.Pro380Thr",
"transcript": "XM_047432221.1",
"protein_id": "XP_047288177.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 487,
"cds_start": 1138,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1329,
"cdna_end": null,
"cdna_length": 3253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1135C>A",
"hgvs_p": "p.Pro379Thr",
"transcript": "XM_006720426.3",
"protein_id": "XP_006720489.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 486,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 3319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1135C>A",
"hgvs_p": "p.Pro379Thr",
"transcript": "XM_047432222.1",
"protein_id": "XP_047288178.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 486,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1326,
"cdna_end": null,
"cdna_length": 3250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1033C>A",
"hgvs_p": "p.Pro345Thr",
"transcript": "XM_017021990.2",
"protein_id": "XP_016877479.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 452,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1293,
"cdna_end": null,
"cdna_length": 3217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1027C>A",
"hgvs_p": "p.Pro343Thr",
"transcript": "XM_047432223.1",
"protein_id": "XP_047288179.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 450,
"cds_start": 1027,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 1327,
"cdna_end": null,
"cdna_length": 3251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.934C>A",
"hgvs_p": "p.Pro312Thr",
"transcript": "XM_017021994.2",
"protein_id": "XP_016877483.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 419,
"cds_start": 934,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1194,
"cdna_end": null,
"cdna_length": 3118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.934C>A",
"hgvs_p": "p.Pro312Thr",
"transcript": "XM_047432224.1",
"protein_id": "XP_047288180.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 419,
"cds_start": 934,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 3049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.874C>A",
"hgvs_p": "p.Pro292Thr",
"transcript": "XM_011521320.2",
"protein_id": "XP_011519622.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 399,
"cds_start": 874,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1022,
"cdna_end": null,
"cdna_length": 2946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.874C>A",
"hgvs_p": "p.Pro292Thr",
"transcript": "XM_017021996.2",
"protein_id": "XP_016877485.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 399,
"cds_start": 874,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1095,
"cdna_end": null,
"cdna_length": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.838C>A",
"hgvs_p": "p.Pro280Thr",
"transcript": "XM_011521322.2",
"protein_id": "XP_011519624.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 387,
"cds_start": 838,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 986,
"cdna_end": null,
"cdna_length": 2910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GALK2",
"gene_hgnc_id": 4119,
"hgvs_c": "c.448+7362G>T",
"hgvs_p": null,
"transcript": "ENST00000559580.5",
"protein_id": "ENSP00000453257.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": -4,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GALK2",
"gene_hgnc_id": 4119,
"hgvs_c": "c.425+15687G>T",
"hgvs_p": null,
"transcript": "ENST00000558399.5",
"protein_id": "ENSP00000453252.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "n.421-3643C>A",
"hgvs_p": null,
"transcript": "ENST00000559573.3",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2204,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "GALK2",
"gene_hgnc_id": 4119,
"hgvs_c": "c.1393+7362G>T",
"hgvs_p": null,
"transcript": "XM_047432347.1",
"protein_id": "XP_047288303.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "GALK2",
"gene_hgnc_id": 4119,
"hgvs_c": "c.1393+7362G>T",
"hgvs_p": null,
"transcript": "XM_047432348.1",
"protein_id": "XP_047288304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "GALK2",
"gene_hgnc_id": 4119,
"hgvs_c": "c.1276+7362G>T",
"hgvs_p": null,
"transcript": "XM_024449892.2",
"protein_id": "XP_024305660.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 438,
"cds_start": -4,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GALK2",
"gene_hgnc_id": 4119,
"hgvs_c": "c.1177+7362G>T",
"hgvs_p": null,
"transcript": "XM_024449894.2",
"protein_id": "XP_024305662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 405,
"cds_start": -4,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1166-3643C>A",
"hgvs_p": null,
"transcript": "XM_017021995.2",
"protein_id": "XP_016877484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 400,
"cds_start": -4,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"hgvs_c": "c.1111-3643C>A",
"hgvs_p": null,
"transcript": "XM_047432225.1",
"protein_id": "XP_047288181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "GALK2",
"gene_hgnc_id": 4119,
"hgvs_c": "c.1078+7362G>T",
"hgvs_p": null,
"transcript": "XM_047432351.1",
"protein_id": "XP_047288307.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": -4,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "GALK2",
"gene_hgnc_id": 4119,
"hgvs_c": "c.1078+7362G>T",
"hgvs_p": null,
"transcript": "XM_047432352.1",
"protein_id": "XP_047288308.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": -4,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FAM227B",
"gene_hgnc_id": 26543,
"dbsnp": "rs148287477",
"frequency_reference_population": 0.000001369985,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136998,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.320669949054718,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.106,
"revel_prediction": "Benign",
"alphamissense_score": 0.1814,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.142,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000299338.11",
"gene_symbol": "FAM227B",
"hgnc_id": 26543,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1276C>A",
"hgvs_p": "p.Pro426Thr"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000559580.5",
"gene_symbol": "GALK2",
"hgnc_id": 4119,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.448+7362G>T",
"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
}