← 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-35683971-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=35683971&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 35683971,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000680220.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro",
"transcript": "NM_001346249.2",
"protein_id": "NP_001333178.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 2542,
"cds_start": 4309,
"cds_end": null,
"cds_length": 7629,
"cdna_start": 4769,
"cdna_end": null,
"cdna_length": 9447,
"mane_select": "ENST00000680220.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro",
"transcript": "ENST00000680220.1",
"protein_id": "ENSP00000506280.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 2542,
"cds_start": 4309,
"cds_end": null,
"cds_length": 7629,
"cdna_start": 4769,
"cdna_end": null,
"cdna_length": 9447,
"mane_select": "NM_001346249.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2791A>C",
"hgvs_p": "p.Thr931Pro",
"transcript": "ENST00000307138.10",
"protein_id": "ENSP00000302647.6",
"transcript_support_level": 1,
"aa_start": 931,
"aa_end": null,
"aa_length": 2083,
"cds_start": 2791,
"cds_end": null,
"cds_length": 6252,
"cdna_start": 3260,
"cdna_end": null,
"cdna_length": 7911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2830A>C",
"hgvs_p": "p.Thr944Pro",
"transcript": "ENST00000382366.7",
"protein_id": "ENSP00000371803.3",
"transcript_support_level": 1,
"aa_start": 944,
"aa_end": null,
"aa_length": 2049,
"cds_start": 2830,
"cds_end": null,
"cds_length": 6150,
"cdna_start": 2929,
"cdna_end": null,
"cdna_length": 6328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2791A>C",
"hgvs_p": "p.Thr931Pro",
"transcript": "ENST00000389698.7",
"protein_id": "ENSP00000374348.3",
"transcript_support_level": 1,
"aa_start": 931,
"aa_end": null,
"aa_length": 2036,
"cds_start": 2791,
"cds_end": null,
"cds_length": 6111,
"cdna_start": 3182,
"cdna_end": null,
"cdna_length": 7864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4168A>C",
"hgvs_p": "p.Thr1390Pro",
"transcript": "NM_001330075.3",
"protein_id": "NP_001317004.1",
"transcript_support_level": null,
"aa_start": 1390,
"aa_end": null,
"aa_length": 2495,
"cds_start": 4168,
"cds_end": null,
"cds_length": 7488,
"cdna_start": 4628,
"cdna_end": null,
"cdna_length": 9306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4168A>C",
"hgvs_p": "p.Thr1390Pro",
"transcript": "NM_001346248.2",
"protein_id": "NP_001333177.1",
"transcript_support_level": null,
"aa_start": 1390,
"aa_end": null,
"aa_length": 2495,
"cds_start": 4168,
"cds_end": null,
"cds_length": 7488,
"cdna_start": 4628,
"cdna_end": null,
"cdna_length": 9309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4168A>C",
"hgvs_p": "p.Thr1390Pro",
"transcript": "ENST00000637992.1",
"protein_id": "ENSP00000490119.1",
"transcript_support_level": 5,
"aa_start": 1390,
"aa_end": null,
"aa_length": 2495,
"cds_start": 4168,
"cds_end": null,
"cds_length": 7488,
"cdna_start": 4547,
"cdna_end": null,
"cdna_length": 8512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2932A>C",
"hgvs_p": "p.Thr978Pro",
"transcript": "NM_001346247.2",
"protein_id": "NP_001333176.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 2131,
"cds_start": 2932,
"cds_end": null,
"cds_length": 6396,
"cdna_start": 3392,
"cdna_end": null,
"cdna_length": 8042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2932A>C",
"hgvs_p": "p.Thr978Pro",
"transcript": "ENST00000554259.6",
"protein_id": "ENSP00000451133.2",
"transcript_support_level": 5,
"aa_start": 978,
"aa_end": null,
"aa_length": 2131,
"cds_start": 2932,
"cds_end": null,
"cds_length": 6396,
"cdna_start": 3368,
"cdna_end": null,
"cdna_length": 8017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2791A>C",
"hgvs_p": "p.Thr931Pro",
"transcript": "NM_001346246.2",
"protein_id": "NP_001333175.1",
"transcript_support_level": null,
"aa_start": 931,
"aa_end": null,
"aa_length": 2084,
"cds_start": 2791,
"cds_end": null,
"cds_length": 6255,
"cdna_start": 3251,
"cdna_end": null,
"cdna_length": 7901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2932A>C",
"hgvs_p": "p.Thr978Pro",
"transcript": "NM_001283044.3",
"protein_id": "NP_001269973.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 2083,
"cds_start": 2932,
"cds_end": null,
"cds_length": 6252,
"cdna_start": 3392,
"cdna_end": null,
"cdna_length": 8070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2932A>C",
"hgvs_p": "p.Thr978Pro",
"transcript": "NM_001346245.2",
"protein_id": "NP_001333174.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 2083,
"cds_start": 2932,
"cds_end": null,
"cds_length": 6252,
"cdna_start": 3392,
"cdna_end": null,
"cdna_length": 8073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2791A>C",
"hgvs_p": "p.Thr931Pro",
"transcript": "NM_194301.4",
"protein_id": "NP_919277.2",
"transcript_support_level": null,
"aa_start": 931,
"aa_end": null,
"aa_length": 2083,
"cds_start": 2791,
"cds_end": null,
"cds_length": 6252,
"cdna_start": 3251,
"cdna_end": null,
"cdna_length": 7898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2932A>C",
"hgvs_p": "p.Thr978Pro",
"transcript": "ENST00000553892.2",
"protein_id": "ENSP00000451877.1",
"transcript_support_level": 5,
"aa_start": 978,
"aa_end": null,
"aa_length": 2083,
"cds_start": 2932,
"cds_end": null,
"cds_length": 6252,
"cdna_start": 2932,
"cdna_end": null,
"cdna_length": 6271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2830A>C",
"hgvs_p": "p.Thr944Pro",
"transcript": "NM_001283043.3",
"protein_id": "NP_001269972.1",
"transcript_support_level": null,
"aa_start": 944,
"aa_end": null,
"aa_length": 2049,
"cds_start": 2830,
"cds_end": null,
"cds_length": 6150,
"cdna_start": 3290,
"cdna_end": null,
"cdna_length": 7968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2791A>C",
"hgvs_p": "p.Thr931Pro",
"transcript": "NM_001346243.2",
"protein_id": "NP_001333172.1",
"transcript_support_level": null,
"aa_start": 931,
"aa_end": null,
"aa_length": 2036,
"cds_start": 2791,
"cds_end": null,
"cds_length": 6111,
"cdna_start": 3251,
"cdna_end": null,
"cdna_length": 7932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2791A>C",
"hgvs_p": "p.Thr931Pro",
"transcript": "NM_014990.3",
"protein_id": "NP_055805.1",
"transcript_support_level": null,
"aa_start": 931,
"aa_end": null,
"aa_length": 2036,
"cds_start": 2791,
"cds_end": null,
"cds_length": 6111,
"cdna_start": 3251,
"cdna_end": null,
"cdna_length": 7929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro",
"transcript": "XM_006720098.4",
"protein_id": "XP_006720161.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 2590,
"cds_start": 4309,
"cds_end": null,
"cds_length": 7773,
"cdna_start": 4769,
"cdna_end": null,
"cdna_length": 9419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro",
"transcript": "XM_006720099.4",
"protein_id": "XP_006720162.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 2589,
"cds_start": 4309,
"cds_end": null,
"cds_length": 7770,
"cdna_start": 4769,
"cdna_end": null,
"cdna_length": 9416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4168A>C",
"hgvs_p": "p.Thr1390Pro",
"transcript": "XM_006720100.5",
"protein_id": "XP_006720163.1",
"transcript_support_level": null,
"aa_start": 1390,
"aa_end": null,
"aa_length": 2543,
"cds_start": 4168,
"cds_end": null,
"cds_length": 7632,
"cdna_start": 4628,
"cdna_end": null,
"cdna_length": 9278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro",
"transcript": "XM_006720101.4",
"protein_id": "XP_006720164.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 2542,
"cds_start": 4309,
"cds_end": null,
"cds_length": 7629,
"cdna_start": 4769,
"cdna_end": null,
"cdna_length": 9450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro",
"transcript": "XM_011536615.4",
"protein_id": "XP_011534917.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 2542,
"cds_start": 4309,
"cds_end": null,
"cds_length": 7629,
"cdna_start": 4769,
"cdna_end": null,
"cdna_length": 9571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4168A>C",
"hgvs_p": "p.Thr1390Pro",
"transcript": "XM_047431182.1",
"protein_id": "XP_047287138.1",
"transcript_support_level": null,
"aa_start": 1390,
"aa_end": null,
"aa_length": 2542,
"cds_start": 4168,
"cds_end": null,
"cds_length": 7629,
"cdna_start": 4628,
"cdna_end": null,
"cdna_length": 9275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro",
"transcript": "XM_017021143.3",
"protein_id": "XP_016876632.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 2449,
"cds_start": 4309,
"cds_end": null,
"cds_length": 7350,
"cdna_start": 4769,
"cdna_end": null,
"cdna_length": 15362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2932A>C",
"hgvs_p": "p.Thr978Pro",
"transcript": "XM_005267492.5",
"protein_id": "XP_005267549.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 2130,
"cds_start": 2932,
"cds_end": null,
"cds_length": 6393,
"cdna_start": 3392,
"cdna_end": null,
"cdna_length": 8039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.2041A>C",
"hgvs_p": "p.Thr681Pro",
"transcript": "XM_017021146.2",
"protein_id": "XP_016876635.1",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 1834,
"cds_start": 2041,
"cds_end": null,
"cds_length": 5505,
"cdna_start": 3526,
"cdna_end": null,
"cdna_length": 8176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"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": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro",
"transcript": "XM_006720104.5",
"protein_id": "XP_006720167.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 1607,
"cds_start": 4309,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 4769,
"cdna_end": null,
"cdna_length": 5370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.1261A>C",
"hgvs_p": "p.Thr421Pro",
"transcript": "XM_024449523.2",
"protein_id": "XP_024305291.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 1574,
"cds_start": 1261,
"cds_end": null,
"cds_length": 4725,
"cdna_start": 3383,
"cdna_end": null,
"cdna_length": 8033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "c.514A>C",
"hgvs_p": "p.Thr172Pro",
"transcript": "XM_005267498.5",
"protein_id": "XP_005267555.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 1325,
"cds_start": 514,
"cds_end": null,
"cds_length": 3978,
"cdna_start": 2086,
"cdna_end": null,
"cdna_length": 6736,
"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": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "n.2451A>C",
"hgvs_p": null,
"transcript": "ENST00000554652.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 4487,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "n.61A>C",
"hgvs_p": null,
"transcript": "ENST00000557638.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 586,
"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": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"hgvs_c": "n.4769A>C",
"hgvs_p": null,
"transcript": "XR_007063998.1",
"protein_id": null,
"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": 8429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RALGAPA1",
"gene_hgnc_id": 17770,
"dbsnp": "rs2274068",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08192768692970276,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.366,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0768,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.214,
"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": "ENST00000680220.1",
"gene_symbol": "RALGAPA1",
"hgnc_id": 17770,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.4309A>C",
"hgvs_p": "p.Thr1437Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}