← 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: X-21606868-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=21606868&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 21606868,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000379510.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2134C>A",
"hgvs_p": "p.Arg712Arg",
"transcript": "NM_014927.5",
"protein_id": "NP_055742.2",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 1034,
"cds_start": 2134,
"cds_end": null,
"cds_length": 3105,
"cdna_start": 2614,
"cdna_end": null,
"cdna_length": 5753,
"mane_select": "ENST00000379510.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2134C>A",
"hgvs_p": "p.Arg712Arg",
"transcript": "ENST00000379510.5",
"protein_id": "ENSP00000368824.3",
"transcript_support_level": 1,
"aa_start": 712,
"aa_end": null,
"aa_length": 1034,
"cds_start": 2134,
"cds_end": null,
"cds_length": 3105,
"cdna_start": 2614,
"cdna_end": null,
"cdna_length": 5753,
"mane_select": "NM_014927.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2044C>A",
"hgvs_p": "p.Arg682Arg",
"transcript": "ENST00000425654.7",
"protein_id": "ENSP00000397906.2",
"transcript_support_level": 1,
"aa_start": 682,
"aa_end": null,
"aa_length": 1004,
"cds_start": 2044,
"cds_end": null,
"cds_length": 3015,
"cdna_start": 2524,
"cdna_end": null,
"cdna_length": 5669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2044C>A",
"hgvs_p": "p.Arg682Arg",
"transcript": "ENST00000279451.9",
"protein_id": "ENSP00000279451.5",
"transcript_support_level": 1,
"aa_start": 682,
"aa_end": null,
"aa_length": 868,
"cds_start": 2044,
"cds_end": null,
"cds_length": 2607,
"cdna_start": 2486,
"cdna_end": null,
"cdna_length": 4244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2059C>A",
"hgvs_p": "p.Arg687Arg",
"transcript": "ENST00000644295.1",
"protein_id": "ENSP00000495501.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 1009,
"cds_start": 2059,
"cds_end": null,
"cds_length": 3030,
"cdna_start": 2349,
"cdna_end": null,
"cdna_length": 5044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2044C>A",
"hgvs_p": "p.Arg682Arg",
"transcript": "NM_001168647.3",
"protein_id": "NP_001162118.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 1004,
"cds_start": 2044,
"cds_end": null,
"cds_length": 3015,
"cdna_start": 2524,
"cdna_end": null,
"cdna_length": 5663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1987C>A",
"hgvs_p": "p.Arg663Arg",
"transcript": "NM_001330770.2",
"protein_id": "NP_001317699.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 985,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2958,
"cdna_start": 2467,
"cdna_end": null,
"cdna_length": 5606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1987C>A",
"hgvs_p": "p.Arg663Arg",
"transcript": "ENST00000644585.1",
"protein_id": "ENSP00000495954.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 985,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2958,
"cdna_start": 2374,
"cdna_end": null,
"cdna_length": 5374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1897C>A",
"hgvs_p": "p.Arg633Arg",
"transcript": "NM_001330772.2",
"protein_id": "NP_001317701.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 955,
"cds_start": 1897,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 2377,
"cdna_end": null,
"cdna_length": 5516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1897C>A",
"hgvs_p": "p.Arg633Arg",
"transcript": "ENST00000645245.1",
"protein_id": "ENSP00000495695.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 955,
"cds_start": 1897,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 2327,
"cdna_end": null,
"cdna_length": 5040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2134C>A",
"hgvs_p": "p.Arg712Arg",
"transcript": "NM_001168648.3",
"protein_id": "NP_001162119.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 898,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2614,
"cdna_end": null,
"cdna_length": 7080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2134C>A",
"hgvs_p": "p.Arg712Arg",
"transcript": "ENST00000642359.1",
"protein_id": "ENSP00000496709.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 898,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2734,
"cdna_end": null,
"cdna_length": 5360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.2044C>A",
"hgvs_p": "p.Arg682Arg",
"transcript": "NM_001330773.2",
"protein_id": "NP_001317702.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 868,
"cds_start": 2044,
"cds_end": null,
"cds_length": 2607,
"cdna_start": 2524,
"cdna_end": null,
"cdna_length": 6990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1987C>A",
"hgvs_p": "p.Arg663Arg",
"transcript": "NM_001168649.3",
"protein_id": "NP_001162120.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 849,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2550,
"cdna_start": 2467,
"cdna_end": null,
"cdna_length": 6933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1987C>A",
"hgvs_p": "p.Arg663Arg",
"transcript": "ENST00000543067.6",
"protein_id": "ENSP00000444633.1",
"transcript_support_level": 2,
"aa_start": 663,
"aa_end": null,
"aa_length": 849,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2550,
"cdna_start": 2464,
"cdna_end": null,
"cdna_length": 4220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1897C>A",
"hgvs_p": "p.Arg633Arg",
"transcript": "NM_001330771.2",
"protein_id": "NP_001317700.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 819,
"cds_start": 1897,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 2377,
"cdna_end": null,
"cdna_length": 6843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1897C>A",
"hgvs_p": "p.Arg633Arg",
"transcript": "ENST00000645791.1",
"protein_id": "ENSP00000494906.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 819,
"cds_start": 1897,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 2124,
"cdna_end": null,
"cdna_length": 6590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1885C>A",
"hgvs_p": "p.Arg629Arg",
"transcript": "ENST00000643220.1",
"protein_id": "ENSP00000495012.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 815,
"cds_start": 1885,
"cds_end": null,
"cds_length": 2448,
"cdna_start": 1989,
"cdna_end": null,
"cdna_length": 3672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1483C>A",
"hgvs_p": "p.Arg495Arg",
"transcript": "ENST00000645074.1",
"protein_id": "ENSP00000496573.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 681,
"cds_start": 1483,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 1771,
"cdna_end": null,
"cdna_length": 3454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1285C>A",
"hgvs_p": "p.Arg429Arg",
"transcript": "ENST00000643313.1",
"protein_id": "ENSP00000494115.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 615,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 1286,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "c.1213C>A",
"hgvs_p": "p.Arg405Arg",
"transcript": "ENST00000642501.1",
"protein_id": "ENSP00000495189.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 591,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1932,
"cdna_end": null,
"cdna_length": 6398,
"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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.1912C>A",
"hgvs_p": null,
"transcript": "ENST00000642853.1",
"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": 4470,
"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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.*206C>A",
"hgvs_p": null,
"transcript": "ENST00000643156.1",
"protein_id": "ENSP00000494962.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": 3674,
"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": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.1987C>A",
"hgvs_p": null,
"transcript": "ENST00000643171.1",
"protein_id": "ENSP00000496186.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": 3083,
"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": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.1500C>A",
"hgvs_p": null,
"transcript": "ENST00000644075.1",
"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": 2772,
"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": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.1987C>A",
"hgvs_p": null,
"transcript": "ENST00000644095.1",
"protein_id": "ENSP00000496088.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": 4108,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.331C>A",
"hgvs_p": null,
"transcript": "ENST00000645539.1",
"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": 1525,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.142C>A",
"hgvs_p": null,
"transcript": "ENST00000646690.1",
"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": 2849,
"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": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.*1488C>A",
"hgvs_p": null,
"transcript": "ENST00000646697.1",
"protein_id": "ENSP00000495325.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": 4776,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.683C>A",
"hgvs_p": null,
"transcript": "ENST00000647058.1",
"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": 2066,
"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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.1438C>A",
"hgvs_p": null,
"transcript": "ENST00000647349.1",
"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": 1948,
"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": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.5893C>A",
"hgvs_p": null,
"transcript": "ENST00000647532.1",
"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": 8373,
"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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.*206C>A",
"hgvs_p": null,
"transcript": "ENST00000643156.1",
"protein_id": "ENSP00000494962.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": 3674,
"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": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"hgvs_c": "n.*1488C>A",
"hgvs_p": null,
"transcript": "ENST00000646697.1",
"protein_id": "ENSP00000495325.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": 4776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CNKSR2",
"gene_hgnc_id": 19701,
"dbsnp": "rs904072058",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.14000000059604645,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.99,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4,BP7",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4",
"BP7"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000379510.5",
"gene_symbol": "CNKSR2",
"hgnc_id": 19701,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.2134C>A",
"hgvs_p": "p.Arg712Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}