← 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: 3-161085944-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=161085944&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 161085944,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000320474.10",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_003781.4",
"protein_id": "NP_003772.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1234,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": "ENST00000320474.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000320474.10",
"protein_id": "ENSP00000323479.4",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1234,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": "NM_003781.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000392781.7",
"protein_id": "ENSP00000376532.2",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1559,
"cdna_end": null,
"cdna_length": 3620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000488170.5",
"protein_id": "ENSP00000420163.1",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1475,
"cdna_end": null,
"cdna_length": 1660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.1171G>A",
"hgvs_p": "p.Gly391Arg",
"transcript": "NM_001349162.2",
"protein_id": "NP_001336091.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 451,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1800,
"cdna_end": null,
"cdna_length": 3861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.1171G>A",
"hgvs_p": "p.Gly391Arg",
"transcript": "NM_001349163.2",
"protein_id": "NP_001336092.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 451,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1350,
"cdna_end": null,
"cdna_length": 3411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001038628.2",
"protein_id": "NP_001033717.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1557,
"cdna_end": null,
"cdna_length": 3618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349130.2",
"protein_id": "NP_001336059.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 3551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349131.2",
"protein_id": "NP_001336060.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1583,
"cdna_end": null,
"cdna_length": 3644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349132.2",
"protein_id": "NP_001336061.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 3499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349133.2",
"protein_id": "NP_001336062.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1332,
"cdna_end": null,
"cdna_length": 3393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349134.2",
"protein_id": "NP_001336063.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 3292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349135.2",
"protein_id": "NP_001336064.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1327,
"cdna_end": null,
"cdna_length": 3388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349136.2",
"protein_id": "NP_001336065.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1232,
"cdna_end": null,
"cdna_length": 3293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349137.2",
"protein_id": "NP_001336066.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1464,
"cdna_end": null,
"cdna_length": 3525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349138.2",
"protein_id": "NP_001336067.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1342,
"cdna_end": null,
"cdna_length": 3403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349139.2",
"protein_id": "NP_001336068.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1493,
"cdna_end": null,
"cdna_length": 3554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349140.2",
"protein_id": "NP_001336069.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 3507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349141.2",
"protein_id": "NP_001336070.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1258,
"cdna_end": null,
"cdna_length": 3319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349142.2",
"protein_id": "NP_001336071.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1136,
"cdna_end": null,
"cdna_length": 3197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349143.2",
"protein_id": "NP_001336072.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1586,
"cdna_end": null,
"cdna_length": 3647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349144.2",
"protein_id": "NP_001336073.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1382,
"cdna_end": null,
"cdna_length": 3443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349145.2",
"protein_id": "NP_001336074.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1925,
"cdna_end": null,
"cdna_length": 3986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349146.2",
"protein_id": "NP_001336075.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1681,
"cdna_end": null,
"cdna_length": 3742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349147.2",
"protein_id": "NP_001336076.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1896,
"cdna_end": null,
"cdna_length": 3957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349148.2",
"protein_id": "NP_001336077.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1466,
"cdna_end": null,
"cdna_length": 3527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349149.2",
"protein_id": "NP_001336078.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1801,
"cdna_end": null,
"cdna_length": 3862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349150.2",
"protein_id": "NP_001336079.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1803,
"cdna_end": null,
"cdna_length": 3864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349151.2",
"protein_id": "NP_001336080.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1585,
"cdna_end": null,
"cdna_length": 3646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349152.2",
"protein_id": "NP_001336081.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1696,
"cdna_end": null,
"cdna_length": 3757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349153.2",
"protein_id": "NP_001336082.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1463,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349154.2",
"protein_id": "NP_001336083.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1678,
"cdna_end": null,
"cdna_length": 3739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349155.2",
"protein_id": "NP_001336084.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1708,
"cdna_end": null,
"cdna_length": 3769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349156.2",
"protein_id": "NP_001336085.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1777,
"cdna_end": null,
"cdna_length": 3838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349157.2",
"protein_id": "NP_001336086.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1682,
"cdna_end": null,
"cdna_length": 3743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349158.2",
"protein_id": "NP_001336087.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1589,
"cdna_end": null,
"cdna_length": 3650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349159.2",
"protein_id": "NP_001336088.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 3893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349160.1",
"protein_id": "NP_001336089.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1341,
"cdna_end": null,
"cdna_length": 3402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_001349161.2",
"protein_id": "NP_001336090.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1338,
"cdna_end": null,
"cdna_length": 3399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_033167.3",
"protein_id": "NP_149357.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1353,
"cdna_end": null,
"cdna_length": 3414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_033168.3",
"protein_id": "NP_149358.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1139,
"cdna_end": null,
"cdna_length": 3200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "NM_033169.3",
"protein_id": "NP_149359.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1413,
"cdna_end": null,
"cdna_length": 3474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000392779.6",
"protein_id": "ENSP00000376530.2",
"transcript_support_level": 2,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 3221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000473285.5",
"protein_id": "ENSP00000418226.1",
"transcript_support_level": 5,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1162,
"cdna_end": null,
"cdna_length": 2123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000650695.1",
"protein_id": "ENSP00000498902.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1437,
"cdna_end": null,
"cdna_length": 3479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000650733.1",
"protein_id": "ENSP00000499186.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1646,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651117.1",
"protein_id": "ENSP00000498854.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1388,
"cdna_end": null,
"cdna_length": 3398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651147.1",
"protein_id": "ENSP00000498478.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1447,
"cdna_end": null,
"cdna_length": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651178.1",
"protein_id": "ENSP00000498982.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 3392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651254.1",
"protein_id": "ENSP00000498553.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1571,
"cdna_end": null,
"cdna_length": 3575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651292.1",
"protein_id": "ENSP00000498542.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1580,
"cdna_end": null,
"cdna_length": 3604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651305.1",
"protein_id": "ENSP00000498427.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 2880,
"cdna_end": null,
"cdna_length": 3774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651379.1",
"protein_id": "ENSP00000498978.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1445,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651380.1",
"protein_id": "ENSP00000499072.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1376,
"cdna_end": null,
"cdna_length": 3400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651460.1",
"protein_id": "ENSP00000498369.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1854,
"cdna_end": null,
"cdna_length": 3890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651509.1",
"protein_id": "ENSP00000499003.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1565,
"cdna_end": null,
"cdna_length": 2503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651686.1",
"protein_id": "ENSP00000498346.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1220,
"cdna_end": null,
"cdna_length": 3256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651689.1",
"protein_id": "ENSP00000499010.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1516,
"cdna_end": null,
"cdna_length": 3538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651791.1",
"protein_id": "ENSP00000499180.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1517,
"cdna_end": null,
"cdna_length": 3531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651916.1",
"protein_id": "ENSP00000498487.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1453,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651953.1",
"protein_id": "ENSP00000498633.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1402,
"cdna_end": null,
"cdna_length": 3433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000651972.1",
"protein_id": "ENSP00000498907.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1479,
"cdna_end": null,
"cdna_length": 3512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000652032.1",
"protein_id": "ENSP00000498901.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1380,
"cdna_end": null,
"cdna_length": 1640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000652059.1",
"protein_id": "ENSP00000498743.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 3333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000652111.1",
"protein_id": "ENSP00000498689.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 3860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000652143.1",
"protein_id": "ENSP00000498655.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1568,
"cdna_end": null,
"cdna_length": 3263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000652377.1",
"protein_id": "ENSP00000498481.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1262,
"cdna_end": null,
"cdna_length": 3058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000652596.1",
"protein_id": "ENSP00000498810.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1673,
"cdna_end": null,
"cdna_length": 2458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000652669.1",
"protein_id": "ENSP00000498696.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1653,
"cdna_end": null,
"cdna_length": 2505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "ENST00000652730.1",
"protein_id": "ENSP00000498660.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 2204,
"cdna_end": null,
"cdna_length": 4218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.1171G>A",
"hgvs_p": "p.Gly391Arg",
"transcript": "XM_047449138.1",
"protein_id": "XP_047305094.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 451,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1461,
"cdna_end": null,
"cdna_length": 3522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "XM_005247859.6",
"protein_id": "XP_005247916.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1345,
"cdna_end": null,
"cdna_length": 3406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "XM_024453808.1",
"protein_id": "XP_024309576.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1120,
"cdna_end": null,
"cdna_length": 3181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "XM_047449131.1",
"protein_id": "XP_047305087.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1577,
"cdna_end": null,
"cdna_length": 3638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "XM_047449132.1",
"protein_id": "XP_047305088.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1774,
"cdna_end": null,
"cdna_length": 3835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "XM_047449133.1",
"protein_id": "XP_047305089.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1625,
"cdna_end": null,
"cdna_length": 3686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "XM_047449135.1",
"protein_id": "XP_047305091.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1293,
"cdna_end": null,
"cdna_length": 3354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "XM_047449136.1",
"protein_id": "XP_047305092.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1559,
"cdna_end": null,
"cdna_length": 3620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg",
"transcript": "XM_047449137.1",
"protein_id": "XP_047305093.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 331,
"cds_start": 811,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1371,
"cdna_end": null,
"cdna_length": 3432,
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "n.3081G>A",
"hgvs_p": null,
"transcript": "ENST00000651422.1",
"protein_id": null,
"transcript_support_level": null,
"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": 3786,
"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": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "n.1441G>A",
"hgvs_p": null,
"transcript": "ENST00000652134.1",
"protein_id": null,
"transcript_support_level": null,
"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": 3083,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.492-71G>A",
"hgvs_p": null,
"transcript": "ENST00000651282.1",
"protein_id": "ENSP00000498435.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 201,
"cds_start": -4,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2694,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.162-71G>A",
"hgvs_p": null,
"transcript": "ENST00000494173.7",
"protein_id": "ENSP00000419127.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 91,
"cds_start": -4,
"cds_end": null,
"cds_length": 276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1013,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.162-71G>A",
"hgvs_p": null,
"transcript": "ENST00000651430.1",
"protein_id": "ENSP00000499079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 91,
"cds_start": -4,
"cds_end": null,
"cds_length": 276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2736,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.162-71G>A",
"hgvs_p": null,
"transcript": "ENST00000651801.1",
"protein_id": "ENSP00000498243.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 91,
"cds_start": -4,
"cds_end": null,
"cds_length": 276,
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.102-71G>A",
"hgvs_p": null,
"transcript": "ENST00000417187.2",
"protein_id": "ENSP00000407027.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 33,
"cds_start": -4,
"cds_end": null,
"cds_length": 102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1929,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.102-71G>A",
"hgvs_p": null,
"transcript": "ENST00000476999.6",
"protein_id": "ENSP00000498840.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 33,
"cds_start": -4,
"cds_end": null,
"cds_length": 102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 818,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.102-71G>A",
"hgvs_p": null,
"transcript": "ENST00000494818.6",
"protein_id": "ENSP00000498378.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 33,
"cds_start": -4,
"cds_end": null,
"cds_length": 102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1138,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.102-71G>A",
"hgvs_p": null,
"transcript": "ENST00000652593.1",
"protein_id": "ENSP00000498331.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 33,
"cds_start": -4,
"cds_end": null,
"cds_length": 102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2398,
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "n.481-71G>A",
"hgvs_p": null,
"transcript": "ENST00000496295.6",
"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": 829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"hgvs_c": "c.*57G>A",
"hgvs_p": null,
"transcript": "ENST00000652309.1",
"protein_id": "ENSP00000498765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": -4,
"cds_end": null,
"cds_length": 754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "B3GALNT1",
"gene_hgnc_id": 918,
"dbsnp": "rs104893683",
"frequency_reference_population": 0.000059196816,
"hom_count_reference_population": 0,
"allele_count_reference_population": 95,
"gnomad_exomes_af": 0.000060576,
"gnomad_genomes_af": 0.0000460236,
"gnomad_exomes_ac": 88,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9910471439361572,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.842,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9932,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.32,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.818,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000320474.10",
"gene_symbol": "B3GALNT1",
"hgnc_id": 918,
"effects": [
"missense_variant"
],
"inheritance_mode": "BG",
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Gly271Arg"
}
],
"clinvar_disease": "p phenotype",
"clinvar_classification": "Affects",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "p phenotype",
"pathogenicity_classification_combined": "Affects",
"custom_annotations": null
}
],
"message": null
}