← 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-131040098-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=131040098&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 131040098,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001367493.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.4388C>T",
"hgvs_p": "p.Ala1463Val",
"transcript": "NM_001367493.1",
"protein_id": "NP_001354422.1",
"transcript_support_level": null,
"aa_start": 1463,
"aa_end": null,
"aa_length": 1876,
"cds_start": 4388,
"cds_end": null,
"cds_length": 5631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000409359.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367493.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.4388C>T",
"hgvs_p": "p.Ala1463Val",
"transcript": "ENST00000409359.7",
"protein_id": "ENSP00000386794.3",
"transcript_support_level": 5,
"aa_start": 1463,
"aa_end": null,
"aa_length": 1876,
"cds_start": 4388,
"cds_end": null,
"cds_length": 5631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001367493.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409359.7"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.902C>T",
"hgvs_p": "p.Ala301Val",
"transcript": "ENST00000392953.8",
"protein_id": "ENSP00000376680.5",
"transcript_support_level": 1,
"aa_start": 301,
"aa_end": null,
"aa_length": 694,
"cds_start": 902,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392953.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Ala206Val",
"transcript": "ENST00000355771.7",
"protein_id": "ENSP00000348017.3",
"transcript_support_level": 1,
"aa_start": 206,
"aa_end": null,
"aa_length": 619,
"cds_start": 617,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355771.7"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.4388C>T",
"hgvs_p": "p.Ala1463Val",
"transcript": "ENST00000918336.1",
"protein_id": "ENSP00000588395.1",
"transcript_support_level": null,
"aa_start": 1463,
"aa_end": null,
"aa_length": 1865,
"cds_start": 4388,
"cds_end": null,
"cds_length": 5598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918336.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.4388C>T",
"hgvs_p": "p.Ala1463Val",
"transcript": "ENST00000918335.1",
"protein_id": "ENSP00000588394.1",
"transcript_support_level": null,
"aa_start": 1463,
"aa_end": null,
"aa_length": 1827,
"cds_start": 4388,
"cds_end": null,
"cds_length": 5484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918335.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.875C>T",
"hgvs_p": "p.Ala292Val",
"transcript": "NM_001375900.1",
"protein_id": "NP_001362829.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 705,
"cds_start": 875,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375900.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.830C>T",
"hgvs_p": "p.Ala277Val",
"transcript": "NM_015320.4",
"protein_id": "NP_056135.2",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 690,
"cds_start": 830,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015320.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.830C>T",
"hgvs_p": "p.Ala277Val",
"transcript": "ENST00000326016.10",
"protein_id": "ENSP00000316845.5",
"transcript_support_level": 2,
"aa_start": 277,
"aa_end": null,
"aa_length": 690,
"cds_start": 830,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000326016.10"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.875C>T",
"hgvs_p": "p.Ala292Val",
"transcript": "ENST00000918337.1",
"protein_id": "ENSP00000588396.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 656,
"cds_start": 875,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918337.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.719C>T",
"hgvs_p": "p.Ala240Val",
"transcript": "NM_001375901.1",
"protein_id": "NP_001362830.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 653,
"cds_start": 719,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375901.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.677C>T",
"hgvs_p": "p.Ala226Val",
"transcript": "NM_001375902.1",
"protein_id": "NP_001362831.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 639,
"cds_start": 677,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375902.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.830C>T",
"hgvs_p": "p.Ala277Val",
"transcript": "ENST00000611048.4",
"protein_id": "ENSP00000483548.1",
"transcript_support_level": 5,
"aa_start": 277,
"aa_end": null,
"aa_length": 630,
"cds_start": 830,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000611048.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Ala207Val",
"transcript": "NM_001375903.1",
"protein_id": "NP_001362832.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 620,
"cds_start": 620,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375903.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.461C>T",
"hgvs_p": "p.Ala154Val",
"transcript": "NM_001375904.1",
"protein_id": "NP_001362833.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 567,
"cds_start": 461,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375904.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.461C>T",
"hgvs_p": "p.Ala154Val",
"transcript": "ENST00000409303.6",
"protein_id": "ENSP00000387285.2",
"transcript_support_level": 5,
"aa_start": 154,
"aa_end": null,
"aa_length": 516,
"cds_start": 461,
"cds_end": null,
"cds_length": 1552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409303.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.209C>T",
"hgvs_p": "p.Ala70Val",
"transcript": "NM_001395416.1",
"protein_id": "NP_001382345.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 483,
"cds_start": 209,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395416.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMIM39",
"gene_hgnc_id": 54076,
"hgvs_c": "c.*289C>T",
"hgvs_p": null,
"transcript": "ENST00000635976.2",
"protein_id": "ENSP00000490782.1",
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": 56,
"cds_start": null,
"cds_end": null,
"cds_length": 171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635976.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMIM39",
"gene_hgnc_id": 54076,
"hgvs_c": "c.*364C>T",
"hgvs_p": null,
"transcript": "ENST00000710633.1",
"protein_id": "ENSP00000518388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 7,
"cds_start": null,
"cds_end": null,
"cds_length": 24,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000710633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.4126-3354C>T",
"hgvs_p": null,
"transcript": "ENST00000918338.1",
"protein_id": "ENSP00000588397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1576,
"cds_start": null,
"cds_end": null,
"cds_length": 4731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918338.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.968-5940C>T",
"hgvs_p": null,
"transcript": "ENST00000438985.5",
"protein_id": "ENSP00000389661.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": null,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438985.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "c.428-5940C>T",
"hgvs_p": null,
"transcript": "ENST00000428230.6",
"protein_id": "ENSP00000398455.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428230.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "n.570C>T",
"hgvs_p": null,
"transcript": "ENST00000490728.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": "ENST00000490728.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "n.420C>T",
"hgvs_p": null,
"transcript": "ENST00000528247.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "pseudogene",
"feature": "ENST00000528247.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "n.*921C>T",
"hgvs_p": null,
"transcript": "ENST00000636987.1",
"protein_id": "ENSP00000490717.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": "ENST00000636987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"hgvs_c": "n.*921C>T",
"hgvs_p": null,
"transcript": "ENST00000636987.1",
"protein_id": "ENSP00000490717.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": "ENST00000636987.1"
}
],
"gene_symbol": "ARHGEF4",
"gene_hgnc_id": 684,
"dbsnp": "rs773215317",
"frequency_reference_population": 0.000002484645,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000205798,
"gnomad_genomes_af": 0.00000657263,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09784361720085144,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.064,
"revel_prediction": "Benign",
"alphamissense_score": 0.0706,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.903,
"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": "NM_001367493.1",
"gene_symbol": "ARHGEF4",
"hgnc_id": 684,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4388C>T",
"hgvs_p": "p.Ala1463Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000710633.1",
"gene_symbol": "SMIM39",
"hgnc_id": 54076,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.*364C>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
}