← 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-220171031-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=220171031&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 220171031,
"ref": "A",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_012414.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "NM_012414.4",
"protein_id": "NP_036546.2",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1393,
"cds_start": 2667,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358951.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012414.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "ENST00000358951.7",
"protein_id": "ENSP00000351832.2",
"transcript_support_level": 1,
"aa_start": 889,
"aa_end": null,
"aa_length": 1393,
"cds_start": 2667,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012414.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358951.7"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2742T>G",
"hgvs_p": "p.Leu914Leu",
"transcript": "ENST00000692972.1",
"protein_id": "ENSP00000510753.1",
"transcript_support_level": null,
"aa_start": 914,
"aa_end": null,
"aa_length": 1418,
"cds_start": 2742,
"cds_end": null,
"cds_length": 4257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692972.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2679T>G",
"hgvs_p": "p.Leu893Leu",
"transcript": "ENST00000691661.1",
"protein_id": "ENSP00000510185.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 1397,
"cds_start": 2679,
"cds_end": null,
"cds_length": 4194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691661.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2679T>G",
"hgvs_p": "p.Leu893Leu",
"transcript": "ENST00000888373.1",
"protein_id": "ENSP00000558432.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 1397,
"cds_start": 2679,
"cds_end": null,
"cds_length": 4194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888373.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "ENST00000888367.1",
"protein_id": "ENSP00000558426.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1393,
"cds_start": 2667,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888367.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2661T>G",
"hgvs_p": "p.Leu887Leu",
"transcript": "ENST00000888371.1",
"protein_id": "ENSP00000558430.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 1391,
"cds_start": 2661,
"cds_end": null,
"cds_length": 4176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888371.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2643T>G",
"hgvs_p": "p.Leu881Leu",
"transcript": "ENST00000947881.1",
"protein_id": "ENSP00000617940.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1385,
"cds_start": 2643,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947881.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "ENST00000692813.1",
"protein_id": "ENSP00000509080.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1381,
"cds_start": 2667,
"cds_end": null,
"cds_length": 4146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692813.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "ENST00000888372.1",
"protein_id": "ENSP00000558431.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1381,
"cds_start": 2667,
"cds_end": null,
"cds_length": 4146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888372.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "ENST00000690824.1",
"protein_id": "ENSP00000510709.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1368,
"cds_start": 2667,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690824.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "ENST00000888368.1",
"protein_id": "ENSP00000558427.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1368,
"cds_start": 2667,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888368.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2568T>G",
"hgvs_p": "p.Leu856Leu",
"transcript": "ENST00000690315.1",
"protein_id": "ENSP00000509834.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 1360,
"cds_start": 2568,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690315.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2568T>G",
"hgvs_p": "p.Leu856Leu",
"transcript": "ENST00000947882.1",
"protein_id": "ENSP00000617941.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 1360,
"cds_start": 2568,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947882.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2565T>G",
"hgvs_p": "p.Leu855Leu",
"transcript": "ENST00000691862.1",
"protein_id": "ENSP00000509291.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1359,
"cds_start": 2565,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691862.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2565T>G",
"hgvs_p": "p.Leu855Leu",
"transcript": "ENST00000888369.1",
"protein_id": "ENSP00000558428.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1359,
"cds_start": 2565,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888369.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "ENST00000685664.1",
"protein_id": "ENSP00000509121.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1358,
"cds_start": 2667,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685664.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu",
"transcript": "ENST00000888370.1",
"protein_id": "ENSP00000558429.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 1319,
"cds_start": 2667,
"cds_end": null,
"cds_length": 3960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888370.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2403T>G",
"hgvs_p": "p.Leu801Leu",
"transcript": "ENST00000686381.1",
"protein_id": "ENSP00000509555.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 1305,
"cds_start": 2403,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686381.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2403T>G",
"hgvs_p": "p.Leu801Leu",
"transcript": "ENST00000687065.1",
"protein_id": "ENSP00000510408.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 1305,
"cds_start": 2403,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687065.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.2403T>G",
"hgvs_p": "p.Leu801Leu",
"transcript": "ENST00000687647.1",
"protein_id": "ENSP00000509205.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 1305,
"cds_start": 2403,
"cds_end": null,
"cds_length": 3918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687647.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.2654T>G",
"hgvs_p": null,
"transcript": "ENST00000685286.1",
"protein_id": "ENSP00000509457.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000685286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.2773T>G",
"hgvs_p": null,
"transcript": "ENST00000687394.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000687394.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.3082T>G",
"hgvs_p": null,
"transcript": "ENST00000688035.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000688035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.3006T>G",
"hgvs_p": null,
"transcript": "ENST00000690373.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000690373.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.2760T>G",
"hgvs_p": null,
"transcript": "ENST00000693602.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000693602.1"
}
],
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"dbsnp": "rs145550355",
"frequency_reference_population": 0.00041635224,
"hom_count_reference_population": 1,
"allele_count_reference_population": 672,
"gnomad_exomes_af": 0.000439852,
"gnomad_genomes_af": 0.000190584,
"gnomad_exomes_ac": 643,
"gnomad_genomes_ac": 29,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5699999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.029,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_012414.4",
"gene_symbol": "RAB3GAP2",
"hgnc_id": 17168,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2667T>G",
"hgvs_p": "p.Leu889Leu"
}
],
"clinvar_disease": "Martsolf syndrome,Warburg micro syndrome 2,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not specified|Martsolf syndrome;Warburg micro syndrome 2",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}