← 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: 2-1791896-TTA-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=1791896&ref=TTA&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 1791896,
"ref": "TTA",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "NM_001303052.2",
"consequences": [
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "NM_001303052.2",
"protein_id": "NP_001289981.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000647738.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303052.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "ENST00000647738.2",
"protein_id": "ENSP00000497479.2",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001303052.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647738.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "ENST00000428368.7",
"protein_id": "ENSP00000396103.3",
"transcript_support_level": 1,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428368.7"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3524_3525delTA",
"hgvs_p": "p.Ile1175fs",
"transcript": "ENST00000399161.8",
"protein_id": "ENSP00000382114.3",
"transcript_support_level": 1,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3524,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399161.8"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.524_525delTA",
"hgvs_p": "p.Ile175fs",
"transcript": "ENST00000407844.6",
"protein_id": "ENSP00000384219.1",
"transcript_support_level": 1,
"aa_start": 175,
"aa_end": null,
"aa_length": 184,
"cds_start": 524,
"cds_end": null,
"cds_length": 555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407844.6"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3593_3594delTA",
"hgvs_p": "p.Ile1198fs",
"transcript": "ENST00000644820.1",
"protein_id": "ENSP00000496210.1",
"transcript_support_level": null,
"aa_start": 1198,
"aa_end": null,
"aa_length": 1207,
"cds_start": 3593,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644820.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "NM_001329844.2",
"protein_id": "NP_001316773.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329844.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "NM_001329845.1",
"protein_id": "NP_001316774.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329845.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "ENST00000647694.1",
"protein_id": "ENSP00000497722.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647694.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "ENST00000650485.2",
"protein_id": "ENSP00000497068.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650485.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "ENST00000892482.1",
"protein_id": "ENSP00000562541.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892482.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3527_3528delTA",
"hgvs_p": "p.Ile1176fs",
"transcript": "ENST00000650560.1",
"protein_id": "ENSP00000497816.1",
"transcript_support_level": null,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1185,
"cds_start": 3527,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650560.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3524_3525delTA",
"hgvs_p": "p.Ile1175fs",
"transcript": "NM_001329847.2",
"protein_id": "NP_001316776.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3524,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329847.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3524_3525delTA",
"hgvs_p": "p.Ile1175fs",
"transcript": "NM_001329848.1",
"protein_id": "NP_001316777.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3524,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329848.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3524_3525delTA",
"hgvs_p": "p.Ile1175fs",
"transcript": "NM_015025.4",
"protein_id": "NP_055840.2",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3524,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015025.4"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3524_3525delTA",
"hgvs_p": "p.Ile1175fs",
"transcript": "ENST00000648316.1",
"protein_id": "ENSP00000497870.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3524,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648316.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3524_3525delTA",
"hgvs_p": "p.Ile1175fs",
"transcript": "ENST00000648928.1",
"protein_id": "ENSP00000497017.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3524,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648928.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3524_3525delTA",
"hgvs_p": "p.Ile1175fs",
"transcript": "ENST00000649207.1",
"protein_id": "ENSP00000496986.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3524,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649207.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.2552_2553delTA",
"hgvs_p": "p.Ile851fs",
"transcript": "ENST00000648933.1",
"protein_id": "ENSP00000497838.1",
"transcript_support_level": null,
"aa_start": 851,
"aa_end": null,
"aa_length": 860,
"cds_start": 2552,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648933.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.2003_2004delTA",
"hgvs_p": "p.Ile668fs",
"transcript": "ENST00000650399.2",
"protein_id": "ENSP00000497900.2",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 677,
"cds_start": 2003,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650399.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.1976_1977delTA",
"hgvs_p": "p.Ile659fs",
"transcript": "ENST00000649840.2",
"protein_id": "ENSP00000496783.2",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 668,
"cds_start": 1976,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649840.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.1496_1497delTA",
"hgvs_p": "p.Ile499fs",
"transcript": "ENST00000649092.2",
"protein_id": "ENSP00000497331.2",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 515,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649092.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.518_519delTA",
"hgvs_p": "p.Ile173fs",
"transcript": "ENST00000399157.8",
"protein_id": "ENSP00000382111.4",
"transcript_support_level": 5,
"aa_start": 173,
"aa_end": null,
"aa_length": 180,
"cds_start": 518,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399157.8"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3599_3600delTA",
"hgvs_p": "p.Ile1200fs",
"transcript": "XM_011510318.2",
"protein_id": "XP_011508620.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510318.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3599_3600delTA",
"hgvs_p": "p.Ile1200fs",
"transcript": "XM_011510319.2",
"protein_id": "XP_011508621.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510319.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3599_3600delTA",
"hgvs_p": "p.Ile1200fs",
"transcript": "XM_011510320.4",
"protein_id": "XP_011508622.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510320.4"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3599_3600delTA",
"hgvs_p": "p.Ile1200fs",
"transcript": "XM_011510321.3",
"protein_id": "XP_011508623.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510321.3"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3599_3600delTA",
"hgvs_p": "p.Ile1200fs",
"transcript": "XM_011510322.3",
"protein_id": "XP_011508624.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510322.3"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3599_3600delTA",
"hgvs_p": "p.Ile1200fs",
"transcript": "XM_011510323.1",
"protein_id": "XP_011508625.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510323.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3599_3600delTA",
"hgvs_p": "p.Ile1200fs",
"transcript": "XM_017003604.2",
"protein_id": "XP_016859093.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003604.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3599_3600delTA",
"hgvs_p": "p.Ile1200fs",
"transcript": "XM_017003605.2",
"protein_id": "XP_016859094.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003605.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3593_3594delTA",
"hgvs_p": "p.Ile1198fs",
"transcript": "XM_011510324.3",
"protein_id": "XP_011508626.1",
"transcript_support_level": null,
"aa_start": 1198,
"aa_end": null,
"aa_length": 1207,
"cds_start": 3593,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510324.3"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3593_3594delTA",
"hgvs_p": "p.Ile1198fs",
"transcript": "XM_017003606.2",
"protein_id": "XP_016859095.1",
"transcript_support_level": null,
"aa_start": 1198,
"aa_end": null,
"aa_length": 1207,
"cds_start": 3593,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003606.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3593_3594delTA",
"hgvs_p": "p.Ile1198fs",
"transcript": "XM_017003607.3",
"protein_id": "XP_016859096.1",
"transcript_support_level": null,
"aa_start": 1198,
"aa_end": null,
"aa_length": 1207,
"cds_start": 3593,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003607.3"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3536_3537delTA",
"hgvs_p": "p.Ile1179fs",
"transcript": "XM_011510326.2",
"protein_id": "XP_011508628.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1188,
"cds_start": 3536,
"cds_end": null,
"cds_length": 3567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510326.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs",
"transcript": "XM_017003612.2",
"protein_id": "XP_016859101.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003612.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3305_3306delTA",
"hgvs_p": "p.Ile1102fs",
"transcript": "XM_017003620.1",
"protein_id": "XP_016859109.1",
"transcript_support_level": null,
"aa_start": 1102,
"aa_end": null,
"aa_length": 1111,
"cds_start": 3305,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003620.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.*411_*412delTA",
"hgvs_p": null,
"transcript": "NM_001329851.3",
"protein_id": "NP_001316780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1143,
"cds_start": null,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329851.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.*411_*412delTA",
"hgvs_p": null,
"transcript": "NM_001329852.3",
"protein_id": "NP_001316781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1143,
"cds_start": null,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329852.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.*411_*412delTA",
"hgvs_p": null,
"transcript": "ENST00000648318.1",
"protein_id": "ENSP00000496831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1143,
"cds_start": null,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648318.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.*411_*412delTA",
"hgvs_p": null,
"transcript": "ENST00000648339.1",
"protein_id": "ENSP00000497493.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1143,
"cds_start": null,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.*411_*412delTA",
"hgvs_p": null,
"transcript": "ENST00000649663.1",
"protein_id": "ENSP00000497273.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1143,
"cds_start": null,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.*411_*412delTA",
"hgvs_p": null,
"transcript": "ENST00000648931.2",
"protein_id": "ENSP00000498210.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 972,
"cds_start": null,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648931.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3420+423_3420+424delTA",
"hgvs_p": null,
"transcript": "NM_001329849.3",
"protein_id": "NP_001316778.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1148,
"cds_start": null,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329849.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3420+423_3420+424delTA",
"hgvs_p": null,
"transcript": "ENST00000648665.2",
"protein_id": "ENSP00000497115.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1148,
"cds_start": null,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648665.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3414+423_3414+424delTA",
"hgvs_p": null,
"transcript": "NM_001329846.3",
"protein_id": "NP_001316775.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1146,
"cds_start": null,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329846.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3414+423_3414+424delTA",
"hgvs_p": null,
"transcript": "ENST00000647755.1",
"protein_id": "ENSP00000496922.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1146,
"cds_start": null,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647755.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3357+423_3357+424delTA",
"hgvs_p": null,
"transcript": "ENST00000647618.1",
"protein_id": "ENSP00000497024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1127,
"cds_start": null,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647618.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.2919+423_2919+424delTA",
"hgvs_p": null,
"transcript": "ENST00000648753.2",
"protein_id": "ENSP00000497206.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 981,
"cds_start": null,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648753.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.2448+423_2448+424delTA",
"hgvs_p": null,
"transcript": "ENST00000648627.1",
"protein_id": "ENSP00000497309.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 824,
"cds_start": null,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648627.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3489+423_3489+424delTA",
"hgvs_p": null,
"transcript": "XM_011510327.2",
"protein_id": "XP_011508629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1171,
"cds_start": null,
"cds_end": null,
"cds_length": 3516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510327.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3483+423_3483+424delTA",
"hgvs_p": null,
"transcript": "XM_011510328.3",
"protein_id": "XP_011508630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1169,
"cds_start": null,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510328.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3426+423_3426+424delTA",
"hgvs_p": null,
"transcript": "XM_017003615.2",
"protein_id": "XP_016859104.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1150,
"cds_start": null,
"cds_end": null,
"cds_length": 3453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003615.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3420+423_3420+424delTA",
"hgvs_p": null,
"transcript": "XM_017003616.2",
"protein_id": "XP_016859105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1148,
"cds_start": null,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003616.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.2335_2336delTA",
"hgvs_p": null,
"transcript": "ENST00000648299.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648299.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1902_1903delTA",
"hgvs_p": null,
"transcript": "ENST00000648465.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000648465.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1408_1409delTA",
"hgvs_p": null,
"transcript": "ENST00000648486.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648486.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.678_679delTA",
"hgvs_p": null,
"transcript": "ENST00000648598.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000648598.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.2033_2034delTA",
"hgvs_p": null,
"transcript": "ENST00000648643.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000648643.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.691_692delTA",
"hgvs_p": null,
"transcript": "ENST00000648814.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648814.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1620_1621delTA",
"hgvs_p": null,
"transcript": "ENST00000648913.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648913.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.*1310+423_*1310+424delTA",
"hgvs_p": null,
"transcript": "ENST00000647687.2",
"protein_id": "ENSP00000498070.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000647687.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1918+423_1918+424delTA",
"hgvs_p": null,
"transcript": "ENST00000648478.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648478.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.463+423_463+424delTA",
"hgvs_p": null,
"transcript": "ENST00000650593.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000650593.1"
}
],
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 9.217,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PVS1_Moderate,PM2",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PVS1_Moderate",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001303052.2",
"gene_symbol": "MYT1L",
"hgnc_id": 7623,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3530_3531delTA",
"hgvs_p": "p.Ile1177fs"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}