← 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-131579635-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=131579635&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 131579635,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000372189.7",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3654G>T",
"hgvs_p": "p.Met1218Ile",
"transcript": "NM_001377935.1",
"protein_id": "NP_001364864.1",
"transcript_support_level": null,
"aa_start": 1218,
"aa_end": null,
"aa_length": 1263,
"cds_start": 3654,
"cds_end": null,
"cds_length": 3792,
"cdna_start": 3900,
"cdna_end": null,
"cdna_length": 6760,
"mane_select": "ENST00000683357.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3654G>T",
"hgvs_p": "p.Met1218Ile",
"transcript": "ENST00000683357.1",
"protein_id": "ENSP00000508246.1",
"transcript_support_level": null,
"aa_start": 1218,
"aa_end": null,
"aa_length": 1263,
"cds_start": 3654,
"cds_end": null,
"cds_length": 3792,
"cdna_start": 3900,
"cdna_end": null,
"cdna_length": 6760,
"mane_select": "NM_001377935.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3150G>T",
"hgvs_p": "p.Met1050Ile",
"transcript": "ENST00000372190.8",
"protein_id": "ENSP00000361264.3",
"transcript_support_level": 1,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1095,
"cds_start": 3150,
"cds_end": null,
"cds_length": 3288,
"cdna_start": 3309,
"cdna_end": null,
"cdna_length": 6169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3147G>T",
"hgvs_p": "p.Met1049Ile",
"transcript": "ENST00000372195.5",
"protein_id": "ENSP00000361269.1",
"transcript_support_level": 1,
"aa_start": 1049,
"aa_end": null,
"aa_length": 1094,
"cds_start": 3147,
"cds_end": null,
"cds_length": 3285,
"cdna_start": 3391,
"cdna_end": null,
"cdna_length": 6256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3096G>T",
"hgvs_p": "p.Met1032Ile",
"transcript": "ENST00000372189.7",
"protein_id": "ENSP00000361263.2",
"transcript_support_level": 1,
"aa_start": 1032,
"aa_end": null,
"aa_length": 1077,
"cds_start": 3096,
"cds_end": null,
"cds_length": 3234,
"cdna_start": 3220,
"cdna_end": null,
"cdna_length": 6085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3543G>T",
"hgvs_p": "p.Met1181Ile",
"transcript": "NM_001377938.1",
"protein_id": "NP_001364867.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1226,
"cds_start": 3543,
"cds_end": null,
"cds_length": 3681,
"cdna_start": 3789,
"cdna_end": null,
"cdna_length": 6649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3150G>T",
"hgvs_p": "p.Met1050Ile",
"transcript": "NM_198679.2",
"protein_id": "NP_941372.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1095,
"cds_start": 3150,
"cds_end": null,
"cds_length": 3288,
"cdna_start": 3309,
"cdna_end": null,
"cdna_length": 6169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3147G>T",
"hgvs_p": "p.Met1049Ile",
"transcript": "NM_001304275.2",
"protein_id": "NP_001291204.1",
"transcript_support_level": null,
"aa_start": 1049,
"aa_end": null,
"aa_length": 1094,
"cds_start": 3147,
"cds_end": null,
"cds_length": 3285,
"cdna_start": 3393,
"cdna_end": null,
"cdna_length": 6253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3096G>T",
"hgvs_p": "p.Met1032Ile",
"transcript": "NM_005312.4",
"protein_id": "NP_005303.2",
"transcript_support_level": null,
"aa_start": 1032,
"aa_end": null,
"aa_length": 1077,
"cds_start": 3096,
"cds_end": null,
"cds_length": 3234,
"cdna_start": 3129,
"cdna_end": null,
"cdna_length": 5989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3093G>T",
"hgvs_p": "p.Met1031Ile",
"transcript": "NM_001377936.1",
"protein_id": "NP_001364865.1",
"transcript_support_level": null,
"aa_start": 1031,
"aa_end": null,
"aa_length": 1076,
"cds_start": 3093,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 3253,
"cdna_end": null,
"cdna_length": 6113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3033G>T",
"hgvs_p": "p.Met1011Ile",
"transcript": "NM_001377937.1",
"protein_id": "NP_001364866.1",
"transcript_support_level": null,
"aa_start": 1011,
"aa_end": null,
"aa_length": 1056,
"cds_start": 3033,
"cds_end": null,
"cds_length": 3171,
"cdna_start": 3279,
"cdna_end": null,
"cdna_length": 6139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3684G>T",
"hgvs_p": "p.Met1228Ile",
"transcript": "XM_011518571.3",
"protein_id": "XP_011516873.1",
"transcript_support_level": null,
"aa_start": 1228,
"aa_end": null,
"aa_length": 1273,
"cds_start": 3684,
"cds_end": null,
"cds_length": 3822,
"cdna_start": 3843,
"cdna_end": null,
"cdna_length": 6703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3681G>T",
"hgvs_p": "p.Met1227Ile",
"transcript": "XM_011518572.3",
"protein_id": "XP_011516874.1",
"transcript_support_level": null,
"aa_start": 1227,
"aa_end": null,
"aa_length": 1272,
"cds_start": 3681,
"cds_end": null,
"cds_length": 3819,
"cdna_start": 3927,
"cdna_end": null,
"cdna_length": 6787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3675G>T",
"hgvs_p": "p.Met1225Ile",
"transcript": "XM_006717067.4",
"protein_id": "XP_006717130.1",
"transcript_support_level": null,
"aa_start": 1225,
"aa_end": null,
"aa_length": 1270,
"cds_start": 3675,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 3875,
"cdna_end": null,
"cdna_length": 6735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3657G>T",
"hgvs_p": "p.Met1219Ile",
"transcript": "XM_005272186.5",
"protein_id": "XP_005272243.1",
"transcript_support_level": null,
"aa_start": 1219,
"aa_end": null,
"aa_length": 1264,
"cds_start": 3657,
"cds_end": null,
"cds_length": 3795,
"cdna_start": 3903,
"cdna_end": null,
"cdna_length": 6763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3606G>T",
"hgvs_p": "p.Met1202Ile",
"transcript": "XM_017014633.2",
"protein_id": "XP_016870122.1",
"transcript_support_level": null,
"aa_start": 1202,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3606,
"cds_end": null,
"cds_length": 3744,
"cdna_start": 3639,
"cdna_end": null,
"cdna_length": 6499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3588G>T",
"hgvs_p": "p.Met1196Ile",
"transcript": "XM_017014635.3",
"protein_id": "XP_016870124.1",
"transcript_support_level": null,
"aa_start": 1196,
"aa_end": null,
"aa_length": 1241,
"cds_start": 3588,
"cds_end": null,
"cds_length": 3726,
"cdna_start": 3906,
"cdna_end": null,
"cdna_length": 6766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3564G>T",
"hgvs_p": "p.Met1188Ile",
"transcript": "XM_017014636.3",
"protein_id": "XP_016870125.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3564,
"cds_end": null,
"cds_length": 3702,
"cdna_start": 3882,
"cdna_end": null,
"cdna_length": 6742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3561G>T",
"hgvs_p": "p.Met1187Ile",
"transcript": "XM_006717072.4",
"protein_id": "XP_006717135.1",
"transcript_support_level": null,
"aa_start": 1187,
"aa_end": null,
"aa_length": 1232,
"cds_start": 3561,
"cds_end": null,
"cds_length": 3699,
"cdna_start": 3761,
"cdna_end": null,
"cdna_length": 6621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3546G>T",
"hgvs_p": "p.Met1182Ile",
"transcript": "XM_047423251.1",
"protein_id": "XP_047279207.1",
"transcript_support_level": null,
"aa_start": 1182,
"aa_end": null,
"aa_length": 1227,
"cds_start": 3546,
"cds_end": null,
"cds_length": 3684,
"cdna_start": 3705,
"cdna_end": null,
"cdna_length": 6565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3492G>T",
"hgvs_p": "p.Met1164Ile",
"transcript": "XM_047423252.1",
"protein_id": "XP_047279208.1",
"transcript_support_level": null,
"aa_start": 1164,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3492,
"cds_end": null,
"cds_length": 3630,
"cdna_start": 3525,
"cdna_end": null,
"cdna_length": 6385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3348G>T",
"hgvs_p": "p.Met1116Ile",
"transcript": "XM_011518576.4",
"protein_id": "XP_011516878.1",
"transcript_support_level": null,
"aa_start": 1116,
"aa_end": null,
"aa_length": 1161,
"cds_start": 3348,
"cds_end": null,
"cds_length": 3486,
"cdna_start": 3548,
"cdna_end": null,
"cdna_length": 6408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3345G>T",
"hgvs_p": "p.Met1115Ile",
"transcript": "XM_011518577.4",
"protein_id": "XP_011516879.1",
"transcript_support_level": null,
"aa_start": 1115,
"aa_end": null,
"aa_length": 1160,
"cds_start": 3345,
"cds_end": null,
"cds_length": 3483,
"cdna_start": 3545,
"cdna_end": null,
"cdna_length": 6405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3282G>T",
"hgvs_p": "p.Met1094Ile",
"transcript": "XM_011518578.4",
"protein_id": "XP_011516880.1",
"transcript_support_level": null,
"aa_start": 1094,
"aa_end": null,
"aa_length": 1139,
"cds_start": 3282,
"cds_end": null,
"cds_length": 3420,
"cdna_start": 3482,
"cdna_end": null,
"cdna_length": 6342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3258G>T",
"hgvs_p": "p.Met1086Ile",
"transcript": "XM_047423253.1",
"protein_id": "XP_047279209.1",
"transcript_support_level": null,
"aa_start": 1086,
"aa_end": null,
"aa_length": 1131,
"cds_start": 3258,
"cds_end": null,
"cds_length": 3396,
"cdna_start": 3458,
"cdna_end": null,
"cdna_length": 6318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3189G>T",
"hgvs_p": "p.Met1063Ile",
"transcript": "XM_011518579.4",
"protein_id": "XP_011516881.1",
"transcript_support_level": null,
"aa_start": 1063,
"aa_end": null,
"aa_length": 1108,
"cds_start": 3189,
"cds_end": null,
"cds_length": 3327,
"cdna_start": 3389,
"cdna_end": null,
"cdna_length": 6249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3165G>T",
"hgvs_p": "p.Met1055Ile",
"transcript": "XM_006717074.4",
"protein_id": "XP_006717137.1",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1100,
"cds_start": 3165,
"cds_end": null,
"cds_length": 3303,
"cdna_start": 3365,
"cdna_end": null,
"cdna_length": 6225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3144G>T",
"hgvs_p": "p.Met1048Ile",
"transcript": "XM_024447521.2",
"protein_id": "XP_024303289.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1093,
"cds_start": 3144,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 3344,
"cdna_end": null,
"cdna_length": 6204,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3051G>T",
"hgvs_p": "p.Met1017Ile",
"transcript": "XM_047423254.1",
"protein_id": "XP_047279210.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3051,
"cds_end": null,
"cds_length": 3189,
"cdna_start": 3251,
"cdna_end": null,
"cdna_length": 6111,
"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": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "n.2582G>T",
"hgvs_p": null,
"transcript": "ENST00000419442.2",
"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": 5447,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"dbsnp": "rs1352304047",
"frequency_reference_population": 6.841986e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84199e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.041735440492630005,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.084,
"revel_prediction": "Benign",
"alphamissense_score": 0.1087,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.263,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000372189.7",
"gene_symbol": "RAPGEF1",
"hgnc_id": 4568,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3096G>T",
"hgvs_p": "p.Met1032Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}