← 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: 6-109791436-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=109791436&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 5,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "FIG4",
"hgnc_id": 16873,
"hgvs_c": "c.2241G>T",
"hgvs_p": "p.Pro747Pro",
"inheritance_mode": "AR,AD,Unknown",
"pathogenic_score": 2,
"score": -3,
"transcript": "NM_014845.6",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_score": -3,
"allele_count_reference_population": 2,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.74,
"chr": "6",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.7400000095367432,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 907,
"aa_ref": "P",
"aa_start": 747,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3025,
"cdna_start": 2381,
"cds_end": null,
"cds_length": 2724,
"cds_start": 2241,
"consequences": [
"synonymous_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NM_014845.6",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2241G>T",
"hgvs_p": "p.Pro747Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000230124.8",
"protein_coding": true,
"protein_id": "NP_055660.1",
"strand": true,
"transcript": "NM_014845.6",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 907,
"aa_ref": "P",
"aa_start": 747,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3025,
"cdna_start": 2381,
"cds_end": null,
"cds_length": 2724,
"cds_start": 2241,
"consequences": [
"synonymous_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000230124.8",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2241G>T",
"hgvs_p": "p.Pro747Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_014845.6",
"protein_coding": true,
"protein_id": "ENSP00000230124.4",
"strand": true,
"transcript": "ENST00000230124.8",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 913,
"aa_ref": "P",
"aa_start": 753,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3003,
"cdna_start": 2380,
"cds_end": null,
"cds_length": 2742,
"cds_start": 2259,
"consequences": [
"synonymous_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000674884.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2259G>T",
"hgvs_p": "p.Pro753Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502668.1",
"strand": true,
"transcript": "ENST00000674884.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 905,
"aa_ref": "P",
"aa_start": 745,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2999,
"cdna_start": 2390,
"cds_end": null,
"cds_length": 2718,
"cds_start": 2235,
"consequences": [
"synonymous_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000674744.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2235G>T",
"hgvs_p": "p.Pro745Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501661.1",
"strand": true,
"transcript": "ENST00000674744.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 878,
"aa_ref": "P",
"aa_start": 747,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2966,
"cdna_start": 2428,
"cds_end": null,
"cds_length": 2637,
"cds_start": 2241,
"consequences": [
"synonymous_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000675726.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2241G>T",
"hgvs_p": "p.Pro747Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502452.1",
"strand": true,
"transcript": "ENST00000675726.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 864,
"aa_ref": "P",
"aa_start": 747,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2963,
"cdna_start": 2381,
"cds_end": null,
"cds_length": 2595,
"cds_start": 2241,
"consequences": [
"synonymous_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000675772.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2241G>T",
"hgvs_p": "p.Pro747Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501678.1",
"strand": true,
"transcript": "ENST00000675772.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 864,
"aa_ref": "P",
"aa_start": 704,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2915,
"cdna_start": 2283,
"cds_end": null,
"cds_length": 2595,
"cds_start": 2112,
"consequences": [
"synonymous_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000676442.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2112G>T",
"hgvs_p": "p.Pro704Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502595.1",
"strand": true,
"transcript": "ENST00000676442.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 849,
"aa_ref": "P",
"aa_start": 747,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3137,
"cdna_start": 2381,
"cds_end": null,
"cds_length": 2550,
"cds_start": 2241,
"consequences": [
"synonymous_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000675284.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2241G>T",
"hgvs_p": "p.Pro747Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502758.1",
"strand": true,
"transcript": "ENST00000675284.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 838,
"aa_ref": "P",
"aa_start": 678,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2715,
"cdna_start": 2158,
"cds_end": null,
"cds_length": 2517,
"cds_start": 2034,
"consequences": [
"synonymous_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675096.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2034G>T",
"hgvs_p": "p.Pro678Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502116.1",
"strand": true,
"transcript": "ENST00000675096.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 835,
"aa_ref": "P",
"aa_start": 704,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2822,
"cdna_start": 2262,
"cds_end": null,
"cds_length": 2508,
"cds_start": 2112,
"consequences": [
"synonymous_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000922531.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2112G>T",
"hgvs_p": "p.Pro704Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592590.1",
"strand": true,
"transcript": "ENST00000922531.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 830,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3033,
"cdna_start": 2389,
"cds_end": null,
"cds_length": 2493,
"cds_start": 2010,
"consequences": [
"synonymous_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000675523.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2010G>T",
"hgvs_p": "p.Pro670Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502384.1",
"strand": true,
"transcript": "ENST00000675523.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 816,
"aa_ref": "P",
"aa_start": 747,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2725,
"cdna_start": 2389,
"cds_end": null,
"cds_length": 2451,
"cds_start": 2241,
"consequences": [
"synonymous_variant"
],
"exon_count": 20,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000675714.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2241G>T",
"hgvs_p": "p.Pro747Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502561.1",
"strand": true,
"transcript": "ENST00000675714.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 801,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2912,
"cdna_start": 2410,
"cds_end": null,
"cds_length": 2406,
"cds_start": 2010,
"consequences": [
"synonymous_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000674933.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2010G>T",
"hgvs_p": "p.Pro670Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502376.1",
"strand": true,
"transcript": "ENST00000674933.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 792,
"aa_ref": "P",
"aa_start": 632,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2786,
"cdna_start": 2158,
"cds_end": null,
"cds_length": 2379,
"cds_start": 1896,
"consequences": [
"synonymous_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674641.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.1896G>T",
"hgvs_p": "p.Pro632Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501609.1",
"strand": true,
"transcript": "ENST00000674641.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 776,
"aa_ref": "P",
"aa_start": 616,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2501,
"cdna_start": 1971,
"cds_end": null,
"cds_length": 2331,
"cds_start": 1848,
"consequences": [
"synonymous_variant"
],
"exon_count": 20,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675831.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.1848G>T",
"hgvs_p": "p.Pro616Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502382.1",
"strand": true,
"transcript": "ENST00000675831.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 489,
"aa_ref": "P",
"aa_start": 437,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1931,
"cdna_start": 1771,
"cds_end": null,
"cds_length": 1471,
"cds_start": 1311,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000674644.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.1311G>T",
"hgvs_p": "p.Pro437Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502201.1",
"strand": true,
"transcript": "ENST00000674644.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 409,
"aa_ref": "P",
"aa_start": 249,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1712,
"cdna_start": 1155,
"cds_end": null,
"cds_length": 1230,
"cds_start": 747,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000415980.2",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.747G>T",
"hgvs_p": "p.Pro249Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000405660.2",
"strand": true,
"transcript": "ENST00000415980.2",
"transcript_support_level": 3
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 886,
"aa_ref": "P",
"aa_start": 726,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3640,
"cdna_start": 2996,
"cds_end": null,
"cds_length": 2661,
"cds_start": 2178,
"consequences": [
"synonymous_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "XM_011536281.4",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "c.2178G>T",
"hgvs_p": "p.Pro726Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011534583.1",
"strand": true,
"transcript": "XM_011536281.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 846,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000419951.2",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.589G>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": "ENST00000419951.2",
"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": 6030,
"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": "ENST00000674532.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.5437G>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": "ENST00000674532.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": 2688,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674557.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1534G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501608.1",
"strand": true,
"transcript": "ENST00000674557.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": 2781,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674569.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1360G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502769.1",
"strand": true,
"transcript": "ENST00000674569.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": 2778,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674571.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1360G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501633.1",
"strand": true,
"transcript": "ENST00000674571.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": 2685,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674575.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1360G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502276.1",
"strand": true,
"transcript": "ENST00000674575.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": 2811,
"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": "ENST00000674649.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1934G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501669.1",
"strand": true,
"transcript": "ENST00000674649.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": 2865,
"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": "ENST00000674657.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1673G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502314.1",
"strand": true,
"transcript": "ENST00000674657.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": 2909,
"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": "ENST00000674778.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1459G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502742.1",
"strand": true,
"transcript": "ENST00000674778.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": 3042,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000674783.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1156G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502755.1",
"strand": true,
"transcript": "ENST00000674783.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": 2262,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000674930.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1366G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502657.1",
"strand": true,
"transcript": "ENST00000674930.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": 2860,
"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": "ENST00000674956.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1455G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501904.1",
"strand": true,
"transcript": "ENST00000674956.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": 2805,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000675004.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*2193G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501868.1",
"strand": true,
"transcript": "ENST00000675004.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": 2398,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675009.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1625G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502098.1",
"strand": true,
"transcript": "ENST00000675009.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": 3209,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000675122.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*348G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501810.1",
"strand": true,
"transcript": "ENST00000675122.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": 3062,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675153.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*958G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501682.1",
"strand": true,
"transcript": "ENST00000675153.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": 4438,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000675254.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.2690G>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": "ENST00000675254.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": 7183,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000675272.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.6539G>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": "ENST00000675272.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": 1542,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000675301.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.898G>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": "ENST00000675301.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": 2610,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675311.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1443G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501961.1",
"strand": true,
"transcript": "ENST00000675311.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": 2443,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000675426.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1309G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501819.1",
"strand": true,
"transcript": "ENST00000675426.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": 9642,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675552.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*4504G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502197.1",
"strand": true,
"transcript": "ENST00000675552.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": 2486,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000675849.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.1863G>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": "ENST00000675849.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": 1726,
"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": "ENST00000675879.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.1085G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502582.1",
"strand": true,
"transcript": "ENST00000675879.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": 2489,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000675887.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1844G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502123.1",
"strand": true,
"transcript": "ENST00000675887.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": 4187,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000675954.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.3574G>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": "ENST00000675954.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": 5520,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675991.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*3058G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502162.1",
"strand": true,
"transcript": "ENST00000675991.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": 2651,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675994.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1380G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502419.1",
"strand": true,
"transcript": "ENST00000675994.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": 3015,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000676021.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*819G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502746.1",
"strand": true,
"transcript": "ENST00000676021.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": 3211,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000676037.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*168G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502181.1",
"strand": true,
"transcript": "ENST00000676037.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": 5487,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000676136.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.4888G>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": "ENST00000676136.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": 436,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000676246.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.131G>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": "ENST00000676246.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": 2688,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674557.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1534G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501608.1",
"strand": true,
"transcript": "ENST00000674557.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": 2781,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674569.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1360G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502769.1",
"strand": true,
"transcript": "ENST00000674569.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": 2778,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674571.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1360G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501633.1",
"strand": true,
"transcript": "ENST00000674571.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": 2685,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000674575.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1360G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502276.1",
"strand": true,
"transcript": "ENST00000674575.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": 2811,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674649.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1934G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501669.1",
"strand": true,
"transcript": "ENST00000674649.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": 2865,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674657.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1673G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502314.1",
"strand": true,
"transcript": "ENST00000674657.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": 2909,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674778.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1459G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502742.1",
"strand": true,
"transcript": "ENST00000674778.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": 3042,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000674783.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1156G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502755.1",
"strand": true,
"transcript": "ENST00000674783.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": 2262,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000674930.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1366G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502657.1",
"strand": true,
"transcript": "ENST00000674930.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": 2860,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000674956.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1455G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501904.1",
"strand": true,
"transcript": "ENST00000674956.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": 2805,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000675004.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*2193G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501868.1",
"strand": true,
"transcript": "ENST00000675004.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": 2398,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675009.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1625G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502098.1",
"strand": true,
"transcript": "ENST00000675009.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": 3209,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000675122.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*348G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501810.1",
"strand": true,
"transcript": "ENST00000675122.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": 3062,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000675153.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*958G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501682.1",
"strand": true,
"transcript": "ENST00000675153.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": 2610,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675311.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1443G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501961.1",
"strand": true,
"transcript": "ENST00000675311.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": 2443,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000675426.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1309G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501819.1",
"strand": true,
"transcript": "ENST00000675426.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": 9642,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675552.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*4504G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502197.1",
"strand": true,
"transcript": "ENST00000675552.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": 2489,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000675887.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1844G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502123.1",
"strand": true,
"transcript": "ENST00000675887.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": 5520,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000675991.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*3058G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502162.1",
"strand": true,
"transcript": "ENST00000675991.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": 2651,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000675994.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*1380G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502419.1",
"strand": true,
"transcript": "ENST00000675994.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": 3015,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000676021.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*819G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502746.1",
"strand": true,
"transcript": "ENST00000676021.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": 3211,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000676037.1",
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"hgvs_c": "n.*168G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502181.1",
"strand": true,
"transcript": "ENST00000676037.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs148589135",
"effect": "synonymous_variant",
"frequency_reference_population": 0.000013144405,
"gene_hgnc_id": 16873,
"gene_symbol": "FIG4",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": 2,
"gnomad_genomes_af": 0.0000131444,
"gnomad_genomes_homalt": 0,
"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": -0.343,
"pos": 109791436,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_014845.6"
}
]
}