← 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: 20-56386407-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=56386407&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 56386407,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000395915.8",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_198437.3",
"protein_id": "NP_940839.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 222,
"cdna_end": null,
"cdna_length": 2033,
"mane_select": "ENST00000395915.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000395915.8",
"protein_id": "ENSP00000379251.3",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 222,
"cdna_end": null,
"cdna_length": 2033,
"mane_select": "NM_198437.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000312783.10",
"protein_id": "ENSP00000321591.6",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 2223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000347343.6",
"protein_id": "ENSP00000216911.2",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 2248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000371356.6",
"protein_id": "ENSP00000360407.2",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 301,
"cdna_end": null,
"cdna_length": 2112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000395913.7",
"protein_id": "ENSP00000379249.3",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 358,
"cdna_end": null,
"cdna_length": 2169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000395914.5",
"protein_id": "ENSP00000379250.1",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.271A>T",
"hgvs_p": "p.Ile91Phe",
"transcript": "NM_001424418.1",
"protein_id": "NP_001411347.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 437,
"cds_start": 271,
"cds_end": null,
"cds_length": 1314,
"cdna_start": 805,
"cdna_end": null,
"cdna_length": 2616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.271A>T",
"hgvs_p": "p.Ile91Phe",
"transcript": "NM_001424419.1",
"protein_id": "NP_001411348.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 437,
"cds_start": 271,
"cds_end": null,
"cds_length": 1314,
"cdna_start": 819,
"cdna_end": null,
"cdna_length": 2630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.271A>T",
"hgvs_p": "p.Ile91Phe",
"transcript": "NM_001424420.1",
"protein_id": "NP_001411349.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 437,
"cds_start": 271,
"cds_end": null,
"cds_length": 1314,
"cdna_start": 1030,
"cdna_end": null,
"cdna_length": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_001323303.2",
"protein_id": "NP_001310232.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 557,
"cdna_end": null,
"cdna_length": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_001323304.2",
"protein_id": "NP_001310233.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 320,
"cdna_end": null,
"cdna_length": 2131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_001323305.2",
"protein_id": "NP_001310234.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 430,
"cdna_end": null,
"cdna_length": 2241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_001424417.1",
"protein_id": "NP_001411346.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 599,
"cdna_end": null,
"cdna_length": 2410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_003600.4",
"protein_id": "NP_003591.2",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 447,
"cdna_end": null,
"cdna_length": 2258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_198433.3",
"protein_id": "NP_940835.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 655,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_198434.3",
"protein_id": "NP_940836.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 346,
"cdna_end": null,
"cdna_length": 2157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_198435.3",
"protein_id": "NP_940837.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 236,
"cdna_end": null,
"cdna_length": 2047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "NM_198436.3",
"protein_id": "NP_940838.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 332,
"cdna_end": null,
"cdna_length": 2143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000395911.5",
"protein_id": "ENSP00000379247.1",
"transcript_support_level": 5,
"aa_start": 57,
"aa_end": null,
"aa_length": 403,
"cds_start": 169,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 334,
"cdna_end": null,
"cdna_length": 2145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000395907.5",
"protein_id": "ENSP00000379243.1",
"transcript_support_level": 3,
"aa_start": 57,
"aa_end": null,
"aa_length": 347,
"cds_start": 169,
"cds_end": null,
"cds_length": 1044,
"cdna_start": 222,
"cdna_end": null,
"cdna_length": 1902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000441357.5",
"protein_id": "ENSP00000393452.1",
"transcript_support_level": 3,
"aa_start": 57,
"aa_end": null,
"aa_length": 270,
"cds_start": 169,
"cds_end": null,
"cds_length": 814,
"cdna_start": 346,
"cdna_end": null,
"cdna_length": 991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"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": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000420474.5",
"protein_id": "ENSP00000388073.1",
"transcript_support_level": 2,
"aa_start": 57,
"aa_end": null,
"aa_length": 187,
"cds_start": 169,
"cds_end": null,
"cds_length": 566,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"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": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000422322.5",
"protein_id": "ENSP00000405042.1",
"transcript_support_level": 3,
"aa_start": 57,
"aa_end": null,
"aa_length": 145,
"cds_start": 169,
"cds_end": null,
"cds_length": 440,
"cdna_start": 473,
"cdna_end": null,
"cdna_length": 744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000456249.5",
"protein_id": "ENSP00000405170.1",
"transcript_support_level": 2,
"aa_start": 57,
"aa_end": null,
"aa_length": 105,
"cds_start": 169,
"cds_end": null,
"cds_length": 319,
"cdna_start": 660,
"cdna_end": null,
"cdna_length": 810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe",
"transcript": "ENST00000451915.1",
"protein_id": "ENSP00000401358.1",
"transcript_support_level": 3,
"aa_start": 57,
"aa_end": null,
"aa_length": 78,
"cds_start": 169,
"cds_end": null,
"cds_length": 239,
"cdna_start": 514,
"cdna_end": null,
"cdna_length": 584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AURKA",
"gene_hgnc_id": 11393,
"dbsnp": "rs1047972",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 6.84045e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0751200020313263,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.072,
"revel_prediction": "Benign",
"alphamissense_score": 0.0665,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.556,
"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": "ENST00000395915.8",
"gene_symbol": "AURKA",
"hgnc_id": 11393,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.169A>T",
"hgvs_p": "p.Ile57Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}