← 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: 6-31142614-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=31142614&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 31142614,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000396268.8",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2594C>G",
"hgvs_p": "p.Ser865Cys",
"transcript": "NM_001105564.2",
"protein_id": "NP_001099034.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 871,
"cds_start": 2594,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 2796,
"cdna_end": null,
"cdna_length": 2971,
"mane_select": "ENST00000396268.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2594C>G",
"hgvs_p": "p.Ser865Cys",
"transcript": "ENST00000396268.8",
"protein_id": "ENSP00000379566.3",
"transcript_support_level": 1,
"aa_start": 865,
"aa_end": null,
"aa_length": 871,
"cds_start": 2594,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 2796,
"cdna_end": null,
"cdna_length": 2971,
"mane_select": "NM_001105564.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2486C>G",
"hgvs_p": "p.Ser829Cys",
"transcript": "ENST00000451521.6",
"protein_id": "ENSP00000401039.2",
"transcript_support_level": 1,
"aa_start": 829,
"aa_end": null,
"aa_length": 835,
"cds_start": 2486,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 2493,
"cdna_end": null,
"cdna_length": 2587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "ENST00000376266.9",
"protein_id": "ENSP00000365442.5",
"transcript_support_level": 1,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2450,
"cdna_end": null,
"cdna_length": 2625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2621C>G",
"hgvs_p": "p.Ser874Cys",
"transcript": "NM_001394641.1",
"protein_id": "NP_001381570.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 880,
"cds_start": 2621,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 2823,
"cdna_end": null,
"cdna_length": 2998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2486C>G",
"hgvs_p": "p.Ser829Cys",
"transcript": "NM_001105563.3",
"protein_id": "NP_001099033.1",
"transcript_support_level": null,
"aa_start": 829,
"aa_end": null,
"aa_length": 835,
"cds_start": 2486,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 2688,
"cdna_end": null,
"cdna_length": 2863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "NM_001394642.1",
"protein_id": "NP_001381571.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2525,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "NM_001394643.1",
"protein_id": "NP_001381572.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2552,
"cdna_end": null,
"cdna_length": 2727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "NM_001394644.1",
"protein_id": "NP_001381573.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2475,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "NM_019052.4",
"protein_id": "NP_061925.2",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2409,
"cdna_end": null,
"cdna_length": 2584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2318C>G",
"hgvs_p": "p.Ser773Cys",
"transcript": "NM_001394646.1",
"protein_id": "NP_001381575.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 779,
"cds_start": 2318,
"cds_end": null,
"cds_length": 2340,
"cdna_start": 2516,
"cdna_end": null,
"cdna_length": 2691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2249C>G",
"hgvs_p": "p.Ser750Cys",
"transcript": "NM_001394647.1",
"protein_id": "NP_001381576.1",
"transcript_support_level": null,
"aa_start": 750,
"aa_end": null,
"aa_length": 756,
"cds_start": 2249,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2342,
"cdna_end": null,
"cdna_length": 2517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2219C>G",
"hgvs_p": "p.Ser740Cys",
"transcript": "NM_001394648.1",
"protein_id": "NP_001381577.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 746,
"cds_start": 2219,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2301,
"cdna_end": null,
"cdna_length": 2476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2168C>G",
"hgvs_p": "p.Ser723Cys",
"transcript": "ENST00000396263.6",
"protein_id": "ENSP00000379561.2",
"transcript_support_level": 5,
"aa_start": 723,
"aa_end": null,
"aa_length": 729,
"cds_start": 2168,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2320,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.1970C>G",
"hgvs_p": "p.Ser657Cys",
"transcript": "NM_001394649.1",
"protein_id": "NP_001381578.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 663,
"cds_start": 1970,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 2128,
"cdna_end": null,
"cdna_length": 2303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2513C>G",
"hgvs_p": "p.Ser838Cys",
"transcript": "XM_011514702.3",
"protein_id": "XP_011513004.1",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 844,
"cds_start": 2513,
"cds_end": null,
"cds_length": 2535,
"cdna_start": 2715,
"cdna_end": null,
"cdna_length": 2890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "XM_017010963.2",
"protein_id": "XP_016866452.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2720,
"cdna_end": null,
"cdna_length": 2895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "XM_017010964.2",
"protein_id": "XP_016866453.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2577,
"cdna_end": null,
"cdna_length": 2752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "XM_017010966.2",
"protein_id": "XP_016866455.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2565,
"cdna_end": null,
"cdna_length": 2740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "XM_017010968.2",
"protein_id": "XP_016866457.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2405,
"cdna_end": null,
"cdna_length": 2580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "XM_047418908.1",
"protein_id": "XP_047274864.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2708,
"cdna_end": null,
"cdna_length": 2883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "XM_047418909.1",
"protein_id": "XP_047274865.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2759,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2327C>G",
"hgvs_p": "p.Ser776Cys",
"transcript": "XM_047418910.1",
"protein_id": "XP_047274866.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 782,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2643,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2219C>G",
"hgvs_p": "p.Ser740Cys",
"transcript": "XM_011514705.2",
"protein_id": "XP_011513007.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 746,
"cds_start": 2219,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2457,
"cdna_end": null,
"cdna_length": 2632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2219C>G",
"hgvs_p": "p.Ser740Cys",
"transcript": "XM_017010969.2",
"protein_id": "XP_016866458.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 746,
"cds_start": 2219,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2297,
"cdna_end": null,
"cdna_length": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.2219C>G",
"hgvs_p": "p.Ser740Cys",
"transcript": "XM_047418911.1",
"protein_id": "XP_047274867.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 746,
"cds_start": 2219,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2417,
"cdna_end": null,
"cdna_length": 2592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "c.1499C>G",
"hgvs_p": "p.Ser500Cys",
"transcript": "XM_047418914.1",
"protein_id": "XP_047274870.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 506,
"cds_start": 1499,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 2007,
"cdna_end": null,
"cdna_length": 2182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "n.*1280C>G",
"hgvs_p": null,
"transcript": "ENST00000652427.1",
"protein_id": "ENSP00000498342.1",
"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": 2681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "n.*1325C>G",
"hgvs_p": null,
"transcript": "ENST00000652535.1",
"protein_id": "ENSP00000498479.1",
"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": 2684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "n.*1280C>G",
"hgvs_p": null,
"transcript": "ENST00000652427.1",
"protein_id": "ENSP00000498342.1",
"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": 2681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"hgvs_c": "n.*1325C>G",
"hgvs_p": null,
"transcript": "ENST00000652535.1",
"protein_id": "ENSP00000498479.1",
"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": 2684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CCHCR1",
"gene_hgnc_id": 13930,
"dbsnp": "rs1576",
"frequency_reference_population": 0.30401736,
"hom_count_reference_population": 77250,
"allele_count_reference_population": 489972,
"gnomad_exomes_af": 0.306253,
"gnomad_genomes_af": 0.282579,
"gnomad_exomes_ac": 446964,
"gnomad_genomes_ac": 43008,
"gnomad_exomes_homalt": 70988,
"gnomad_genomes_homalt": 6262,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0013647377490997314,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.016,
"revel_prediction": "Benign",
"alphamissense_score": 0.0712,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.473,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000396268.8",
"gene_symbol": "CCHCR1",
"hgnc_id": 13930,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2594C>G",
"hgvs_p": "p.Ser865Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}