← 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: 2-86252052-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=86252052&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 86252052,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000538924.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "NM_001371279.1",
"protein_id": "NP_001358208.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 284,
"cds_start": 322,
"cds_end": null,
"cds_length": 855,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 4017,
"mane_select": "ENST00000538924.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "ENST00000538924.7",
"protein_id": "ENSP00000438346.3",
"transcript_support_level": 5,
"aa_start": 108,
"aa_end": null,
"aa_length": 284,
"cds_start": 322,
"cds_end": null,
"cds_length": 855,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 4017,
"mane_select": "NM_001371279.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "ENST00000165698.9",
"protein_id": "ENSP00000165698.5",
"transcript_support_level": 1,
"aa_start": 108,
"aa_end": null,
"aa_length": 201,
"cds_start": 322,
"cds_end": null,
"cds_length": 606,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 3857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.280G>A",
"hgvs_p": "p.Val94Ile",
"transcript": "ENST00000642243.1",
"protein_id": "ENSP00000494960.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 320,
"cds_start": 280,
"cds_end": null,
"cds_length": 963,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 1485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.280G>A",
"hgvs_p": "p.Val94Ile",
"transcript": "ENST00000644644.1",
"protein_id": "ENSP00000494305.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 287,
"cds_start": 280,
"cds_end": null,
"cds_length": 864,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 2584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "NM_001410855.1",
"protein_id": "NP_001397784.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 272,
"cds_start": 322,
"cds_end": null,
"cds_length": 819,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 3981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "ENST00000643817.2",
"protein_id": "ENSP00000495610.2",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 272,
"cds_start": 322,
"cds_end": null,
"cds_length": 819,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 2384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.241G>A",
"hgvs_p": "p.Val81Ile",
"transcript": "ENST00000686220.1",
"protein_id": "ENSP00000509904.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 223,
"cds_start": 241,
"cds_end": null,
"cds_length": 672,
"cdna_start": 365,
"cdna_end": null,
"cdna_length": 2882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "NM_001410856.1",
"protein_id": "NP_001397785.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 213,
"cds_start": 322,
"cds_end": null,
"cds_length": 642,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 3865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "ENST00000691703.1",
"protein_id": "ENSP00000508496.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 213,
"cds_start": 322,
"cds_end": null,
"cds_length": 642,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 1046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.343G>A",
"hgvs_p": "p.Val115Ile",
"transcript": "NM_001164730.2",
"protein_id": "NP_001158202.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 208,
"cds_start": 343,
"cds_end": null,
"cds_length": 627,
"cdna_start": 350,
"cdna_end": null,
"cdna_length": 3741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.343G>A",
"hgvs_p": "p.Val115Ile",
"transcript": "ENST00000453231.6",
"protein_id": "ENSP00000392197.2",
"transcript_support_level": 2,
"aa_start": 115,
"aa_end": null,
"aa_length": 208,
"cds_start": 343,
"cds_end": null,
"cds_length": 627,
"cdna_start": 350,
"cdna_end": null,
"cdna_length": 940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "NM_022912.3",
"protein_id": "NP_075063.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 201,
"cds_start": 322,
"cds_end": null,
"cds_length": 606,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 3829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.241G>A",
"hgvs_p": "p.Val81Ile",
"transcript": "NM_001164731.2",
"protein_id": "NP_001158203.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 174,
"cds_start": 241,
"cds_end": null,
"cds_length": 525,
"cdna_start": 365,
"cdna_end": null,
"cdna_length": 3756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.241G>A",
"hgvs_p": "p.Val81Ile",
"transcript": "ENST00000535845.6",
"protein_id": "ENSP00000437567.1",
"transcript_support_level": 2,
"aa_start": 81,
"aa_end": null,
"aa_length": 174,
"cds_start": 241,
"cds_end": null,
"cds_length": 525,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 1196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "NM_001371280.1",
"protein_id": "NP_001358209.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 162,
"cds_start": 322,
"cds_end": null,
"cds_length": 489,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 3651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile",
"transcript": "ENST00000689156.1",
"protein_id": "ENSP00000509143.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 162,
"cds_start": 322,
"cds_end": null,
"cds_length": 489,
"cdna_start": 456,
"cdna_end": null,
"cdna_length": 2566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Val58Ile",
"transcript": "ENST00000692664.1",
"protein_id": "ENSP00000508656.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 151,
"cds_start": 172,
"cds_end": null,
"cds_length": 456,
"cdna_start": 288,
"cdna_end": null,
"cdna_length": 2633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.256G>A",
"hgvs_p": "p.Val86Ile",
"transcript": "ENST00000489855.2",
"protein_id": "ENSP00000475269.1",
"transcript_support_level": 3,
"aa_start": 86,
"aa_end": null,
"aa_length": 146,
"cds_start": 256,
"cds_end": null,
"cds_length": 441,
"cdna_start": 258,
"cdna_end": null,
"cdna_length": 958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.142G>A",
"hgvs_p": "p.Val48Ile",
"transcript": "ENST00000691093.1",
"protein_id": "ENSP00000509465.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 141,
"cds_start": 142,
"cds_end": null,
"cds_length": 426,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 2712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.343G>A",
"hgvs_p": "p.Val115Ile",
"transcript": "XM_017004725.2",
"protein_id": "XP_016860214.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 279,
"cds_start": 343,
"cds_end": null,
"cds_length": 840,
"cdna_start": 702,
"cdna_end": null,
"cdna_length": 4245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.304G>A",
"hgvs_p": "p.Val102Ile",
"transcript": "XM_011533044.2",
"protein_id": "XP_011531346.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 278,
"cds_start": 304,
"cds_end": null,
"cds_length": 837,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 3908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.298G>A",
"hgvs_p": "p.Val100Ile",
"transcript": "XM_011533045.2",
"protein_id": "XP_011531347.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 276,
"cds_start": 298,
"cds_end": null,
"cds_length": 831,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 3892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.208G>A",
"hgvs_p": "p.Val70Ile",
"transcript": "XM_005264504.2",
"protein_id": "XP_005264561.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 246,
"cds_start": 208,
"cds_end": null,
"cds_length": 741,
"cdna_start": 309,
"cdna_end": null,
"cdna_length": 3888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.208G>A",
"hgvs_p": "p.Val70Ile",
"transcript": "XM_047445537.1",
"protein_id": "XP_047301493.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 246,
"cds_start": 208,
"cds_end": null,
"cds_length": 741,
"cdna_start": 434,
"cdna_end": null,
"cdna_length": 4013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.343G>A",
"hgvs_p": "p.Val115Ile",
"transcript": "XM_017004726.2",
"protein_id": "XP_016860215.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 220,
"cds_start": 343,
"cds_end": null,
"cds_length": 663,
"cdna_start": 695,
"cdna_end": null,
"cdna_length": 4122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.343G>A",
"hgvs_p": "p.Val115Ile",
"transcript": "XM_017004727.2",
"protein_id": "XP_016860216.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 208,
"cds_start": 343,
"cds_end": null,
"cds_length": 627,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 4072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.304G>A",
"hgvs_p": "p.Val102Ile",
"transcript": "XM_047445536.1",
"protein_id": "XP_047301492.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 195,
"cds_start": 304,
"cds_end": null,
"cds_length": 588,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 3768,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "n.412G>A",
"hgvs_p": null,
"transcript": "ENST00000473407.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 576,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "n.344G>A",
"hgvs_p": null,
"transcript": "ENST00000490915.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 566,
"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": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "n.322G>A",
"hgvs_p": null,
"transcript": "ENST00000693329.1",
"protein_id": "ENSP00000508490.1",
"transcript_support_level": null,
"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": 2888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.182+11913G>A",
"hgvs_p": null,
"transcript": "NM_001164732.2",
"protein_id": "NP_001158204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": -4,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.182+11913G>A",
"hgvs_p": null,
"transcript": "ENST00000541910.6",
"protein_id": "ENSP00000442681.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": -4,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"hgvs_c": "c.106-19250G>A",
"hgvs_p": null,
"transcript": "ENST00000688400.1",
"protein_id": "ENSP00000510490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": -4,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "REEP1",
"gene_hgnc_id": 25786,
"dbsnp": "rs1474498257",
"frequency_reference_population": 0.0000020528992,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.0000020529,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2317294180393219,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.289,
"revel_prediction": "Benign",
"alphamissense_score": 0.0812,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.377,
"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": 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": "ENST00000538924.7",
"gene_symbol": "REEP1",
"hgnc_id": 25786,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Ile"
}
],
"clinvar_disease": "Hereditary spastic paraplegia 31",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Hereditary spastic paraplegia 31",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}