← 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: 1-1294464-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1294464&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"stop_gained"
],
"gene_symbol": "ACAP3",
"hgnc_id": 16754,
"hgvs_c": "c.2077G>T",
"hgvs_p": "p.Glu693*",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_030649.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.53,
"chr": "1",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.5299999713897705,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 834,
"aa_ref": "E",
"aa_start": 693,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3793,
"cdna_start": 2192,
"cds_end": null,
"cds_length": 2505,
"cds_start": 2077,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "NM_030649.3",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2077G>T",
"hgvs_p": "p.Glu693*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000354700.10",
"protein_coding": true,
"protein_id": "NP_085152.2",
"strand": false,
"transcript": "NM_030649.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 834,
"aa_ref": "E",
"aa_start": 693,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3793,
"cdna_start": 2192,
"cds_end": null,
"cds_length": 2505,
"cds_start": 2077,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000354700.10",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2077G>T",
"hgvs_p": "p.Glu693*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_030649.3",
"protein_coding": true,
"protein_id": "ENSP00000346733.5",
"strand": false,
"transcript": "ENST00000354700.10",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 759,
"aa_ref": "E",
"aa_start": 618,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2280,
"cdna_start": 1852,
"cds_end": null,
"cds_length": 2280,
"cds_start": 1852,
"consequences": [
"stop_gained"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000353662.4",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.1852G>T",
"hgvs_p": "p.Glu618*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000321139.4",
"strand": false,
"transcript": "ENST00000353662.4",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2725,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000467278.5",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "n.1603G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000467278.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5319,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000492936.5",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "n.3717G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000492936.5",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 913,
"aa_ref": "E",
"aa_start": 772,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4080,
"cdna_start": 2465,
"cds_end": null,
"cds_length": 2742,
"cds_start": 2314,
"consequences": [
"stop_gained"
],
"exon_count": 25,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000969101.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2314G>T",
"hgvs_p": "p.Glu772*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639160.1",
"strand": false,
"transcript": "ENST00000969101.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 855,
"aa_ref": "E",
"aa_start": 714,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3378,
"cdna_start": 2258,
"cds_end": null,
"cds_length": 2568,
"cds_start": 2140,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000969106.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2140G>T",
"hgvs_p": "p.Glu714*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639165.1",
"strand": false,
"transcript": "ENST00000969106.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 854,
"aa_ref": "E",
"aa_start": 713,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3513,
"cdna_start": 2391,
"cds_end": null,
"cds_length": 2565,
"cds_start": 2137,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000969105.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2137G>T",
"hgvs_p": "p.Glu713*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639164.1",
"strand": false,
"transcript": "ENST00000969105.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 850,
"aa_ref": "E",
"aa_start": 709,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3811,
"cdna_start": 2196,
"cds_end": null,
"cds_length": 2553,
"cds_start": 2125,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000892720.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2125G>T",
"hgvs_p": "p.Glu709*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000562779.1",
"strand": false,
"transcript": "ENST00000892720.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 844,
"aa_ref": "E",
"aa_start": 703,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3834,
"cdna_start": 2225,
"cds_end": null,
"cds_length": 2535,
"cds_start": 2107,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000969102.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2107G>T",
"hgvs_p": "p.Glu703*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639161.1",
"strand": false,
"transcript": "ENST00000969102.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 830,
"aa_ref": "E",
"aa_start": 689,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3781,
"cdna_start": 2180,
"cds_end": null,
"cds_length": 2493,
"cds_start": 2065,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000892719.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2065G>T",
"hgvs_p": "p.Glu689*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000562778.1",
"strand": false,
"transcript": "ENST00000892719.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 821,
"aa_ref": "E",
"aa_start": 680,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3250,
"cdna_start": 2128,
"cds_end": null,
"cds_length": 2466,
"cds_start": 2038,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000969109.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2038G>T",
"hgvs_p": "p.Glu680*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639168.1",
"strand": false,
"transcript": "ENST00000969109.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 820,
"aa_ref": "E",
"aa_start": 679,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3740,
"cdna_start": 2124,
"cds_end": null,
"cds_length": 2463,
"cds_start": 2035,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000969103.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2035G>T",
"hgvs_p": "p.Glu679*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639162.1",
"strand": false,
"transcript": "ENST00000969103.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 812,
"aa_ref": "E",
"aa_start": 671,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3692,
"cdna_start": 2090,
"cds_end": null,
"cds_length": 2439,
"cds_start": 2011,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000969104.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2011G>T",
"hgvs_p": "p.Glu671*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639163.1",
"strand": false,
"transcript": "ENST00000969104.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 812,
"aa_ref": "E",
"aa_start": 671,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2804,
"cdna_start": 2078,
"cds_end": null,
"cds_length": 2439,
"cds_start": 2011,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000969111.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2011G>T",
"hgvs_p": "p.Glu671*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639170.1",
"strand": false,
"transcript": "ENST00000969111.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 811,
"aa_ref": "E",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3824,
"cdna_start": 2226,
"cds_end": null,
"cds_length": 2436,
"cds_start": 2008,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000969100.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2008G>T",
"hgvs_p": "p.Glu670*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639159.1",
"strand": false,
"transcript": "ENST00000969100.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 802,
"aa_ref": "E",
"aa_start": 661,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3862,
"cdna_start": 2246,
"cds_end": null,
"cds_length": 2409,
"cds_start": 1981,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000969099.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.1981G>T",
"hgvs_p": "p.Glu661*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639158.1",
"strand": false,
"transcript": "ENST00000969099.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 798,
"aa_ref": "E",
"aa_start": 657,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3174,
"cdna_start": 2057,
"cds_end": null,
"cds_length": 2397,
"cds_start": 1969,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000969110.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.1969G>T",
"hgvs_p": "p.Glu657*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639169.1",
"strand": false,
"transcript": "ENST00000969110.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 786,
"aa_ref": "E",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3154,
"cdna_start": 2035,
"cds_end": null,
"cds_length": 2361,
"cds_start": 1933,
"consequences": [
"stop_gained"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000969107.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.1933G>T",
"hgvs_p": "p.Glu645*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639166.1",
"strand": false,
"transcript": "ENST00000969107.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 776,
"aa_ref": "E",
"aa_start": 635,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3121,
"cdna_start": 2000,
"cds_end": null,
"cds_length": 2331,
"cds_start": 1903,
"consequences": [
"stop_gained"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000969108.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.1903G>T",
"hgvs_p": "p.Glu635*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639167.1",
"strand": false,
"transcript": "ENST00000969108.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 844,
"aa_ref": "E",
"aa_start": 703,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3823,
"cdna_start": 2222,
"cds_end": null,
"cds_length": 2535,
"cds_start": 2107,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "XM_011540606.3",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2107G>T",
"hgvs_p": "p.Glu703*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011538908.1",
"strand": false,
"transcript": "XM_011540606.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 844,
"aa_ref": "E",
"aa_start": 703,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3772,
"cdna_start": 2171,
"cds_end": null,
"cds_length": 2535,
"cds_start": 2107,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "XM_011540607.2",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2107G>T",
"hgvs_p": "p.Glu703*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011538909.1",
"strand": false,
"transcript": "XM_011540607.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 834,
"aa_ref": "E",
"aa_start": 693,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3742,
"cdna_start": 2141,
"cds_end": null,
"cds_length": 2505,
"cds_start": 2077,
"consequences": [
"stop_gained"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "XM_024452993.2",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2077G>T",
"hgvs_p": "p.Glu693*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024308761.1",
"strand": false,
"transcript": "XM_024452993.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 812,
"aa_ref": "E",
"aa_start": 671,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3727,
"cdna_start": 2126,
"cds_end": null,
"cds_length": 2439,
"cds_start": 2011,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "XM_011540608.3",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2011G>T",
"hgvs_p": "p.Glu671*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011538910.1",
"strand": false,
"transcript": "XM_011540608.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 811,
"aa_ref": "E",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3724,
"cdna_start": 2123,
"cds_end": null,
"cds_length": 2436,
"cds_start": 2008,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "XM_011540609.3",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.2008G>T",
"hgvs_p": "p.Glu670*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011538911.1",
"strand": false,
"transcript": "XM_011540609.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 801,
"aa_ref": "E",
"aa_start": 660,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3694,
"cdna_start": 2093,
"cds_end": null,
"cds_length": 2406,
"cds_start": 1978,
"consequences": [
"stop_gained"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "XM_005244715.3",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.1978G>T",
"hgvs_p": "p.Glu660*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005244772.1",
"strand": false,
"transcript": "XM_005244715.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 493,
"aa_ref": "E",
"aa_start": 352,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2746,
"cdna_start": 1145,
"cds_end": null,
"cds_length": 1482,
"cds_start": 1054,
"consequences": [
"stop_gained"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_005244717.4",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "c.1054G>T",
"hgvs_p": "p.Glu352*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005244774.1",
"strand": false,
"transcript": "XM_005244717.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 421,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000470659.1",
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"hgvs_c": "n.*35G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000470659.1",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs867514004",
"effect": "stop_gained",
"frequency_reference_population": null,
"gene_hgnc_id": 16754,
"gene_symbol": "ACAP3",
"gnomad_exomes_ac": 0,
"gnomad_exomes_af": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.895,
"pos": 1294464,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_030649.3"
}
]
}