← 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-131584580-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=131584580&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 131584580,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000372189.7",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3250A>T",
"hgvs_p": "p.Met1084Leu",
"transcript": "NM_001377935.1",
"protein_id": "NP_001364864.1",
"transcript_support_level": null,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1263,
"cds_start": 3250,
"cds_end": null,
"cds_length": 3792,
"cdna_start": 3496,
"cdna_end": null,
"cdna_length": 6760,
"mane_select": "ENST00000683357.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3250A>T",
"hgvs_p": "p.Met1084Leu",
"transcript": "ENST00000683357.1",
"protein_id": "ENSP00000508246.1",
"transcript_support_level": null,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1263,
"cds_start": 3250,
"cds_end": null,
"cds_length": 3792,
"cdna_start": 3496,
"cdna_end": null,
"cdna_length": 6760,
"mane_select": "NM_001377935.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2746A>T",
"hgvs_p": "p.Met916Leu",
"transcript": "ENST00000372190.8",
"protein_id": "ENSP00000361264.3",
"transcript_support_level": 1,
"aa_start": 916,
"aa_end": null,
"aa_length": 1095,
"cds_start": 2746,
"cds_end": null,
"cds_length": 3288,
"cdna_start": 2905,
"cdna_end": null,
"cdna_length": 6169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2743A>T",
"hgvs_p": "p.Met915Leu",
"transcript": "ENST00000372195.5",
"protein_id": "ENSP00000361269.1",
"transcript_support_level": 1,
"aa_start": 915,
"aa_end": null,
"aa_length": 1094,
"cds_start": 2743,
"cds_end": null,
"cds_length": 3285,
"cdna_start": 2987,
"cdna_end": null,
"cdna_length": 6256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2692A>T",
"hgvs_p": "p.Met898Leu",
"transcript": "ENST00000372189.7",
"protein_id": "ENSP00000361263.2",
"transcript_support_level": 1,
"aa_start": 898,
"aa_end": null,
"aa_length": 1077,
"cds_start": 2692,
"cds_end": null,
"cds_length": 3234,
"cdna_start": 2816,
"cdna_end": null,
"cdna_length": 6085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3139A>T",
"hgvs_p": "p.Met1047Leu",
"transcript": "NM_001377938.1",
"protein_id": "NP_001364867.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1226,
"cds_start": 3139,
"cds_end": null,
"cds_length": 3681,
"cdna_start": 3385,
"cdna_end": null,
"cdna_length": 6649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2746A>T",
"hgvs_p": "p.Met916Leu",
"transcript": "NM_198679.2",
"protein_id": "NP_941372.1",
"transcript_support_level": null,
"aa_start": 916,
"aa_end": null,
"aa_length": 1095,
"cds_start": 2746,
"cds_end": null,
"cds_length": 3288,
"cdna_start": 2905,
"cdna_end": null,
"cdna_length": 6169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2743A>T",
"hgvs_p": "p.Met915Leu",
"transcript": "NM_001304275.2",
"protein_id": "NP_001291204.1",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 1094,
"cds_start": 2743,
"cds_end": null,
"cds_length": 3285,
"cdna_start": 2989,
"cdna_end": null,
"cdna_length": 6253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2692A>T",
"hgvs_p": "p.Met898Leu",
"transcript": "NM_005312.4",
"protein_id": "NP_005303.2",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 1077,
"cds_start": 2692,
"cds_end": null,
"cds_length": 3234,
"cdna_start": 2725,
"cdna_end": null,
"cdna_length": 5989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2689A>T",
"hgvs_p": "p.Met897Leu",
"transcript": "NM_001377936.1",
"protein_id": "NP_001364865.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 1076,
"cds_start": 2689,
"cds_end": null,
"cds_length": 3231,
"cdna_start": 2849,
"cdna_end": null,
"cdna_length": 6113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2629A>T",
"hgvs_p": "p.Met877Leu",
"transcript": "NM_001377937.1",
"protein_id": "NP_001364866.1",
"transcript_support_level": null,
"aa_start": 877,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2629,
"cds_end": null,
"cds_length": 3171,
"cdna_start": 2875,
"cdna_end": null,
"cdna_length": 6139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3280A>T",
"hgvs_p": "p.Met1094Leu",
"transcript": "XM_011518571.3",
"protein_id": "XP_011516873.1",
"transcript_support_level": null,
"aa_start": 1094,
"aa_end": null,
"aa_length": 1273,
"cds_start": 3280,
"cds_end": null,
"cds_length": 3822,
"cdna_start": 3439,
"cdna_end": null,
"cdna_length": 6703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3277A>T",
"hgvs_p": "p.Met1093Leu",
"transcript": "XM_011518572.3",
"protein_id": "XP_011516874.1",
"transcript_support_level": null,
"aa_start": 1093,
"aa_end": null,
"aa_length": 1272,
"cds_start": 3277,
"cds_end": null,
"cds_length": 3819,
"cdna_start": 3523,
"cdna_end": null,
"cdna_length": 6787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3271A>T",
"hgvs_p": "p.Met1091Leu",
"transcript": "XM_006717067.4",
"protein_id": "XP_006717130.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1270,
"cds_start": 3271,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 3471,
"cdna_end": null,
"cdna_length": 6735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3253A>T",
"hgvs_p": "p.Met1085Leu",
"transcript": "XM_005272186.5",
"protein_id": "XP_005272243.1",
"transcript_support_level": null,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1264,
"cds_start": 3253,
"cds_end": null,
"cds_length": 3795,
"cdna_start": 3499,
"cdna_end": null,
"cdna_length": 6763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3202A>T",
"hgvs_p": "p.Met1068Leu",
"transcript": "XM_017014633.2",
"protein_id": "XP_016870122.1",
"transcript_support_level": null,
"aa_start": 1068,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3202,
"cds_end": null,
"cds_length": 3744,
"cdna_start": 3235,
"cdna_end": null,
"cdna_length": 6499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3184A>T",
"hgvs_p": "p.Met1062Leu",
"transcript": "XM_017014635.3",
"protein_id": "XP_016870124.1",
"transcript_support_level": null,
"aa_start": 1062,
"aa_end": null,
"aa_length": 1241,
"cds_start": 3184,
"cds_end": null,
"cds_length": 3726,
"cdna_start": 3502,
"cdna_end": null,
"cdna_length": 6766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3160A>T",
"hgvs_p": "p.Met1054Leu",
"transcript": "XM_017014636.3",
"protein_id": "XP_016870125.1",
"transcript_support_level": null,
"aa_start": 1054,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3160,
"cds_end": null,
"cds_length": 3702,
"cdna_start": 3478,
"cdna_end": null,
"cdna_length": 6742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3157A>T",
"hgvs_p": "p.Met1053Leu",
"transcript": "XM_006717072.4",
"protein_id": "XP_006717135.1",
"transcript_support_level": null,
"aa_start": 1053,
"aa_end": null,
"aa_length": 1232,
"cds_start": 3157,
"cds_end": null,
"cds_length": 3699,
"cdna_start": 3357,
"cdna_end": null,
"cdna_length": 6621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3142A>T",
"hgvs_p": "p.Met1048Leu",
"transcript": "XM_047423251.1",
"protein_id": "XP_047279207.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1227,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3684,
"cdna_start": 3301,
"cdna_end": null,
"cdna_length": 6565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.3088A>T",
"hgvs_p": "p.Met1030Leu",
"transcript": "XM_047423252.1",
"protein_id": "XP_047279208.1",
"transcript_support_level": null,
"aa_start": 1030,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3088,
"cds_end": null,
"cds_length": 3630,
"cdna_start": 3121,
"cdna_end": null,
"cdna_length": 6385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2944A>T",
"hgvs_p": "p.Met982Leu",
"transcript": "XM_011518576.4",
"protein_id": "XP_011516878.1",
"transcript_support_level": null,
"aa_start": 982,
"aa_end": null,
"aa_length": 1161,
"cds_start": 2944,
"cds_end": null,
"cds_length": 3486,
"cdna_start": 3144,
"cdna_end": null,
"cdna_length": 6408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2941A>T",
"hgvs_p": "p.Met981Leu",
"transcript": "XM_011518577.4",
"protein_id": "XP_011516879.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1160,
"cds_start": 2941,
"cds_end": null,
"cds_length": 3483,
"cdna_start": 3141,
"cdna_end": null,
"cdna_length": 6405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2878A>T",
"hgvs_p": "p.Met960Leu",
"transcript": "XM_011518578.4",
"protein_id": "XP_011516880.1",
"transcript_support_level": null,
"aa_start": 960,
"aa_end": null,
"aa_length": 1139,
"cds_start": 2878,
"cds_end": null,
"cds_length": 3420,
"cdna_start": 3078,
"cdna_end": null,
"cdna_length": 6342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2854A>T",
"hgvs_p": "p.Met952Leu",
"transcript": "XM_047423253.1",
"protein_id": "XP_047279209.1",
"transcript_support_level": null,
"aa_start": 952,
"aa_end": null,
"aa_length": 1131,
"cds_start": 2854,
"cds_end": null,
"cds_length": 3396,
"cdna_start": 3054,
"cdna_end": null,
"cdna_length": 6318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2785A>T",
"hgvs_p": "p.Met929Leu",
"transcript": "XM_011518579.4",
"protein_id": "XP_011516881.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 1108,
"cds_start": 2785,
"cds_end": null,
"cds_length": 3327,
"cdna_start": 2985,
"cdna_end": null,
"cdna_length": 6249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2761A>T",
"hgvs_p": "p.Met921Leu",
"transcript": "XM_006717074.4",
"protein_id": "XP_006717137.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2761,
"cds_end": null,
"cds_length": 3303,
"cdna_start": 2961,
"cdna_end": null,
"cdna_length": 6225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2740A>T",
"hgvs_p": "p.Met914Leu",
"transcript": "XM_024447521.2",
"protein_id": "XP_024303289.1",
"transcript_support_level": null,
"aa_start": 914,
"aa_end": null,
"aa_length": 1093,
"cds_start": 2740,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 2940,
"cdna_end": null,
"cdna_length": 6204,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "c.2647A>T",
"hgvs_p": "p.Met883Leu",
"transcript": "XM_047423254.1",
"protein_id": "XP_047279210.1",
"transcript_support_level": null,
"aa_start": 883,
"aa_end": null,
"aa_length": 1062,
"cds_start": 2647,
"cds_end": null,
"cds_length": 3189,
"cdna_start": 2847,
"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": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPGEF1",
"gene_hgnc_id": 4568,
"hgvs_c": "n.2178A>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": "rs1220607875",
"frequency_reference_population": 0.000006576265,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657626,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15201154351234436,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.23999999463558197,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.227,
"revel_prediction": "Benign",
"alphamissense_score": 0.4054,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.603,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.24,
"spliceai_max_prediction": "Uncertain_significance",
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000372189.7",
"gene_symbol": "RAPGEF1",
"hgnc_id": 4568,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2692A>T",
"hgvs_p": "p.Met898Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}