← 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-35347241-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=35347241&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 35347241,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_018244.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.496C>T",
"hgvs_p": "p.Arg166Trp",
"transcript": "NM_018244.5",
"protein_id": "NP_060714.3",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 299,
"cds_start": 496,
"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": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.496C>T",
"hgvs_p": "p.Arg166Trp",
"transcript": "ENST00000374385.10",
"protein_id": "ENSP00000363506.5",
"transcript_support_level": 1,
"aa_start": 166,
"aa_end": null,
"aa_length": 299,
"cds_start": 496,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*48C>T",
"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": 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.*378C>T",
"hgvs_p": null,
"transcript": "ENST00000491040.5",
"protein_id": "ENSP00000420584.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": "ENST00000491040.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*48C>T",
"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": [
"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.*378C>T",
"hgvs_p": null,
"transcript": "ENST00000491040.5",
"protein_id": "ENSP00000420584.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": "ENST00000491040.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.517C>T",
"hgvs_p": "p.Arg173Trp",
"transcript": "ENST00000959003.1",
"protein_id": "ENSP00000629062.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 306,
"cds_start": 517,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.493C>T",
"hgvs_p": "p.Arg165Trp",
"transcript": "ENST00000896131.1",
"protein_id": "ENSP00000566190.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 298,
"cds_start": 493,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.496C>T",
"hgvs_p": "p.Arg166Trp",
"transcript": "ENST00000896134.1",
"protein_id": "ENSP00000566193.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 297,
"cds_start": 496,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.487C>T",
"hgvs_p": "p.Arg163Trp",
"transcript": "ENST00000922688.1",
"protein_id": "ENSP00000592747.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 296,
"cds_start": 487,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.496C>T",
"hgvs_p": "p.Arg166Trp",
"transcript": "ENST00000922690.1",
"protein_id": "ENSP00000592749.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 295,
"cds_start": 496,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.484C>T",
"hgvs_p": "p.Arg162Trp",
"transcript": "ENST00000959001.1",
"protein_id": "ENSP00000629060.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 295,
"cds_start": 484,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.496C>T",
"hgvs_p": "p.Arg166Trp",
"transcript": "ENST00000922689.1",
"protein_id": "ENSP00000592748.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 292,
"cds_start": 496,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.442C>T",
"hgvs_p": "p.Arg148Trp",
"transcript": "ENST00000896137.1",
"protein_id": "ENSP00000566196.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 281,
"cds_start": 442,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.430C>T",
"hgvs_p": "p.Arg144Trp",
"transcript": "ENST00000896132.1",
"protein_id": "ENSP00000566191.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 277,
"cds_start": 430,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.496C>T",
"hgvs_p": "p.Arg166Trp",
"transcript": "NM_199487.3",
"protein_id": "NP_955781.2",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 273,
"cds_start": 496,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.496C>T",
"hgvs_p": "p.Arg166Trp",
"transcript": "ENST00000374384.6",
"protein_id": "ENSP00000363505.2",
"transcript_support_level": 2,
"aa_start": 166,
"aa_end": null,
"aa_length": 273,
"cds_start": 496,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.415C>T",
"hgvs_p": "p.Arg139Trp",
"transcript": "ENST00000349714.9",
"protein_id": "ENSP00000335364.6",
"transcript_support_level": 5,
"aa_start": 139,
"aa_end": null,
"aa_length": 272,
"cds_start": 415,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.397C>T",
"hgvs_p": "p.Arg133Trp",
"transcript": "ENST00000959002.1",
"protein_id": "ENSP00000629061.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 266,
"cds_start": 397,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Arg131Trp",
"transcript": "ENST00000896135.1",
"protein_id": "ENSP00000566194.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 264,
"cds_start": 391,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.388C>T",
"hgvs_p": "p.Arg130Trp",
"transcript": "ENST00000896133.1",
"protein_id": "ENSP00000566192.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 263,
"cds_start": 388,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000959004.1",
"protein_id": "ENSP00000629063.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 262,
"cds_start": 385,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.400C>T",
"hgvs_p": "p.Arg134Trp",
"transcript": "ENST00000424405.5",
"protein_id": "ENSP00000399713.1",
"transcript_support_level": 5,
"aa_start": 134,
"aa_end": null,
"aa_length": 248,
"cds_start": 400,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.538C>T",
"hgvs_p": "p.Arg180Trp",
"transcript": "ENST00000438533.5",
"protein_id": "ENSP00000398531.1",
"transcript_support_level": 3,
"aa_start": 180,
"aa_end": null,
"aa_length": 242,
"cds_start": 538,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.400C>T",
"hgvs_p": "p.Arg134Trp",
"transcript": "ENST00000922692.1",
"protein_id": "ENSP00000592751.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 241,
"cds_start": 400,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.292C>T",
"hgvs_p": "p.Arg98Trp",
"transcript": "NM_001184977.2",
"protein_id": "NP_001171906.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 231,
"cds_start": 292,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.292C>T",
"hgvs_p": "p.Arg98Trp",
"transcript": "ENST00000374380.6",
"protein_id": "ENSP00000363501.2",
"transcript_support_level": 2,
"aa_start": 98,
"aa_end": null,
"aa_length": 231,
"cds_start": 292,
"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": "R",
"aa_alt": "W",
"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.496C>T",
"hgvs_p": "p.Arg166Trp",
"transcript": "ENST00000397554.5",
"protein_id": "ENSP00000380686.1",
"transcript_support_level": 2,
"aa_start": 166,
"aa_end": null,
"aa_length": 221,
"cds_start": 496,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397554.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.187C>T",
"hgvs_p": "p.Arg63Trp",
"transcript": "ENST00000896136.1",
"protein_id": "ENSP00000566195.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 196,
"cds_start": 187,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.538C>T",
"hgvs_p": "p.Arg180Trp",
"transcript": "XM_011528877.2",
"protein_id": "XP_011527179.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 313,
"cds_start": 538,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.400C>T",
"hgvs_p": "p.Arg134Trp",
"transcript": "XM_011528878.3",
"protein_id": "XP_011527180.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 267,
"cds_start": 400,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Arg120Trp",
"transcript": "XM_011528879.2",
"protein_id": "XP_011527181.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 253,
"cds_start": 358,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.358C>T",
"hgvs_p": "p.Arg120Trp",
"transcript": "XM_011528880.3",
"protein_id": "XP_011527182.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 253,
"cds_start": 358,
"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": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.199C>T",
"hgvs_p": "p.Arg67Trp",
"transcript": "XM_011528881.4",
"protein_id": "XP_011527183.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 200,
"cds_start": 199,
"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": "R",
"aa_alt": "W",
"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": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.94C>T",
"hgvs_p": "p.Arg32Trp",
"transcript": "XM_047440254.1",
"protein_id": "XP_047296210.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 165,
"cds_start": 94,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.334-32476C>T",
"hgvs_p": null,
"transcript": "ENST00000359226.6",
"protein_id": "ENSP00000352161.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.221-32534C>T",
"hgvs_p": null,
"transcript": "ENST00000959006.1",
"protein_id": "ENSP00000629065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.130-32476C>T",
"hgvs_p": null,
"transcript": "ENST00000922691.1",
"protein_id": "ENSP00000592750.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.268-32534C>T",
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "c.130-40462C>T",
"hgvs_p": null,
"transcript": "ENST00000959005.1",
"protein_id": "ENSP00000629064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"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": 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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*477C>T",
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*48C>T",
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.509C>T",
"hgvs_p": null,
"transcript": "ENST00000491125.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": "pseudogene",
"feature": "ENST00000491125.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*477C>T",
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*48C>T",
"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": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.-15C>T",
"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": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.-52C>T",
"hgvs_p": null,
"transcript": "ENST00000498651.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": "ENST00000498651.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"hgvs_c": "n.*432C>T",
"hgvs_p": null,
"transcript": "ENST00000397553.6",
"protein_id": "ENSP00000380685.2",
"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": "ENST00000397553.6"
}
],
"gene_symbol": "UQCC1",
"gene_hgnc_id": 15891,
"dbsnp": "rs143345851",
"frequency_reference_population": 0.00056385924,
"hom_count_reference_population": 0,
"allele_count_reference_population": 910,
"gnomad_exomes_af": 0.00059376,
"gnomad_genomes_af": 0.000276301,
"gnomad_exomes_ac": 868,
"gnomad_genomes_ac": 42,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.663156270980835,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.432,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4342,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.558,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.13,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_018244.5",
"gene_symbol": "UQCC1",
"hgnc_id": 15891,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.496C>T",
"hgvs_p": "p.Arg166Trp"
}
],
"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
}