← 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: 15-25371733-GA-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=25371733&ref=GA&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 25371733,
"ref": "GA",
"alt": "G",
"effect": "frameshift_variant",
"transcript": "NM_000462.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "NM_130839.5",
"protein_id": "NP_570854.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000648336.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130839.5"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000648336.2",
"protein_id": "ENSP00000497572.2",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_130839.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648336.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000566215.5",
"protein_id": "ENSP00000457771.1",
"transcript_support_level": 1,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566215.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": 53,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.5767-47054delA",
"hgvs_p": null,
"transcript": "ENST00000424333.6",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000424333.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.489-47054delA",
"hgvs_p": null,
"transcript": "ENST00000554726.2",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000554726.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "NM_000462.5",
"protein_id": "NP_000453.2",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 875,
"cds_start": 449,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000462.5"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "ENST00000650110.1",
"protein_id": "ENSP00000497594.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 875,
"cds_start": 449,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650110.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "NM_001354505.1",
"protein_id": "NP_001341434.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354505.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "NM_001354538.2",
"protein_id": "NP_001341467.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354538.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000637886.1",
"protein_id": "ENSP00000490258.1",
"transcript_support_level": 5,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637886.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000858359.1",
"protein_id": "ENSP00000528418.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858359.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000858360.1",
"protein_id": "ENSP00000528419.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858360.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000918482.1",
"protein_id": "ENSP00000588541.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918482.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000918483.1",
"protein_id": "ENSP00000588542.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918483.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000970634.1",
"protein_id": "ENSP00000640693.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970634.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000970635.1",
"protein_id": "ENSP00000640694.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970635.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000970636.1",
"protein_id": "ENSP00000640695.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970636.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354506.2",
"protein_id": "NP_001341435.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354506.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354507.2",
"protein_id": "NP_001341436.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354507.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354508.2",
"protein_id": "NP_001341437.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354508.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354509.2",
"protein_id": "NP_001341438.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354509.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354511.2",
"protein_id": "NP_001341440.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354511.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354512.2",
"protein_id": "NP_001341441.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354512.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354513.2",
"protein_id": "NP_001341442.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354513.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354523.2",
"protein_id": "NP_001341452.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354523.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354526.1",
"protein_id": "NP_001341455.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354526.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354539.2",
"protein_id": "NP_001341468.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354539.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354540.2",
"protein_id": "NP_001341469.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354540.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354541.2",
"protein_id": "NP_001341470.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354541.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354542.2",
"protein_id": "NP_001341471.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354542.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354543.2",
"protein_id": "NP_001341472.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354543.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354544.2",
"protein_id": "NP_001341473.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354544.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001374461.1",
"protein_id": "NP_001361390.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374461.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_130838.4",
"protein_id": "NP_570853.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130838.4"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000428984.6",
"protein_id": "ENSP00000401265.2",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428984.6"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000438097.6",
"protein_id": "ENSP00000411258.1",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438097.6"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000630424.2",
"protein_id": "ENSP00000486349.1",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000630424.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000638011.1",
"protein_id": "ENSP00000490111.1",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638011.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000638155.1",
"protein_id": "ENSP00000490557.1",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638155.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000649550.1",
"protein_id": "ENSP00000497549.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649550.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "NM_001354545.2",
"protein_id": "NP_001341474.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 820,
"cds_start": 440,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354545.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.263delT",
"hgvs_p": "p.Ile88fs",
"transcript": "NM_001354546.2",
"protein_id": "NP_001341475.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 813,
"cds_start": 263,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354546.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000635914.1",
"protein_id": "ENSP00000490563.1",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 813,
"cds_start": 380,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635914.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.263delT",
"hgvs_p": "p.Ile88fs",
"transcript": "ENST00000675177.1",
"protein_id": "ENSP00000502703.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 813,
"cds_start": 263,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675177.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354547.2",
"protein_id": "NP_001341476.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 800,
"cds_start": 380,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354547.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354548.2",
"protein_id": "NP_001341477.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 800,
"cds_start": 380,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354548.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "NM_001354549.2",
"protein_id": "NP_001341478.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 797,
"cds_start": 380,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354549.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "ENST00000625778.3",
"protein_id": "ENSP00000487217.1",
"transcript_support_level": 5,
"aa_start": 127,
"aa_end": null,
"aa_length": 765,
"cds_start": 380,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000625778.3"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000628733.2",
"protein_id": "ENSP00000486388.1",
"transcript_support_level": 5,
"aa_start": 147,
"aa_end": null,
"aa_length": 186,
"cds_start": 440,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628733.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "ENST00000630907.2",
"protein_id": "ENSP00000485958.1",
"transcript_support_level": 5,
"aa_start": 147,
"aa_end": null,
"aa_length": 147,
"cds_start": 440,
"cds_end": null,
"cds_length": 445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000630907.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "XM_011521995.4",
"protein_id": "XP_011520297.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 875,
"cds_start": 449,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521995.4"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "XM_024450043.2",
"protein_id": "XP_024305811.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 875,
"cds_start": 449,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450043.2"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "XM_047433007.1",
"protein_id": "XP_047288963.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 875,
"cds_start": 449,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433007.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "XM_047433008.1",
"protein_id": "XP_047288964.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 875,
"cds_start": 449,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433008.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "XM_047433009.1",
"protein_id": "XP_047288965.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 875,
"cds_start": 449,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433009.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "XM_047433010.1",
"protein_id": "XP_047288966.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 875,
"cds_start": 449,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433010.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_017022547.3",
"protein_id": "XP_016878036.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022547.3"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_017022548.3",
"protein_id": "XP_016878037.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022548.3"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_017022550.3",
"protein_id": "XP_016878039.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022550.3"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_047433011.1",
"protein_id": "XP_047288967.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433011.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_047433012.1",
"protein_id": "XP_047288968.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433012.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_047433013.1",
"protein_id": "XP_047288969.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433013.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_047433014.1",
"protein_id": "XP_047288970.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433014.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_047433015.1",
"protein_id": "XP_047288971.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 872,
"cds_start": 440,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433015.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "XM_047433016.1",
"protein_id": "XP_047288972.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433016.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "XM_047433017.1",
"protein_id": "XP_047288973.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433017.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "XM_047433018.1",
"protein_id": "XP_047288974.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433018.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.380delT",
"hgvs_p": "p.Ile127fs",
"transcript": "XM_047433019.1",
"protein_id": "XP_047288975.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 852,
"cds_start": 380,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433019.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs",
"transcript": "XM_047433020.1",
"protein_id": "XP_047288976.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 823,
"cds_start": 449,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433020.1"
},
{
"aa_ref": "I",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.440delT",
"hgvs_p": "p.Ile147fs",
"transcript": "XM_047433021.1",
"protein_id": "XP_047288977.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 820,
"cds_start": 440,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433021.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": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.361+3731delT",
"hgvs_p": null,
"transcript": "NM_001354550.2",
"protein_id": "NP_001341479.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": null,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354550.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.301+3731delT",
"hgvs_p": null,
"transcript": "NM_001354551.2",
"protein_id": "NP_001341480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": null,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354551.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "n.521delT",
"hgvs_p": null,
"transcript": "ENST00000626068.2",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000626068.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "n.491delT",
"hgvs_p": null,
"transcript": "ENST00000626793.2",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000626793.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "n.1115delT",
"hgvs_p": null,
"transcript": "ENST00000675000.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": "ENST00000675000.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "n.3136delT",
"hgvs_p": null,
"transcript": "ENST00000675593.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": "ENST00000675593.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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "n.956delT",
"hgvs_p": null,
"transcript": "NR_148916.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": "pseudogene",
"feature": "NR_148916.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.4133-1788delA",
"hgvs_p": null,
"transcript": "ENST00000453082.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000453082.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2532-47054delA",
"hgvs_p": null,
"transcript": "ENST00000653389.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": "ENST00000653389.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": 58,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.6175-47054delA",
"hgvs_p": null,
"transcript": "ENST00000653489.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": "ENST00000653489.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.3203-47054delA",
"hgvs_p": null,
"transcript": "ENST00000654023.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": "ENST00000654023.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2540-47054delA",
"hgvs_p": null,
"transcript": "ENST00000654984.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": "ENST00000654984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2191-47054delA",
"hgvs_p": null,
"transcript": "ENST00000656009.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": "ENST00000656009.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": 56,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.5457-47054delA",
"hgvs_p": null,
"transcript": "ENST00000656420.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": "ENST00000656420.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2487-47054delA",
"hgvs_p": null,
"transcript": "ENST00000656450.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": "ENST00000656450.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.1294-47054delA",
"hgvs_p": null,
"transcript": "ENST00000656474.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": "ENST00000656474.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.541-47054delA",
"hgvs_p": null,
"transcript": "ENST00000657011.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": "ENST00000657011.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.1447-47054delA",
"hgvs_p": null,
"transcript": "ENST00000658502.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": "ENST00000658502.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2731-47054delA",
"hgvs_p": null,
"transcript": "ENST00000660376.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": "ENST00000660376.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2070-47054delA",
"hgvs_p": null,
"transcript": "ENST00000660430.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": "ENST00000660430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2707-47054delA",
"hgvs_p": null,
"transcript": "ENST00000663359.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": "ENST00000663359.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 46,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.4428-47054delA",
"hgvs_p": null,
"transcript": "ENST00000663446.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": "ENST00000663446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.773-19862delA",
"hgvs_p": null,
"transcript": "ENST00000663600.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": "ENST00000663600.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2719-47054delA",
"hgvs_p": null,
"transcript": "ENST00000664763.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": "ENST00000664763.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.3627-47054delA",
"hgvs_p": null,
"transcript": "ENST00000665311.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": "ENST00000665311.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 47,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.4959-47054delA",
"hgvs_p": null,
"transcript": "ENST00000665397.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": "ENST00000665397.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.4683-47054delA",
"hgvs_p": null,
"transcript": "ENST00000665411.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": "ENST00000665411.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2601-47054delA",
"hgvs_p": null,
"transcript": "ENST00000666663.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": "ENST00000666663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.3773-9535delA",
"hgvs_p": null,
"transcript": "ENST00000668570.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": "ENST00000668570.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2445-47054delA",
"hgvs_p": null,
"transcript": "ENST00000669064.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": "ENST00000669064.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.3773-19862delA",
"hgvs_p": null,
"transcript": "ENST00000669867.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": "ENST00000669867.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.3773-9535delA",
"hgvs_p": null,
"transcript": "ENST00000669911.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": "ENST00000669911.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.2651-47054delA",
"hgvs_p": null,
"transcript": "ENST00000669928.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": "ENST00000669928.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 46,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.4788-47054delA",
"hgvs_p": null,
"transcript": "ENST00000669989.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": "ENST00000669989.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 47,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.4783-47054delA",
"hgvs_p": null,
"transcript": "ENST00000670384.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": "ENST00000670384.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": 146,
"intron_rank_end": null,
"gene_symbol": "SNHG14",
"gene_hgnc_id": 37462,
"hgvs_c": "n.18393-19862delA",
"hgvs_p": null,
"transcript": "NR_146177.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": "NR_146177.1"
}
],
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"dbsnp": "rs587784530",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 6.84135e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"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.325,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_000462.5",
"gene_symbol": "UBE3A",
"hgnc_id": 12496,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.449delT",
"hgvs_p": "p.Ile150fs"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000424333.6",
"gene_symbol": "SNHG14",
"hgnc_id": 37462,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.5767-47054delA",
"hgvs_p": null
}
],
"clinvar_disease": "Angelman syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Angelman syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}