← 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: 14-35549217-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=35549217&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 35549217,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001346249.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7514G>A",
"hgvs_p": "p.Arg2505Gln",
"transcript": "NM_001346249.2",
"protein_id": "NP_001333178.1",
"transcript_support_level": null,
"aa_start": 2505,
"aa_end": null,
"aa_length": 2542,
"cds_start": 7514,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000680220.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346249.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7514G>A",
"hgvs_p": "p.Arg2505Gln",
"transcript": "ENST00000680220.1",
"protein_id": "ENSP00000506280.1",
"transcript_support_level": null,
"aa_start": 2505,
"aa_end": null,
"aa_length": 2542,
"cds_start": 7514,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001346249.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680220.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.5996G>A",
"hgvs_p": "p.Arg1999Gln",
"transcript": "ENST00000307138.10",
"protein_id": "ENSP00000302647.6",
"transcript_support_level": 1,
"aa_start": 1999,
"aa_end": null,
"aa_length": 2083,
"cds_start": 5996,
"cds_end": null,
"cds_length": 6252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000307138.10"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.6035G>A",
"hgvs_p": "p.Arg2012Gln",
"transcript": "ENST00000382366.7",
"protein_id": "ENSP00000371803.3",
"transcript_support_level": 1,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2049,
"cds_start": 6035,
"cds_end": null,
"cds_length": 6150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382366.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.5996G>A",
"hgvs_p": "p.Arg1999Gln",
"transcript": "ENST00000389698.7",
"protein_id": "ENSP00000374348.3",
"transcript_support_level": 1,
"aa_start": 1999,
"aa_end": null,
"aa_length": 2036,
"cds_start": 5996,
"cds_end": null,
"cds_length": 6111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389698.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7373G>A",
"hgvs_p": "p.Arg2458Gln",
"transcript": "NM_001330075.3",
"protein_id": "NP_001317004.1",
"transcript_support_level": null,
"aa_start": 2458,
"aa_end": null,
"aa_length": 2495,
"cds_start": 7373,
"cds_end": null,
"cds_length": 7488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330075.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7373G>A",
"hgvs_p": "p.Arg2458Gln",
"transcript": "NM_001346248.2",
"protein_id": "NP_001333177.1",
"transcript_support_level": null,
"aa_start": 2458,
"aa_end": null,
"aa_length": 2495,
"cds_start": 7373,
"cds_end": null,
"cds_length": 7488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346248.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7373G>A",
"hgvs_p": "p.Arg2458Gln",
"transcript": "ENST00000637992.1",
"protein_id": "ENSP00000490119.1",
"transcript_support_level": 5,
"aa_start": 2458,
"aa_end": null,
"aa_length": 2495,
"cds_start": 7373,
"cds_end": null,
"cds_length": 7488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637992.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "NM_001346247.2",
"protein_id": "NP_001333176.1",
"transcript_support_level": null,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2131,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346247.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "ENST00000554259.6",
"protein_id": "ENSP00000451133.2",
"transcript_support_level": 5,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2131,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554259.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.5996G>A",
"hgvs_p": "p.Arg1999Gln",
"transcript": "NM_001346246.2",
"protein_id": "NP_001333175.1",
"transcript_support_level": null,
"aa_start": 1999,
"aa_end": null,
"aa_length": 2084,
"cds_start": 5996,
"cds_end": null,
"cds_length": 6255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346246.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "NM_001283044.3",
"protein_id": "NP_001269973.1",
"transcript_support_level": null,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2083,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283044.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "NM_001346245.2",
"protein_id": "NP_001333174.1",
"transcript_support_level": null,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2083,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346245.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.5996G>A",
"hgvs_p": "p.Arg1999Gln",
"transcript": "NM_194301.4",
"protein_id": "NP_919277.2",
"transcript_support_level": null,
"aa_start": 1999,
"aa_end": null,
"aa_length": 2083,
"cds_start": 5996,
"cds_end": null,
"cds_length": 6252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_194301.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "ENST00000553892.2",
"protein_id": "ENSP00000451877.1",
"transcript_support_level": 5,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2083,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553892.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.6035G>A",
"hgvs_p": "p.Arg2012Gln",
"transcript": "NM_001283043.3",
"protein_id": "NP_001269972.1",
"transcript_support_level": null,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2049,
"cds_start": 6035,
"cds_end": null,
"cds_length": 6150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283043.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.5996G>A",
"hgvs_p": "p.Arg1999Gln",
"transcript": "NM_001346243.2",
"protein_id": "NP_001333172.1",
"transcript_support_level": null,
"aa_start": 1999,
"aa_end": null,
"aa_length": 2036,
"cds_start": 5996,
"cds_end": null,
"cds_length": 6111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346243.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.5996G>A",
"hgvs_p": "p.Arg1999Gln",
"transcript": "NM_014990.3",
"protein_id": "NP_055805.1",
"transcript_support_level": null,
"aa_start": 1999,
"aa_end": null,
"aa_length": 2036,
"cds_start": 5996,
"cds_end": null,
"cds_length": 6111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014990.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.842G>A",
"hgvs_p": "p.Arg281Gln",
"transcript": "ENST00000554573.5",
"protein_id": "ENSP00000450574.1",
"transcript_support_level": 5,
"aa_start": 281,
"aa_end": null,
"aa_length": 355,
"cds_start": 842,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554573.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7514G>A",
"hgvs_p": "p.Arg2505Gln",
"transcript": "XM_006720098.4",
"protein_id": "XP_006720161.1",
"transcript_support_level": null,
"aa_start": 2505,
"aa_end": null,
"aa_length": 2590,
"cds_start": 7514,
"cds_end": null,
"cds_length": 7773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720098.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7514G>A",
"hgvs_p": "p.Arg2505Gln",
"transcript": "XM_006720099.4",
"protein_id": "XP_006720162.1",
"transcript_support_level": null,
"aa_start": 2505,
"aa_end": null,
"aa_length": 2589,
"cds_start": 7514,
"cds_end": null,
"cds_length": 7770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720099.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7373G>A",
"hgvs_p": "p.Arg2458Gln",
"transcript": "XM_006720100.5",
"protein_id": "XP_006720163.1",
"transcript_support_level": null,
"aa_start": 2458,
"aa_end": null,
"aa_length": 2543,
"cds_start": 7373,
"cds_end": null,
"cds_length": 7632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720100.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7514G>A",
"hgvs_p": "p.Arg2505Gln",
"transcript": "XM_006720101.4",
"protein_id": "XP_006720164.1",
"transcript_support_level": null,
"aa_start": 2505,
"aa_end": null,
"aa_length": 2542,
"cds_start": 7514,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720101.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7514G>A",
"hgvs_p": "p.Arg2505Gln",
"transcript": "XM_011536615.4",
"protein_id": "XP_011534917.1",
"transcript_support_level": null,
"aa_start": 2505,
"aa_end": null,
"aa_length": 2542,
"cds_start": 7514,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536615.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.7373G>A",
"hgvs_p": "p.Arg2458Gln",
"transcript": "XM_047431182.1",
"protein_id": "XP_047287138.1",
"transcript_support_level": null,
"aa_start": 2458,
"aa_end": null,
"aa_length": 2542,
"cds_start": 7373,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431182.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.6137G>A",
"hgvs_p": "p.Arg2046Gln",
"transcript": "XM_005267492.5",
"protein_id": "XP_005267549.1",
"transcript_support_level": null,
"aa_start": 2046,
"aa_end": null,
"aa_length": 2130,
"cds_start": 6137,
"cds_end": null,
"cds_length": 6393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267492.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.5246G>A",
"hgvs_p": "p.Arg1749Gln",
"transcript": "XM_017021146.2",
"protein_id": "XP_016876635.1",
"transcript_support_level": null,
"aa_start": 1749,
"aa_end": null,
"aa_length": 1834,
"cds_start": 5246,
"cds_end": null,
"cds_length": 5505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021146.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4466G>A",
"hgvs_p": "p.Arg1489Gln",
"transcript": "XM_024449523.2",
"protein_id": "XP_024305291.1",
"transcript_support_level": null,
"aa_start": 1489,
"aa_end": null,
"aa_length": 1574,
"cds_start": 4466,
"cds_end": null,
"cds_length": 4725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449523.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.3719G>A",
"hgvs_p": "p.Arg1240Gln",
"transcript": "XM_005267498.5",
"protein_id": "XP_005267555.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1325,
"cds_start": 3719,
"cds_end": null,
"cds_length": 3978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267498.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "n.447G>A",
"hgvs_p": null,
"transcript": "ENST00000554355.5",
"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": "ENST00000554355.5"
}
],
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"dbsnp": "rs796052176",
"frequency_reference_population": 0.000010553081,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.0000109656,
"gnomad_genomes_af": 0.00000658796,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6942559480667114,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.674,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2153,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.459,
"phylop100way_prediction": "Uncertain_significance",
"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": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001346249.2",
"gene_symbol": "RALGAPA1",
"hgnc_id": 17770,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.7514G>A",
"hgvs_p": "p.Arg2505Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}