← 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: 15-50490441-ACTC-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=50490441&ref=ACTC&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 50490441,
"ref": "ACTC",
"alt": "A",
"effect": "conservative_inframe_deletion",
"transcript": "NM_005154.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2155_2157delTCC",
"hgvs_p": "p.Ser719del",
"transcript": "NM_005154.5",
"protein_id": "NP_005145.3",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 1118,
"cds_start": 2155,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000307179.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005154.5"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2155_2157delTCC",
"hgvs_p": "p.Ser719del",
"transcript": "ENST00000307179.9",
"protein_id": "ENSP00000302239.4",
"transcript_support_level": 1,
"aa_start": 719,
"aa_end": null,
"aa_length": 1118,
"cds_start": 2155,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005154.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000307179.9"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2155_2157delTCC",
"hgvs_p": "p.Ser719del",
"transcript": "ENST00000396444.7",
"protein_id": "ENSP00000379721.3",
"transcript_support_level": 1,
"aa_start": 719,
"aa_end": null,
"aa_length": 1118,
"cds_start": 2155,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396444.7"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2281_2283delTCC",
"hgvs_p": "p.Ser761del",
"transcript": "ENST00000956759.1",
"protein_id": "ENSP00000626818.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 1160,
"cds_start": 2281,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956759.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2194_2196delTCC",
"hgvs_p": "p.Ser732del",
"transcript": "ENST00000956763.1",
"protein_id": "ENSP00000626822.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 1131,
"cds_start": 2194,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956763.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2155_2157delTCC",
"hgvs_p": "p.Ser719del",
"transcript": "NM_001128610.3",
"protein_id": "NP_001122082.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 1118,
"cds_start": 2155,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128610.3"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2155_2157delTCC",
"hgvs_p": "p.Ser719del",
"transcript": "ENST00000919051.1",
"protein_id": "ENSP00000589110.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 1118,
"cds_start": 2155,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919051.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2155_2157delTCC",
"hgvs_p": "p.Ser719del",
"transcript": "ENST00000919052.1",
"protein_id": "ENSP00000589111.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 1118,
"cds_start": 2155,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919052.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2152_2154delTCC",
"hgvs_p": "p.Ser718del",
"transcript": "ENST00000919048.1",
"protein_id": "ENSP00000589107.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 1117,
"cds_start": 2152,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919048.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2152_2154delTCC",
"hgvs_p": "p.Ser718del",
"transcript": "ENST00000919050.1",
"protein_id": "ENSP00000589109.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 1117,
"cds_start": 2152,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919050.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2074_2076delTCC",
"hgvs_p": "p.Ser692del",
"transcript": "ENST00000882495.1",
"protein_id": "ENSP00000552554.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 1091,
"cds_start": 2074,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882495.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2065_2067delTCC",
"hgvs_p": "p.Ser689del",
"transcript": "ENST00000919049.1",
"protein_id": "ENSP00000589108.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 1088,
"cds_start": 2065,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919049.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.2065_2067delTCC",
"hgvs_p": "p.Ser689del",
"transcript": "ENST00000956762.1",
"protein_id": "ENSP00000626821.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 1088,
"cds_start": 2065,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956762.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1924_1926delTCC",
"hgvs_p": "p.Ser642del",
"transcript": "ENST00000919053.1",
"protein_id": "ENSP00000589112.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 1041,
"cds_start": 1924,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919053.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1924_1926delTCC",
"hgvs_p": "p.Ser642del",
"transcript": "ENST00000956760.1",
"protein_id": "ENSP00000626819.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 1041,
"cds_start": 1924,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956760.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1906_1908delTCC",
"hgvs_p": "p.Ser636del",
"transcript": "ENST00000956757.1",
"protein_id": "ENSP00000626816.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 1035,
"cds_start": 1906,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956757.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1837_1839delTCC",
"hgvs_p": "p.Ser613del",
"transcript": "NM_001283049.2",
"protein_id": "NP_001269978.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 1012,
"cds_start": 1837,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001283049.2"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1837_1839delTCC",
"hgvs_p": "p.Ser613del",
"transcript": "ENST00000425032.7",
"protein_id": "ENSP00000412682.3",
"transcript_support_level": 2,
"aa_start": 613,
"aa_end": null,
"aa_length": 1012,
"cds_start": 1837,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425032.7"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1483_1485delTCC",
"hgvs_p": "p.Ser495del",
"transcript": "ENST00000956758.1",
"protein_id": "ENSP00000626817.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 894,
"cds_start": 1483,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956758.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1483_1485delTCC",
"hgvs_p": "p.Ser495del",
"transcript": "ENST00000956761.1",
"protein_id": "ENSP00000626820.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 894,
"cds_start": 1483,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956761.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1471_1473delTCC",
"hgvs_p": "p.Ser491del",
"transcript": "ENST00000882497.1",
"protein_id": "ENSP00000552556.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 890,
"cds_start": 1471,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882497.1"
},
{
"aa_ref": "S",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "c.1435_1437delTCC",
"hgvs_p": "p.Ser479del",
"transcript": "ENST00000882496.1",
"protein_id": "ENSP00000552555.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 878,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882496.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "n.*1808_*1810delTCC",
"hgvs_p": null,
"transcript": "ENST00000561211.6",
"protein_id": "ENSP00000457345.1",
"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": "ENST00000561211.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "n.*1808_*1810delTCC",
"hgvs_p": null,
"transcript": "ENST00000561211.6",
"protein_id": "ENSP00000457345.1",
"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": "ENST00000561211.6"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"hgvs_c": "n.*12_*14delCTC",
"hgvs_p": null,
"transcript": "ENST00000561206.1",
"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": "ENST00000561206.1"
}
],
"gene_symbol": "USP8",
"gene_hgnc_id": 12631,
"dbsnp": "rs672601306",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.565,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM4_Supporting,PP5",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM2",
"PM4_Supporting",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_005154.5",
"gene_symbol": "USP8",
"hgnc_id": 12631,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2155_2157delTCC",
"hgvs_p": "p.Ser719del"
}
],
"clinvar_disease": "Pituitary dependent hypercortisolism",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Pituitary dependent hypercortisolism",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}