← 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: 1-1806503-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1806503&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 1806503,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000378609.9",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "NM_002074.5",
"protein_id": "NP_002065.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 3163,
"mane_select": "ENST00000378609.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000378609.9",
"protein_id": "ENSP00000367872.3",
"transcript_support_level": 1,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 3163,
"mane_select": "NM_002074.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "NM_001282539.2",
"protein_id": "NP_001269468.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 553,
"cdna_end": null,
"cdna_length": 3114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000610897.4",
"protein_id": "ENSP00000481878.1",
"transcript_support_level": 5,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703692.1",
"protein_id": "ENSP00000515427.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 462,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703693.1",
"protein_id": "ENSP00000515428.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 949,
"cdna_end": null,
"cdna_length": 3484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703694.1",
"protein_id": "ENSP00000515429.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 336,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703696.1",
"protein_id": "ENSP00000515431.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 484,
"cdna_end": null,
"cdna_length": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703697.1",
"protein_id": "ENSP00000515432.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 447,
"cdna_end": null,
"cdna_length": 3247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703699.1",
"protein_id": "ENSP00000515433.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 404,
"cdna_end": null,
"cdna_length": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703700.1",
"protein_id": "ENSP00000515434.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 2875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703701.1",
"protein_id": "ENSP00000515435.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 743,
"cdna_end": null,
"cdna_length": 3214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703702.1",
"protein_id": "ENSP00000515436.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 547,
"cdna_end": null,
"cdna_length": 3008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703703.1",
"protein_id": "ENSP00000515437.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 510,
"cdna_end": null,
"cdna_length": 2923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703704.1",
"protein_id": "ENSP00000515438.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 3141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703706.1",
"protein_id": "ENSP00000515440.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 2579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703708.1",
"protein_id": "ENSP00000515442.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 876,
"cdna_end": null,
"cdna_length": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703709.1",
"protein_id": "ENSP00000515443.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 2304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703710.1",
"protein_id": "ENSP00000515444.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 1789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000703711.1",
"protein_id": "ENSP00000515445.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 1650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.200T>C",
"hgvs_p": "p.Ile67Thr",
"transcript": "ENST00000439272.7",
"protein_id": "ENSP00000399741.3",
"transcript_support_level": 5,
"aa_start": 67,
"aa_end": null,
"aa_length": 327,
"cds_start": 200,
"cds_end": null,
"cds_length": 984,
"cdna_start": 365,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.200T>C",
"hgvs_p": "p.Ile67Thr",
"transcript": "ENST00000703707.1",
"protein_id": "ENSP00000515441.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 327,
"cds_start": 200,
"cds_end": null,
"cds_length": 984,
"cdna_start": 327,
"cdna_end": null,
"cdna_length": 2340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.107T>C",
"hgvs_p": "p.Ile36Thr",
"transcript": "ENST00000703705.1",
"protein_id": "ENSP00000515439.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 296,
"cds_start": 107,
"cds_end": null,
"cds_length": 891,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 2493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000434686.6",
"protein_id": "ENSP00000392765.2",
"transcript_support_level": 3,
"aa_start": 80,
"aa_end": null,
"aa_length": 164,
"cds_start": 239,
"cds_end": null,
"cds_length": 497,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "ENST00000437146.1",
"protein_id": "ENSP00000416651.1",
"transcript_support_level": 3,
"aa_start": 80,
"aa_end": null,
"aa_length": 106,
"cds_start": 239,
"cds_end": null,
"cds_length": 323,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_017001059.3",
"protein_id": "XP_016856548.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 346,
"cdna_end": null,
"cdna_length": 2907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_017001060.3",
"protein_id": "XP_016856549.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 3159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_017001061.3",
"protein_id": "XP_016856550.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 553,
"cdna_end": null,
"cdna_length": 3110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_024446495.2",
"protein_id": "XP_024302263.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 464,
"cdna_end": null,
"cdna_length": 3025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418042.1",
"protein_id": "XP_047273998.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 3438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418043.1",
"protein_id": "XP_047273999.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 3225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418044.1",
"protein_id": "XP_047274000.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 3605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418045.1",
"protein_id": "XP_047274001.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 879,
"cdna_end": null,
"cdna_length": 3440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418046.1",
"protein_id": "XP_047274002.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 3764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418049.1",
"protein_id": "XP_047274005.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 3309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418050.1",
"protein_id": "XP_047274006.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 1092,
"cdna_end": null,
"cdna_length": 3653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418054.1",
"protein_id": "XP_047274010.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 1087,
"cdna_end": null,
"cdna_length": 3648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418055.1",
"protein_id": "XP_047274011.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 3124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418056.1",
"protein_id": "XP_047274012.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418057.1",
"protein_id": "XP_047274013.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 1516,
"cdna_end": null,
"cdna_length": 4077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418058.1",
"protein_id": "XP_047274014.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 944,
"cdna_end": null,
"cdna_length": 3505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418059.1",
"protein_id": "XP_047274015.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 3584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418060.1",
"protein_id": "XP_047274016.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 791,
"cdna_end": null,
"cdna_length": 3352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418061.1",
"protein_id": "XP_047274017.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418062.1",
"protein_id": "XP_047274018.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418063.1",
"protein_id": "XP_047274019.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 3225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418067.1",
"protein_id": "XP_047274023.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 623,
"cdna_end": null,
"cdna_length": 3180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418068.1",
"protein_id": "XP_047274024.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 2997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418069.1",
"protein_id": "XP_047274025.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 772,
"cdna_end": null,
"cdna_length": 3329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418070.1",
"protein_id": "XP_047274026.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 3305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr",
"transcript": "XM_047418071.1",
"protein_id": "XP_047274027.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 340,
"cds_start": 239,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 817,
"cdna_end": null,
"cdna_length": 3374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.200T>C",
"hgvs_p": "p.Ile67Thr",
"transcript": "XM_047418072.1",
"protein_id": "XP_047274028.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 327,
"cds_start": 200,
"cds_end": null,
"cds_length": 984,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 3124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.200T>C",
"hgvs_p": "p.Ile67Thr",
"transcript": "XM_047418073.1",
"protein_id": "XP_047274029.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 327,
"cds_start": 200,
"cds_end": null,
"cds_length": 984,
"cdna_start": 709,
"cdna_end": null,
"cdna_length": 3270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.200T>C",
"hgvs_p": "p.Ile67Thr",
"transcript": "XM_047418074.1",
"protein_id": "XP_047274030.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 327,
"cds_start": 200,
"cds_end": null,
"cds_length": 984,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.200T>C",
"hgvs_p": "p.Ile67Thr",
"transcript": "XM_047418076.1",
"protein_id": "XP_047274032.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 327,
"cds_start": 200,
"cds_end": null,
"cds_length": 984,
"cdna_start": 514,
"cdna_end": null,
"cdna_length": 3075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.200T>C",
"hgvs_p": "p.Ile67Thr",
"transcript": "XM_047418078.1",
"protein_id": "XP_047274034.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 327,
"cds_start": 200,
"cds_end": null,
"cds_length": 984,
"cdna_start": 514,
"cdna_end": null,
"cdna_length": 3071,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "n.843T>C",
"hgvs_p": null,
"transcript": "ENST00000471354.1",
"protein_id": null,
"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": 1512,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "n.239T>C",
"hgvs_p": null,
"transcript": "ENST00000703695.1",
"protein_id": "ENSP00000515430.1",
"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": 2737,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.-62T>C",
"hgvs_p": null,
"transcript": "NM_001282538.2",
"protein_id": "NP_001269467.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": -4,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3017,
"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": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"hgvs_c": "c.-62T>C",
"hgvs_p": null,
"transcript": "ENST00000615252.5",
"protein_id": "ENSP00000483532.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": -4,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GNB1",
"gene_hgnc_id": 4396,
"dbsnp": "rs752746786",
"frequency_reference_population": 0.0000013705896,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137059,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8276991844177246,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.515,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9988,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.083,
"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": 15,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 15,
"benign_score": 0,
"pathogenic_score": 15,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000378609.9",
"gene_symbol": "GNB1",
"hgnc_id": 4396,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.239T>C",
"hgvs_p": "p.Ile80Thr"
}
],
"clinvar_disease": " CHRONIC LYMPHOCYTIC, SOMATIC, autosomal dominant 42,13 conditions,7 conditions,Acute lymphoid leukemia,Cerebral palsy,Global developmental delay,Hypotonia,Inborn genetic diseases,Intellectual disability,LEUKEMIA,Myelodysplastic syndrome,Neurodevelopmental Disability,Neurodevelopmental abnormality,Neurodevelopmental delay,Neurodevelopmental disorder,Seizure,not provided,not specified",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:23 LP:1 O:1",
"phenotype_combined": "Inborn genetic diseases|7 conditions|Myelodysplastic syndrome|13 conditions|Intellectual disability, autosomal dominant 42|Neurodevelopmental disorder|Global developmental delay|Neurodevelopmental abnormality|Intellectual disability|Hypotonia;Neurodevelopmental Disability;Seizure|LEUKEMIA, CHRONIC LYMPHOCYTIC, SOMATIC|not provided|Cerebral palsy|Neurodevelopmental delay|Acute lymphoid leukemia|not specified",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}