← 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-53616974-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=53616974&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 53616974,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_031407.7",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_031407.7",
"protein_id": "NP_113584.3",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4374,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262854.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031407.7"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "ENST00000262854.11",
"protein_id": "ENSP00000262854.6",
"transcript_support_level": 1,
"aa_start": 651,
"aa_end": null,
"aa_length": 4374,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_031407.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262854.11"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441057.1",
"protein_id": "NP_001427986.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4374,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441057.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "ENST00000342160.7",
"protein_id": "ENSP00000340648.3",
"transcript_support_level": 5,
"aa_start": 651,
"aa_end": null,
"aa_length": 4374,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342160.7"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441051.1",
"protein_id": "NP_001427980.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4373,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441051.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441056.1",
"protein_id": "NP_001427985.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4373,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441056.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1974C>T",
"hgvs_p": "p.Pro658Pro",
"transcript": "NM_001441050.1",
"protein_id": "NP_001427979.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 4366,
"cds_start": 1974,
"cds_end": null,
"cds_length": 13101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441050.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1974C>T",
"hgvs_p": "p.Pro658Pro",
"transcript": "NM_001441055.1",
"protein_id": "NP_001427984.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 4366,
"cds_start": 1974,
"cds_end": null,
"cds_length": 13101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441055.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 81,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "ENST00000612484.4",
"protein_id": "ENSP00000479451.1",
"transcript_support_level": 5,
"aa_start": 651,
"aa_end": null,
"aa_length": 4365,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612484.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441049.1",
"protein_id": "NP_001427978.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4359,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441049.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441054.1",
"protein_id": "NP_001427983.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4359,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441054.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441048.1",
"protein_id": "NP_001427977.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4358,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441048.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441053.1",
"protein_id": "NP_001427982.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4358,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441053.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441058.1",
"protein_id": "NP_001427987.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4358,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441058.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "ENST00000913494.1",
"protein_id": "ENSP00000583553.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4357,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913494.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "ENST00000704099.1",
"protein_id": "ENSP00000515693.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4302,
"cds_start": 1953,
"cds_end": null,
"cds_length": 12909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704099.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 80,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001441052.1",
"protein_id": "NP_001427981.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4240,
"cds_start": 1953,
"cds_end": null,
"cds_length": 12723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441052.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 80,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "ENST00000913493.1",
"protein_id": "ENSP00000583552.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4240,
"cds_start": 1953,
"cds_end": null,
"cds_length": 12723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913493.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_017029198.3",
"protein_id": "XP_016884687.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4464,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029198.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_017029199.2",
"protein_id": "XP_016884688.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4464,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029199.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_017029202.2",
"protein_id": "XP_016884691.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4464,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029202.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_017029203.2",
"protein_id": "XP_016884692.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4464,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029203.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441711.1",
"protein_id": "XP_047297667.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4464,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441711.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441712.1",
"protein_id": "XP_047297668.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4463,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441712.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2202C>T",
"hgvs_p": "p.Pro734Pro",
"transcript": "XM_011530747.2",
"protein_id": "XP_011529049.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 4457,
"cds_start": 2202,
"cds_end": null,
"cds_length": 13374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530747.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2202C>T",
"hgvs_p": "p.Pro734Pro",
"transcript": "XM_011530751.3",
"protein_id": "XP_011529053.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 4457,
"cds_start": 2202,
"cds_end": null,
"cds_length": 13374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530751.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2202C>T",
"hgvs_p": "p.Pro734Pro",
"transcript": "XM_047441713.1",
"protein_id": "XP_047297669.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 4457,
"cds_start": 2202,
"cds_end": null,
"cds_length": 13374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441713.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2202C>T",
"hgvs_p": "p.Pro734Pro",
"transcript": "XM_047441714.1",
"protein_id": "XP_047297670.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 4457,
"cds_start": 2202,
"cds_end": null,
"cds_length": 13374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441714.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2202C>T",
"hgvs_p": "p.Pro734Pro",
"transcript": "XM_047441715.1",
"protein_id": "XP_047297671.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 4457,
"cds_start": 2202,
"cds_end": null,
"cds_length": 13374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441715.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2202C>T",
"hgvs_p": "p.Pro734Pro",
"transcript": "XM_047441716.1",
"protein_id": "XP_047297672.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 4457,
"cds_start": 2202,
"cds_end": null,
"cds_length": 13374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441716.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441717.1",
"protein_id": "XP_047297673.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4449,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441717.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441718.1",
"protein_id": "XP_047297674.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4448,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441718.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441719.1",
"protein_id": "XP_047297675.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4448,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441719.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441720.1",
"protein_id": "XP_047297676.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4447,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441720.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441721.1",
"protein_id": "XP_047297677.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4433,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441721.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441722.1",
"protein_id": "XP_047297678.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4432,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441722.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441723.1",
"protein_id": "XP_047297679.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4431,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441723.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441724.1",
"protein_id": "XP_047297680.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4430,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441724.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441725.1",
"protein_id": "XP_047297681.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4416,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441725.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441726.1",
"protein_id": "XP_047297682.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4415,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441726.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441727.1",
"protein_id": "XP_047297683.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4415,
"cds_start": 2223,
"cds_end": null,
"cds_length": 13248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441727.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1974C>T",
"hgvs_p": "p.Pro658Pro",
"transcript": "XM_047441728.1",
"protein_id": "XP_047297684.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 4381,
"cds_start": 1974,
"cds_end": null,
"cds_length": 13146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441728.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1974C>T",
"hgvs_p": "p.Pro658Pro",
"transcript": "XM_047441729.1",
"protein_id": "XP_047297685.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 4381,
"cds_start": 1974,
"cds_end": null,
"cds_length": 13146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441729.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1974C>T",
"hgvs_p": "p.Pro658Pro",
"transcript": "XM_047441730.1",
"protein_id": "XP_047297686.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 4381,
"cds_start": 1974,
"cds_end": null,
"cds_length": 13146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441730.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "XM_005261965.5",
"protein_id": "XP_005262022.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4374,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261965.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "XM_047441732.1",
"protein_id": "XP_047297688.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4374,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441732.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "XM_047441733.1",
"protein_id": "XP_047297689.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4374,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441733.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "XM_047441736.1",
"protein_id": "XP_047297692.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4373,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441736.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 83,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "XM_047441737.1",
"protein_id": "XP_047297693.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4373,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441737.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 84,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "XM_047441742.1",
"protein_id": "XP_047297698.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4359,
"cds_start": 1953,
"cds_end": null,
"cds_length": 13080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441742.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 81,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441746.1",
"protein_id": "XP_047297702.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4330,
"cds_start": 2223,
"cds_end": null,
"cds_length": 12993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441746.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 81,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441747.1",
"protein_id": "XP_047297703.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4329,
"cds_start": 2223,
"cds_end": null,
"cds_length": 12990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441747.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 81,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441748.1",
"protein_id": "XP_047297704.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4315,
"cds_start": 2223,
"cds_end": null,
"cds_length": 12948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441748.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 81,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.2223C>T",
"hgvs_p": "p.Pro741Pro",
"transcript": "XM_047441749.1",
"protein_id": "XP_047297705.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 4314,
"cds_start": 2223,
"cds_end": null,
"cds_length": 12945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441749.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 81,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "XM_047441751.1",
"protein_id": "XP_047297707.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4240,
"cds_start": 1953,
"cds_end": null,
"cds_length": 12723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441751.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 80,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro",
"transcript": "XM_047441752.1",
"protein_id": "XP_047297708.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 4224,
"cds_start": 1953,
"cds_end": null,
"cds_length": 12675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441752.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": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "n.2355C>T",
"hgvs_p": null,
"transcript": "ENST00000218328.12",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000218328.12"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"hgvs_c": "n.684C>T",
"hgvs_p": null,
"transcript": "ENST00000489876.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000489876.1"
}
],
"gene_symbol": "HUWE1",
"gene_hgnc_id": 30892,
"dbsnp": "rs139152809",
"frequency_reference_population": 9.1560923e-7,
"hom_count_reference_population": 1,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 9.15609e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.44999998807907104,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.188,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_031407.7",
"gene_symbol": "HUWE1",
"hgnc_id": 30892,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.1953C>T",
"hgvs_p": "p.Pro651Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}