← 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: X-153907841-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=153907841&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 153907841,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001164741.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2729C>T",
"hgvs_p": "p.Pro910Leu",
"transcript": "NM_001666.5",
"protein_id": "NP_001657.3",
"transcript_support_level": null,
"aa_start": 910,
"aa_end": null,
"aa_length": 946,
"cds_start": 2729,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000350060.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001666.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2729C>T",
"hgvs_p": "p.Pro910Leu",
"transcript": "ENST00000350060.10",
"protein_id": "ENSP00000203786.8",
"transcript_support_level": 1,
"aa_start": 910,
"aa_end": null,
"aa_length": 946,
"cds_start": 2729,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001666.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000350060.10"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2849C>T",
"hgvs_p": "p.Pro950Leu",
"transcript": "ENST00000370028.7",
"protein_id": "ENSP00000359045.3",
"transcript_support_level": 1,
"aa_start": 950,
"aa_end": null,
"aa_length": 986,
"cds_start": 2849,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370028.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284987",
"gene_hgnc_id": null,
"hgvs_c": "n.96+1229C>T",
"hgvs_p": null,
"transcript": "ENST00000646191.1",
"protein_id": "ENSP00000493873.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000646191.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2849C>T",
"hgvs_p": "p.Pro950Leu",
"transcript": "NM_001164741.2",
"protein_id": "NP_001158213.1",
"transcript_support_level": null,
"aa_start": 950,
"aa_end": null,
"aa_length": 986,
"cds_start": 2849,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164741.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2747C>T",
"hgvs_p": "p.Pro916Leu",
"transcript": "ENST00000968871.1",
"protein_id": "ENSP00000638930.1",
"transcript_support_level": null,
"aa_start": 916,
"aa_end": null,
"aa_length": 952,
"cds_start": 2747,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968871.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2726C>T",
"hgvs_p": "p.Pro909Leu",
"transcript": "ENST00000907990.1",
"protein_id": "ENSP00000578049.1",
"transcript_support_level": null,
"aa_start": 909,
"aa_end": null,
"aa_length": 945,
"cds_start": 2726,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907990.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2720C>T",
"hgvs_p": "p.Pro907Leu",
"transcript": "ENST00000968870.1",
"protein_id": "ENSP00000638929.1",
"transcript_support_level": null,
"aa_start": 907,
"aa_end": null,
"aa_length": 943,
"cds_start": 2720,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968870.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2666C>T",
"hgvs_p": "p.Pro889Leu",
"transcript": "ENST00000370016.5",
"protein_id": "ENSP00000359033.1",
"transcript_support_level": 5,
"aa_start": 889,
"aa_end": null,
"aa_length": 925,
"cds_start": 2666,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370016.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2627C>T",
"hgvs_p": "p.Pro876Leu",
"transcript": "ENST00000907988.1",
"protein_id": "ENSP00000578047.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 912,
"cds_start": 2627,
"cds_end": null,
"cds_length": 2739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907988.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2624C>T",
"hgvs_p": "p.Pro875Leu",
"transcript": "ENST00000907989.1",
"protein_id": "ENSP00000578048.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 911,
"cds_start": 2624,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907989.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2543C>T",
"hgvs_p": "p.Pro848Leu",
"transcript": "ENST00000927210.1",
"protein_id": "ENSP00000597269.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 884,
"cds_start": 2543,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927210.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2495C>T",
"hgvs_p": "p.Pro832Leu",
"transcript": "ENST00000907991.1",
"protein_id": "ENSP00000578050.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 868,
"cds_start": 2495,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907991.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "c.2195C>T",
"hgvs_p": "p.Pro732Leu",
"transcript": "ENST00000393721.5",
"protein_id": "ENSP00000377322.1",
"transcript_support_level": 5,
"aa_start": 732,
"aa_end": null,
"aa_length": 768,
"cds_start": 2195,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393721.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.*2103C>T",
"hgvs_p": null,
"transcript": "ENST00000404127.6",
"protein_id": "ENSP00000385042.2",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000404127.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.*433C>T",
"hgvs_p": null,
"transcript": "ENST00000420383.5",
"protein_id": "ENSP00000397533.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000420383.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": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.438C>T",
"hgvs_p": null,
"transcript": "ENST00000466928.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": "ENST00000466928.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.2502C>T",
"hgvs_p": null,
"transcript": "ENST00000470209.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000470209.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.2280C>T",
"hgvs_p": null,
"transcript": "ENST00000494302.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000494302.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.1326C>T",
"hgvs_p": null,
"transcript": "ENST00000494397.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000494397.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.*2103C>T",
"hgvs_p": null,
"transcript": "ENST00000404127.6",
"protein_id": "ENSP00000385042.2",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000404127.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.*433C>T",
"hgvs_p": null,
"transcript": "ENST00000420383.5",
"protein_id": "ENSP00000397533.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000420383.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284987",
"gene_hgnc_id": null,
"hgvs_c": "n.154+1229C>T",
"hgvs_p": null,
"transcript": "ENST00000464967.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": "ENST00000464967.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284987",
"gene_hgnc_id": null,
"hgvs_c": "n.96+1229C>T",
"hgvs_p": null,
"transcript": "ENST00000642393.1",
"protein_id": "ENSP00000495119.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000642393.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"hgvs_c": "n.*952C>T",
"hgvs_p": null,
"transcript": "ENST00000700282.1",
"protein_id": "ENSP00000514915.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000700282.1"
}
],
"gene_symbol": "ARHGAP4",
"gene_hgnc_id": 674,
"dbsnp": "rs151147398",
"frequency_reference_population": 0.00003550541,
"hom_count_reference_population": 6,
"allele_count_reference_population": 36,
"gnomad_exomes_af": 0.0000332976,
"gnomad_genomes_af": 0.0000531143,
"gnomad_exomes_ac": 30,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03961476683616638,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.006,
"revel_prediction": "Benign",
"alphamissense_score": 0.0634,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.247,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001164741.2",
"gene_symbol": "ARHGAP4",
"hgnc_id": 674,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.2849C>T",
"hgvs_p": "p.Pro950Leu"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000646191.1",
"gene_symbol": "ENSG00000284987",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.96+1229C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}