← 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-35306757-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=35306757&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 35306757,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_018244.5",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.674G>C",
"hgvs_p": "p.Gly225Ala",
"transcript": "NM_018244.5",
"protein_id": "NP_060714.3",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 299,
"cds_start": 674,
"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": "G",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.674G>C",
"hgvs_p": "p.Gly225Ala",
"transcript": "ENST00000374385.10",
"protein_id": "ENSP00000363506.5",
"transcript_support_level": 1,
"aa_start": 225,
"aa_end": null,
"aa_length": 299,
"cds_start": 674,
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*226G>C",
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.326G>C",
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*226G>C",
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.695G>C",
"hgvs_p": "p.Gly232Ala",
"transcript": "ENST00000959003.1",
"protein_id": "ENSP00000629062.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 306,
"cds_start": 695,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.671G>C",
"hgvs_p": "p.Gly224Ala",
"transcript": "ENST00000896131.1",
"protein_id": "ENSP00000566190.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 298,
"cds_start": 671,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.674G>C",
"hgvs_p": "p.Gly225Ala",
"transcript": "ENST00000896134.1",
"protein_id": "ENSP00000566193.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 297,
"cds_start": 674,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.665G>C",
"hgvs_p": "p.Gly222Ala",
"transcript": "ENST00000922688.1",
"protein_id": "ENSP00000592747.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 296,
"cds_start": 665,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.674G>C",
"hgvs_p": "p.Gly225Ala",
"transcript": "ENST00000922690.1",
"protein_id": "ENSP00000592749.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 295,
"cds_start": 674,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.662G>C",
"hgvs_p": "p.Gly221Ala",
"transcript": "ENST00000959001.1",
"protein_id": "ENSP00000629060.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 295,
"cds_start": 662,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.674G>C",
"hgvs_p": "p.Gly225Ala",
"transcript": "ENST00000922689.1",
"protein_id": "ENSP00000592748.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 292,
"cds_start": 674,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.620G>C",
"hgvs_p": "p.Gly207Ala",
"transcript": "ENST00000896137.1",
"protein_id": "ENSP00000566196.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 281,
"cds_start": 620,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.608G>C",
"hgvs_p": "p.Gly203Ala",
"transcript": "ENST00000896132.1",
"protein_id": "ENSP00000566191.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 277,
"cds_start": 608,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.596G>C",
"hgvs_p": "p.Gly199Ala",
"transcript": "NM_199487.3",
"protein_id": "NP_955781.2",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 273,
"cds_start": 596,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.596G>C",
"hgvs_p": "p.Gly199Ala",
"transcript": "ENST00000374384.6",
"protein_id": "ENSP00000363505.2",
"transcript_support_level": 2,
"aa_start": 199,
"aa_end": null,
"aa_length": 273,
"cds_start": 596,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.593G>C",
"hgvs_p": "p.Gly198Ala",
"transcript": "ENST00000349714.9",
"protein_id": "ENSP00000335364.6",
"transcript_support_level": 5,
"aa_start": 198,
"aa_end": null,
"aa_length": 272,
"cds_start": 593,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.575G>C",
"hgvs_p": "p.Gly192Ala",
"transcript": "ENST00000959002.1",
"protein_id": "ENSP00000629061.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 266,
"cds_start": 575,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.569G>C",
"hgvs_p": "p.Gly190Ala",
"transcript": "ENST00000896135.1",
"protein_id": "ENSP00000566194.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 264,
"cds_start": 569,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Gly189Ala",
"transcript": "ENST00000896133.1",
"protein_id": "ENSP00000566192.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 263,
"cds_start": 566,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.563G>C",
"hgvs_p": "p.Gly188Ala",
"transcript": "ENST00000959004.1",
"protein_id": "ENSP00000629063.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 262,
"cds_start": 563,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.578G>C",
"hgvs_p": "p.Gly193Ala",
"transcript": "ENST00000424405.5",
"protein_id": "ENSP00000399713.1",
"transcript_support_level": 5,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 578,
"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": "G",
"aa_alt": "A",
"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.716G>C",
"hgvs_p": "p.Gly239Ala",
"transcript": "ENST00000438533.5",
"protein_id": "ENSP00000398531.1",
"transcript_support_level": 3,
"aa_start": 239,
"aa_end": null,
"aa_length": 242,
"cds_start": 716,
"cds_end": null,
"cds_length": 730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438533.5"
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.500G>C",
"hgvs_p": "p.Gly167Ala",
"transcript": "ENST00000922692.1",
"protein_id": "ENSP00000592751.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 241,
"cds_start": 500,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.470G>C",
"hgvs_p": "p.Gly157Ala",
"transcript": "NM_001184977.2",
"protein_id": "NP_001171906.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 231,
"cds_start": 470,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.470G>C",
"hgvs_p": "p.Gly157Ala",
"transcript": "ENST00000374380.6",
"protein_id": "ENSP00000363501.2",
"transcript_support_level": 2,
"aa_start": 157,
"aa_end": null,
"aa_length": 231,
"cds_start": 470,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.434G>C",
"hgvs_p": "p.Gly145Ala",
"transcript": "ENST00000359226.6",
"protein_id": "ENSP00000352161.2",
"transcript_support_level": 4,
"aa_start": 145,
"aa_end": null,
"aa_length": 219,
"cds_start": 434,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.365G>C",
"hgvs_p": "p.Gly122Ala",
"transcript": "ENST00000896136.1",
"protein_id": "ENSP00000566195.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 196,
"cds_start": 365,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.263G>C",
"hgvs_p": "p.Gly88Ala",
"transcript": "ENST00000959006.1",
"protein_id": "ENSP00000629065.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 162,
"cds_start": 263,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.230G>C",
"hgvs_p": "p.Gly77Ala",
"transcript": "ENST00000922691.1",
"protein_id": "ENSP00000592750.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 151,
"cds_start": 230,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.310G>C",
"hgvs_p": "p.Gly104Arg",
"transcript": "ENST00000453855.6",
"protein_id": "ENSP00000390334.2",
"transcript_support_level": 4,
"aa_start": 104,
"aa_end": null,
"aa_length": 127,
"cds_start": 310,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.152G>C",
"hgvs_p": "p.Gly51Ala",
"transcript": "ENST00000959005.1",
"protein_id": "ENSP00000629064.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 125,
"cds_start": 152,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.716G>C",
"hgvs_p": "p.Gly239Ala",
"transcript": "XM_011528877.2",
"protein_id": "XP_011527179.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 313,
"cds_start": 716,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.578G>C",
"hgvs_p": "p.Gly193Ala",
"transcript": "XM_011528878.3",
"protein_id": "XP_011527180.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 267,
"cds_start": 578,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.536G>C",
"hgvs_p": "p.Gly179Ala",
"transcript": "XM_011528879.2",
"protein_id": "XP_011527181.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 253,
"cds_start": 536,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.536G>C",
"hgvs_p": "p.Gly179Ala",
"transcript": "XM_011528880.3",
"protein_id": "XP_011527182.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 253,
"cds_start": 536,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.377G>C",
"hgvs_p": "p.Gly126Ala",
"transcript": "XM_011528881.4",
"protein_id": "XP_011527183.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 200,
"cds_start": 377,
"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": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.272G>C",
"hgvs_p": "p.Gly91Ala",
"transcript": "XM_047440254.1",
"protein_id": "XP_047296210.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 165,
"cds_start": 272,
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*655G>C",
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*226G>C",
"hgvs_p": null,
"transcript": "ENST00000443429.5",
"protein_id": "ENSP00000416246.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000443429.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.361G>C",
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.94G>C",
"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": [
"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.164G>C",
"hgvs_p": null,
"transcript": "ENST00000497717.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000497717.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*655G>C",
"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": [
"3_prime_UTR_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": "n.*226G>C",
"hgvs_p": null,
"transcript": "ENST00000443429.5",
"protein_id": "ENSP00000416246.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000443429.5"
}
],
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"dbsnp": "rs377267838",
"frequency_reference_population": 0.000005472817,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000547282,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3389970362186432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.116,
"revel_prediction": "Benign",
"alphamissense_score": 0.0764,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.99,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018244.5",
"gene_symbol": "UQCC1",
"hgnc_id": 15891,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.674G>C",
"hgvs_p": "p.Gly225Ala"
}
],
"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
}