← 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: 14-73958152-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=73958152&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 73958152,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000334571.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.487G>A",
"hgvs_p": "p.Val163Met",
"transcript": "NM_182476.3",
"protein_id": "NP_872282.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 468,
"cds_start": 487,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 2109,
"mane_select": "ENST00000334571.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.487G>A",
"hgvs_p": "p.Val163Met",
"transcript": "ENST00000334571.7",
"protein_id": "ENSP00000333946.2",
"transcript_support_level": 1,
"aa_start": 163,
"aa_end": null,
"aa_length": 468,
"cds_start": 487,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 2109,
"mane_select": "NM_182476.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.*92G>A",
"hgvs_p": null,
"transcript": "ENST00000554341.6",
"protein_id": "ENSP00000450736.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.521G>A",
"hgvs_p": null,
"transcript": "ENST00000556300.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.*92G>A",
"hgvs_p": null,
"transcript": "ENST00000554341.6",
"protein_id": "ENSP00000450736.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.487G>A",
"hgvs_p": "p.Val163Met",
"transcript": "NM_001425255.1",
"protein_id": "NP_001412184.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 443,
"cds_start": 487,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 1384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.412G>A",
"hgvs_p": "p.Val138Met",
"transcript": "NM_182480.3",
"protein_id": "NP_872286.2",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 443,
"cds_start": 412,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 579,
"cdna_end": null,
"cdna_length": 2170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.412G>A",
"hgvs_p": "p.Val138Met",
"transcript": "ENST00000394026.8",
"protein_id": "ENSP00000377594.4",
"transcript_support_level": 2,
"aa_start": 138,
"aa_end": null,
"aa_length": 443,
"cds_start": 412,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 579,
"cdna_end": null,
"cdna_length": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.487G>A",
"hgvs_p": "p.Val163Met",
"transcript": "NM_001425256.1",
"protein_id": "NP_001412185.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 432,
"cds_start": 487,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 1443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "NM_001425257.1",
"protein_id": "NP_001412186.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 413,
"cds_start": 322,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 1492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.412G>A",
"hgvs_p": "p.Val138Met",
"transcript": "NM_001425258.1",
"protein_id": "NP_001412187.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 407,
"cds_start": 412,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 587,
"cdna_end": null,
"cdna_length": 1512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Val88Met",
"transcript": "NM_001425259.1",
"protein_id": "NP_001412188.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 393,
"cds_start": 262,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 1561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Val88Met",
"transcript": "NM_001425260.1",
"protein_id": "NP_001412189.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 393,
"cds_start": 262,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 1594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Val88Met",
"transcript": "ENST00000629426.2",
"protein_id": "ENSP00000486650.1",
"transcript_support_level": 5,
"aa_start": 88,
"aa_end": null,
"aa_length": 393,
"cds_start": 262,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 509,
"cdna_end": null,
"cdna_length": 1538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Val88Met",
"transcript": "NM_001425261.1",
"protein_id": "NP_001412190.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 391,
"cds_start": 262,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 1555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.160G>A",
"hgvs_p": "p.Val54Met",
"transcript": "NM_001425263.1",
"protein_id": "NP_001412192.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 359,
"cds_start": 160,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 620,
"cdna_end": null,
"cdna_length": 1653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Val88Met",
"transcript": "ENST00000554320.1",
"protein_id": "ENSP00000451123.1",
"transcript_support_level": 5,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 262,
"cds_end": null,
"cds_length": 787,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.335G>A",
"hgvs_p": null,
"transcript": "ENST00000553462.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.605G>A",
"hgvs_p": null,
"transcript": "ENST00000555511.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.451G>A",
"hgvs_p": null,
"transcript": "ENST00000557205.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.*92G>A",
"hgvs_p": null,
"transcript": "ENST00000557584.5",
"protein_id": "ENSP00000450511.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.518G>A",
"hgvs_p": null,
"transcript": "XR_943465.4",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.518G>A",
"hgvs_p": null,
"transcript": "XR_943466.4",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTPD5",
"gene_hgnc_id": 3367,
"hgvs_c": "c.*1378C>T",
"hgvs_p": null,
"transcript": "NM_001330189.2",
"protein_id": "NP_001317118.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 407,
"cds_start": -4,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTPD5",
"gene_hgnc_id": 3367,
"hgvs_c": "c.*1378C>T",
"hgvs_p": null,
"transcript": "NM_001382259.1",
"protein_id": "NP_001369188.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 407,
"cds_start": -4,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTPD5",
"gene_hgnc_id": 3367,
"hgvs_c": "c.*1378C>T",
"hgvs_p": null,
"transcript": "NM_001382260.1",
"protein_id": "NP_001369189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 407,
"cds_start": -4,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTPD5",
"gene_hgnc_id": 3367,
"hgvs_c": "c.*1378C>T",
"hgvs_p": null,
"transcript": "ENST00000557325.5",
"protein_id": "ENSP00000451810.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 407,
"cds_start": -4,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "n.*92G>A",
"hgvs_p": null,
"transcript": "ENST00000557584.5",
"protein_id": "ENSP00000450511.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "ENTPD5",
"gene_hgnc_id": 3367,
"hgvs_c": "c.1201-2565C>T",
"hgvs_p": null,
"transcript": "NM_001382258.1",
"protein_id": "NP_001369187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 410,
"cds_start": -4,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "ENTPD5",
"gene_hgnc_id": 3367,
"hgvs_c": "c.1201-2324C>T",
"hgvs_p": null,
"transcript": "NM_001382262.1",
"protein_id": "NP_001369191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": -4,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.358-819G>A",
"hgvs_p": null,
"transcript": "NM_001425262.1",
"protein_id": "NP_001412191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 383,
"cds_start": -4,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.73-819G>A",
"hgvs_p": null,
"transcript": "NM_001425264.1",
"protein_id": "NP_001412193.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": -4,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.73-819G>A",
"hgvs_p": null,
"transcript": "NM_001425265.1",
"protein_id": "NP_001412194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": -4,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"hgvs_c": "c.481+2224G>A",
"hgvs_p": null,
"transcript": "ENST00000554920.5",
"protein_id": "ENSP00000451562.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": -4,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "COQ6",
"gene_hgnc_id": 20233,
"dbsnp": "rs375128599",
"frequency_reference_population": 0.000062584346,
"hom_count_reference_population": 0,
"allele_count_reference_population": 101,
"gnomad_exomes_af": 0.0000677257,
"gnomad_genomes_af": 0.0000131541,
"gnomad_exomes_ac": 99,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7657591104507446,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.385,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7189,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.1,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 8.456,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000334571.7",
"gene_symbol": "COQ6",
"hgnc_id": 20233,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.487G>A",
"hgvs_p": "p.Val163Met"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001330189.2",
"gene_symbol": "ENTPD5",
"hgnc_id": 3367,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*1378C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}