← 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: 9-133153924-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=133153924&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 133153924,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_021996.6",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Ala233Pro",
"transcript": "NM_021996.6",
"protein_id": "NP_068836.2",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 347,
"cds_start": 697,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372040.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021996.6"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Ala233Pro",
"transcript": "ENST00000372040.9",
"protein_id": "ENSP00000361110.3",
"transcript_support_level": 1,
"aa_start": 233,
"aa_end": null,
"aa_length": 347,
"cds_start": 697,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021996.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372040.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.*1250G>C",
"hgvs_p": null,
"transcript": "ENST00000470431.5",
"protein_id": "ENSP00000495017.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 120,
"cds_start": null,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470431.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285245",
"gene_hgnc_id": null,
"hgvs_c": "c.396+1254G>C",
"hgvs_p": null,
"transcript": "ENST00000647146.1",
"protein_id": "ENSP00000493691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 985,
"cds_start": null,
"cds_end": null,
"cds_length": 2958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647146.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.766G>C",
"hgvs_p": "p.Ala256Pro",
"transcript": "ENST00000953305.1",
"protein_id": "ENSP00000623364.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 370,
"cds_start": 766,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953305.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.745G>C",
"hgvs_p": "p.Ala249Pro",
"transcript": "ENST00000953298.1",
"protein_id": "ENSP00000623357.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 363,
"cds_start": 745,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953298.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.715G>C",
"hgvs_p": "p.Ala239Pro",
"transcript": "ENST00000913414.1",
"protein_id": "ENSP00000583473.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 353,
"cds_start": 715,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913414.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.715G>C",
"hgvs_p": "p.Ala239Pro",
"transcript": "ENST00000953297.1",
"protein_id": "ENSP00000623356.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 353,
"cds_start": 715,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953297.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.715G>C",
"hgvs_p": "p.Ala239Pro",
"transcript": "ENST00000953302.1",
"protein_id": "ENSP00000623361.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 353,
"cds_start": 715,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953302.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Ala233Pro",
"transcript": "ENST00000900751.1",
"protein_id": "ENSP00000570810.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 347,
"cds_start": 697,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900751.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Ala233Pro",
"transcript": "ENST00000913413.1",
"protein_id": "ENSP00000583472.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 347,
"cds_start": 697,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913413.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Ala233Pro",
"transcript": "ENST00000953293.1",
"protein_id": "ENSP00000623352.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 347,
"cds_start": 697,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953293.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Ala233Pro",
"transcript": "ENST00000953294.1",
"protein_id": "ENSP00000623353.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 347,
"cds_start": 697,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953294.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Ala233Pro",
"transcript": "ENST00000953300.1",
"protein_id": "ENSP00000623359.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 347,
"cds_start": 697,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953300.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.694G>C",
"hgvs_p": "p.Ala232Pro",
"transcript": "ENST00000953301.1",
"protein_id": "ENSP00000623360.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 346,
"cds_start": 694,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953301.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.673G>C",
"hgvs_p": "p.Ala225Pro",
"transcript": "ENST00000900748.1",
"protein_id": "ENSP00000570807.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 339,
"cds_start": 673,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900748.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.673G>C",
"hgvs_p": "p.Ala225Pro",
"transcript": "ENST00000953304.1",
"protein_id": "ENSP00000623363.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 339,
"cds_start": 673,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953304.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.646G>C",
"hgvs_p": "p.Ala216Pro",
"transcript": "NM_001282632.2",
"protein_id": "NP_001269561.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 330,
"cds_start": 646,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282632.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.646G>C",
"hgvs_p": "p.Ala216Pro",
"transcript": "ENST00000540636.6",
"protein_id": "ENSP00000437663.1",
"transcript_support_level": 2,
"aa_start": 216,
"aa_end": null,
"aa_length": 330,
"cds_start": 646,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540636.6"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.580G>C",
"hgvs_p": "p.Ala194Pro",
"transcript": "ENST00000900749.1",
"protein_id": "ENSP00000570808.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 308,
"cds_start": 580,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900749.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.580G>C",
"hgvs_p": "p.Ala194Pro",
"transcript": "ENST00000953295.1",
"protein_id": "ENSP00000623354.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 308,
"cds_start": 580,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953295.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.580G>C",
"hgvs_p": "p.Ala194Pro",
"transcript": "ENST00000953296.1",
"protein_id": "ENSP00000623355.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 308,
"cds_start": 580,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953296.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.562G>C",
"hgvs_p": "p.Ala188Pro",
"transcript": "ENST00000913415.1",
"protein_id": "ENSP00000583474.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 302,
"cds_start": 562,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913415.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.556G>C",
"hgvs_p": "p.Ala186Pro",
"transcript": "NM_001288572.2",
"protein_id": "NP_001275501.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 300,
"cds_start": 556,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288572.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.538G>C",
"hgvs_p": "p.Ala180Pro",
"transcript": "ENST00000900750.1",
"protein_id": "ENSP00000570809.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 294,
"cds_start": 538,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900750.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.538G>C",
"hgvs_p": "p.Ala180Pro",
"transcript": "ENST00000953303.1",
"protein_id": "ENSP00000623362.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 294,
"cds_start": 538,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953303.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.403G>C",
"hgvs_p": "p.Ala135Pro",
"transcript": "ENST00000953299.1",
"protein_id": "ENSP00000623358.1",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 249,
"cds_start": 403,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953299.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"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": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.289G>C",
"hgvs_p": "p.Ala97Pro",
"transcript": "NM_001288573.2",
"protein_id": "NP_001275502.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 211,
"cds_start": 289,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288573.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.678G>C",
"hgvs_p": "p.Thr226Thr",
"transcript": "NM_001282629.2",
"protein_id": "NP_001269558.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 294,
"cds_start": 678,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282629.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.678G>C",
"hgvs_p": "p.Thr226Thr",
"transcript": "ENST00000372043.7",
"protein_id": "ENSP00000361113.3",
"transcript_support_level": 2,
"aa_start": 226,
"aa_end": null,
"aa_length": 294,
"cds_start": 678,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372043.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.*251G>C",
"hgvs_p": null,
"transcript": "ENST00000646215.1",
"protein_id": "ENSP00000493832.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": null,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646215.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "n.1977G>C",
"hgvs_p": null,
"transcript": "ENST00000472281.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000472281.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBGT1",
"gene_hgnc_id": 20460,
"hgvs_c": "c.*251G>C",
"hgvs_p": null,
"transcript": "ENST00000372038.7",
"protein_id": "ENSP00000361108.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": null,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372038.7"
}
],
"gene_symbol": "GBGT1",
"gene_hgnc_id": 20460,
"dbsnp": "rs199834711",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10345172882080078,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.031,
"revel_prediction": "Benign",
"alphamissense_score": 0.1272,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.655,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_021996.6",
"gene_symbol": "GBGT1",
"hgnc_id": 20460,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Ala233Pro"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000647146.1",
"gene_symbol": "ENSG00000285245",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.396+1254G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}