← 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: 12-57631225-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=57631225&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 57631225,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000341156.9",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001478.5",
"protein_id": "NP_001469.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 533,
"cds_start": 358,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 5368,
"mane_select": "ENST00000341156.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000341156.9",
"protein_id": "ENSP00000341562.4",
"transcript_support_level": 1,
"aa_start": 120,
"aa_end": null,
"aa_length": 533,
"cds_start": 358,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 5368,
"mane_select": "NM_001478.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000550764.5",
"protein_id": "ENSP00000450303.1",
"transcript_support_level": 1,
"aa_start": 120,
"aa_end": null,
"aa_length": 328,
"cds_start": 358,
"cds_end": null,
"cds_length": 987,
"cdna_start": 790,
"cdna_end": null,
"cdna_length": 1967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413967.1",
"protein_id": "NP_001400896.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 589,
"cds_start": 358,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 5536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413968.1",
"protein_id": "NP_001400897.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 578,
"cds_start": 358,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 5503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413969.1",
"protein_id": "NP_001400898.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 578,
"cds_start": 358,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 5212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413970.1",
"protein_id": "NP_001400899.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 544,
"cds_start": 358,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 5401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413971.1",
"protein_id": "NP_001400900.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 544,
"cds_start": 358,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 830,
"cdna_end": null,
"cdna_length": 5442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413972.1",
"protein_id": "NP_001400901.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 544,
"cds_start": 358,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 5110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413973.1",
"protein_id": "NP_001400902.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 533,
"cds_start": 358,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 830,
"cdna_end": null,
"cdna_length": 5409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413974.1",
"protein_id": "NP_001400903.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 533,
"cds_start": 358,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 5077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413977.1",
"protein_id": "NP_001400906.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 500,
"cds_start": 358,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 5269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413979.1",
"protein_id": "NP_001400908.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 337,
"cds_start": 358,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 830,
"cdna_end": null,
"cdna_length": 1735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001413980.1",
"protein_id": "NP_001400909.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 337,
"cds_start": 358,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 1403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "NM_001276469.2",
"protein_id": "NP_001263398.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 328,
"cds_start": 358,
"cds_end": null,
"cds_length": 987,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 1966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000552350.5",
"protein_id": "ENSP00000448500.1",
"transcript_support_level": 4,
"aa_start": 120,
"aa_end": null,
"aa_length": 328,
"cds_start": 358,
"cds_end": null,
"cds_length": 987,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000449184.7",
"protein_id": "ENSP00000473533.1",
"transcript_support_level": 2,
"aa_start": 120,
"aa_end": null,
"aa_length": 304,
"cds_start": 358,
"cds_end": null,
"cds_length": 915,
"cdna_start": 827,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000548888.5",
"protein_id": "ENSP00000447945.1",
"transcript_support_level": 4,
"aa_start": 120,
"aa_end": null,
"aa_length": 236,
"cds_start": 358,
"cds_end": null,
"cds_length": 712,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*",
"transcript": "ENST00000551220.1",
"protein_id": "ENSP00000446566.1",
"transcript_support_level": 4,
"aa_start": 120,
"aa_end": null,
"aa_length": 119,
"cds_start": 358,
"cds_end": null,
"cds_length": 361,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.589C>T",
"hgvs_p": "p.Gln197*",
"transcript": "XM_047428680.1",
"protein_id": "XP_047284636.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 655,
"cds_start": 589,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 5438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.589C>T",
"hgvs_p": "p.Gln197*",
"transcript": "XM_011538147.4",
"protein_id": "XP_011536449.2",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 627,
"cds_start": 589,
"cds_end": null,
"cds_length": 1884,
"cdna_start": 725,
"cdna_end": null,
"cdna_length": 5355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.589C>T",
"hgvs_p": "p.Gln197*",
"transcript": "XM_005268773.6",
"protein_id": "XP_005268830.2",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 621,
"cds_start": 589,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 722,
"cdna_end": null,
"cdna_length": 5334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.589C>T",
"hgvs_p": "p.Gln197*",
"transcript": "XM_024448928.2",
"protein_id": "XP_024304696.2",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 616,
"cds_start": 589,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 5321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.589C>T",
"hgvs_p": "p.Gln197*",
"transcript": "XM_047428681.1",
"protein_id": "XP_047284637.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 610,
"cds_start": 589,
"cds_end": null,
"cds_length": 1833,
"cdna_start": 721,
"cdna_end": null,
"cdna_length": 5300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.589C>T",
"hgvs_p": "p.Gln197*",
"transcript": "XM_047428682.1",
"protein_id": "XP_047284638.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 577,
"cds_start": 589,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 1965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.*28C>T",
"hgvs_p": null,
"transcript": "ENST00000548487.5",
"protein_id": "ENSP00000449534.1",
"transcript_support_level": 4,
"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": 562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.414C>T",
"hgvs_p": null,
"transcript": "ENST00000550943.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.906C>T",
"hgvs_p": null,
"transcript": "ENST00000551925.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.248C>T",
"hgvs_p": null,
"transcript": "ENST00000552219.5",
"protein_id": "ENSP00000448340.1",
"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": 502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.358C>T",
"hgvs_p": null,
"transcript": "ENST00000552798.5",
"protein_id": "ENSP00000447076.1",
"transcript_support_level": 5,
"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": 1945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.739C>T",
"hgvs_p": null,
"transcript": "ENST00000553142.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 5580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-630C>T",
"hgvs_p": null,
"transcript": "NM_001413981.1",
"protein_id": "NP_001400910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-630C>T",
"hgvs_p": null,
"transcript": "NM_001413982.1",
"protein_id": "NP_001400911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": -4,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-630C>T",
"hgvs_p": null,
"transcript": "NM_001413983.1",
"protein_id": "NP_001400912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 204,
"cds_start": -4,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-630C>T",
"hgvs_p": null,
"transcript": "NM_001413984.1",
"protein_id": "NP_001400913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 204,
"cds_start": -4,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.*28C>T",
"hgvs_p": null,
"transcript": "ENST00000548487.5",
"protein_id": "ENSP00000449534.1",
"transcript_support_level": 4,
"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": 562,
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.219-139C>T",
"hgvs_p": null,
"transcript": "NM_001276468.2",
"protein_id": "NP_001263397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": -4,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4912,
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.219-139C>T",
"hgvs_p": null,
"transcript": "NM_001413978.1",
"protein_id": "NP_001400907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": -4,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5203,
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.219-139C>T",
"hgvs_p": null,
"transcript": "ENST00000418555.6",
"protein_id": "ENSP00000401601.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": -4,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.-140C>T",
"hgvs_p": null,
"transcript": "ENST00000549391.5",
"protein_id": "ENSP00000447750.1",
"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": 879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"dbsnp": "rs879255241",
"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.5,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.18000000715255737,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.5,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.708,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.18,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000341156.9",
"gene_symbol": "B4GALNT1",
"hgnc_id": 4117,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Gln120*"
}
],
"clinvar_disease": "Hereditary spastic paraplegia 26,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Hereditary spastic paraplegia 26|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}