← 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-57628835-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=57628835&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 57628835,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000341156.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001478.5",
"protein_id": "NP_001469.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 533,
"cds_start": 880,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 5368,
"mane_select": "ENST00000341156.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "ENST00000341156.9",
"protein_id": "ENSP00000341562.4",
"transcript_support_level": 1,
"aa_start": 294,
"aa_end": null,
"aa_length": 533,
"cds_start": 880,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 5368,
"mane_select": "NM_001478.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413967.1",
"protein_id": "NP_001400896.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 589,
"cds_start": 880,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 5536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413968.1",
"protein_id": "NP_001400897.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 578,
"cds_start": 880,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 5503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413969.1",
"protein_id": "NP_001400898.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 578,
"cds_start": 880,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 5212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413970.1",
"protein_id": "NP_001400899.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 544,
"cds_start": 880,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 5401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413971.1",
"protein_id": "NP_001400900.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 544,
"cds_start": 880,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1352,
"cdna_end": null,
"cdna_length": 5442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413972.1",
"protein_id": "NP_001400901.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 544,
"cds_start": 880,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 5110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413973.1",
"protein_id": "NP_001400902.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 533,
"cds_start": 880,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1352,
"cdna_end": null,
"cdna_length": 5409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413974.1",
"protein_id": "NP_001400903.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 533,
"cds_start": 880,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 5077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.781G>A",
"hgvs_p": "p.Ala261Thr",
"transcript": "NM_001413977.1",
"protein_id": "NP_001400906.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 500,
"cds_start": 781,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 1212,
"cdna_end": null,
"cdna_length": 5269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.715G>A",
"hgvs_p": "p.Ala239Thr",
"transcript": "NM_001276468.2",
"protein_id": "NP_001263397.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 478,
"cds_start": 715,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 4912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.715G>A",
"hgvs_p": "p.Ala239Thr",
"transcript": "NM_001413978.1",
"protein_id": "NP_001400907.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 478,
"cds_start": 715,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1146,
"cdna_end": null,
"cdna_length": 5203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.715G>A",
"hgvs_p": "p.Ala239Thr",
"transcript": "ENST00000418555.6",
"protein_id": "ENSP00000401601.2",
"transcript_support_level": 2,
"aa_start": 239,
"aa_end": null,
"aa_length": 478,
"cds_start": 715,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 823,
"cdna_end": null,
"cdna_length": 1861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413979.1",
"protein_id": "NP_001400908.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 337,
"cds_start": 880,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 1352,
"cdna_end": null,
"cdna_length": 1735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr",
"transcript": "NM_001413980.1",
"protein_id": "NP_001400909.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 337,
"cds_start": 880,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 1403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.781G>A",
"hgvs_p": "p.Ala261Thr",
"transcript": "ENST00000449184.7",
"protein_id": "ENSP00000473533.1",
"transcript_support_level": 2,
"aa_start": 261,
"aa_end": null,
"aa_length": 304,
"cds_start": 781,
"cds_end": null,
"cds_length": 915,
"cdna_start": 1250,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.1111G>A",
"hgvs_p": "p.Ala371Thr",
"transcript": "XM_047428680.1",
"protein_id": "XP_047284636.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 655,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 5438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.1129G>A",
"hgvs_p": "p.Ala377Thr",
"transcript": "XM_011538147.4",
"protein_id": "XP_011536449.2",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 627,
"cds_start": 1129,
"cds_end": null,
"cds_length": 1884,
"cdna_start": 1265,
"cdna_end": null,
"cdna_length": 5355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.1111G>A",
"hgvs_p": "p.Ala371Thr",
"transcript": "XM_005268773.6",
"protein_id": "XP_005268830.2",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 621,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 1244,
"cdna_end": null,
"cdna_length": 5334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.1129G>A",
"hgvs_p": "p.Ala377Thr",
"transcript": "XM_024448928.2",
"protein_id": "XP_024304696.2",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 616,
"cds_start": 1129,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1264,
"cdna_end": null,
"cdna_length": 5321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.1111G>A",
"hgvs_p": "p.Ala371Thr",
"transcript": "XM_047428681.1",
"protein_id": "XP_047284637.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 610,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1833,
"cdna_start": 1243,
"cdna_end": null,
"cdna_length": 5300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.1129G>A",
"hgvs_p": "p.Ala377Thr",
"transcript": "XM_047428682.1",
"protein_id": "XP_047284638.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 577,
"cds_start": 1129,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 1269,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.*143G>A",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.531G>A",
"hgvs_p": null,
"transcript": "ENST00000552468.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": 2538,
"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": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.*143G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.1261G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-108G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-108G>A",
"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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-108G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-108G>A",
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.*143G>A",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "n.*143G>A",
"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": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"hgvs_c": "c.-108G>A",
"hgvs_p": null,
"transcript": "ENST00000547741.1",
"protein_id": "ENSP00000448577.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 149,
"cds_start": -4,
"cds_end": null,
"cds_length": 451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "B4GALNT1",
"gene_hgnc_id": 4117,
"dbsnp": "rs147301375",
"frequency_reference_population": 0.0017197203,
"hom_count_reference_population": 12,
"allele_count_reference_population": 2776,
"gnomad_exomes_af": 0.00174636,
"gnomad_genomes_af": 0.001464,
"gnomad_exomes_ac": 2553,
"gnomad_genomes_ac": 223,
"gnomad_exomes_homalt": 12,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.006351172924041748,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.016,
"revel_prediction": "Benign",
"alphamissense_score": 0.0641,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.012,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000341156.9",
"gene_symbol": "B4GALNT1",
"hgnc_id": 4117,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.880G>A",
"hgvs_p": "p.Ala294Thr"
}
],
"clinvar_disease": "B4GALNT1-related disorder,Spastic paraplegia,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:1",
"phenotype_combined": "Spastic paraplegia|not provided|B4GALNT1-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}