← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: X-150659747-GTCAAAACAG-GTC (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=150659747&ref=GTCAAAACAG&alt=GTC&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2"
],
"effects": [
"frameshift_variant",
"splice_region_variant"
],
"gene_symbol": "MTM1",
"hgnc_id": 7448,
"hgvs_c": "c.1347_1353delAAAACAG",
"hgvs_p": "p.Lys450fs",
"inheritance_mode": "XL",
"pathogenic_score": 10,
"score": 10,
"transcript": "NM_000252.3",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_score": 10,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "X",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3412,
"cdna_start": 1377,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000370396.7",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000252.3",
"protein_coding": true,
"protein_id": "ENSP00000359423.3",
"strand": true,
"transcript": "ENST00000370396.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "SKQ",
"aa_start": 449,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3412,
"cdna_start": 1399,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1347,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_000252.3",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1347_1353delAAAACAG",
"hgvs_p": "p.Lys450fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000370396.7",
"protein_coding": true,
"protein_id": "NP_000243.1",
"strand": true,
"transcript": "NM_000252.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 618,
"aa_ref": "IDC",
"aa_start": 457,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3519,
"cdna_start": 1509,
"cds_end": null,
"cds_length": 1857,
"cds_start": 1370,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000689314.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1370_1376delAAAACAG",
"hgvs_p": "p.Ile457fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510607.1",
"strand": true,
"transcript": "ENST00000689314.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 618,
"aa_ref": "IDC",
"aa_start": 457,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3472,
"cdna_start": 1437,
"cds_end": null,
"cds_length": 1857,
"cds_start": 1370,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000866458.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1370_1376delAAAACAG",
"hgvs_p": "p.Ile457fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536517.1",
"strand": true,
"transcript": "ENST00000866458.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3416,
"cdna_start": 1394,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000685944.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509266.1",
"strand": true,
"transcript": "ENST00000685944.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3423,
"cdna_start": 1401,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000689694.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508718.1",
"strand": true,
"transcript": "ENST00000689694.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3410,
"cdna_start": 1375,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866460.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536519.1",
"strand": true,
"transcript": "ENST00000866460.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3750,
"cdna_start": 1716,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000866461.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536520.1",
"strand": true,
"transcript": "ENST00000866461.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3510,
"cdna_start": 1475,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000866462.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536521.1",
"strand": true,
"transcript": "ENST00000866462.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3505,
"cdna_start": 1470,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000866463.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536522.1",
"strand": true,
"transcript": "ENST00000866463.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3584,
"cdna_start": 1549,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866464.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536523.1",
"strand": true,
"transcript": "ENST00000866464.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3532,
"cdna_start": 1500,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000866466.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536525.1",
"strand": true,
"transcript": "ENST00000866466.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3581,
"cdna_start": 1546,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000866467.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536526.1",
"strand": true,
"transcript": "ENST00000866467.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3773,
"cdna_start": 1738,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000866468.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536527.1",
"strand": true,
"transcript": "ENST00000866468.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3424,
"cdna_start": 1397,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866469.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536528.1",
"strand": true,
"transcript": "ENST00000866469.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3485,
"cdna_start": 1453,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000866470.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536529.1",
"strand": true,
"transcript": "ENST00000866470.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3579,
"cdna_start": 1546,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866473.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536532.1",
"strand": true,
"transcript": "ENST00000866473.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2993,
"cdna_start": 1499,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866474.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536533.1",
"strand": true,
"transcript": "ENST00000866474.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3479,
"cdna_start": 1449,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866475.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536534.1",
"strand": true,
"transcript": "ENST00000866475.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3779,
"cdna_start": 1747,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866476.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536535.1",
"strand": true,
"transcript": "ENST00000866476.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3511,
"cdna_start": 1479,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866477.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536536.1",
"strand": true,
"transcript": "ENST00000866477.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3475,
"cdna_start": 1445,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866478.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536537.1",
"strand": true,
"transcript": "ENST00000866478.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4631,
"cdna_start": 2601,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000866479.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536538.1",
"strand": true,
"transcript": "ENST00000866479.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3516,
"cdna_start": 1481,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000924085.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000594144.1",
"strand": true,
"transcript": "ENST00000924085.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3483,
"cdna_start": 1451,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000949259.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619318.1",
"strand": true,
"transcript": "ENST00000949259.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3728,
"cdna_start": 1693,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000949261.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619320.1",
"strand": true,
"transcript": "ENST00000949261.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3158,
"cdna_start": 1394,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000949262.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619321.1",
"strand": true,
"transcript": "ENST00000949262.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3174,
"cdna_start": 1410,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000949263.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619322.1",
"strand": true,
"transcript": "ENST00000949263.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 602,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3430,
"cdna_start": 1398,
"cds_end": null,
"cds_length": 1809,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866457.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536516.1",
"strand": true,
"transcript": "ENST00000866457.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 602,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3521,
"cdna_start": 1489,
"cds_end": null,
"cds_length": 1809,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000866459.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536518.1",
"strand": true,
"transcript": "ENST00000866459.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 602,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3433,
"cdna_start": 1401,
"cds_end": null,
"cds_length": 1809,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866465.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536524.1",
"strand": true,
"transcript": "ENST00000866465.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 602,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3297,
"cdna_start": 1361,
"cds_end": null,
"cds_length": 1809,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866471.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536530.1",
"strand": true,
"transcript": "ENST00000866471.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 602,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3408,
"cdna_start": 1376,
"cds_end": null,
"cds_length": 1809,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000866472.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536531.1",
"strand": true,
"transcript": "ENST00000866472.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 602,
"aa_ref": "IDC",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3417,
"cdna_start": 1385,
"cds_end": null,
"cds_length": 1809,
"cds_start": 1325,
"consequences": [
"frameshift_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000924084.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1325_1331delAAAACAG",
"hgvs_p": "p.Ile442fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000594143.1",
"strand": true,
"transcript": "ENST00000924084.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 583,
"aa_ref": "IDC",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3304,
"cdna_start": 1273,
"cds_end": null,
"cds_length": 1752,
"cds_start": 1265,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000949264.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1265_1271delAAAACAG",
"hgvs_p": "p.Ile422fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619323.1",
"strand": true,
"transcript": "ENST00000949264.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 540,
"aa_ref": "IDC",
"aa_start": 379,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3178,
"cdna_start": 1184,
"cds_end": null,
"cds_length": 1623,
"cds_start": 1136,
"consequences": [
"frameshift_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000692852.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1136_1142delAAAACAG",
"hgvs_p": "p.Ile379fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510337.1",
"strand": true,
"transcript": "ENST00000692852.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 532,
"aa_ref": "IDC",
"aa_start": 371,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3179,
"cdna_start": 1163,
"cds_end": null,
"cds_length": 1599,
"cds_start": 1112,
"consequences": [
"frameshift_variant"
],
"exon_count": 13,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000692015.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1112_1118delAAAACAG",
"hgvs_p": "p.Ile371fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510634.1",
"strand": true,
"transcript": "ENST00000692015.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 531,
"aa_ref": "IDC",
"aa_start": 371,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3189,
"cdna_start": 1159,
"cds_end": null,
"cds_length": 1596,
"cds_start": 1112,
"consequences": [
"frameshift_variant"
],
"exon_count": 13,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000949260.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1112_1118delAAAACAG",
"hgvs_p": "p.Ile371fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619319.1",
"strand": true,
"transcript": "ENST00000949260.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 488,
"aa_ref": "IDC",
"aa_start": 327,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3116,
"cdna_start": 1106,
"cds_end": null,
"cds_length": 1467,
"cds_start": 980,
"consequences": [
"frameshift_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000685439.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.980_986delAAAACAG",
"hgvs_p": "p.Ile327fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508454.1",
"strand": true,
"transcript": "ENST00000685439.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 488,
"aa_ref": "IDC",
"aa_start": 327,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3061,
"cdna_start": 1051,
"cds_end": null,
"cds_length": 1467,
"cds_start": 980,
"consequences": [
"frameshift_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000691232.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.980_986delAAAACAG",
"hgvs_p": "p.Ile327fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509675.1",
"strand": true,
"transcript": "ENST00000691232.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 355,
"aa_ref": "IDC",
"aa_start": 194,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3008,
"cdna_start": 1014,
"cds_end": null,
"cds_length": 1068,
"cds_start": 581,
"consequences": [
"frameshift_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000688403.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.581_587delAAAACAG",
"hgvs_p": "p.Ile194fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508944.1",
"strand": true,
"transcript": "ENST00000688403.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 355,
"aa_ref": "IDC",
"aa_start": 194,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2917,
"cdna_start": 923,
"cds_end": null,
"cds_length": 1068,
"cds_start": 581,
"consequences": [
"frameshift_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000690282.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.581_587delAAAACAG",
"hgvs_p": "p.Ile194fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509809.1",
"strand": true,
"transcript": "ENST00000690282.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 329,
"aa_ref": "IDC",
"aa_start": 168,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2567,
"cdna_start": 532,
"cds_end": null,
"cds_length": 990,
"cds_start": 503,
"consequences": [
"frameshift_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000924086.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.503_509delAAAACAG",
"hgvs_p": "p.Ile168fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000594145.1",
"strand": true,
"transcript": "ENST00000924086.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 603,
"aa_ref": "SKQ",
"aa_start": 449,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3468,
"cdna_start": 1455,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1347,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001376908.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1347_1353delAAAACAG",
"hgvs_p": "p.Lys450fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363837.1",
"strand": true,
"transcript": "NM_001376908.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 602,
"aa_ref": "SKQ",
"aa_start": 449,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3409,
"cdna_start": 1399,
"cds_end": null,
"cds_length": 1809,
"cds_start": 1347,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001376906.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1347_1353delAAAACAG",
"hgvs_p": "p.Lys450fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363835.1",
"strand": true,
"transcript": "NM_001376906.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 566,
"aa_ref": "SKQ",
"aa_start": 412,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3301,
"cdna_start": 1288,
"cds_end": null,
"cds_length": 1701,
"cds_start": 1236,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001376907.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1236_1242delAAAACAG",
"hgvs_p": "p.Lys413fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363836.1",
"strand": true,
"transcript": "NM_001376907.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 625,
"aa_ref": "SKQ",
"aa_start": 471,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3885,
"cdna_start": 1872,
"cds_end": null,
"cds_length": 1878,
"cds_start": 1413,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "XM_047442132.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1413_1419delAAAACAG",
"hgvs_p": "p.Lys472fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298088.1",
"strand": true,
"transcript": "XM_047442132.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 625,
"aa_ref": "SKQ",
"aa_start": 471,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3615,
"cdna_start": 1602,
"cds_end": null,
"cds_length": 1878,
"cds_start": 1413,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "XM_047442133.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1413_1419delAAAACAG",
"hgvs_p": "p.Lys472fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298089.1",
"strand": true,
"transcript": "XM_047442133.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 618,
"aa_ref": "SKQ",
"aa_start": 464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3457,
"cdna_start": 1444,
"cds_end": null,
"cds_length": 1857,
"cds_start": 1392,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_011531171.2",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1392_1398delAAAACAG",
"hgvs_p": "p.Lys465fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011529473.1",
"strand": true,
"transcript": "XM_011531171.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 618,
"aa_ref": "SKQ",
"aa_start": 464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3783,
"cdna_start": 1770,
"cds_end": null,
"cds_length": 1857,
"cds_start": 1392,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_011531172.2",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1392_1398delAAAACAG",
"hgvs_p": "p.Lys465fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011529474.1",
"strand": true,
"transcript": "XM_011531172.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 618,
"aa_ref": "SKQ",
"aa_start": 464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3513,
"cdna_start": 1500,
"cds_end": null,
"cds_length": 1857,
"cds_start": 1392,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_017029548.2",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1392_1398delAAAACAG",
"hgvs_p": "p.Lys465fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016885037.1",
"strand": true,
"transcript": "XM_017029548.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 617,
"aa_ref": "SKQ",
"aa_start": 464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3412,
"cdna_start": 1402,
"cds_end": null,
"cds_length": 1854,
"cds_start": 1392,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_017029547.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1392_1398delAAAACAG",
"hgvs_p": "p.Lys465fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016885036.1",
"strand": true,
"transcript": "XM_017029547.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 610,
"aa_ref": "SKQ",
"aa_start": 456,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3570,
"cdna_start": 1557,
"cds_end": null,
"cds_length": 1833,
"cds_start": 1368,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_047442134.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1368_1374delAAAACAG",
"hgvs_p": "p.Lys457fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298090.1",
"strand": true,
"transcript": "XM_047442134.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 610,
"aa_ref": "SKQ",
"aa_start": 456,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3928,
"cdna_start": 1915,
"cds_end": null,
"cds_length": 1833,
"cds_start": 1368,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_047442135.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1368_1374delAAAACAG",
"hgvs_p": "p.Lys457fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298091.1",
"strand": true,
"transcript": "XM_047442135.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 609,
"aa_ref": "SKQ",
"aa_start": 456,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3925,
"cdna_start": 1915,
"cds_end": null,
"cds_length": 1830,
"cds_start": 1368,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_047442136.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1368_1374delAAAACAG",
"hgvs_p": "p.Lys457fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298092.1",
"strand": true,
"transcript": "XM_047442136.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 565,
"aa_ref": "SKQ",
"aa_start": 412,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3298,
"cdna_start": 1288,
"cds_end": null,
"cds_length": 1698,
"cds_start": 1236,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047442137.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1236_1242delAAAACAG",
"hgvs_p": "p.Lys413fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298093.1",
"strand": true,
"transcript": "XM_047442137.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 355,
"aa_ref": "SKQ",
"aa_start": 201,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 22519,
"cdna_start": 20506,
"cds_end": null,
"cds_length": 1068,
"cds_start": 603,
"consequences": [
"frameshift_variant",
"splice_region_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_017029551.3",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.603_609delAAAACAG",
"hgvs_p": "p.Lys202fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016885040.1",
"strand": true,
"transcript": "XM_017029551.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 572,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3237,
"cdna_start": null,
"cds_end": null,
"cds_length": 1719,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000691686.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1261-643_1261-637delAAAACAG",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509784.1",
"strand": true,
"transcript": "ENST00000691686.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 406,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2731,
"cdna_start": null,
"cds_end": null,
"cds_length": 1221,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000691851.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "c.1053+9827_1053+9833delAAAACAG",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510106.1",
"strand": true,
"transcript": "ENST00000691851.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2955,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000306167.11",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.1192_1198delAAAACAG",
"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": "ENST00000306167.11",
"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": 3087,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000684910.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*858_*864delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509844.1",
"strand": true,
"transcript": "ENST00000684910.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": 2921,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000686212.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.927_933delAAAACAG",
"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": "ENST00000686212.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": 3481,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000687215.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*1080_*1086delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509706.1",
"strand": true,
"transcript": "ENST00000687215.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": 3468,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000688152.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*769_*775delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509360.1",
"strand": true,
"transcript": "ENST00000688152.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": 3561,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000689810.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*974_*980delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000510635.1",
"strand": true,
"transcript": "ENST00000689810.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": 3240,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000690351.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*977_*983delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509728.1",
"strand": true,
"transcript": "ENST00000690351.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": 7231,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000691482.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.2340_2346delAAAACAG",
"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": "ENST00000691482.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": 3353,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000692638.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*1123_*1129delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509412.1",
"strand": true,
"transcript": "ENST00000692638.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": 3730,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000692915.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*1471_*1477delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508547.1",
"strand": true,
"transcript": "ENST00000692915.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": 3087,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000684910.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*858_*864delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509844.1",
"strand": true,
"transcript": "ENST00000684910.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": 3481,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000687215.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*1080_*1086delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509706.1",
"strand": true,
"transcript": "ENST00000687215.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": 3468,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000688152.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*769_*775delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509360.1",
"strand": true,
"transcript": "ENST00000688152.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": 3561,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000689810.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*974_*980delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000510635.1",
"strand": true,
"transcript": "ENST00000689810.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": 3240,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000690351.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*977_*983delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509728.1",
"strand": true,
"transcript": "ENST00000690351.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": 3353,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000692638.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*1123_*1129delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509412.1",
"strand": true,
"transcript": "ENST00000692638.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": 3730,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000692915.1",
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"hgvs_c": "n.*1471_*1477delAAAACAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508547.1",
"strand": true,
"transcript": "ENST00000692915.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "frameshift_variant,splice_region_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 7448,
"gene_symbol": "MTM1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.233,
"pos": 150659749,
"ref": "CAAAACAG",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_000252.3"
}
]
}