← 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: 17-63491350-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=63491350&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ACE",
"hgnc_id": 2707,
"hgvs_c": "c.2881G>T",
"hgvs_p": "p.Ala961Ser",
"inheritance_mode": "Unknown,AR",
"pathogenic_score": 4,
"score": 4,
"transcript": "NM_000789.4",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Moderate"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000264813",
"hgnc_id": null,
"hgvs_c": "n.1159G>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 4,
"score": 4,
"transcript": "ENST00000577647.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_score": 4,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.2691,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.02,
"chr": "17",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.8754676580429077,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1306,
"aa_ref": "A",
"aa_start": 961,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4962,
"cdna_start": 2915,
"cds_end": null,
"cds_length": 3921,
"cds_start": 2881,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_000789.4",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2881G>T",
"hgvs_p": "p.Ala961Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000290866.10",
"protein_coding": true,
"protein_id": "NP_000780.1",
"strand": true,
"transcript": "NM_000789.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1306,
"aa_ref": "A",
"aa_start": 961,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4962,
"cdna_start": 2915,
"cds_end": null,
"cds_length": 3921,
"cds_start": 2881,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000290866.10",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2881G>T",
"hgvs_p": "p.Ala961Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000789.4",
"protein_coding": true,
"protein_id": "ENSP00000290866.4",
"strand": true,
"transcript": "ENST00000290866.10",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 732,
"aa_ref": "A",
"aa_start": 387,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2479,
"cdna_start": 1187,
"cds_end": null,
"cds_length": 2199,
"cds_start": 1159,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000290863.10",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.1159G>T",
"hgvs_p": "p.Ala387Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000290863.6",
"strand": true,
"transcript": "ENST00000290863.10",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 4862,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 31,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000577647.2",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000264813",
"hgvs_c": "n.1159G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000464149.1",
"strand": true,
"transcript": "ENST00000577647.2",
"transcript_support_level": 2
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1314,
"aa_ref": "A",
"aa_start": 961,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4235,
"cdna_start": 2917,
"cds_end": null,
"cds_length": 3945,
"cds_start": 2881,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000953328.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2881G>T",
"hgvs_p": "p.Ala961Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623387.1",
"strand": true,
"transcript": "ENST00000953328.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1312,
"aa_ref": "A",
"aa_start": 967,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4229,
"cdna_start": 2935,
"cds_end": null,
"cds_length": 3939,
"cds_start": 2899,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000884279.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2899G>T",
"hgvs_p": "p.Ala967Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554338.1",
"strand": true,
"transcript": "ENST00000884279.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1303,
"aa_ref": "A",
"aa_start": 961,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4195,
"cdna_start": 2917,
"cds_end": null,
"cds_length": 3912,
"cds_start": 2881,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000884281.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2881G>T",
"hgvs_p": "p.Ala961Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554340.1",
"strand": true,
"transcript": "ENST00000884281.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1273,
"aa_ref": "A",
"aa_start": 961,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4109,
"cdna_start": 2914,
"cds_end": null,
"cds_length": 3822,
"cds_start": 2881,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000884280.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2881G>T",
"hgvs_p": "p.Ala961Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554339.1",
"strand": true,
"transcript": "ENST00000884280.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "A",
"aa_start": 961,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4845,
"cdna_start": 2917,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2881,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000884274.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2881G>T",
"hgvs_p": "p.Ala961Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554333.1",
"strand": true,
"transcript": "ENST00000884274.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1265,
"aa_ref": "A",
"aa_start": 920,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4089,
"cdna_start": 2795,
"cds_end": null,
"cds_length": 3798,
"cds_start": 2758,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000884278.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2758G>T",
"hgvs_p": "p.Ala920Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554337.1",
"strand": true,
"transcript": "ENST00000884278.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1242,
"aa_ref": "A",
"aa_start": 961,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5120,
"cdna_start": 2915,
"cds_end": null,
"cds_length": 3729,
"cds_start": 2881,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000428043.5",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2881G>T",
"hgvs_p": "p.Ala961Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000397593.2",
"strand": true,
"transcript": "ENST00000428043.5",
"transcript_support_level": 2
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1242,
"aa_ref": "A",
"aa_start": 897,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4774,
"cdna_start": 2725,
"cds_end": null,
"cds_length": 3729,
"cds_start": 2689,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000884275.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2689G>T",
"hgvs_p": "p.Ala897Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554334.1",
"strand": true,
"transcript": "ENST00000884275.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1209,
"aa_ref": "A",
"aa_start": 897,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4667,
"cdna_start": 2722,
"cds_end": null,
"cds_length": 3630,
"cds_start": 2689,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000884276.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2689G>T",
"hgvs_p": "p.Ala897Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554335.1",
"strand": true,
"transcript": "ENST00000884276.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1183,
"aa_ref": "A",
"aa_start": 838,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4589,
"cdna_start": 2548,
"cds_end": null,
"cds_length": 3552,
"cds_start": 2512,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000884277.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2512G>T",
"hgvs_p": "p.Ala838Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554336.1",
"strand": true,
"transcript": "ENST00000884277.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1117,
"aa_ref": "A",
"aa_start": 772,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4630,
"cdna_start": 2583,
"cds_end": null,
"cds_length": 3354,
"cds_start": 2314,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001382700.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2314G>T",
"hgvs_p": "p.Ala772Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001369629.1",
"strand": true,
"transcript": "NM_001382700.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1022,
"aa_ref": "A",
"aa_start": 677,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4724,
"cdna_start": 2677,
"cds_end": null,
"cds_length": 3069,
"cds_start": 2029,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_001382701.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.2029G>T",
"hgvs_p": "p.Ala677Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001369630.1",
"strand": true,
"transcript": "NM_001382701.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 732,
"aa_ref": "A",
"aa_start": 387,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3228,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 2199,
"cds_start": 1159,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_152830.3",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.1159G>T",
"hgvs_p": "p.Ala387Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_690043.1",
"strand": true,
"transcript": "NM_152830.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 691,
"aa_ref": "A",
"aa_start": 387,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3105,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 2076,
"cds_start": 1159,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001178057.2",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.1159G>T",
"hgvs_p": "p.Ala387Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001171528.1",
"strand": true,
"transcript": "NM_001178057.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 691,
"aa_ref": "A",
"aa_start": 387,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2237,
"cdna_start": 1181,
"cds_end": null,
"cds_length": 2076,
"cds_start": 1159,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000413513.7",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.1159G>T",
"hgvs_p": "p.Ala387Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000392247.3",
"strand": true,
"transcript": "ENST00000413513.7",
"transcript_support_level": 2
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 511,
"aa_ref": "A",
"aa_start": 207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2816,
"cdna_start": 892,
"cds_end": null,
"cds_length": 1536,
"cds_start": 619,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001382702.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.619G>T",
"hgvs_p": "p.Ala207Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001369631.1",
"strand": true,
"transcript": "NM_001382702.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 281,
"aa_ref": "A",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 846,
"cdna_start": 649,
"cds_end": null,
"cds_length": 846,
"cds_start": 649,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000582761.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.649G>T",
"hgvs_p": "p.Ala217Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000462909.1",
"strand": true,
"transcript": "ENST00000582761.1",
"transcript_support_level": 3
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 616,
"aa_ref": "A",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3131,
"cdna_start": 1084,
"cds_end": null,
"cds_length": 1851,
"cds_start": 811,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_006721737.4",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "c.811G>T",
"hgvs_p": "p.Ala271Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721800.3",
"strand": true,
"transcript": "XM_006721737.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1881,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000578839.5",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "n.*759G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000462110.2",
"strand": true,
"transcript": "ENST00000578839.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2551,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000579314.5",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "n.*610G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000462599.1",
"strand": true,
"transcript": "ENST00000579314.5",
"transcript_support_level": 2
},
{
"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": 888,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000583645.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "n.846G>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": "ENST00000583645.1",
"transcript_support_level": 3
},
{
"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": 1080,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000584865.5",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "n.827G>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": "ENST00000584865.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3306,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NR_168483.1",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "n.1259G>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": "NR_168483.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1881,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000578839.5",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "n.*759G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000462110.2",
"strand": true,
"transcript": "ENST00000578839.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2551,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000579314.5",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "n.*610G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000462599.1",
"strand": true,
"transcript": "ENST00000579314.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 728,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000577418.5",
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"hgvs_c": "n.146+1322G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000577418.5",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs779833433",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 2707,
"gene_symbol": "ACE",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"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": "Pathogenic",
"phylop100way_score": 8.138,
"pos": 63491350,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.415,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000789.4"
}
]
}