← 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: 11-72702976-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=72702976&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 72702976,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001040118.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Thr699Lys",
"transcript": "NM_001040118.3",
"protein_id": "NP_001035207.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 1450,
"cds_start": 2096,
"cds_end": null,
"cds_length": 4353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000393609.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040118.3"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Thr699Lys",
"transcript": "ENST00000393609.8",
"protein_id": "ENSP00000377233.3",
"transcript_support_level": 2,
"aa_start": 699,
"aa_end": null,
"aa_length": 1450,
"cds_start": 2096,
"cds_end": null,
"cds_length": 4353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001040118.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393609.8"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1376C>A",
"hgvs_p": "p.Thr459Lys",
"transcript": "ENST00000393605.7",
"protein_id": "ENSP00000377230.3",
"transcript_support_level": 1,
"aa_start": 459,
"aa_end": null,
"aa_length": 1210,
"cds_start": 1376,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393605.7"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1361C>A",
"hgvs_p": "p.Thr454Lys",
"transcript": "ENST00000334211.12",
"protein_id": "ENSP00000335506.8",
"transcript_support_level": 1,
"aa_start": 454,
"aa_end": null,
"aa_length": 1205,
"cds_start": 1361,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000334211.12"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1361C>A",
"hgvs_p": "p.Thr454Lys",
"transcript": "ENST00000426523.5",
"protein_id": "ENSP00000392264.1",
"transcript_support_level": 1,
"aa_start": 454,
"aa_end": null,
"aa_length": 1194,
"cds_start": 1361,
"cds_end": null,
"cds_length": 3585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426523.5"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Thr393Lys",
"transcript": "ENST00000429686.5",
"protein_id": "ENSP00000403127.1",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1178,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429686.5"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Thr699Lys",
"transcript": "ENST00000852596.1",
"protein_id": "ENSP00000522655.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 1450,
"cds_start": 2096,
"cds_end": null,
"cds_length": 4353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852596.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Thr699Lys",
"transcript": "ENST00000852598.1",
"protein_id": "ENSP00000522657.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 1450,
"cds_start": 2096,
"cds_end": null,
"cds_length": 4353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852598.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.2078C>A",
"hgvs_p": "p.Thr693Lys",
"transcript": "ENST00000932332.1",
"protein_id": "ENSP00000602391.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 1444,
"cds_start": 2078,
"cds_end": null,
"cds_length": 4335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932332.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Thr699Lys",
"transcript": "ENST00000359373.9",
"protein_id": "ENSP00000352332.5",
"transcript_support_level": 2,
"aa_start": 699,
"aa_end": null,
"aa_length": 1439,
"cds_start": 2096,
"cds_end": null,
"cds_length": 4320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359373.9"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Thr699Lys",
"transcript": "ENST00000932333.1",
"protein_id": "ENSP00000602392.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 1412,
"cds_start": 2096,
"cds_end": null,
"cds_length": 4239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932333.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Thr699Lys",
"transcript": "ENST00000932331.1",
"protein_id": "ENSP00000602390.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 1401,
"cds_start": 2096,
"cds_end": null,
"cds_length": 4206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932331.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1913C>A",
"hgvs_p": "p.Thr638Lys",
"transcript": "ENST00000852595.1",
"protein_id": "ENSP00000522654.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 1389,
"cds_start": 1913,
"cds_end": null,
"cds_length": 4170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852595.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1913C>A",
"hgvs_p": "p.Thr638Lys",
"transcript": "ENST00000932329.1",
"protein_id": "ENSP00000602388.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 1389,
"cds_start": 1913,
"cds_end": null,
"cds_length": 4170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932329.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1913C>A",
"hgvs_p": "p.Thr638Lys",
"transcript": "ENST00000952695.1",
"protein_id": "ENSP00000622754.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 1389,
"cds_start": 1913,
"cds_end": null,
"cds_length": 4170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952695.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1913C>A",
"hgvs_p": "p.Thr638Lys",
"transcript": "ENST00000932330.1",
"protein_id": "ENSP00000602389.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 1376,
"cds_start": 1913,
"cds_end": null,
"cds_length": 4131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932330.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1853C>A",
"hgvs_p": "p.Thr618Lys",
"transcript": "ENST00000852597.1",
"protein_id": "ENSP00000522656.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 1358,
"cds_start": 1853,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852597.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1361C>A",
"hgvs_p": "p.Thr454Lys",
"transcript": "NM_015242.5",
"protein_id": "NP_056057.2",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 1205,
"cds_start": 1361,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015242.5"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1361C>A",
"hgvs_p": "p.Thr454Lys",
"transcript": "NM_001369489.1",
"protein_id": "NP_001356418.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 1194,
"cds_start": 1361,
"cds_end": null,
"cds_length": 3585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369489.1"
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.1178C>A",
"hgvs_p": "p.Thr393Lys",
"transcript": "NM_001135190.2",
"protein_id": "NP_001128662.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1178,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135190.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.-41C>A",
"hgvs_p": null,
"transcript": "ENST00000427971.6",
"protein_id": "ENSP00000411452.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 306,
"cds_start": null,
"cds_end": null,
"cds_length": 922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427971.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.-41C>A",
"hgvs_p": null,
"transcript": "ENST00000452383.2",
"protein_id": "ENSP00000399118.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": null,
"cds_end": null,
"cds_length": 764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452383.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "n.2433C>A",
"hgvs_p": null,
"transcript": "ENST00000465814.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": "ENST00000465814.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "n.1957C>A",
"hgvs_p": null,
"transcript": "NR_161388.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_161388.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARAP1-AS2",
"gene_hgnc_id": 39994,
"hgvs_c": "n.81-888G>T",
"hgvs_p": null,
"transcript": "ENST00000500163.2",
"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": "pseudogene",
"feature": "ENST00000500163.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARAP1-AS2",
"gene_hgnc_id": 39994,
"hgvs_c": "n.81-888G>T",
"hgvs_p": null,
"transcript": "NR_146780.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_146780.1"
}
],
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"dbsnp": "rs142506020",
"frequency_reference_population": 0.000001412557,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000141256,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.34856513142585754,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.203,
"revel_prediction": "Benign",
"alphamissense_score": 0.4462,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.567,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001040118.3",
"gene_symbol": "ARAP1",
"hgnc_id": 16925,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2096C>A",
"hgvs_p": "p.Thr699Lys"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000500163.2",
"gene_symbol": "ARAP1-AS2",
"hgnc_id": 39994,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.81-888G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}