← 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-73500590-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=73500590&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PM5",
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MTO1",
"hgnc_id": 19261,
"hgvs_c": "c.2054G>A",
"hgvs_p": "p.Arg685His",
"inheritance_mode": "Unknown,AR",
"pathogenic_score": 5,
"score": 5,
"transcript": "NM_001123226.2",
"verdict": "Uncertain_significance"
},
{
"benign_score": 4,
"criteria": [
"PP3",
"BS2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "EEF1A1",
"hgnc_id": 3189,
"hgvs_c": "c.1030-7786C>T",
"hgvs_p": null,
"inheritance_mode": "AD",
"pathogenic_score": 1,
"score": -3,
"transcript": "ENST00000676547.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5,PP3",
"acmg_score": 5,
"allele_count_reference_population": 32,
"alphamissense_prediction": null,
"alphamissense_score": 0.3063,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.18,
"chr": "6",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Inborn genetic diseases,Mitochondrial hypertrophic cardiomyopathy with lactic acidosis due to MTO1 deficiency",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.7806698083877563,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 692,
"aa_ref": "R",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10698,
"cdna_start": 2052,
"cds_end": null,
"cds_length": 2079,
"cds_start": 1934,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_012123.4",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.1934G>A",
"hgvs_p": "p.Arg645His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000498286.6",
"protein_coding": true,
"protein_id": "NP_036255.2",
"strand": true,
"transcript": "NM_012123.4",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 692,
"aa_ref": "R",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 10698,
"cdna_start": 2052,
"cds_end": null,
"cds_length": 2079,
"cds_start": 1934,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000498286.6",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.1934G>A",
"hgvs_p": "p.Arg645His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_012123.4",
"protein_coding": true,
"protein_id": "ENSP00000419561.2",
"strand": true,
"transcript": "ENST00000498286.6",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 732,
"aa_ref": "R",
"aa_start": 685,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2837,
"cdna_start": 2331,
"cds_end": null,
"cds_length": 2199,
"cds_start": 2054,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000415954.6",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.2054G>A",
"hgvs_p": "p.Arg685His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000402038.2",
"strand": true,
"transcript": "ENST00000415954.6",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 717,
"aa_ref": "R",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2961,
"cdna_start": 2099,
"cds_end": null,
"cds_length": 2154,
"cds_start": 2009,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000370300.8",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.2009G>A",
"hgvs_p": "p.Arg670His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000359323.4",
"strand": true,
"transcript": "ENST00000370300.8",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 643,
"aa_ref": "R",
"aa_start": 596,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2174,
"cdna_start": 1841,
"cds_end": null,
"cds_length": 1932,
"cds_start": 1787,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000370305.5",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.1787G>A",
"hgvs_p": "p.Arg596His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000359328.1",
"strand": true,
"transcript": "ENST00000370305.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2621,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000370308.8",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.2115G>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": "ENST00000370308.8",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 732,
"aa_ref": "R",
"aa_start": 685,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10818,
"cdna_start": 2172,
"cds_end": null,
"cds_length": 2199,
"cds_start": 2054,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001123226.2",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.2054G>A",
"hgvs_p": "p.Arg685His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001116698.1",
"strand": true,
"transcript": "NM_001123226.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 717,
"aa_ref": "R",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10773,
"cdna_start": 2127,
"cds_end": null,
"cds_length": 2154,
"cds_start": 2009,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_133645.3",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.2009G>A",
"hgvs_p": "p.Arg670His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_598400.1",
"strand": true,
"transcript": "NM_133645.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 680,
"aa_ref": "R",
"aa_start": 633,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2520,
"cdna_start": 2015,
"cds_end": null,
"cds_length": 2043,
"cds_start": 1898,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000969378.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.1898G>A",
"hgvs_p": "p.Arg633His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639437.1",
"strand": true,
"transcript": "ENST00000969378.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 618,
"aa_ref": "R",
"aa_start": 571,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3618,
"cdna_start": 1781,
"cds_end": null,
"cds_length": 1857,
"cds_start": 1712,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680686.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.1712G>A",
"hgvs_p": "p.Arg571His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506609.1",
"strand": true,
"transcript": "ENST00000680686.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 598,
"aa_ref": "R",
"aa_start": 551,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3489,
"cdna_start": 1652,
"cds_end": null,
"cds_length": 1797,
"cds_start": 1652,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000681500.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.1652G>A",
"hgvs_p": "p.Arg551His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506439.1",
"strand": true,
"transcript": "ENST00000681500.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 494,
"aa_ref": "R",
"aa_start": 447,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2312,
"cdna_start": 1448,
"cds_end": null,
"cds_length": 1485,
"cds_start": 1340,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000861273.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.1340G>A",
"hgvs_p": "p.Arg447His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000531332.1",
"strand": true,
"transcript": "ENST00000861273.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 473,
"aa_ref": "R",
"aa_start": 426,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1896,
"cdna_start": 1387,
"cds_end": null,
"cds_length": 1422,
"cds_start": 1277,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000969379.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.1277G>A",
"hgvs_p": "p.Arg426His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639438.1",
"strand": true,
"transcript": "ENST00000969379.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 589,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3616,
"cdna_start": null,
"cds_end": null,
"cds_length": 1770,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000681204.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.*3G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000505819.1",
"strand": true,
"transcript": "ENST00000681204.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 515,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2116,
"cdna_start": null,
"cds_end": null,
"cds_length": 1548,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000521156.6",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "c.*3G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000428863.2",
"strand": true,
"transcript": "ENST00000521156.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 376,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5132,
"cdna_start": null,
"cds_end": null,
"cds_length": 1131,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676547.1",
"gene_hgnc_id": 3189,
"gene_symbol": "EEF1A1",
"hgvs_c": "c.1030-7786C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503518.1",
"strand": false,
"transcript": "ENST00000676547.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": 2240,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000415228.5",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1065G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000416397.1",
"strand": true,
"transcript": "ENST00000415228.5",
"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": 1863,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000442897.7",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*904G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000396529.2",
"strand": true,
"transcript": "ENST00000442897.7",
"transcript_support_level": 4
},
{
"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": 2114,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000445187.6",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*915G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000407580.2",
"strand": true,
"transcript": "ENST00000445187.6",
"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": 2416,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000462039.5",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.1956G>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": "ENST00000462039.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2357,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000487960.2",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.1855G>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": "ENST00000487960.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2488,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000522205.6",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1316G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000428903.2",
"strand": true,
"transcript": "ENST00000522205.6",
"transcript_support_level": 4
},
{
"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": 2048,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000523763.2",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*239G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000429595.2",
"strand": true,
"transcript": "ENST00000523763.2",
"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": 2529,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000524046.2",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1366G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000430660.2",
"strand": true,
"transcript": "ENST00000524046.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3830,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679352.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1306G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505776.1",
"strand": true,
"transcript": "ENST00000679352.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": 3610,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679364.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1076G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505626.1",
"strand": true,
"transcript": "ENST00000679364.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": 4239,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679411.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1729G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506532.1",
"strand": true,
"transcript": "ENST00000679411.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": 3721,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679418.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1488G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505278.1",
"strand": true,
"transcript": "ENST00000679418.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": 3995,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679524.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1188G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505038.1",
"strand": true,
"transcript": "ENST00000679524.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": 3764,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679591.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1759G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505656.1",
"strand": true,
"transcript": "ENST00000679591.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": 3973,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679592.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1748G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505736.1",
"strand": true,
"transcript": "ENST00000679592.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": 4015,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679604.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1076G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506268.1",
"strand": true,
"transcript": "ENST00000679604.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": 2640,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679612.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.2138G>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": "ENST00000679612.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": 3945,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679627.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*778G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505373.1",
"strand": true,
"transcript": "ENST00000679627.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": 3765,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679675.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*412G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505458.1",
"strand": true,
"transcript": "ENST00000679675.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": 3492,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000679730.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*970G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506698.1",
"strand": true,
"transcript": "ENST00000679730.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": 2383,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000679763.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.546G>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": "ENST00000679763.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": 3890,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000679808.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*915G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506127.1",
"strand": true,
"transcript": "ENST00000679808.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": 2213,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679870.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1327G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505401.1",
"strand": true,
"transcript": "ENST00000679870.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": 3366,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679900.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*978G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505653.1",
"strand": true,
"transcript": "ENST00000679900.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": 3690,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679905.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*412G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505787.1",
"strand": true,
"transcript": "ENST00000679905.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": 3650,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679947.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*778G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506630.1",
"strand": true,
"transcript": "ENST00000679947.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": 3850,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679993.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"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": "ENST00000679993.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": 3714,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680034.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1181G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505785.1",
"strand": true,
"transcript": "ENST00000680034.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": 3906,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680131.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*667G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505906.1",
"strand": true,
"transcript": "ENST00000680131.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": 3968,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680195.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.2131G>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": "ENST00000680195.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": 3987,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000680238.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1477G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506260.1",
"strand": true,
"transcript": "ENST00000680238.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": 4300,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000680266.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.2463G>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": "ENST00000680266.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": 3720,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000680289.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1477G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505097.1",
"strand": true,
"transcript": "ENST00000680289.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": 3759,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000680350.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.1922G>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": "ENST00000680350.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": 4103,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680405.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.2266G>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": "ENST00000680405.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": 3787,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680428.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*891G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506210.1",
"strand": true,
"transcript": "ENST00000680428.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": 3774,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680544.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1272G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506702.1",
"strand": true,
"transcript": "ENST00000680544.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": 3430,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680563.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1469G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505374.1",
"strand": true,
"transcript": "ENST00000680563.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": 4147,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680570.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.2310G>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": "ENST00000680570.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": 2540,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000680601.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1297G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506582.1",
"strand": true,
"transcript": "ENST00000680601.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": 3328,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680609.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1065G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505053.1",
"strand": true,
"transcript": "ENST00000680609.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": 3845,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680758.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1699G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505192.1",
"strand": true,
"transcript": "ENST00000680758.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": 3425,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680775.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1312G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505199.1",
"strand": true,
"transcript": "ENST00000680775.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": 4011,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680794.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1513G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506362.1",
"strand": true,
"transcript": "ENST00000680794.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": 2254,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680841.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1587G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506524.1",
"strand": true,
"transcript": "ENST00000680841.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": 3806,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680875.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*546G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506042.1",
"strand": true,
"transcript": "ENST00000680875.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": 3617,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000680902.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*733G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505813.1",
"strand": true,
"transcript": "ENST00000680902.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": 4049,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681094.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*751G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505394.1",
"strand": true,
"transcript": "ENST00000681094.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3558,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681141.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1322G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506035.1",
"strand": true,
"transcript": "ENST00000681141.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": 3998,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681165.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1488G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506088.1",
"strand": true,
"transcript": "ENST00000681165.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": 4047,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681212.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.2210G>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": "ENST00000681212.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": 4103,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000681254.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1593G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506575.1",
"strand": true,
"transcript": "ENST00000681254.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": 3523,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681267.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*546G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506570.1",
"strand": true,
"transcript": "ENST00000681267.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": 4136,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681284.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.2299G>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": "ENST00000681284.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": 3967,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681294.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1055G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505615.1",
"strand": true,
"transcript": "ENST00000681294.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": 3716,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681337.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*751G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506108.1",
"strand": true,
"transcript": "ENST00000681337.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": 3210,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000681438.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*688G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505135.1",
"strand": true,
"transcript": "ENST00000681438.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": 3629,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681509.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*667G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506571.1",
"strand": true,
"transcript": "ENST00000681509.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": 3407,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000681579.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*412G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505732.1",
"strand": true,
"transcript": "ENST00000681579.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": 3518,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000681610.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*273G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505229.1",
"strand": true,
"transcript": "ENST00000681610.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": 3740,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681620.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*573G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505386.1",
"strand": true,
"transcript": "ENST00000681620.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": 3884,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681624.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1701G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505820.1",
"strand": true,
"transcript": "ENST00000681624.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": 2585,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681691.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*108G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505613.1",
"strand": true,
"transcript": "ENST00000681691.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": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000681705.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*506G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506381.1",
"strand": true,
"transcript": "ENST00000681705.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": 4070,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681890.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*831G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505751.1",
"strand": true,
"transcript": "ENST00000681890.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": 3745,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000681932.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1247G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505826.1",
"strand": true,
"transcript": "ENST00000681932.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": 2240,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000415228.5",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1065G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000416397.1",
"strand": true,
"transcript": "ENST00000415228.5",
"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": 1863,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000442897.7",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*904G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000396529.2",
"strand": true,
"transcript": "ENST00000442897.7",
"transcript_support_level": 4
},
{
"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": 2114,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000445187.6",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*915G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000407580.2",
"strand": true,
"transcript": "ENST00000445187.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2488,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000522205.6",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1316G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000428903.2",
"strand": true,
"transcript": "ENST00000522205.6",
"transcript_support_level": 4
},
{
"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": 2048,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000523763.2",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*239G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000429595.2",
"strand": true,
"transcript": "ENST00000523763.2",
"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": 2529,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000524046.2",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1366G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000430660.2",
"strand": true,
"transcript": "ENST00000524046.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3830,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679352.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1306G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505776.1",
"strand": true,
"transcript": "ENST00000679352.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": 3610,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679364.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1076G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505626.1",
"strand": true,
"transcript": "ENST00000679364.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": 4239,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679411.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1729G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506532.1",
"strand": true,
"transcript": "ENST00000679411.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": 3721,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679418.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1488G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505278.1",
"strand": true,
"transcript": "ENST00000679418.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": 3995,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679524.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1188G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505038.1",
"strand": true,
"transcript": "ENST00000679524.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": 3764,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679591.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1759G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505656.1",
"strand": true,
"transcript": "ENST00000679591.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": 3973,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679592.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1748G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505736.1",
"strand": true,
"transcript": "ENST00000679592.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": 4015,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679604.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1076G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506268.1",
"strand": true,
"transcript": "ENST00000679604.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": 3945,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679627.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*778G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505373.1",
"strand": true,
"transcript": "ENST00000679627.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": 3765,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679675.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*412G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505458.1",
"strand": true,
"transcript": "ENST00000679675.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": 3492,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000679730.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*970G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506698.1",
"strand": true,
"transcript": "ENST00000679730.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": 3890,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000679808.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*915G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506127.1",
"strand": true,
"transcript": "ENST00000679808.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": 2213,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000679870.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1327G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505401.1",
"strand": true,
"transcript": "ENST00000679870.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": 3366,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679900.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*978G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505653.1",
"strand": true,
"transcript": "ENST00000679900.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": 3690,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000679905.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*412G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505787.1",
"strand": true,
"transcript": "ENST00000679905.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": 3650,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000679947.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*778G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506630.1",
"strand": true,
"transcript": "ENST00000679947.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": 3714,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680034.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1181G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505785.1",
"strand": true,
"transcript": "ENST00000680034.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": 3906,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680131.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*667G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505906.1",
"strand": true,
"transcript": "ENST00000680131.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": 3987,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000680238.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1477G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506260.1",
"strand": true,
"transcript": "ENST00000680238.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": 3720,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000680289.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1477G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505097.1",
"strand": true,
"transcript": "ENST00000680289.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": 3787,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680428.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*891G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506210.1",
"strand": true,
"transcript": "ENST00000680428.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": 3774,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680544.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1272G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506702.1",
"strand": true,
"transcript": "ENST00000680544.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": 3430,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680563.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1469G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505374.1",
"strand": true,
"transcript": "ENST00000680563.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": 2540,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000680601.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1297G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506582.1",
"strand": true,
"transcript": "ENST00000680601.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": 3328,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680609.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1065G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505053.1",
"strand": true,
"transcript": "ENST00000680609.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": 3845,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680758.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1699G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505192.1",
"strand": true,
"transcript": "ENST00000680758.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": 3425,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680775.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1312G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505199.1",
"strand": true,
"transcript": "ENST00000680775.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": 4011,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680794.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1513G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506362.1",
"strand": true,
"transcript": "ENST00000680794.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": 2254,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000680841.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1587G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506524.1",
"strand": true,
"transcript": "ENST00000680841.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": 3806,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680875.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*546G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506042.1",
"strand": true,
"transcript": "ENST00000680875.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": 3617,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000680902.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*733G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505813.1",
"strand": true,
"transcript": "ENST00000680902.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": 4049,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681094.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*751G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505394.1",
"strand": true,
"transcript": "ENST00000681094.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3558,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681141.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1322G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506035.1",
"strand": true,
"transcript": "ENST00000681141.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": 3998,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681165.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1488G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506088.1",
"strand": true,
"transcript": "ENST00000681165.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": 4103,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000681254.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1593G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506575.1",
"strand": true,
"transcript": "ENST00000681254.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": 3523,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681267.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*546G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506570.1",
"strand": true,
"transcript": "ENST00000681267.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": 3967,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681294.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1055G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505615.1",
"strand": true,
"transcript": "ENST00000681294.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": 3716,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681337.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*751G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506108.1",
"strand": true,
"transcript": "ENST00000681337.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": 3210,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000681438.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*688G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505135.1",
"strand": true,
"transcript": "ENST00000681438.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": 3629,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681509.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*667G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506571.1",
"strand": true,
"transcript": "ENST00000681509.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": 3407,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000681579.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*412G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505732.1",
"strand": true,
"transcript": "ENST00000681579.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": 3518,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000681610.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*273G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505229.1",
"strand": true,
"transcript": "ENST00000681610.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": 3740,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681620.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*573G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505386.1",
"strand": true,
"transcript": "ENST00000681620.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": 3884,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681624.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1701G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505820.1",
"strand": true,
"transcript": "ENST00000681624.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": 2585,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000681691.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*108G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505613.1",
"strand": true,
"transcript": "ENST00000681691.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": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000681705.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*506G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506381.1",
"strand": true,
"transcript": "ENST00000681705.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": 4070,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000681890.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*831G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505751.1",
"strand": true,
"transcript": "ENST00000681890.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": 3745,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000681932.1",
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"hgvs_c": "n.*1247G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505826.1",
"strand": true,
"transcript": "ENST00000681932.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs758448974",
"effect": "missense_variant",
"frequency_reference_population": 0.00001984789,
"gene_hgnc_id": 19261,
"gene_symbol": "MTO1",
"gnomad_exomes_ac": 31,
"gnomad_exomes_af": 0.0000212302,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657557,
"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": "Uncertain significance",
"phenotype_combined": "Mitochondrial hypertrophic cardiomyopathy with lactic acidosis due to MTO1 deficiency|Inborn genetic diseases",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.044,
"pos": 73500590,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.762,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.029999999329447746,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.03,
"transcript": "NM_001123226.2"
}
]
}