← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: X-47211069-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=47211069&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 47211069,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001440807.1",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "NM_003334.4",
"protein_id": "NP_003325.2",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2504,
"cdna_end": null,
"cdna_length": 3572,
"mane_select": "ENST00000335972.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003334.4"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000335972.11",
"protein_id": "ENSP00000338413.6",
"transcript_support_level": 1,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2504,
"cdna_end": null,
"cdna_length": 3572,
"mane_select": "NM_003334.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335972.11"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000377351.8",
"protein_id": "ENSP00000366568.4",
"transcript_support_level": 1,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2398,
"cdna_end": null,
"cdna_length": 3466,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377351.8"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2443A>C",
"hgvs_p": "p.Asn815His",
"transcript": "ENST00000880189.1",
"protein_id": "ENSP00000550248.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 1103,
"cds_start": 2443,
"cds_end": null,
"cds_length": 3312,
"cdna_start": 2639,
"cdna_end": null,
"cdna_length": 3707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880189.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880195.1",
"protein_id": "ENSP00000550254.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1086,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3261,
"cdna_start": 2504,
"cdna_end": null,
"cdna_length": 3656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880195.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2350A>C",
"hgvs_p": "p.Asn784His",
"transcript": "NM_001440807.1",
"protein_id": "NP_001427736.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 1072,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 2551,
"cdna_end": null,
"cdna_length": 3619,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440807.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2347A>C",
"hgvs_p": "p.Asn783His",
"transcript": "ENST00000940362.1",
"protein_id": "ENSP00000610421.1",
"transcript_support_level": null,
"aa_start": 783,
"aa_end": null,
"aa_length": 1071,
"cds_start": 2347,
"cds_end": null,
"cds_length": 3216,
"cdna_start": 2585,
"cdna_end": null,
"cdna_length": 3653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940362.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2347A>C",
"hgvs_p": "p.Asn783His",
"transcript": "ENST00000940379.1",
"protein_id": "ENSP00000610438.1",
"transcript_support_level": null,
"aa_start": 783,
"aa_end": null,
"aa_length": 1071,
"cds_start": 2347,
"cds_end": null,
"cds_length": 3216,
"cdna_start": 2543,
"cdna_end": null,
"cdna_length": 3611,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940379.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2326A>C",
"hgvs_p": "p.Asn776His",
"transcript": "NM_001440809.1",
"protein_id": "NP_001427738.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 1064,
"cds_start": 2326,
"cds_end": null,
"cds_length": 3195,
"cdna_start": 2582,
"cdna_end": null,
"cdna_length": 3650,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440809.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2326A>C",
"hgvs_p": "p.Asn776His",
"transcript": "NM_001440810.1",
"protein_id": "NP_001427739.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 1064,
"cds_start": 2326,
"cds_end": null,
"cds_length": 3195,
"cdna_start": 2579,
"cdna_end": null,
"cdna_length": 3647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440810.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940386.1",
"protein_id": "ENSP00000610445.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1060,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3183,
"cdna_start": 2488,
"cdna_end": null,
"cdna_length": 3562,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940386.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "NM_001440811.1",
"protein_id": "NP_001427740.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2618,
"cdna_end": null,
"cdna_length": 3686,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440811.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "NM_001440812.1",
"protein_id": "NP_001427741.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2577,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440812.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "NM_153280.3",
"protein_id": "NP_695012.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2412,
"cdna_end": null,
"cdna_length": 3480,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153280.3"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880170.1",
"protein_id": "ENSP00000550229.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2361,
"cdna_end": null,
"cdna_length": 3428,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880170.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880171.1",
"protein_id": "ENSP00000550230.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2485,
"cdna_end": null,
"cdna_length": 3553,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880171.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880172.1",
"protein_id": "ENSP00000550231.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2516,
"cdna_end": null,
"cdna_length": 3583,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880172.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880173.1",
"protein_id": "ENSP00000550232.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2428,
"cdna_end": null,
"cdna_length": 3496,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880173.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880174.1",
"protein_id": "ENSP00000550233.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2409,
"cdna_end": null,
"cdna_length": 3477,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880174.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880175.1",
"protein_id": "ENSP00000550234.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2577,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880175.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880176.1",
"protein_id": "ENSP00000550235.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2491,
"cdna_end": null,
"cdna_length": 3559,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880176.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880178.1",
"protein_id": "ENSP00000550237.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2666,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880178.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880179.1",
"protein_id": "ENSP00000550238.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2609,
"cdna_end": null,
"cdna_length": 3679,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880179.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880180.1",
"protein_id": "ENSP00000550239.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2606,
"cdna_end": null,
"cdna_length": 3676,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880180.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880181.1",
"protein_id": "ENSP00000550240.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2855,
"cdna_end": null,
"cdna_length": 3923,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880181.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880182.1",
"protein_id": "ENSP00000550241.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2723,
"cdna_end": null,
"cdna_length": 3791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880182.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880183.1",
"protein_id": "ENSP00000550242.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2357,
"cdna_end": null,
"cdna_length": 3425,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880183.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880185.1",
"protein_id": "ENSP00000550244.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3174,
"cdna_end": null,
"cdna_length": 4242,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880185.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880186.1",
"protein_id": "ENSP00000550245.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2658,
"cdna_end": null,
"cdna_length": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880186.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880187.1",
"protein_id": "ENSP00000550246.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2619,
"cdna_end": null,
"cdna_length": 3687,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880187.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880190.1",
"protein_id": "ENSP00000550249.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2575,
"cdna_end": null,
"cdna_length": 3643,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880190.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880191.1",
"protein_id": "ENSP00000550250.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2629,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880191.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880193.1",
"protein_id": "ENSP00000550252.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2825,
"cdna_end": null,
"cdna_length": 3893,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880193.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880196.1",
"protein_id": "ENSP00000550255.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2703,
"cdna_end": null,
"cdna_length": 3771,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880196.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880197.1",
"protein_id": "ENSP00000550256.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2630,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880197.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880198.1",
"protein_id": "ENSP00000550257.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 4546,
"cdna_end": null,
"cdna_length": 5616,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880198.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000880199.1",
"protein_id": "ENSP00000550258.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2538,
"cdna_end": null,
"cdna_length": 3605,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880199.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940367.1",
"protein_id": "ENSP00000610426.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2535,
"cdna_end": null,
"cdna_length": 3603,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940367.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940368.1",
"protein_id": "ENSP00000610427.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2384,
"cdna_end": null,
"cdna_length": 3452,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940368.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940369.1",
"protein_id": "ENSP00000610428.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2496,
"cdna_end": null,
"cdna_length": 3566,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940369.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940371.1",
"protein_id": "ENSP00000610430.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2451,
"cdna_end": null,
"cdna_length": 3518,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940371.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940372.1",
"protein_id": "ENSP00000610431.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2437,
"cdna_end": null,
"cdna_length": 3548,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940372.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940373.1",
"protein_id": "ENSP00000610432.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2776,
"cdna_end": null,
"cdna_length": 3889,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940373.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940374.1",
"protein_id": "ENSP00000610433.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2650,
"cdna_end": null,
"cdna_length": 3715,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940374.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940375.1",
"protein_id": "ENSP00000610434.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2662,
"cdna_end": null,
"cdna_length": 3730,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940375.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940377.1",
"protein_id": "ENSP00000610436.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2648,
"cdna_end": null,
"cdna_length": 3716,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940377.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940380.1",
"protein_id": "ENSP00000610439.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2601,
"cdna_end": null,
"cdna_length": 3669,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940380.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940381.1",
"protein_id": "ENSP00000610440.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2597,
"cdna_end": null,
"cdna_length": 3665,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940381.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940382.1",
"protein_id": "ENSP00000610441.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2762,
"cdna_end": null,
"cdna_length": 3830,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940382.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940383.1",
"protein_id": "ENSP00000610442.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 4996,
"cdna_end": null,
"cdna_length": 6064,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940383.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940384.1",
"protein_id": "ENSP00000610443.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2665,
"cdna_end": null,
"cdna_length": 3732,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940384.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940385.1",
"protein_id": "ENSP00000610444.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2670,
"cdna_end": null,
"cdna_length": 3723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940385.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940387.1",
"protein_id": "ENSP00000610446.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2440,
"cdna_end": null,
"cdna_length": 3505,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940387.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940388.1",
"protein_id": "ENSP00000610447.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2599,
"cdna_end": null,
"cdna_length": 3667,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940388.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954377.1",
"protein_id": "ENSP00000624436.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2557,
"cdna_end": null,
"cdna_length": 3626,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954377.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954378.1",
"protein_id": "ENSP00000624437.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2513,
"cdna_end": null,
"cdna_length": 3582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954378.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954379.1",
"protein_id": "ENSP00000624438.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2531,
"cdna_end": null,
"cdna_length": 3597,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954379.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954380.1",
"protein_id": "ENSP00000624439.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2452,
"cdna_end": null,
"cdna_length": 3519,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954380.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954382.1",
"protein_id": "ENSP00000624441.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2673,
"cdna_end": null,
"cdna_length": 3740,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954382.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954383.1",
"protein_id": "ENSP00000624442.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2578,
"cdna_end": null,
"cdna_length": 3647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954383.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954384.1",
"protein_id": "ENSP00000624443.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2693,
"cdna_end": null,
"cdna_length": 3762,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954384.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954386.1",
"protein_id": "ENSP00000624445.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2789,
"cdna_end": null,
"cdna_length": 3856,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954386.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954387.1",
"protein_id": "ENSP00000624446.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2598,
"cdna_end": null,
"cdna_length": 3665,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954387.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000954388.1",
"protein_id": "ENSP00000624447.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3019,
"cdna_end": null,
"cdna_length": 4089,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954388.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2305A>C",
"hgvs_p": "p.Asn769His",
"transcript": "ENST00000880188.1",
"protein_id": "ENSP00000550247.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3174,
"cdna_start": 2501,
"cdna_end": null,
"cdna_length": 3569,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880188.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2305A>C",
"hgvs_p": "p.Asn769His",
"transcript": "ENST00000940364.1",
"protein_id": "ENSP00000610423.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3174,
"cdna_start": 2495,
"cdna_end": null,
"cdna_length": 3565,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940364.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2305A>C",
"hgvs_p": "p.Asn769His",
"transcript": "ENST00000954381.1",
"protein_id": "ENSP00000624440.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3174,
"cdna_start": 2602,
"cdna_end": null,
"cdna_length": 3671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954381.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2302A>C",
"hgvs_p": "p.Asn768His",
"transcript": "ENST00000940389.1",
"protein_id": "ENSP00000610448.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2302,
"cds_end": null,
"cds_length": 3171,
"cdna_start": 2362,
"cdna_end": null,
"cdna_length": 3430,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940389.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2302A>C",
"hgvs_p": "p.Asn768His",
"transcript": "ENST00000954376.1",
"protein_id": "ENSP00000624435.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2302,
"cds_end": null,
"cds_length": 3171,
"cdna_start": 2459,
"cdna_end": null,
"cdna_length": 3526,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954376.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940363.1",
"protein_id": "ENSP00000610422.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1023,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 2465,
"cdna_end": null,
"cdna_length": 3473,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940363.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "ENST00000940376.1",
"protein_id": "ENSP00000610435.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1023,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 2505,
"cdna_end": null,
"cdna_length": 3468,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940376.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2194A>C",
"hgvs_p": "p.Asn732His",
"transcript": "ENST00000880177.1",
"protein_id": "ENSP00000550236.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2194,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 2456,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880177.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2194A>C",
"hgvs_p": "p.Asn732His",
"transcript": "ENST00000880194.1",
"protein_id": "ENSP00000550253.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2194,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 2465,
"cdna_end": null,
"cdna_length": 3533,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880194.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2194A>C",
"hgvs_p": "p.Asn732His",
"transcript": "ENST00000940366.1",
"protein_id": "ENSP00000610425.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2194,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 2274,
"cdna_end": null,
"cdna_length": 3342,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940366.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2161A>C",
"hgvs_p": "p.Asn721His",
"transcript": "ENST00000880192.1",
"protein_id": "ENSP00000550251.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 1009,
"cds_start": 2161,
"cds_end": null,
"cds_length": 3030,
"cdna_start": 2357,
"cdna_end": null,
"cdna_length": 3425,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880192.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2032A>C",
"hgvs_p": "p.Asn678His",
"transcript": "ENST00000940370.1",
"protein_id": "ENSP00000610429.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 966,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2901,
"cdna_start": 2166,
"cdna_end": null,
"cdna_length": 3234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940370.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2032A>C",
"hgvs_p": "p.Asn678His",
"transcript": "ENST00000954385.1",
"protein_id": "ENSP00000624444.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 966,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2901,
"cdna_start": 2228,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954385.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.1945A>C",
"hgvs_p": "p.Asn649His",
"transcript": "ENST00000880184.1",
"protein_id": "ENSP00000550243.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 937,
"cds_start": 1945,
"cds_end": null,
"cds_length": 2814,
"cdna_start": 2151,
"cdna_end": null,
"cdna_length": 3219,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880184.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.1945A>C",
"hgvs_p": "p.Asn649His",
"transcript": "ENST00000940365.1",
"protein_id": "ENSP00000610424.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 937,
"cds_start": 1945,
"cds_end": null,
"cds_length": 2814,
"cdna_start": 2102,
"cdna_end": null,
"cdna_length": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940365.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.652A>C",
"hgvs_p": "p.Asn218His",
"transcript": "ENST00000377269.3",
"protein_id": "ENSP00000366481.3",
"transcript_support_level": 2,
"aa_start": 218,
"aa_end": null,
"aa_length": 506,
"cds_start": 652,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 1431,
"cdna_end": null,
"cdna_length": 2497,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377269.3"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2461A>C",
"hgvs_p": "p.Asn821His",
"transcript": "XM_017029777.2",
"protein_id": "XP_016885266.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 1109,
"cds_start": 2461,
"cds_end": null,
"cds_length": 3330,
"cdna_start": 6835,
"cdna_end": null,
"cdna_length": 7903,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029777.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2461A>C",
"hgvs_p": "p.Asn821His",
"transcript": "XM_047442420.1",
"protein_id": "XP_047298376.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 1109,
"cds_start": 2461,
"cds_end": null,
"cds_length": 3330,
"cdna_start": 3913,
"cdna_end": null,
"cdna_length": 4981,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442420.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2392A>C",
"hgvs_p": "p.Asn798His",
"transcript": "XM_017029778.3",
"protein_id": "XP_016885267.1",
"transcript_support_level": null,
"aa_start": 798,
"aa_end": null,
"aa_length": 1086,
"cds_start": 2392,
"cds_end": null,
"cds_length": 3261,
"cdna_start": 4800,
"cdna_end": null,
"cdna_length": 5868,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029778.3"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2389A>C",
"hgvs_p": "p.Asn797His",
"transcript": "XM_047442421.1",
"protein_id": "XP_047298377.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 1085,
"cds_start": 2389,
"cds_end": null,
"cds_length": 3258,
"cdna_start": 2629,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442421.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2389A>C",
"hgvs_p": "p.Asn797His",
"transcript": "XM_047442422.1",
"protein_id": "XP_047298378.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 1085,
"cds_start": 2389,
"cds_end": null,
"cds_length": 3258,
"cdna_start": 2626,
"cdna_end": null,
"cdna_length": 3694,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442422.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "XM_017029780.2",
"protein_id": "XP_016885269.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 4753,
"cdna_end": null,
"cdna_length": 5821,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029780.2"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "XM_047442424.1",
"protein_id": "XP_047298380.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2374,
"cdna_end": null,
"cdna_length": 3442,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442424.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.2308A>C",
"hgvs_p": "p.Asn770His",
"transcript": "XM_047442425.1",
"protein_id": "XP_047298381.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2308,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2355,
"cdna_end": null,
"cdna_length": 3423,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442425.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"hgvs_c": "c.481-3258A>C",
"hgvs_p": null,
"transcript": "ENST00000940378.1",
"protein_id": "ENSP00000610437.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": null,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1261,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940378.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105373194",
"gene_hgnc_id": null,
"hgvs_c": "n.278-5719T>G",
"hgvs_p": null,
"transcript": "XR_949047.4",
"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": 1360,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_949047.4"
}
],
"gene_symbol": "UBA1",
"gene_hgnc_id": 12469,
"dbsnp": "rs143044923",
"frequency_reference_population": 0.0011951085,
"hom_count_reference_population": 410,
"allele_count_reference_population": 1446,
"gnomad_exomes_af": 0.000679361,
"gnomad_genomes_af": 0.00625883,
"gnomad_exomes_ac": 746,
"gnomad_genomes_ac": 700,
"gnomad_exomes_homalt": 7,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.012077420949935913,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.608,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2906,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.332,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001440807.1",
"gene_symbol": "UBA1",
"hgnc_id": 12469,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,Unknown",
"hgvs_c": "c.2350A>C",
"hgvs_p": "p.Asn784His"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "XR_949047.4",
"gene_symbol": "LOC105373194",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.278-5719T>G",
"hgvs_p": null
}
],
"clinvar_disease": "Infantile-onset X-linked spinal muscular atrophy,UBA1-related disorder,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"phenotype_combined": "Infantile-onset X-linked spinal muscular atrophy|not provided|UBA1-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}