← 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: 20-35304056-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=35304056&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 35304056,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018244.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.779A>G",
"hgvs_p": "p.Asp260Gly",
"transcript": "NM_018244.5",
"protein_id": "NP_060714.3",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 299,
"cds_start": 779,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374385.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018244.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.779A>G",
"hgvs_p": "p.Asp260Gly",
"transcript": "ENST00000374385.10",
"protein_id": "ENSP00000363506.5",
"transcript_support_level": 1,
"aa_start": 260,
"aa_end": null,
"aa_length": 299,
"cds_start": 779,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018244.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374385.10"
},
{
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*331A>G",
"hgvs_p": null,
"transcript": "ENST00000457259.5",
"protein_id": "ENSP00000411024.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000457259.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.431A>G",
"hgvs_p": null,
"transcript": "ENST00000472559.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": "ENST00000472559.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*331A>G",
"hgvs_p": null,
"transcript": "ENST00000457259.5",
"protein_id": "ENSP00000411024.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000457259.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.800A>G",
"hgvs_p": "p.Asp267Gly",
"transcript": "ENST00000959003.1",
"protein_id": "ENSP00000629062.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 306,
"cds_start": 800,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959003.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.776A>G",
"hgvs_p": "p.Asp259Gly",
"transcript": "ENST00000896131.1",
"protein_id": "ENSP00000566190.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 298,
"cds_start": 776,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896131.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.773A>G",
"hgvs_p": "p.Asp258Gly",
"transcript": "ENST00000896134.1",
"protein_id": "ENSP00000566193.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 297,
"cds_start": 773,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896134.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.770A>G",
"hgvs_p": "p.Asp257Gly",
"transcript": "ENST00000922688.1",
"protein_id": "ENSP00000592747.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 296,
"cds_start": 770,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922688.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.767A>G",
"hgvs_p": "p.Asp256Gly",
"transcript": "ENST00000922690.1",
"protein_id": "ENSP00000592749.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 295,
"cds_start": 767,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922690.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.767A>G",
"hgvs_p": "p.Asp256Gly",
"transcript": "ENST00000959001.1",
"protein_id": "ENSP00000629060.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 295,
"cds_start": 767,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959001.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.758A>G",
"hgvs_p": "p.Asp253Gly",
"transcript": "ENST00000922689.1",
"protein_id": "ENSP00000592748.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 292,
"cds_start": 758,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922689.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.725A>G",
"hgvs_p": "p.Asp242Gly",
"transcript": "ENST00000896137.1",
"protein_id": "ENSP00000566196.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 281,
"cds_start": 725,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896137.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.713A>G",
"hgvs_p": "p.Asp238Gly",
"transcript": "ENST00000896132.1",
"protein_id": "ENSP00000566191.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 277,
"cds_start": 713,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896132.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.701A>G",
"hgvs_p": "p.Asp234Gly",
"transcript": "NM_199487.3",
"protein_id": "NP_955781.2",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 273,
"cds_start": 701,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199487.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.701A>G",
"hgvs_p": "p.Asp234Gly",
"transcript": "ENST00000374384.6",
"protein_id": "ENSP00000363505.2",
"transcript_support_level": 2,
"aa_start": 234,
"aa_end": null,
"aa_length": 273,
"cds_start": 701,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374384.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Asp233Gly",
"transcript": "ENST00000349714.9",
"protein_id": "ENSP00000335364.6",
"transcript_support_level": 5,
"aa_start": 233,
"aa_end": null,
"aa_length": 272,
"cds_start": 698,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349714.9"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.680A>G",
"hgvs_p": "p.Asp227Gly",
"transcript": "ENST00000959002.1",
"protein_id": "ENSP00000629061.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 266,
"cds_start": 680,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959002.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.674A>G",
"hgvs_p": "p.Asp225Gly",
"transcript": "ENST00000896135.1",
"protein_id": "ENSP00000566194.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 264,
"cds_start": 674,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896135.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.671A>G",
"hgvs_p": "p.Asp224Gly",
"transcript": "ENST00000896133.1",
"protein_id": "ENSP00000566192.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 263,
"cds_start": 671,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896133.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.668A>G",
"hgvs_p": "p.Asp223Gly",
"transcript": "ENST00000959004.1",
"protein_id": "ENSP00000629063.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 262,
"cds_start": 668,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959004.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.683A>G",
"hgvs_p": "p.Asp228Gly",
"transcript": "ENST00000424405.5",
"protein_id": "ENSP00000399713.1",
"transcript_support_level": 5,
"aa_start": 228,
"aa_end": null,
"aa_length": 248,
"cds_start": 683,
"cds_end": null,
"cds_length": 748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424405.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.605A>G",
"hgvs_p": "p.Asp202Gly",
"transcript": "ENST00000922692.1",
"protein_id": "ENSP00000592751.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 241,
"cds_start": 605,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922692.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.575A>G",
"hgvs_p": "p.Asp192Gly",
"transcript": "NM_001184977.2",
"protein_id": "NP_001171906.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 231,
"cds_start": 575,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184977.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.575A>G",
"hgvs_p": "p.Asp192Gly",
"transcript": "ENST00000374380.6",
"protein_id": "ENSP00000363501.2",
"transcript_support_level": 2,
"aa_start": 192,
"aa_end": null,
"aa_length": 231,
"cds_start": 575,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374380.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.539A>G",
"hgvs_p": "p.Asp180Gly",
"transcript": "ENST00000359226.6",
"protein_id": "ENSP00000352161.2",
"transcript_support_level": 4,
"aa_start": 180,
"aa_end": null,
"aa_length": 219,
"cds_start": 539,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359226.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.470A>G",
"hgvs_p": "p.Asp157Gly",
"transcript": "ENST00000896136.1",
"protein_id": "ENSP00000566195.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 196,
"cds_start": 470,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896136.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.368A>G",
"hgvs_p": "p.Asp123Gly",
"transcript": "ENST00000959006.1",
"protein_id": "ENSP00000629065.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 162,
"cds_start": 368,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959006.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.335A>G",
"hgvs_p": "p.Asp112Gly",
"transcript": "ENST00000922691.1",
"protein_id": "ENSP00000592750.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 151,
"cds_start": 335,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922691.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.257A>G",
"hgvs_p": "p.Asp86Gly",
"transcript": "ENST00000959005.1",
"protein_id": "ENSP00000629064.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 125,
"cds_start": 257,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959005.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.821A>G",
"hgvs_p": "p.Asp274Gly",
"transcript": "XM_011528877.2",
"protein_id": "XP_011527179.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 313,
"cds_start": 821,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528877.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.683A>G",
"hgvs_p": "p.Asp228Gly",
"transcript": "XM_011528878.3",
"protein_id": "XP_011527180.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 267,
"cds_start": 683,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528878.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.641A>G",
"hgvs_p": "p.Asp214Gly",
"transcript": "XM_011528879.2",
"protein_id": "XP_011527181.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 253,
"cds_start": 641,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528879.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.641A>G",
"hgvs_p": "p.Asp214Gly",
"transcript": "XM_011528880.3",
"protein_id": "XP_011527182.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 253,
"cds_start": 641,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528880.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.482A>G",
"hgvs_p": "p.Asp161Gly",
"transcript": "XM_011528881.4",
"protein_id": "XP_011527183.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 200,
"cds_start": 482,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528881.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.377A>G",
"hgvs_p": "p.Asp126Gly",
"transcript": "XM_047440254.1",
"protein_id": "XP_047296210.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 165,
"cds_start": 377,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440254.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.*31A>G",
"hgvs_p": null,
"transcript": "ENST00000453855.6",
"protein_id": "ENSP00000390334.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 127,
"cds_start": null,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453855.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*760A>G",
"hgvs_p": null,
"transcript": "ENST00000374394.7",
"protein_id": "ENSP00000363515.3",
"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": "nonsense_mediated_decay",
"feature": "ENST00000374394.7"
},
{
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.466A>G",
"hgvs_p": null,
"transcript": "ENST00000473982.6",
"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": "pseudogene",
"feature": "ENST00000473982.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.44A>G",
"hgvs_p": null,
"transcript": "ENST00000482440.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000482440.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.199A>G",
"hgvs_p": null,
"transcript": "ENST00000496812.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000496812.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*760A>G",
"hgvs_p": null,
"transcript": "ENST00000374394.7",
"protein_id": "ENSP00000363515.3",
"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": "nonsense_mediated_decay",
"feature": "ENST00000374394.7"
}
],
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"dbsnp": "rs537377895",
"frequency_reference_population": 0.00000805616,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000820888,
"gnomad_genomes_af": 0.00000658588,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8341025114059448,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.674,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8195,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.368,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018244.5",
"gene_symbol": "UQCC1",
"hgnc_id": 15891,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.779A>G",
"hgvs_p": "p.Asp260Gly"
}
],
"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
}