← 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: 14-104713555-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=104713555&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "INF2",
"hgnc_id": 23791,
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_001426862.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.1174,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"chr": "14",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.1984509527683258,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1249,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7623,
"cdna_start": 3120,
"cds_end": null,
"cds_length": 3750,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NM_022489.4",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000392634.9",
"protein_coding": true,
"protein_id": "NP_071934.3",
"strand": true,
"transcript": "NM_022489.4",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1249,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7623,
"cdna_start": 3120,
"cds_end": null,
"cds_length": 3750,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000392634.9",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_022489.4",
"protein_coding": true,
"protein_id": "ENSP00000376410.4",
"strand": true,
"transcript": "ENST00000392634.9",
"transcript_support_level": 5
},
{
"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": 4556,
"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": "ENST00000617571.5",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.2985G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000483829.2",
"strand": true,
"transcript": "ENST00000617571.5",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1281,
"aa_ref": "D",
"aa_start": 1029,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7732,
"cdna_start": 3229,
"cds_end": null,
"cds_length": 3846,
"cds_start": 3085,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000675207.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.3085G>C",
"hgvs_p": "p.Asp1029His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502644.1",
"strand": true,
"transcript": "ENST00000675207.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1268,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7650,
"cdna_start": 3120,
"cds_end": null,
"cds_length": 3807,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NM_001426862.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001413791.1",
"strand": true,
"transcript": "NM_001426862.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1255,
"aa_ref": "D",
"aa_start": 1003,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3768,
"cdna_start": 3007,
"cds_end": null,
"cds_length": 3768,
"cds_start": 3007,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675980.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.3007G>C",
"hgvs_p": "p.Asp1003His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502520.1",
"strand": true,
"transcript": "ENST00000675980.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1250,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3754,
"cdna_start": 2989,
"cds_end": null,
"cds_length": 3753,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675481.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502723.1",
"strand": true,
"transcript": "ENST00000675481.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1249,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7951,
"cdna_start": 3448,
"cds_end": null,
"cds_length": 3750,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NM_001426863.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001413792.1",
"strand": true,
"transcript": "NM_001426863.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1249,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7761,
"cdna_start": 3258,
"cds_end": null,
"cds_length": 3750,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NM_001426864.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001413793.1",
"strand": true,
"transcript": "NM_001426864.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1249,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7967,
"cdna_start": 3467,
"cds_end": null,
"cds_length": 3750,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000896057.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000566116.1",
"strand": true,
"transcript": "ENST00000896057.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1241,
"aa_ref": "D",
"aa_start": 989,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3726,
"cdna_start": 2965,
"cds_end": null,
"cds_length": 3726,
"cds_start": 2965,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675329.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2965G>C",
"hgvs_p": "p.Asp989His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502287.1",
"strand": true,
"transcript": "ENST00000675329.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1240,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7566,
"cdna_start": 3120,
"cds_end": null,
"cds_length": 3723,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NM_001031714.4",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001026884.3",
"strand": true,
"transcript": "NM_001031714.4",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1240,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7894,
"cdna_start": 3448,
"cds_end": null,
"cds_length": 3723,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NM_001426865.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001413794.1",
"strand": true,
"transcript": "NM_001426865.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1240,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7578,
"cdna_start": 3132,
"cds_end": null,
"cds_length": 3723,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000330634.11",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000376406.3",
"strand": true,
"transcript": "ENST00000330634.11",
"transcript_support_level": 5
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1222,
"aa_ref": "D",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7411,
"cdna_start": 2989,
"cds_end": null,
"cds_length": 3669,
"cds_start": 2989,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675638.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2989G>C",
"hgvs_p": "p.Asp997His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501647.1",
"strand": true,
"transcript": "ENST00000675638.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 980,
"aa_ref": "D",
"aa_start": 747,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2944,
"cdna_start": 2239,
"cds_end": null,
"cds_length": 2944,
"cds_start": 2239,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674991.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.2239G>C",
"hgvs_p": "p.Asp747His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502004.1",
"strand": true,
"transcript": "ENST00000674991.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 614,
"aa_ref": "D",
"aa_start": 343,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2200,
"cdna_start": 1027,
"cds_end": null,
"cds_length": 1845,
"cds_start": 1027,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000674631.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "c.1027G>C",
"hgvs_p": "p.Asp343His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502830.1",
"strand": true,
"transcript": "ENST00000674631.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": 3050,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000252527.8",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.1393G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000252527.8",
"strand": true,
"transcript": "ENST00000252527.8",
"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": 545,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000477497.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.494G>C",
"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": "ENST00000477497.1",
"transcript_support_level": 3
},
{
"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": 3689,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674520.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*347G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502593.1",
"strand": true,
"transcript": "ENST00000674520.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": 3755,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674662.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501895.1",
"strand": true,
"transcript": "ENST00000674662.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": 3756,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674757.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.2994G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502202.1",
"strand": true,
"transcript": "ENST00000674757.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": 3578,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674822.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*2393G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501552.1",
"strand": true,
"transcript": "ENST00000674822.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": 3689,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674846.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502431.1",
"strand": true,
"transcript": "ENST00000674846.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": 3683,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674857.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*2393G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501687.1",
"strand": true,
"transcript": "ENST00000674857.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": 3552,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674960.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*1896G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501841.1",
"strand": true,
"transcript": "ENST00000674960.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": 3006,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674994.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*2262G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502442.1",
"strand": true,
"transcript": "ENST00000674994.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": 3623,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675583.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501740.1",
"strand": true,
"transcript": "ENST00000675583.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 934,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000675603.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.116G>C",
"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": "ENST00000675603.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": 3632,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675724.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*986G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502576.1",
"strand": true,
"transcript": "ENST00000675724.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": 2957,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675771.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*1253G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502104.1",
"strand": true,
"transcript": "ENST00000675771.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": 3099,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675797.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*1317G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502023.1",
"strand": true,
"transcript": "ENST00000675797.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": 3749,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675809.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502587.1",
"strand": true,
"transcript": "ENST00000675809.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": 3639,
"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": "ENST00000675930.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.2989G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502456.1",
"strand": true,
"transcript": "ENST00000675930.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": 3593,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000676016.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502412.1",
"strand": true,
"transcript": "ENST00000676016.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": 3558,
"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": "ENST00000676366.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.2989G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501605.1",
"strand": true,
"transcript": "ENST00000676366.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 7707,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NR_190061.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.3120G>C",
"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_190061.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": 3689,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674520.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*347G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502593.1",
"strand": true,
"transcript": "ENST00000674520.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": 3755,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674662.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501895.1",
"strand": true,
"transcript": "ENST00000674662.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": 3578,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674822.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*2393G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501552.1",
"strand": true,
"transcript": "ENST00000674822.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": 3689,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674846.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502431.1",
"strand": true,
"transcript": "ENST00000674846.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": 3683,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674857.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*2393G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501687.1",
"strand": true,
"transcript": "ENST00000674857.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": 3552,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674960.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*1896G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501841.1",
"strand": true,
"transcript": "ENST00000674960.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": 3006,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674994.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*2262G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502442.1",
"strand": true,
"transcript": "ENST00000674994.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": 3623,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675583.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501740.1",
"strand": true,
"transcript": "ENST00000675583.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": 3632,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675724.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*986G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502576.1",
"strand": true,
"transcript": "ENST00000675724.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": 2957,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675771.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*1253G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502104.1",
"strand": true,
"transcript": "ENST00000675771.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": 3099,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675797.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*1317G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502023.1",
"strand": true,
"transcript": "ENST00000675797.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": 3749,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675809.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502587.1",
"strand": true,
"transcript": "ENST00000675809.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": 3593,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000676016.1",
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"hgvs_c": "n.*662G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502412.1",
"strand": true,
"transcript": "ENST00000676016.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs370719592",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 23791,
"gene_symbol": "INF2",
"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": "Benign",
"phylop100way_score": 3.017,
"pos": 104713555,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.155,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001426862.1"
}
]
}