← 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-1792473-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=1792473&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 1792473,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_001303052.2",
"consequences": [
{
"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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "NM_001303052.2",
"protein_id": "NP_001289981.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "ENST00000647738.2",
"protein_id": "ENSP00000497479.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "ENST00000428368.7",
"protein_id": "ENSP00000396103.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"hgvs_p": null,
"transcript": "ENST00000399161.8",
"protein_id": "ENSP00000382114.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.271-9G>A",
"hgvs_p": null,
"transcript": "ENST00000407844.6",
"protein_id": "ENSP00000384219.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 184,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3340-9G>A",
"hgvs_p": null,
"transcript": "ENST00000644820.1",
"protein_id": "ENSP00000496210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1207,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "NM_001329844.2",
"protein_id": "NP_001316773.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "NM_001329845.1",
"protein_id": "NP_001316774.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "ENST00000647694.1",
"protein_id": "ENSP00000497722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "ENST00000650485.2",
"protein_id": "ENSP00000497068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "ENST00000892482.1",
"protein_id": "ENSP00000562541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3274-9G>A",
"hgvs_p": null,
"transcript": "ENST00000650560.1",
"protein_id": "ENSP00000497816.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1185,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"hgvs_p": null,
"transcript": "NM_001329847.2",
"protein_id": "NP_001316776.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"hgvs_p": null,
"transcript": "NM_001329848.1",
"protein_id": "NP_001316777.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"hgvs_p": null,
"transcript": "NM_015025.4",
"protein_id": "NP_055840.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"hgvs_p": null,
"transcript": "ENST00000648316.1",
"protein_id": "ENSP00000497870.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"hgvs_p": null,
"transcript": "ENST00000648928.1",
"protein_id": "ENSP00000497017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"hgvs_p": null,
"transcript": "ENST00000649207.1",
"protein_id": "ENSP00000496986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3271-9G>A",
"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.3277-9G>A",
"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": [
"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.3277-9G>A",
"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": [
"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.3277-9G>A",
"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": [
"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.3277-9G>A",
"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": [
"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.3277-9G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3214-9G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.2776-9G>A",
"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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.2764-9G>A",
"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": 24,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.2299-9G>A",
"hgvs_p": null,
"transcript": "ENST00000648933.1",
"protein_id": "ENSP00000497838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 860,
"cds_start": null,
"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": 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": 22,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.2305-9G>A",
"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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.1750-9G>A",
"hgvs_p": null,
"transcript": "ENST00000650399.2",
"protein_id": "ENSP00000497900.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.1723-9G>A",
"hgvs_p": null,
"transcript": "ENST00000649840.2",
"protein_id": "ENSP00000496783.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.1243-9G>A",
"hgvs_p": null,
"transcript": "ENST00000649092.2",
"protein_id": "ENSP00000497331.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 515,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.265-9G>A",
"hgvs_p": null,
"transcript": "ENST00000399157.8",
"protein_id": "ENSP00000382111.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 180,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"hgvs_p": null,
"transcript": "XM_011510318.2",
"protein_id": "XP_011508620.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"hgvs_p": null,
"transcript": "XM_011510319.2",
"protein_id": "XP_011508621.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"hgvs_p": null,
"transcript": "XM_011510320.4",
"protein_id": "XP_011508622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"hgvs_p": null,
"transcript": "XM_011510321.3",
"protein_id": "XP_011508623.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"hgvs_p": null,
"transcript": "XM_011510322.3",
"protein_id": "XP_011508624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"hgvs_p": null,
"transcript": "XM_011510323.1",
"protein_id": "XP_011508625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"hgvs_p": null,
"transcript": "XM_017003604.2",
"protein_id": "XP_016859093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"hgvs_p": null,
"transcript": "XM_017003605.2",
"protein_id": "XP_016859094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1209,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3340-9G>A",
"hgvs_p": null,
"transcript": "XM_011510324.3",
"protein_id": "XP_011508626.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1207,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3340-9G>A",
"hgvs_p": null,
"transcript": "XM_017003606.2",
"protein_id": "XP_016859095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1207,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3340-9G>A",
"hgvs_p": null,
"transcript": "XM_017003607.3",
"protein_id": "XP_016859096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1207,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3283-9G>A",
"hgvs_p": null,
"transcript": "XM_011510326.2",
"protein_id": "XP_011508628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1188,
"cds_start": null,
"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": 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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null,
"transcript": "XM_017003612.2",
"protein_id": "XP_016859101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1186,
"cds_start": null,
"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": 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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3346-9G>A",
"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": 24,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3340-9G>A",
"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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3283-9G>A",
"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": 23,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3277-9G>A",
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "c.3052-9G>A",
"hgvs_p": null,
"transcript": "XM_017003620.1",
"protein_id": "XP_016859109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": null,
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.429G>A",
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.311G>A",
"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"
},
{
"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": 14,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.*1167-9G>A",
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.2082-9G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1649-9G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1775-9G>A",
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1155-9G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.425-9G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1780-9G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"hgvs_c": "n.1367-9G>A",
"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"
}
],
"gene_symbol": "MYT1L",
"gene_hgnc_id": 7623,
"dbsnp": "rs761926891",
"frequency_reference_population": 0.0000075379226,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000753792,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6600000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.101,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.000102711257613939,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001303052.2",
"gene_symbol": "MYT1L",
"hgnc_id": 7623,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3277-9G>A",
"hgvs_p": null
}
],
"clinvar_disease": "MYT1L-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "MYT1L-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}