← 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: 2-233485841-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=233485841&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 233485841,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001382296.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3334C>A",
"hgvs_p": "p.Arg1112Ser",
"transcript": "NM_001365479.2",
"protein_id": "NP_001352408.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3334,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000678225.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365479.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3334C>A",
"hgvs_p": "p.Arg1112Ser",
"transcript": "ENST00000678225.2",
"protein_id": "ENSP00000502952.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3334,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001365479.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678225.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3331C>A",
"hgvs_p": "p.Arg1111Ser",
"transcript": "ENST00000427112.6",
"protein_id": "ENSP00000387898.2",
"transcript_support_level": 1,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3331,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427112.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.479C>A",
"hgvs_p": null,
"transcript": "ENST00000483519.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000483519.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3394C>A",
"hgvs_p": "p.Arg1132Ser",
"transcript": "NM_001382296.1",
"protein_id": "NP_001369225.1",
"transcript_support_level": null,
"aa_start": 1132,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3394,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382296.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3334C>A",
"hgvs_p": "p.Arg1112Ser",
"transcript": "NM_001382295.1",
"protein_id": "NP_001369224.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3334,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382295.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3331C>A",
"hgvs_p": "p.Arg1111Ser",
"transcript": "NM_018218.4",
"protein_id": "NP_060688.2",
"transcript_support_level": null,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3331,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018218.4"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3331C>A",
"hgvs_p": "p.Arg1111Ser",
"transcript": "ENST00000251722.10",
"protein_id": "ENSP00000251722.6",
"transcript_support_level": 5,
"aa_start": 1111,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3331,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000251722.10"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3226C>A",
"hgvs_p": "p.Arg1076Ser",
"transcript": "ENST00000922701.1",
"protein_id": "ENSP00000592760.1",
"transcript_support_level": null,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1200,
"cds_start": 3226,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922701.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3190C>A",
"hgvs_p": "p.Arg1064Ser",
"transcript": "ENST00000968991.1",
"protein_id": "ENSP00000639050.1",
"transcript_support_level": null,
"aa_start": 1064,
"aa_end": null,
"aa_length": 1188,
"cds_start": 3190,
"cds_end": null,
"cds_length": 3567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968991.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3178C>A",
"hgvs_p": "p.Arg1060Ser",
"transcript": "ENST00000922700.1",
"protein_id": "ENSP00000592759.1",
"transcript_support_level": null,
"aa_start": 1060,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3178,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922700.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3061C>A",
"hgvs_p": "p.Arg1021Ser",
"transcript": "NM_001382298.1",
"protein_id": "NP_001369227.1",
"transcript_support_level": null,
"aa_start": 1021,
"aa_end": null,
"aa_length": 1145,
"cds_start": 3061,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382298.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.2794C>A",
"hgvs_p": "p.Arg932Ser",
"transcript": "ENST00000922699.1",
"protein_id": "ENSP00000592758.1",
"transcript_support_level": null,
"aa_start": 932,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2794,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922699.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.253C>A",
"hgvs_p": "p.Arg85Ser",
"transcript": "NM_001382302.1",
"protein_id": "NP_001369231.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 209,
"cds_start": 253,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382302.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.232C>A",
"hgvs_p": "p.Arg78Ser",
"transcript": "ENST00000454354.1",
"protein_id": "ENSP00000394133.1",
"transcript_support_level": 2,
"aa_start": 78,
"aa_end": null,
"aa_length": 114,
"cds_start": 232,
"cds_end": null,
"cds_length": 346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454354.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3346C>A",
"hgvs_p": "p.Arg1116Ser",
"transcript": "XM_011511397.3",
"protein_id": "XP_011509699.1",
"transcript_support_level": null,
"aa_start": 1116,
"aa_end": null,
"aa_length": 1240,
"cds_start": 3346,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511397.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3073C>A",
"hgvs_p": "p.Arg1025Ser",
"transcript": "XM_011511399.3",
"protein_id": "XP_011509701.1",
"transcript_support_level": null,
"aa_start": 1025,
"aa_end": null,
"aa_length": 1149,
"cds_start": 3073,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511399.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.3061C>A",
"hgvs_p": "p.Arg1021Ser",
"transcript": "XM_047444889.1",
"protein_id": "XP_047300845.1",
"transcript_support_level": null,
"aa_start": 1021,
"aa_end": null,
"aa_length": 1145,
"cds_start": 3061,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444889.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.2962C>A",
"hgvs_p": "p.Arg988Ser",
"transcript": "XM_047444890.1",
"protein_id": "XP_047300846.1",
"transcript_support_level": null,
"aa_start": 988,
"aa_end": null,
"aa_length": 1112,
"cds_start": 2962,
"cds_end": null,
"cds_length": 3339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444890.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.2950C>A",
"hgvs_p": "p.Arg984Ser",
"transcript": "XM_047444891.1",
"protein_id": "XP_047300847.1",
"transcript_support_level": null,
"aa_start": 984,
"aa_end": null,
"aa_length": 1108,
"cds_start": 2950,
"cds_end": null,
"cds_length": 3327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444891.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.2311C>A",
"hgvs_p": "p.Arg771Ser",
"transcript": "XM_017004427.2",
"protein_id": "XP_016859916.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 895,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004427.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "c.1828C>A",
"hgvs_p": "p.Arg610Ser",
"transcript": "XM_047444893.1",
"protein_id": "XP_047300849.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 734,
"cds_start": 1828,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444893.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.*218C>A",
"hgvs_p": null,
"transcript": "ENST00000450940.5",
"protein_id": "ENSP00000407696.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000450940.5"
},
{
"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": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.495C>A",
"hgvs_p": null,
"transcript": "ENST00000473191.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": "ENST00000473191.1"
},
{
"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": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.530C>A",
"hgvs_p": null,
"transcript": "ENST00000496298.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000496298.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.3560C>A",
"hgvs_p": null,
"transcript": "NR_168049.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_168049.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.3590C>A",
"hgvs_p": null,
"transcript": "NR_168052.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_168052.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.3599C>A",
"hgvs_p": null,
"transcript": "NR_168053.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_168053.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.3273C>A",
"hgvs_p": null,
"transcript": "NR_168054.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_168054.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.559C>A",
"hgvs_p": null,
"transcript": "NR_168055.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_168055.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.*218C>A",
"hgvs_p": null,
"transcript": "ENST00000450940.5",
"protein_id": "ENSP00000407696.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000450940.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"hgvs_c": "n.536+23C>A",
"hgvs_p": null,
"transcript": "NR_168056.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_168056.1"
}
],
"gene_symbol": "USP40",
"gene_hgnc_id": 20069,
"dbsnp": "rs1048603",
"frequency_reference_population": 0.0000037270368,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000342958,
"gnomad_genomes_af": 0.00000658103,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03240293264389038,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.044,
"revel_prediction": "Benign",
"alphamissense_score": 0.0767,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.65,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.288,
"phylop100way_prediction": "Benign",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001382296.1",
"gene_symbol": "USP40",
"hgnc_id": 20069,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3394C>A",
"hgvs_p": "p.Arg1132Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}