← 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: 12-95518237-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=95518237&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 95518237,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_032147.5",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "NM_032147.5",
"protein_id": "NP_115523.2",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2331,
"cdna_end": null,
"cdna_length": 4008,
"mane_select": "ENST00000258499.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032147.5"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000258499.8",
"protein_id": "ENSP00000258499.3",
"transcript_support_level": 1,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2331,
"cdna_end": null,
"cdna_length": 4008,
"mane_select": "NM_032147.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258499.8"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000393091.6",
"protein_id": "ENSP00000376806.2",
"transcript_support_level": 1,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2200,
"cdna_end": null,
"cdna_length": 3161,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393091.6"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000537435.2",
"protein_id": "ENSP00000442629.2",
"transcript_support_level": 1,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2416,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537435.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2341A>C",
"hgvs_p": "p.Lys781Gln",
"transcript": "ENST00000916592.1",
"protein_id": "ENSP00000586651.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 807,
"cds_start": 2341,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2614,
"cdna_end": null,
"cdna_length": 4291,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916592.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2341A>C",
"hgvs_p": "p.Lys781Gln",
"transcript": "ENST00000916615.1",
"protein_id": "ENSP00000586674.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 807,
"cds_start": 2341,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2455,
"cdna_end": null,
"cdna_length": 4125,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916615.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2266A>C",
"hgvs_p": "p.Lys756Gln",
"transcript": "ENST00000916591.1",
"protein_id": "ENSP00000586650.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 782,
"cds_start": 2266,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2547,
"cdna_end": null,
"cdna_length": 4221,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916591.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2266A>C",
"hgvs_p": "p.Lys756Gln",
"transcript": "ENST00000916605.1",
"protein_id": "ENSP00000586664.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 782,
"cds_start": 2266,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2386,
"cdna_end": null,
"cdna_length": 4063,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916605.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "ENST00000916595.1",
"protein_id": "ENSP00000586654.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2405,
"cdna_end": null,
"cdna_length": 4082,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916595.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "ENST00000916602.1",
"protein_id": "ENSP00000586661.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2278,
"cdna_end": null,
"cdna_length": 3955,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916602.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "ENST00000916616.1",
"protein_id": "ENSP00000586675.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2557,
"cdna_end": null,
"cdna_length": 4232,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916616.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "ENST00000916618.1",
"protein_id": "ENSP00000586677.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2522,
"cdna_end": null,
"cdna_length": 4195,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916618.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2134A>C",
"hgvs_p": "p.Lys712Gln",
"transcript": "ENST00000916590.1",
"protein_id": "ENSP00000586649.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 738,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2446,
"cdna_end": null,
"cdna_length": 4123,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916590.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2134A>C",
"hgvs_p": "p.Lys712Gln",
"transcript": "ENST00000916606.1",
"protein_id": "ENSP00000586665.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 738,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2253,
"cdna_end": null,
"cdna_length": 3930,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916606.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "NM_001042403.3",
"protein_id": "NP_001035862.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2158,
"cdna_end": null,
"cdna_length": 3835,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042403.3"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "NM_001278393.2",
"protein_id": "NP_001265322.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2382,
"cdna_end": null,
"cdna_length": 4059,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278393.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "NM_001347936.2",
"protein_id": "NP_001334865.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2212,
"cdna_end": null,
"cdna_length": 3889,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347936.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "NM_001347937.2",
"protein_id": "NP_001334866.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2403,
"cdna_end": null,
"cdna_length": 4080,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347937.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000876803.1",
"protein_id": "ENSP00000546862.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 4319,
"cdna_end": null,
"cdna_length": 5466,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876803.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916587.1",
"protein_id": "ENSP00000586646.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2372,
"cdna_end": null,
"cdna_length": 4049,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916587.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916588.1",
"protein_id": "ENSP00000586647.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2459,
"cdna_end": null,
"cdna_length": 4136,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916588.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916589.1",
"protein_id": "ENSP00000586648.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2191,
"cdna_end": null,
"cdna_length": 3868,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916589.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916596.1",
"protein_id": "ENSP00000586655.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2686,
"cdna_end": null,
"cdna_length": 4363,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916596.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916598.1",
"protein_id": "ENSP00000586657.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2380,
"cdna_end": null,
"cdna_length": 4050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916598.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916600.1",
"protein_id": "ENSP00000586659.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2300,
"cdna_end": null,
"cdna_length": 3977,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916600.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916601.1",
"protein_id": "ENSP00000586660.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2490,
"cdna_end": null,
"cdna_length": 4167,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916601.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916603.1",
"protein_id": "ENSP00000586662.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2226,
"cdna_end": null,
"cdna_length": 3903,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916603.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916607.1",
"protein_id": "ENSP00000586666.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2471,
"cdna_end": null,
"cdna_length": 4148,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916607.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916608.1",
"protein_id": "ENSP00000586667.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2530,
"cdna_end": null,
"cdna_length": 4207,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916608.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916609.1",
"protein_id": "ENSP00000586668.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2272,
"cdna_end": null,
"cdna_length": 3949,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916609.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916610.1",
"protein_id": "ENSP00000586669.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2285,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916610.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916612.1",
"protein_id": "ENSP00000586671.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2679,
"cdna_end": null,
"cdna_length": 4356,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916612.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916613.1",
"protein_id": "ENSP00000586672.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 3019,
"cdna_end": null,
"cdna_length": 4694,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916613.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916614.1",
"protein_id": "ENSP00000586673.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2265,
"cdna_end": null,
"cdna_length": 3940,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916614.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916617.1",
"protein_id": "ENSP00000586676.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2382,
"cdna_end": null,
"cdna_length": 4057,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916617.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "ENST00000916619.1",
"protein_id": "ENSP00000586678.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2276,
"cdna_end": null,
"cdna_length": 3950,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916619.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.1849A>C",
"hgvs_p": "p.Lys617Gln",
"transcript": "ENST00000916594.1",
"protein_id": "ENSP00000586653.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 643,
"cds_start": 1849,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 3783,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916594.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.1849A>C",
"hgvs_p": "p.Lys617Gln",
"transcript": "ENST00000916620.1",
"protein_id": "ENSP00000586679.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 643,
"cds_start": 1849,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 2032,
"cdna_end": null,
"cdna_length": 3208,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916620.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.1828A>C",
"hgvs_p": "p.Lys610Gln",
"transcript": "ENST00000916599.1",
"protein_id": "ENSP00000586658.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 636,
"cds_start": 1828,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 2041,
"cdna_end": null,
"cdna_length": 3181,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916599.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.1741A>C",
"hgvs_p": "p.Lys581Gln",
"transcript": "ENST00000916593.1",
"protein_id": "ENSP00000586652.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 607,
"cds_start": 1741,
"cds_end": null,
"cds_length": 1824,
"cdna_start": 2000,
"cdna_end": null,
"cdna_length": 3677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916593.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.1741A>C",
"hgvs_p": "p.Lys581Gln",
"transcript": "ENST00000916604.1",
"protein_id": "ENSP00000586663.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 607,
"cds_start": 1741,
"cds_end": null,
"cds_length": 1824,
"cdna_start": 1862,
"cdna_end": null,
"cdna_length": 3539,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916604.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.934A>C",
"hgvs_p": "p.Lys312Gln",
"transcript": "ENST00000916611.1",
"protein_id": "ENSP00000586670.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 338,
"cds_start": 934,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 2724,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916611.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.841A>C",
"hgvs_p": "p.Lys281Gln",
"transcript": "ENST00000916597.1",
"protein_id": "ENSP00000586656.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 307,
"cds_start": 841,
"cds_end": null,
"cds_length": 924,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 2731,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916597.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_005269172.2",
"protein_id": "XP_005269229.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2424,
"cdna_end": null,
"cdna_length": 4101,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269172.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_005269173.2",
"protein_id": "XP_005269230.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2475,
"cdna_end": null,
"cdna_length": 4152,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269173.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_005269174.2",
"protein_id": "XP_005269231.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2251,
"cdna_end": null,
"cdna_length": 3928,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269174.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_011538800.3",
"protein_id": "XP_011537102.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2478,
"cdna_end": null,
"cdna_length": 4155,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538800.3"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_011538801.2",
"protein_id": "XP_011537103.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2305,
"cdna_end": null,
"cdna_length": 3982,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538801.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_011538802.2",
"protein_id": "XP_011537104.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2311,
"cdna_end": null,
"cdna_length": 3988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538802.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_011538803.1",
"protein_id": "XP_011537105.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2284,
"cdna_end": null,
"cdna_length": 3961,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538803.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_011538804.3",
"protein_id": "XP_011537106.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2496,
"cdna_end": null,
"cdna_length": 4173,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538804.3"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2149A>C",
"hgvs_p": "p.Lys717Gln",
"transcript": "XM_011538805.3",
"protein_id": "XP_011537107.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 743,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2497,
"cdna_end": null,
"cdna_length": 4174,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538805.3"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "XM_047429642.1",
"protein_id": "XP_047285598.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2218,
"cdna_end": null,
"cdna_length": 3895,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429642.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "XM_047429643.1",
"protein_id": "XP_047285599.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2385,
"cdna_end": null,
"cdna_length": 4062,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429643.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "XM_047429644.1",
"protein_id": "XP_047285600.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 3428,
"cdna_end": null,
"cdna_length": 5105,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429644.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln",
"transcript": "XM_047429645.1",
"protein_id": "XP_047285601.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 712,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 2343,
"cdna_end": null,
"cdna_length": 4020,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429645.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "c.*163A>C",
"hgvs_p": null,
"transcript": "ENST00000552440.5",
"protein_id": "ENSP00000448670.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": null,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1818,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552440.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "n.2016A>C",
"hgvs_p": null,
"transcript": "NR_125360.3",
"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": 3693,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_125360.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "n.2207A>C",
"hgvs_p": null,
"transcript": "NR_144944.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": 3884,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_144944.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "n.2049A>C",
"hgvs_p": null,
"transcript": "NR_144945.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": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_144945.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "n.2451A>C",
"hgvs_p": null,
"transcript": "NR_144946.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": 4128,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_144946.2"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "n.1853A>C",
"hgvs_p": null,
"transcript": "NR_144947.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": 3530,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_144947.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"hgvs_c": "n.2294A>C",
"hgvs_p": null,
"transcript": "NR_144948.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": 3971,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_144948.2"
}
],
"gene_symbol": "USP44",
"gene_hgnc_id": 20064,
"dbsnp": "rs377187350",
"frequency_reference_population": 0.00004212869,
"hom_count_reference_population": 0,
"allele_count_reference_population": 68,
"gnomad_exomes_af": 0.0000218897,
"gnomad_genomes_af": 0.00023649,
"gnomad_exomes_ac": 32,
"gnomad_genomes_ac": 36,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.030960887670516968,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.017,
"revel_prediction": "Benign",
"alphamissense_score": 0.0829,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.247,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_032147.5",
"gene_symbol": "USP44",
"hgnc_id": 20064,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2056A>C",
"hgvs_p": "p.Lys686Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}