← 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-25339159-GC-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=25339159&ref=GC&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 25339159,
"ref": "GC",
"alt": "G",
"effect": "frameshift_variant",
"transcript": "NM_130839.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "NM_130839.5",
"protein_id": "NP_570854.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 3296,
"cdna_end": null,
"cdna_length": 8728,
"mane_select": "ENST00000648336.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "ENST00000648336.2",
"protein_id": "ENSP00000497572.2",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 3296,
"cdna_end": null,
"cdna_length": 8728,
"mane_select": "NM_130839.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "ENST00000566215.5",
"protein_id": "ENSP00000457771.1",
"transcript_support_level": 1,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3122,
"cdna_end": null,
"cdna_length": 3176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.5766+60276delC",
"hgvs_p": null,
"transcript": "ENST00000424333.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.488+60276delC",
"hgvs_p": null,
"transcript": "ENST00000554726.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2605delG",
"hgvs_p": "p.Ala869fs",
"transcript": "NM_000462.5",
"protein_id": "NP_000453.2",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 875,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 3393,
"cdna_end": null,
"cdna_length": 5319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2605delG",
"hgvs_p": "p.Ala869fs",
"transcript": "ENST00000650110.1",
"protein_id": "ENSP00000497594.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 875,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 3361,
"cdna_end": null,
"cdna_length": 5274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "NM_001354505.1",
"protein_id": "NP_001341434.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2937,
"cdna_end": null,
"cdna_length": 4863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "NM_001354538.2",
"protein_id": "NP_001341467.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 3332,
"cdna_end": null,
"cdna_length": 8764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "ENST00000637886.1",
"protein_id": "ENSP00000490258.1",
"transcript_support_level": 5,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 3293,
"cdna_end": null,
"cdna_length": 8725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354506.2",
"protein_id": "NP_001341435.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3432,
"cdna_end": null,
"cdna_length": 8864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354507.2",
"protein_id": "NP_001341436.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3528,
"cdna_end": null,
"cdna_length": 8960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354508.2",
"protein_id": "NP_001341437.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3492,
"cdna_end": null,
"cdna_length": 8924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354509.2",
"protein_id": "NP_001341438.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3605,
"cdna_end": null,
"cdna_length": 9037,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354511.2",
"protein_id": "NP_001341440.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3442,
"cdna_end": null,
"cdna_length": 8874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354512.2",
"protein_id": "NP_001341441.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3458,
"cdna_end": null,
"cdna_length": 8890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354513.2",
"protein_id": "NP_001341442.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3462,
"cdna_end": null,
"cdna_length": 8894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354523.2",
"protein_id": "NP_001341452.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3409,
"cdna_end": null,
"cdna_length": 8841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354526.1",
"protein_id": "NP_001341455.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3198,
"cdna_end": null,
"cdna_length": 5124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354539.2",
"protein_id": "NP_001341468.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3367,
"cdna_end": null,
"cdna_length": 8799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354540.2",
"protein_id": "NP_001341469.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3722,
"cdna_end": null,
"cdna_length": 9154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354541.2",
"protein_id": "NP_001341470.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3557,
"cdna_end": null,
"cdna_length": 8989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354542.2",
"protein_id": "NP_001341471.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3176,
"cdna_end": null,
"cdna_length": 8608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354543.2",
"protein_id": "NP_001341472.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3737,
"cdna_end": null,
"cdna_length": 9169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001354544.2",
"protein_id": "NP_001341473.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3523,
"cdna_end": null,
"cdna_length": 8955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_001374461.1",
"protein_id": "NP_001361390.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 5317,
"cdna_end": null,
"cdna_length": 7249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "NM_130838.4",
"protein_id": "NP_570853.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3112,
"cdna_end": null,
"cdna_length": 8544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "ENST00000428984.6",
"protein_id": "ENSP00000401265.2",
"transcript_support_level": 5,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 2932,
"cdna_end": null,
"cdna_length": 2986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "ENST00000438097.6",
"protein_id": "ENSP00000411258.1",
"transcript_support_level": 5,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3507,
"cdna_end": null,
"cdna_length": 8939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "ENST00000630424.2",
"protein_id": "ENSP00000486349.1",
"transcript_support_level": 5,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3162,
"cdna_end": null,
"cdna_length": 5075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "ENST00000638011.1",
"protein_id": "ENSP00000490111.1",
"transcript_support_level": 5,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3310,
"cdna_end": null,
"cdna_length": 8742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "ENST00000638155.1",
"protein_id": "ENSP00000490557.1",
"transcript_support_level": 5,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3699,
"cdna_end": null,
"cdna_length": 9131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "ENST00000649550.1",
"protein_id": "ENSP00000497549.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3112,
"cdna_end": null,
"cdna_length": 5025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2440delG",
"hgvs_p": "p.Ala814fs",
"transcript": "NM_001354545.2",
"protein_id": "NP_001341474.1",
"transcript_support_level": null,
"aa_start": 814,
"aa_end": null,
"aa_length": 820,
"cds_start": 2440,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 3140,
"cdna_end": null,
"cdna_length": 8572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2419delG",
"hgvs_p": "p.Ala807fs",
"transcript": "NM_001354546.2",
"protein_id": "NP_001341475.1",
"transcript_support_level": null,
"aa_start": 807,
"aa_end": null,
"aa_length": 813,
"cds_start": 2419,
"cds_end": null,
"cds_length": 2442,
"cdna_start": 3070,
"cdna_end": null,
"cdna_length": 8502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2419delG",
"hgvs_p": "p.Ala807fs",
"transcript": "ENST00000675177.1",
"protein_id": "ENSP00000502703.1",
"transcript_support_level": null,
"aa_start": 807,
"aa_end": null,
"aa_length": 813,
"cds_start": 2419,
"cds_end": null,
"cds_length": 2442,
"cdna_start": 2575,
"cdna_end": null,
"cdna_length": 2598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2380delG",
"hgvs_p": "p.Ala794fs",
"transcript": "NM_001354547.2",
"protein_id": "NP_001341476.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 800,
"cds_start": 2380,
"cds_end": null,
"cds_length": 2403,
"cdna_start": 3336,
"cdna_end": null,
"cdna_length": 8768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2380delG",
"hgvs_p": "p.Ala794fs",
"transcript": "NM_001354548.2",
"protein_id": "NP_001341477.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 800,
"cds_start": 2380,
"cds_end": null,
"cds_length": 2403,
"cdna_start": 2956,
"cdna_end": null,
"cdna_length": 8388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2371delG",
"hgvs_p": "p.Ala791fs",
"transcript": "NM_001354549.2",
"protein_id": "NP_001341478.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 797,
"cds_start": 2371,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 2947,
"cdna_end": null,
"cdna_length": 8379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.1345delG",
"hgvs_p": "p.Ala449fs",
"transcript": "NM_001354550.2",
"protein_id": "NP_001341479.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 455,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 2045,
"cdna_end": null,
"cdna_length": 7477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.1285delG",
"hgvs_p": "p.Ala429fs",
"transcript": "NM_001354551.2",
"protein_id": "NP_001341480.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 435,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 1861,
"cdna_end": null,
"cdna_length": 7293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.547delG",
"hgvs_p": "p.Ala183fs",
"transcript": "ENST00000604860.3",
"protein_id": "ENSP00000473822.2",
"transcript_support_level": 5,
"aa_start": 183,
"aa_end": null,
"aa_length": 189,
"cds_start": 547,
"cds_end": null,
"cds_length": 570,
"cdna_start": 547,
"cdna_end": null,
"cdna_length": 571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.406delG",
"hgvs_p": "p.Ala136fs",
"transcript": "ENST00000626176.2",
"protein_id": "ENSP00000487178.1",
"transcript_support_level": 3,
"aa_start": 136,
"aa_end": null,
"aa_length": 142,
"cds_start": 406,
"cds_end": null,
"cds_length": 429,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_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": "c.133delG",
"hgvs_p": "p.Ala45fs",
"transcript": "ENST00000636667.1",
"protein_id": "ENSP00000489625.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 51,
"cds_start": 133,
"cds_end": null,
"cds_length": 156,
"cdna_start": 294,
"cdna_end": null,
"cdna_length": 5726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2605delG",
"hgvs_p": "p.Ala869fs",
"transcript": "XM_011521995.4",
"protein_id": "XP_011520297.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 875,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 3230,
"cdna_end": null,
"cdna_length": 8662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2605delG",
"hgvs_p": "p.Ala869fs",
"transcript": "XM_024450043.2",
"protein_id": "XP_024305811.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 875,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 3050,
"cdna_end": null,
"cdna_length": 8482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2605delG",
"hgvs_p": "p.Ala869fs",
"transcript": "XM_047433007.1",
"protein_id": "XP_047288963.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 875,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 3055,
"cdna_end": null,
"cdna_length": 8487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2605delG",
"hgvs_p": "p.Ala869fs",
"transcript": "XM_047433008.1",
"protein_id": "XP_047288964.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 875,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 3526,
"cdna_end": null,
"cdna_length": 8958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2605delG",
"hgvs_p": "p.Ala869fs",
"transcript": "XM_047433009.1",
"protein_id": "XP_047288965.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 875,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 4430,
"cdna_end": null,
"cdna_length": 9862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2605delG",
"hgvs_p": "p.Ala869fs",
"transcript": "XM_047433010.1",
"protein_id": "XP_047288966.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 875,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 2861,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "XM_017022547.3",
"protein_id": "XP_016878036.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 3461,
"cdna_end": null,
"cdna_length": 8893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "XM_017022548.3",
"protein_id": "XP_016878037.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 3456,
"cdna_end": null,
"cdna_length": 8888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "XM_017022550.3",
"protein_id": "XP_016878039.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 4232,
"cdna_end": null,
"cdna_length": 9664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "XM_047433011.1",
"protein_id": "XP_047288967.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2990,
"cdna_end": null,
"cdna_length": 8422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "XM_047433012.1",
"protein_id": "XP_047288968.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2929,
"cdna_end": null,
"cdna_length": 8361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "XM_047433013.1",
"protein_id": "XP_047288969.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2985,
"cdna_end": null,
"cdna_length": 8417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "XM_047433014.1",
"protein_id": "XP_047288970.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2924,
"cdna_end": null,
"cdna_length": 8356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs",
"transcript": "XM_047433015.1",
"protein_id": "XP_047288971.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 872,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 3045,
"cdna_end": null,
"cdna_length": 8477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "XM_047433016.1",
"protein_id": "XP_047288972.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3251,
"cdna_end": null,
"cdna_length": 8683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "XM_047433017.1",
"protein_id": "XP_047288973.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 3061,
"cdna_end": null,
"cdna_length": 8493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "XM_047433018.1",
"protein_id": "XP_047288974.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 2870,
"cdna_end": null,
"cdna_length": 8302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2536delG",
"hgvs_p": "p.Ala846fs",
"transcript": "XM_047433019.1",
"protein_id": "XP_047288975.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 852,
"cds_start": 2536,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 2676,
"cdna_end": null,
"cdna_length": 8108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2449delG",
"hgvs_p": "p.Ala817fs",
"transcript": "XM_047433020.1",
"protein_id": "XP_047288976.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 823,
"cds_start": 2449,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 2899,
"cdna_end": null,
"cdna_length": 8331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.2440delG",
"hgvs_p": "p.Ala814fs",
"transcript": "XM_047433021.1",
"protein_id": "XP_047288977.1",
"transcript_support_level": null,
"aa_start": 814,
"aa_end": null,
"aa_length": 820,
"cds_start": 2440,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 2640,
"cdna_end": null,
"cdna_length": 8072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "n.3108delG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"hgvs_c": "c.*921delG",
"hgvs_p": null,
"transcript": "ENST00000635914.1",
"protein_id": "ENSP00000490563.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 813,
"cds_start": -4,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-34362delC",
"hgvs_p": null,
"transcript": "ENST00000453082.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2531+60276delC",
"hgvs_p": null,
"transcript": "ENST00000653389.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.6174+60276delC",
"hgvs_p": null,
"transcript": "ENST00000653489.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.3202+60276delC",
"hgvs_p": null,
"transcript": "ENST00000654023.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2539+60276delC",
"hgvs_p": null,
"transcript": "ENST00000654984.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2190+60276delC",
"hgvs_p": null,
"transcript": "ENST00000656009.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.5456+60276delC",
"hgvs_p": null,
"transcript": "ENST00000656420.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2486+60276delC",
"hgvs_p": null,
"transcript": "ENST00000656450.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.1293+60276delC",
"hgvs_p": null,
"transcript": "ENST00000656474.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.540+60276delC",
"hgvs_p": null,
"transcript": "ENST00000657011.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.1446+60276delC",
"hgvs_p": null,
"transcript": "ENST00000658502.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2730+60276delC",
"hgvs_p": null,
"transcript": "ENST00000660376.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-79628delC",
"hgvs_p": null,
"transcript": "ENST00000660430.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2706+60276delC",
"hgvs_p": null,
"transcript": "ENST00000663359.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4427+60276delC",
"hgvs_p": null,
"transcript": "ENST00000663446.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-52436delC",
"hgvs_p": null,
"transcript": "ENST00000663600.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2718+60276delC",
"hgvs_p": null,
"transcript": "ENST00000664763.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.3626+60276delC",
"hgvs_p": null,
"transcript": "ENST00000665311.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4958+60276delC",
"hgvs_p": null,
"transcript": "ENST00000665397.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4682+60276delC",
"hgvs_p": null,
"transcript": "ENST00000665411.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2600+60276delC",
"hgvs_p": null,
"transcript": "ENST00000666663.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-42109delC",
"hgvs_p": null,
"transcript": "ENST00000668570.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2444+60276delC",
"hgvs_p": null,
"transcript": "ENST00000669064.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-52436delC",
"hgvs_p": null,
"transcript": "ENST00000669867.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-42109delC",
"hgvs_p": null,
"transcript": "ENST00000669911.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.2650+60276delC",
"hgvs_p": null,
"transcript": "ENST00000669928.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4787+60276delC",
"hgvs_p": null,
"transcript": "ENST00000669989.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.4782+60276delC",
"hgvs_p": null,
"transcript": "ENST00000670384.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-52436delC",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 19263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "UBE3A",
"gene_hgnc_id": 12496,
"dbsnp": "rs1064797196",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.905,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PVS1_Strong",
"PM2",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_130839.5",
"gene_symbol": "UBE3A",
"hgnc_id": 12496,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2596delG",
"hgvs_p": "p.Ala866fs"
},
{
"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.5766+60276delC",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}