← 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-41520554-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=41520554&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 41520554,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_015540.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3632A>T",
"hgvs_p": "p.Tyr1211Phe",
"transcript": "NM_015540.4",
"protein_id": "NP_056355.2",
"transcript_support_level": null,
"aa_start": 1211,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3632,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000304330.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015540.4"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3632A>T",
"hgvs_p": "p.Tyr1211Phe",
"transcript": "ENST00000304330.9",
"protein_id": "ENSP00000306123.4",
"transcript_support_level": 1,
"aa_start": 1211,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3632,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015540.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304330.9"
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "n.3632A>T",
"hgvs_p": null,
"transcript": "ENST00000562303.5",
"protein_id": "ENSP00000455363.1",
"transcript_support_level": 1,
"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": "ENST00000562303.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "n.648A>T",
"hgvs_p": null,
"transcript": "ENST00000565167.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000565167.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3632A>T",
"hgvs_p": "p.Tyr1211Phe",
"transcript": "ENST00000867493.1",
"protein_id": "ENSP00000537552.1",
"transcript_support_level": null,
"aa_start": 1211,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3632,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867493.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3632A>T",
"hgvs_p": "p.Tyr1211Phe",
"transcript": "ENST00000912254.1",
"protein_id": "ENSP00000582313.1",
"transcript_support_level": null,
"aa_start": 1211,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3632,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912254.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3632A>T",
"hgvs_p": "p.Tyr1211Phe",
"transcript": "ENST00000912256.1",
"protein_id": "ENSP00000582315.1",
"transcript_support_level": null,
"aa_start": 1211,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3632,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912256.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3611A>T",
"hgvs_p": "p.Tyr1204Phe",
"transcript": "ENST00000912252.1",
"protein_id": "ENSP00000582311.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1386,
"cds_start": 3611,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912252.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3566A>T",
"hgvs_p": "p.Tyr1189Phe",
"transcript": "ENST00000867487.1",
"protein_id": "ENSP00000537546.1",
"transcript_support_level": null,
"aa_start": 1189,
"aa_end": null,
"aa_length": 1371,
"cds_start": 3566,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867487.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3566A>T",
"hgvs_p": "p.Tyr1189Phe",
"transcript": "ENST00000912253.1",
"protein_id": "ENSP00000582312.1",
"transcript_support_level": null,
"aa_start": 1189,
"aa_end": null,
"aa_length": 1371,
"cds_start": 3566,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912253.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3533A>T",
"hgvs_p": "p.Tyr1178Phe",
"transcript": "ENST00000867488.1",
"protein_id": "ENSP00000537547.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1360,
"cds_start": 3533,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867488.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3530A>T",
"hgvs_p": "p.Tyr1177Phe",
"transcript": "ENST00000867491.1",
"protein_id": "ENSP00000537550.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1359,
"cds_start": 3530,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867491.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3479A>T",
"hgvs_p": "p.Tyr1160Phe",
"transcript": "ENST00000912250.1",
"protein_id": "ENSP00000582309.1",
"transcript_support_level": null,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1342,
"cds_start": 3479,
"cds_end": null,
"cds_length": 4029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912250.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3473A>T",
"hgvs_p": "p.Tyr1158Phe",
"transcript": "ENST00000867490.1",
"protein_id": "ENSP00000537549.1",
"transcript_support_level": null,
"aa_start": 1158,
"aa_end": null,
"aa_length": 1340,
"cds_start": 3473,
"cds_end": null,
"cds_length": 4023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867490.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3452A>T",
"hgvs_p": "p.Tyr1151Phe",
"transcript": "ENST00000867494.1",
"protein_id": "ENSP00000537553.1",
"transcript_support_level": null,
"aa_start": 1151,
"aa_end": null,
"aa_length": 1333,
"cds_start": 3452,
"cds_end": null,
"cds_length": 4002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867494.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3440A>T",
"hgvs_p": "p.Tyr1147Phe",
"transcript": "ENST00000867492.1",
"protein_id": "ENSP00000537551.1",
"transcript_support_level": null,
"aa_start": 1147,
"aa_end": null,
"aa_length": 1329,
"cds_start": 3440,
"cds_end": null,
"cds_length": 3990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867492.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3293A>T",
"hgvs_p": "p.Tyr1098Phe",
"transcript": "ENST00000912251.1",
"protein_id": "ENSP00000582310.1",
"transcript_support_level": null,
"aa_start": 1098,
"aa_end": null,
"aa_length": 1280,
"cds_start": 3293,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912251.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3140A>T",
"hgvs_p": "p.Tyr1047Phe",
"transcript": "ENST00000867489.1",
"protein_id": "ENSP00000537548.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1229,
"cds_start": 3140,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867489.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3113A>T",
"hgvs_p": "p.Tyr1038Phe",
"transcript": "ENST00000867495.1",
"protein_id": "ENSP00000537554.1",
"transcript_support_level": null,
"aa_start": 1038,
"aa_end": null,
"aa_length": 1220,
"cds_start": 3113,
"cds_end": null,
"cds_length": 3663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867495.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3632A>T",
"hgvs_p": "p.Tyr1211Phe",
"transcript": "XM_005254297.2",
"protein_id": "XP_005254354.1",
"transcript_support_level": null,
"aa_start": 1211,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3632,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005254297.2"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3452A>T",
"hgvs_p": "p.Tyr1151Phe",
"transcript": "XM_047432374.1",
"protein_id": "XP_047288330.1",
"transcript_support_level": null,
"aa_start": 1151,
"aa_end": null,
"aa_length": 1333,
"cds_start": 3452,
"cds_end": null,
"cds_length": 4002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432374.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3452A>T",
"hgvs_p": "p.Tyr1151Phe",
"transcript": "XM_047432375.1",
"protein_id": "XP_047288331.1",
"transcript_support_level": null,
"aa_start": 1151,
"aa_end": null,
"aa_length": 1333,
"cds_start": 3452,
"cds_end": null,
"cds_length": 4002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432375.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.3038+1184A>T",
"hgvs_p": null,
"transcript": "ENST00000561603.5",
"protein_id": "ENSP00000456207.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1128,
"cds_start": null,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561603.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.2437-2372A>T",
"hgvs_p": null,
"transcript": "ENST00000912255.1",
"protein_id": "ENSP00000582314.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 940,
"cds_start": null,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"hgvs_c": "c.1918-2372A>T",
"hgvs_p": null,
"transcript": "ENST00000970347.1",
"protein_id": "ENSP00000640406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 767,
"cds_start": null,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970347.1"
}
],
"gene_symbol": "RPAP1",
"gene_hgnc_id": 24567,
"dbsnp": "rs143116680",
"frequency_reference_population": 0.00010408419,
"hom_count_reference_population": 0,
"allele_count_reference_population": 168,
"gnomad_exomes_af": 0.0000560922,
"gnomad_genomes_af": 0.000565053,
"gnomad_exomes_ac": 82,
"gnomad_genomes_ac": 86,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.022164583206176758,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.294,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1517,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.921,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_015540.4",
"gene_symbol": "RPAP1",
"hgnc_id": 24567,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3632A>T",
"hgvs_p": "p.Tyr1211Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}