← 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-220151641-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=220151641&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 220151641,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_012414.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3991C>A",
"hgvs_p": "p.Leu1331Ile",
"transcript": "NM_012414.4",
"protein_id": "NP_036546.2",
"transcript_support_level": null,
"aa_start": 1331,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3991,
"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": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3991C>A",
"hgvs_p": "p.Leu1331Ile",
"transcript": "ENST00000358951.7",
"protein_id": "ENSP00000351832.2",
"transcript_support_level": 1,
"aa_start": 1331,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3991,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.4066C>A",
"hgvs_p": "p.Leu1356Ile",
"transcript": "ENST00000692972.1",
"protein_id": "ENSP00000510753.1",
"transcript_support_level": null,
"aa_start": 1356,
"aa_end": null,
"aa_length": 1418,
"cds_start": 4066,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.4003C>A",
"hgvs_p": "p.Leu1335Ile",
"transcript": "ENST00000691661.1",
"protein_id": "ENSP00000510185.1",
"transcript_support_level": null,
"aa_start": 1335,
"aa_end": null,
"aa_length": 1397,
"cds_start": 4003,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.4003C>A",
"hgvs_p": "p.Leu1335Ile",
"transcript": "ENST00000888373.1",
"protein_id": "ENSP00000558432.1",
"transcript_support_level": null,
"aa_start": 1335,
"aa_end": null,
"aa_length": 1397,
"cds_start": 4003,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3991C>A",
"hgvs_p": "p.Leu1331Ile",
"transcript": "ENST00000888367.1",
"protein_id": "ENSP00000558426.1",
"transcript_support_level": null,
"aa_start": 1331,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3991,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3985C>A",
"hgvs_p": "p.Leu1329Ile",
"transcript": "ENST00000888371.1",
"protein_id": "ENSP00000558430.1",
"transcript_support_level": null,
"aa_start": 1329,
"aa_end": null,
"aa_length": 1391,
"cds_start": 3985,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3967C>A",
"hgvs_p": "p.Leu1323Ile",
"transcript": "ENST00000947881.1",
"protein_id": "ENSP00000617940.1",
"transcript_support_level": null,
"aa_start": 1323,
"aa_end": null,
"aa_length": 1385,
"cds_start": 3967,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3955C>A",
"hgvs_p": "p.Leu1319Ile",
"transcript": "ENST00000692813.1",
"protein_id": "ENSP00000509080.1",
"transcript_support_level": null,
"aa_start": 1319,
"aa_end": null,
"aa_length": 1381,
"cds_start": 3955,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3955C>A",
"hgvs_p": "p.Leu1319Ile",
"transcript": "ENST00000888372.1",
"protein_id": "ENSP00000558431.1",
"transcript_support_level": null,
"aa_start": 1319,
"aa_end": null,
"aa_length": 1381,
"cds_start": 3955,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3916C>A",
"hgvs_p": "p.Leu1306Ile",
"transcript": "ENST00000690824.1",
"protein_id": "ENSP00000510709.1",
"transcript_support_level": null,
"aa_start": 1306,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3916,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3916C>A",
"hgvs_p": "p.Leu1306Ile",
"transcript": "ENST00000888368.1",
"protein_id": "ENSP00000558427.1",
"transcript_support_level": null,
"aa_start": 1306,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3916,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3892C>A",
"hgvs_p": "p.Leu1298Ile",
"transcript": "ENST00000690315.1",
"protein_id": "ENSP00000509834.1",
"transcript_support_level": null,
"aa_start": 1298,
"aa_end": null,
"aa_length": 1360,
"cds_start": 3892,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3892C>A",
"hgvs_p": "p.Leu1298Ile",
"transcript": "ENST00000947882.1",
"protein_id": "ENSP00000617941.1",
"transcript_support_level": null,
"aa_start": 1298,
"aa_end": null,
"aa_length": 1360,
"cds_start": 3892,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3889C>A",
"hgvs_p": "p.Leu1297Ile",
"transcript": "ENST00000691862.1",
"protein_id": "ENSP00000509291.1",
"transcript_support_level": null,
"aa_start": 1297,
"aa_end": null,
"aa_length": 1359,
"cds_start": 3889,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3889C>A",
"hgvs_p": "p.Leu1297Ile",
"transcript": "ENST00000888369.1",
"protein_id": "ENSP00000558428.1",
"transcript_support_level": null,
"aa_start": 1297,
"aa_end": null,
"aa_length": 1359,
"cds_start": 3889,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3991C>A",
"hgvs_p": "p.Leu1331Ile",
"transcript": "ENST00000685664.1",
"protein_id": "ENSP00000509121.1",
"transcript_support_level": null,
"aa_start": 1331,
"aa_end": null,
"aa_length": 1358,
"cds_start": 3991,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3769C>A",
"hgvs_p": "p.Leu1257Ile",
"transcript": "ENST00000888370.1",
"protein_id": "ENSP00000558429.1",
"transcript_support_level": null,
"aa_start": 1257,
"aa_end": null,
"aa_length": 1319,
"cds_start": 3769,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3727C>A",
"hgvs_p": "p.Leu1243Ile",
"transcript": "ENST00000686381.1",
"protein_id": "ENSP00000509555.1",
"transcript_support_level": null,
"aa_start": 1243,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3727,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3727C>A",
"hgvs_p": "p.Leu1243Ile",
"transcript": "ENST00000687065.1",
"protein_id": "ENSP00000510408.1",
"transcript_support_level": null,
"aa_start": 1243,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3727,
"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": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "c.3727C>A",
"hgvs_p": "p.Leu1243Ile",
"transcript": "ENST00000687647.1",
"protein_id": "ENSP00000509205.1",
"transcript_support_level": null,
"aa_start": 1243,
"aa_end": null,
"aa_length": 1305,
"cds_start": 3727,
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.1983C>A",
"hgvs_p": null,
"transcript": "ENST00000474966.2",
"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": "ENST00000474966.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.5017C>A",
"hgvs_p": null,
"transcript": "ENST00000491005.6",
"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": "ENST00000491005.6"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.4486C>A",
"hgvs_p": null,
"transcript": "ENST00000491305.2",
"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": "ENST00000491305.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.*1316C>A",
"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": 30,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.7001C>A",
"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": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.4330C>A",
"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": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.6577C>A",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"hgvs_c": "n.*1316C>A",
"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"
}
],
"gene_symbol": "RAB3GAP2",
"gene_hgnc_id": 17168,
"dbsnp": "rs149842844",
"frequency_reference_population": 0.00057308294,
"hom_count_reference_population": 3,
"allele_count_reference_population": 924,
"gnomad_exomes_af": 0.000582177,
"gnomad_genomes_af": 0.000485902,
"gnomad_exomes_ac": 850,
"gnomad_genomes_ac": 74,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.015336275100708008,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.114,
"revel_prediction": "Benign",
"alphamissense_score": 0.2569,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.603,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_012414.4",
"gene_symbol": "RAB3GAP2",
"hgnc_id": 17168,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3991C>A",
"hgvs_p": "p.Leu1331Ile"
}
],
"clinvar_disease": "Martsolf syndrome,RAB3GAP2-related disorder,Warburg micro syndrome 2,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:5 B:1",
"phenotype_combined": "not specified|Warburg micro syndrome 2|Martsolf syndrome|Martsolf syndrome;Warburg micro syndrome 2|not provided|RAB3GAP2-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}