← 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: X-13760459-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=13760459&ref=G&alt=A&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": "OFD1",
"hgnc_id": 2567,
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"inheritance_mode": "XL,AD,AR",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_003611.3",
"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.0808,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.26,
"chr": "X",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": " postaxial, type A1,Abnormal nail morphology,Bifid nail,Polydactyly,Retinitis pigmentosa 23,Ridged nail",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.152231365442276,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1012,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3612,
"cdna_start": 2323,
"cds_end": null,
"cds_length": 3039,
"cds_start": 1999,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_003611.3",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000340096.11",
"protein_coding": true,
"protein_id": "NP_003602.1",
"strand": true,
"transcript": "NM_003611.3",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1012,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3612,
"cdna_start": 2323,
"cds_end": null,
"cds_length": 3039,
"cds_start": 1999,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000340096.11",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_003611.3",
"protein_coding": true,
"protein_id": "ENSP00000344314.6",
"strand": true,
"transcript": "ENST00000340096.11",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 972,
"aa_ref": "A",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3296,
"cdna_start": 2053,
"cds_end": null,
"cds_length": 2919,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000380550.6",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1879G>A",
"hgvs_p": "p.Ala627Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000369923.3",
"strand": true,
"transcript": "ENST00000380550.6",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1013,
"aa_ref": "A",
"aa_start": 668,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3417,
"cdna_start": 2261,
"cds_end": null,
"cds_length": 3042,
"cds_start": 2002,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000922714.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2002G>A",
"hgvs_p": "p.Ala668Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592773.1",
"strand": true,
"transcript": "ENST00000922714.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1011,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3600,
"cdna_start": 2320,
"cds_end": null,
"cds_length": 3036,
"cds_start": 1999,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000922711.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592770.1",
"strand": true,
"transcript": "ENST00000922711.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 976,
"aa_ref": "A",
"aa_start": 668,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3373,
"cdna_start": 2328,
"cds_end": null,
"cds_length": 2931,
"cds_start": 2002,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000922712.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2002G>A",
"hgvs_p": "p.Ala668Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592771.1",
"strand": true,
"transcript": "ENST00000922712.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 975,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3501,
"cdna_start": 2323,
"cds_end": null,
"cds_length": 2928,
"cds_start": 1999,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001440947.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427876.1",
"strand": true,
"transcript": "NM_001440947.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 975,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3566,
"cdna_start": 2384,
"cds_end": null,
"cds_length": 2928,
"cds_start": 1999,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000922710.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592769.1",
"strand": true,
"transcript": "ENST00000922710.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 974,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3364,
"cdna_start": 2324,
"cds_end": null,
"cds_length": 2925,
"cds_start": 1999,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000967537.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637596.1",
"strand": true,
"transcript": "ENST00000967537.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 973,
"aa_ref": "A",
"aa_start": 628,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3264,
"cdna_start": 2108,
"cds_end": null,
"cds_length": 2922,
"cds_start": 1882,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000922715.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1882G>A",
"hgvs_p": "p.Ala628Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592774.1",
"strand": true,
"transcript": "ENST00000922715.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 972,
"aa_ref": "A",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3492,
"cdna_start": 2203,
"cds_end": null,
"cds_length": 2919,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001330209.2",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1879G>A",
"hgvs_p": "p.Ala627Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317138.1",
"strand": true,
"transcript": "NM_001330209.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 971,
"aa_ref": "A",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3358,
"cdna_start": 2205,
"cds_end": null,
"cds_length": 2916,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000967536.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1879G>A",
"hgvs_p": "p.Ala627Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637595.1",
"strand": true,
"transcript": "ENST00000967536.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 935,
"aa_ref": "A",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3381,
"cdna_start": 2203,
"cds_end": null,
"cds_length": 2808,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001440948.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1879G>A",
"hgvs_p": "p.Ala627Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427877.1",
"strand": true,
"transcript": "NM_001440948.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 935,
"aa_ref": "A",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3450,
"cdna_start": 2276,
"cds_end": null,
"cds_length": 2808,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000922709.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1879G>A",
"hgvs_p": "p.Ala627Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592768.1",
"strand": true,
"transcript": "ENST00000922709.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 872,
"aa_ref": "A",
"aa_start": 527,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3737,
"cdna_start": 2448,
"cds_end": null,
"cds_length": 2619,
"cds_start": 1579,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_001330210.2",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1579G>A",
"hgvs_p": "p.Ala527Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317139.1",
"strand": true,
"transcript": "NM_001330210.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1019,
"aa_ref": "A",
"aa_start": 674,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4566,
"cdna_start": 3277,
"cds_end": null,
"cds_length": 3060,
"cds_start": 2020,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442583.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2020G>A",
"hgvs_p": "p.Ala674Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298539.1",
"strand": true,
"transcript": "XM_047442583.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1006,
"aa_ref": "A",
"aa_start": 674,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8328,
"cdna_start": 3277,
"cds_end": null,
"cds_length": 3021,
"cds_start": 2020,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442584.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2020G>A",
"hgvs_p": "p.Ala674Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298540.1",
"strand": true,
"transcript": "XM_047442584.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 982,
"aa_ref": "A",
"aa_start": 674,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4455,
"cdna_start": 3277,
"cds_end": null,
"cds_length": 2949,
"cds_start": 2020,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442585.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2020G>A",
"hgvs_p": "p.Ala674Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298541.1",
"strand": true,
"transcript": "XM_047442585.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 979,
"aa_ref": "A",
"aa_start": 634,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4446,
"cdna_start": 3157,
"cds_end": null,
"cds_length": 2940,
"cds_start": 1900,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047442586.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1900G>A",
"hgvs_p": "p.Ala634Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298542.1",
"strand": true,
"transcript": "XM_047442586.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 969,
"aa_ref": "A",
"aa_start": 674,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8217,
"cdna_start": 3277,
"cds_end": null,
"cds_length": 2910,
"cds_start": 2020,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442588.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2020G>A",
"hgvs_p": "p.Ala674Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298544.1",
"strand": true,
"transcript": "XM_047442588.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 942,
"aa_ref": "A",
"aa_start": 634,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4335,
"cdna_start": 3157,
"cds_end": null,
"cds_length": 2829,
"cds_start": 1900,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047442589.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1900G>A",
"hgvs_p": "p.Ala634Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298545.1",
"strand": true,
"transcript": "XM_047442589.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 876,
"aa_ref": "A",
"aa_start": 674,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3955,
"cdna_start": 3277,
"cds_end": null,
"cds_length": 2631,
"cds_start": 2020,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442591.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2020G>A",
"hgvs_p": "p.Ala674Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298547.1",
"strand": true,
"transcript": "XM_047442591.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 872,
"aa_ref": "A",
"aa_start": 527,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4046,
"cdna_start": 2757,
"cds_end": null,
"cds_length": 2619,
"cds_start": 1579,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_017029909.2",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1579G>A",
"hgvs_p": "p.Ala527Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016885398.1",
"strand": true,
"transcript": "XM_017029909.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 869,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3001,
"cdna_start": 2323,
"cds_end": null,
"cds_length": 2610,
"cds_start": 1999,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442592.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298548.1",
"strand": true,
"transcript": "XM_047442592.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 836,
"aa_ref": "A",
"aa_start": 674,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3844,
"cdna_start": 3277,
"cds_end": null,
"cds_length": 2511,
"cds_start": 2020,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442593.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2020G>A",
"hgvs_p": "p.Ala674Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298549.1",
"strand": true,
"transcript": "XM_047442593.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 836,
"aa_ref": "A",
"aa_start": 674,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3906,
"cdna_start": 3277,
"cds_end": null,
"cds_length": 2511,
"cds_start": 2020,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442594.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.2020G>A",
"hgvs_p": "p.Ala674Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298550.1",
"strand": true,
"transcript": "XM_047442594.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 829,
"aa_ref": "A",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2890,
"cdna_start": 2323,
"cds_end": null,
"cds_length": 2490,
"cds_start": 1999,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047442595.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1999G>A",
"hgvs_p": "p.Ala667Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298551.1",
"strand": true,
"transcript": "XM_047442595.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 829,
"aa_ref": "A",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2881,
"cdna_start": 2203,
"cds_end": null,
"cds_length": 2490,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047442596.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1879G>A",
"hgvs_p": "p.Ala627Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298552.1",
"strand": true,
"transcript": "XM_047442596.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 789,
"aa_ref": "A",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2836,
"cdna_start": 2203,
"cds_end": null,
"cds_length": 2370,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047442597.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1879G>A",
"hgvs_p": "p.Ala627Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298553.1",
"strand": true,
"transcript": "XM_047442597.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 698,
"aa_ref": "A",
"aa_start": 353,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2468,
"cdna_start": 1179,
"cds_end": null,
"cds_length": 2097,
"cds_start": 1057,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_017029911.2",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1057G>A",
"hgvs_p": "p.Ala353Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016885400.1",
"strand": true,
"transcript": "XM_017029911.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 587,
"aa_ref": "A",
"aa_start": 242,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2147,
"cdna_start": 858,
"cds_end": null,
"cds_length": 1764,
"cds_start": 724,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_011545598.2",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.724G>A",
"hgvs_p": "p.Ala242Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011543900.1",
"strand": true,
"transcript": "XM_011545598.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 810,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2873,
"cdna_start": null,
"cds_end": null,
"cds_length": 2433,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000922713.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "c.1655-626G>A",
"hgvs_p": null,
"intron_rank": 15,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592772.1",
"strand": true,
"transcript": "ENST00000922713.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": 3736,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000380567.6",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*1692G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000369941.2",
"strand": true,
"transcript": "ENST00000380567.6",
"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": 3309,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000398395.8",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*1460G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000381432.5",
"strand": true,
"transcript": "ENST00000398395.8",
"transcript_support_level": 5
},
{
"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": 6615,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000464463.6",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.3828G>A",
"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": "ENST00000464463.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5315,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000490265.6",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.2528G>A",
"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": "ENST00000490265.6",
"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": 4259,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682237.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*1559G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507121.1",
"strand": true,
"transcript": "ENST00000682237.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": 6735,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682562.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*3401G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507874.1",
"strand": true,
"transcript": "ENST00000682562.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": 4299,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000682953.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2726G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507878.1",
"strand": true,
"transcript": "ENST00000682953.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": 6525,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000683055.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2980G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508191.1",
"strand": true,
"transcript": "ENST00000683055.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": 5598,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000683284.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2230G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507837.1",
"strand": true,
"transcript": "ENST00000683284.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": 5483,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683427.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*656G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507290.1",
"strand": true,
"transcript": "ENST00000683427.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": 5210,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683454.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.2013G>A",
"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": "ENST00000683454.1",
"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": 4105,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000683637.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.3108G>A",
"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": "ENST00000683637.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": 4139,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000683655.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2213G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506770.1",
"strand": true,
"transcript": "ENST00000683655.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": 5676,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683713.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2230G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507797.1",
"strand": true,
"transcript": "ENST00000683713.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": 3498,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000684577.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*1696G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507871.1",
"strand": true,
"transcript": "ENST00000684577.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": 3736,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000380567.6",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*1692G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000369941.2",
"strand": true,
"transcript": "ENST00000380567.6",
"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": 3309,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000398395.8",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*1460G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000381432.5",
"strand": true,
"transcript": "ENST00000398395.8",
"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": 4259,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682237.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*1559G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507121.1",
"strand": true,
"transcript": "ENST00000682237.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": 6735,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682562.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*3401G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507874.1",
"strand": true,
"transcript": "ENST00000682562.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": 4299,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000682953.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2726G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507878.1",
"strand": true,
"transcript": "ENST00000682953.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": 6525,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000683055.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2980G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508191.1",
"strand": true,
"transcript": "ENST00000683055.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": 5598,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000683284.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2230G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507837.1",
"strand": true,
"transcript": "ENST00000683284.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": 5483,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683427.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*656G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507290.1",
"strand": true,
"transcript": "ENST00000683427.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": 4139,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000683655.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2213G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506770.1",
"strand": true,
"transcript": "ENST00000683655.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": 5676,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683713.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*2230G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507797.1",
"strand": true,
"transcript": "ENST00000683713.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": 3498,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000684577.1",
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"hgvs_c": "n.*1696G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507871.1",
"strand": true,
"transcript": "ENST00000684577.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1394450537",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 2567,
"gene_symbol": "OFD1",
"gnomad_exomes_ac": 11,
"gnomad_exomes_af": 0.0000103311,
"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": "Uncertain significance",
"phenotype_combined": "Bifid nail;Abnormal nail morphology;Ridged nail;Polydactyly, postaxial, type A1|Retinitis pigmentosa 23",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.375,
"pos": 13760459,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.397,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_003611.3"
}
]
}