← 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: 17-44207332-CTCG-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44207332&ref=CTCG&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44207332,
"ref": "CTCG",
"alt": "C",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_014233.4",
"consequences": [
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "NM_014233.4",
"protein_id": "NP_055048.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000436088.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014233.4"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000436088.6",
"protein_id": "ENSP00000390669.1",
"transcript_support_level": 2,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014233.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436088.6"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000529383.5",
"protein_id": "ENSP00000435708.1",
"transcript_support_level": 1,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529383.5"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000343638.9",
"protein_id": "ENSP00000345297.5",
"transcript_support_level": 1,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343638.9"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000393606.7",
"protein_id": "ENSP00000377231.3",
"transcript_support_level": 1,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393606.7"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2253_2255delCGA",
"hgvs_p": "p.Asp751del",
"transcript": "ENST00000905776.1",
"protein_id": "ENSP00000575835.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 781,
"cds_start": 2253,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905776.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2253_2255delCGA",
"hgvs_p": "p.Asp751del",
"transcript": "ENST00000905789.1",
"protein_id": "ENSP00000575848.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 781,
"cds_start": 2253,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905789.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2253_2255delCGA",
"hgvs_p": "p.Asp751del",
"transcript": "ENST00000931845.1",
"protein_id": "ENSP00000601904.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 781,
"cds_start": 2253,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931845.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2253_2255delCGA",
"hgvs_p": "p.Asp751del",
"transcript": "ENST00000962309.1",
"protein_id": "ENSP00000632368.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 781,
"cds_start": 2253,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962309.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000302904.8",
"protein_id": "ENSP00000302640.4",
"transcript_support_level": 2,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302904.8"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000704741.1",
"protein_id": "ENSP00000516019.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704741.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000704746.1",
"protein_id": "ENSP00000516023.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704746.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000905780.1",
"protein_id": "ENSP00000575839.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905780.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000905782.1",
"protein_id": "ENSP00000575841.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905782.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000905794.1",
"protein_id": "ENSP00000575853.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905794.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000905798.1",
"protein_id": "ENSP00000575857.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905798.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000931835.1",
"protein_id": "ENSP00000601894.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931835.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000931839.1",
"protein_id": "ENSP00000601898.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931839.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del",
"transcript": "ENST00000931842.1",
"protein_id": "ENSP00000601901.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 764,
"cds_start": 2202,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931842.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2199_2201delCGA",
"hgvs_p": "p.Asp733del",
"transcript": "ENST00000962308.1",
"protein_id": "ENSP00000632367.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 763,
"cds_start": 2199,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962308.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2196_2198delCGA",
"hgvs_p": "p.Asp732del",
"transcript": "ENST00000905793.1",
"protein_id": "ENSP00000575852.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 762,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905793.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2187_2189delCGA",
"hgvs_p": "p.Asp729del",
"transcript": "ENST00000962304.1",
"protein_id": "ENSP00000632363.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 759,
"cds_start": 2187,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962304.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2178_2180delCGA",
"hgvs_p": "p.Asp726del",
"transcript": "ENST00000905765.1",
"protein_id": "ENSP00000575824.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 756,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905765.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2178_2180delCGA",
"hgvs_p": "p.Asp726del",
"transcript": "ENST00000905781.1",
"protein_id": "ENSP00000575840.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 756,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905781.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2178_2180delCGA",
"hgvs_p": "p.Asp726del",
"transcript": "ENST00000905784.1",
"protein_id": "ENSP00000575843.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 756,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905784.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2178_2180delCGA",
"hgvs_p": "p.Asp726del",
"transcript": "ENST00000931838.1",
"protein_id": "ENSP00000601897.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 756,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931838.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2178_2180delCGA",
"hgvs_p": "p.Asp726del",
"transcript": "ENST00000931840.1",
"protein_id": "ENSP00000601899.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 756,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931840.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2178_2180delCGA",
"hgvs_p": "p.Asp726del",
"transcript": "ENST00000931843.1",
"protein_id": "ENSP00000601902.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 756,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931843.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2178_2180delCGA",
"hgvs_p": "p.Asp726del",
"transcript": "ENST00000962312.1",
"protein_id": "ENSP00000632371.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 756,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962312.1"
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2087_2089delCGA",
"hgvs_p": "p.Thr696del",
"transcript": "ENST00000527034.5",
"protein_id": "ENSP00000431539.1",
"transcript_support_level": 5,
"aa_start": 696,
"aa_end": null,
"aa_length": 745,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527034.5"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2142_2144delCGA",
"hgvs_p": "p.Asp714del",
"transcript": "ENST00000905773.1",
"protein_id": "ENSP00000575832.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 744,
"cds_start": 2142,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905773.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2142_2144delCGA",
"hgvs_p": "p.Asp714del",
"transcript": "ENST00000931844.1",
"protein_id": "ENSP00000601903.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 744,
"cds_start": 2142,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931844.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2142_2144delCGA",
"hgvs_p": "p.Asp714del",
"transcript": "ENST00000962306.1",
"protein_id": "ENSP00000632365.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 744,
"cds_start": 2142,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962306.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2142_2144delCGA",
"hgvs_p": "p.Asp714del",
"transcript": "ENST00000962310.1",
"protein_id": "ENSP00000632369.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 744,
"cds_start": 2142,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962310.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2118_2120delCGA",
"hgvs_p": "p.Asp706del",
"transcript": "ENST00000905768.1",
"protein_id": "ENSP00000575827.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 736,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905768.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "NM_001076683.2",
"protein_id": "NP_001070151.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001076683.2"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "NM_001076684.3",
"protein_id": "NP_001070152.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001076684.3"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000526094.5",
"protein_id": "ENSP00000432925.1",
"transcript_support_level": 5,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526094.5"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000533177.5",
"protein_id": "ENSP00000437180.1",
"transcript_support_level": 5,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533177.5"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000704742.1",
"protein_id": "ENSP00000516020.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704742.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000905774.1",
"protein_id": "ENSP00000575833.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905774.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000905778.1",
"protein_id": "ENSP00000575837.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905778.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000905779.1",
"protein_id": "ENSP00000575838.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905779.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000905783.1",
"protein_id": "ENSP00000575842.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905783.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000905788.1",
"protein_id": "ENSP00000575847.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905788.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000905791.1",
"protein_id": "ENSP00000575850.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905791.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000905792.1",
"protein_id": "ENSP00000575851.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905792.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000962302.1",
"protein_id": "ENSP00000632361.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962302.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2091_2093delCGA",
"hgvs_p": "p.Asp697del",
"transcript": "ENST00000962303.1",
"protein_id": "ENSP00000632362.1",
"transcript_support_level": null,
"aa_start": 697,
"aa_end": null,
"aa_length": 727,
"cds_start": 2091,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962303.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2088_2090delCGA",
"hgvs_p": "p.Asp696del",
"transcript": "ENST00000962307.1",
"protein_id": "ENSP00000632366.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 726,
"cds_start": 2088,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962307.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2085_2087delCGA",
"hgvs_p": "p.Asp695del",
"transcript": "ENST00000905796.1",
"protein_id": "ENSP00000575855.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 725,
"cds_start": 2085,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905796.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2085_2087delCGA",
"hgvs_p": "p.Asp695del",
"transcript": "ENST00000931833.1",
"protein_id": "ENSP00000601892.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 725,
"cds_start": 2085,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931833.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2076_2078delCGA",
"hgvs_p": "p.Asp692del",
"transcript": "ENST00000905775.1",
"protein_id": "ENSP00000575834.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 722,
"cds_start": 2076,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905775.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2076_2078delCGA",
"hgvs_p": "p.Asp692del",
"transcript": "ENST00000905785.1",
"protein_id": "ENSP00000575844.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 722,
"cds_start": 2076,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905785.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2067_2069delCGA",
"hgvs_p": "p.Asp689del",
"transcript": "ENST00000905767.1",
"protein_id": "ENSP00000575826.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 719,
"cds_start": 2067,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905767.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2067_2069delCGA",
"hgvs_p": "p.Asp689del",
"transcript": "ENST00000905769.1",
"protein_id": "ENSP00000575828.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 719,
"cds_start": 2067,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905769.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2067_2069delCGA",
"hgvs_p": "p.Asp689del",
"transcript": "ENST00000905786.1",
"protein_id": "ENSP00000575845.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 719,
"cds_start": 2067,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905786.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2067_2069delCGA",
"hgvs_p": "p.Asp689del",
"transcript": "ENST00000905795.1",
"protein_id": "ENSP00000575854.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 719,
"cds_start": 2067,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905795.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2067_2069delCGA",
"hgvs_p": "p.Asp689del",
"transcript": "ENST00000962313.1",
"protein_id": "ENSP00000632372.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 719,
"cds_start": 2067,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962313.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2067_2069delCGA",
"hgvs_p": "p.Asp689del",
"transcript": "ENST00000962314.1",
"protein_id": "ENSP00000632373.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 719,
"cds_start": 2067,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962314.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2049_2051delCGA",
"hgvs_p": "p.Asp683del",
"transcript": "ENST00000905772.1",
"protein_id": "ENSP00000575831.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 713,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905772.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2049_2051delCGA",
"hgvs_p": "p.Asp683del",
"transcript": "ENST00000905787.1",
"protein_id": "ENSP00000575846.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 713,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905787.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2049_2051delCGA",
"hgvs_p": "p.Asp683del",
"transcript": "ENST00000962301.1",
"protein_id": "ENSP00000632360.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 713,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962301.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2046_2048delCGA",
"hgvs_p": "p.Asp682del",
"transcript": "ENST00000905777.1",
"protein_id": "ENSP00000575836.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 712,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905777.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2046_2048delCGA",
"hgvs_p": "p.Asp682del",
"transcript": "ENST00000931834.1",
"protein_id": "ENSP00000601893.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 712,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931834.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2046_2048delCGA",
"hgvs_p": "p.Asp682del",
"transcript": "ENST00000931841.1",
"protein_id": "ENSP00000601900.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 712,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931841.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2007_2009delCGA",
"hgvs_p": "p.Asp669del",
"transcript": "ENST00000905770.1",
"protein_id": "ENSP00000575829.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 699,
"cds_start": 2007,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905770.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2007_2009delCGA",
"hgvs_p": "p.Asp669del",
"transcript": "ENST00000962305.1",
"protein_id": "ENSP00000632364.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 699,
"cds_start": 2007,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962305.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.2007_2009delCGA",
"hgvs_p": "p.Asp669del",
"transcript": "ENST00000962311.1",
"protein_id": "ENSP00000632370.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 699,
"cds_start": 2007,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962311.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.1986_1988delCGA",
"hgvs_p": "p.Asp662del",
"transcript": "ENST00000931837.1",
"protein_id": "ENSP00000601896.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 692,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931837.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.1935_1937delCGA",
"hgvs_p": "p.Asp645del",
"transcript": "ENST00000905766.1",
"protein_id": "ENSP00000575825.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 675,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905766.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.1935_1937delCGA",
"hgvs_p": "p.Asp645del",
"transcript": "ENST00000905771.1",
"protein_id": "ENSP00000575830.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 675,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905771.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.1935_1937delCGA",
"hgvs_p": "p.Asp645del",
"transcript": "ENST00000905790.1",
"protein_id": "ENSP00000575849.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 675,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905790.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.1935_1937delCGA",
"hgvs_p": "p.Asp645del",
"transcript": "ENST00000905797.1",
"protein_id": "ENSP00000575856.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 675,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905797.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.1935_1937delCGA",
"hgvs_p": "p.Asp645del",
"transcript": "ENST00000962315.1",
"protein_id": "ENSP00000632374.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 675,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962315.1"
},
{
"aa_ref": "DE",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "c.1911_1913delCGA",
"hgvs_p": "p.Asp637del",
"transcript": "ENST00000931836.1",
"protein_id": "ENSP00000601895.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 667,
"cds_start": 1911,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931836.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "n.*450_*452delCGA",
"hgvs_p": null,
"transcript": "ENST00000704740.1",
"protein_id": "ENSP00000516018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000704740.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "n.2373_2375delCGA",
"hgvs_p": null,
"transcript": "NR_045058.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_045058.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "n.*450_*452delCGA",
"hgvs_p": null,
"transcript": "ENST00000704740.1",
"protein_id": "ENSP00000516018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000704740.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATXN7L3-AS1",
"gene_hgnc_id": 55298,
"hgvs_c": "n.53+8407_53+8409delGTC",
"hgvs_p": null,
"transcript": "ENST00000586560.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000586560.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATXN7L3-AS1",
"gene_hgnc_id": 55298,
"hgvs_c": "n.139+8411_139+8413delGTC",
"hgvs_p": null,
"transcript": "ENST00000717216.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000717216.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATXN7L3-AS1",
"gene_hgnc_id": 55298,
"hgvs_c": "n.90+8411_90+8413delGTC",
"hgvs_p": null,
"transcript": "ENST00000848873.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000848873.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATXN7L3-AS1",
"gene_hgnc_id": 55298,
"hgvs_c": "n.122+8411_122+8413delGTC",
"hgvs_p": null,
"transcript": "ENST00000848874.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000848874.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATXN7L3-AS1",
"gene_hgnc_id": 55298,
"hgvs_c": "n.92+8411_92+8413delGTC",
"hgvs_p": null,
"transcript": "ENST00000848875.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000848875.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATXN7L3-AS1",
"gene_hgnc_id": 55298,
"hgvs_c": "n.131+8407_131+8409delGTC",
"hgvs_p": null,
"transcript": "ENST00000848876.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000848876.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATXN7L3-AS1",
"gene_hgnc_id": 55298,
"hgvs_c": "n.91+8411_91+8413delGTC",
"hgvs_p": null,
"transcript": "NR_184071.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_184071.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"hgvs_c": "n.*152_*154delCGA",
"hgvs_p": null,
"transcript": "ENST00000529947.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000529947.1"
}
],
"gene_symbol": "UBTF",
"gene_hgnc_id": 12511,
"dbsnp": "rs777305639",
"frequency_reference_population": 0.000362162,
"hom_count_reference_population": 0,
"allele_count_reference_population": 584,
"gnomad_exomes_af": 0.000342372,
"gnomad_genomes_af": 0.00055213,
"gnomad_exomes_ac": 500,
"gnomad_genomes_ac": 84,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"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": 6.02,
"phylop100way_prediction": "Uncertain_significance",
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP3,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP3",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_014233.4",
"gene_symbol": "UBTF",
"hgnc_id": 12511,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2202_2204delCGA",
"hgvs_p": "p.Asp734del"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000586560.1",
"gene_symbol": "ATXN7L3-AS1",
"hgnc_id": 55298,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.53+8407_53+8409delGTC",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}