← 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: 19-42294851-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=42294851&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 42294851,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000681038.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7214G>T",
"hgvs_p": "p.Arg2405Leu",
"transcript": "NM_001386298.1",
"protein_id": "NP_001373227.1",
"transcript_support_level": null,
"aa_start": 2405,
"aa_end": null,
"aa_length": 2517,
"cds_start": 7214,
"cds_end": null,
"cds_length": 7554,
"cdna_start": 7354,
"cdna_end": null,
"cdna_length": 8299,
"mane_select": "ENST00000681038.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7214G>T",
"hgvs_p": "p.Arg2405Leu",
"transcript": "ENST00000681038.1",
"protein_id": "ENSP00000505728.1",
"transcript_support_level": null,
"aa_start": 2405,
"aa_end": null,
"aa_length": 2517,
"cds_start": 7214,
"cds_end": null,
"cds_length": 7554,
"cdna_start": 7354,
"cdna_end": null,
"cdna_length": 8299,
"mane_select": "NM_001386298.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4487G>T",
"hgvs_p": "p.Arg1496Leu",
"transcript": "ENST00000575354.6",
"protein_id": "ENSP00000458663.2",
"transcript_support_level": 1,
"aa_start": 1496,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4487,
"cds_end": null,
"cds_length": 4827,
"cdna_start": 4527,
"cdna_end": null,
"cdna_length": 5473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7214G>T",
"hgvs_p": "p.Arg2405Leu",
"transcript": "NM_001304815.2",
"protein_id": "NP_001291744.1",
"transcript_support_level": null,
"aa_start": 2405,
"aa_end": null,
"aa_length": 2517,
"cds_start": 7214,
"cds_end": null,
"cds_length": 7554,
"cdna_start": 7289,
"cdna_end": null,
"cdna_length": 8234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7211G>T",
"hgvs_p": "p.Arg2404Leu",
"transcript": "NM_001379480.1",
"protein_id": "NP_001366409.1",
"transcript_support_level": null,
"aa_start": 2404,
"aa_end": null,
"aa_length": 2516,
"cds_start": 7211,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 7351,
"cdna_end": null,
"cdna_length": 8296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7211G>T",
"hgvs_p": "p.Arg2404Leu",
"transcript": "NM_001379482.1",
"protein_id": "NP_001366411.1",
"transcript_support_level": null,
"aa_start": 2404,
"aa_end": null,
"aa_length": 2516,
"cds_start": 7211,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 7351,
"cdna_end": null,
"cdna_length": 8296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7211G>T",
"hgvs_p": "p.Arg2404Leu",
"transcript": "NM_001439183.1",
"protein_id": "NP_001426112.1",
"transcript_support_level": null,
"aa_start": 2404,
"aa_end": null,
"aa_length": 2516,
"cds_start": 7211,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 7286,
"cdna_end": null,
"cdna_length": 8231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7208G>T",
"hgvs_p": "p.Arg2403Leu",
"transcript": "NM_001439184.1",
"protein_id": "NP_001426113.1",
"transcript_support_level": null,
"aa_start": 2403,
"aa_end": null,
"aa_length": 2515,
"cds_start": 7208,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 7348,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7208G>T",
"hgvs_p": "p.Arg2403Leu",
"transcript": "NM_001439185.1",
"protein_id": "NP_001426114.1",
"transcript_support_level": null,
"aa_start": 2403,
"aa_end": null,
"aa_length": 2515,
"cds_start": 7208,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 7283,
"cdna_end": null,
"cdna_length": 8228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7208G>T",
"hgvs_p": "p.Arg2403Leu",
"transcript": "NM_001439186.1",
"protein_id": "NP_001426115.1",
"transcript_support_level": null,
"aa_start": 2403,
"aa_end": null,
"aa_length": 2515,
"cds_start": 7208,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 7283,
"cdna_end": null,
"cdna_length": 8228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7205G>T",
"hgvs_p": "p.Arg2402Leu",
"transcript": "NM_001439187.1",
"protein_id": "NP_001426116.1",
"transcript_support_level": null,
"aa_start": 2402,
"aa_end": null,
"aa_length": 2514,
"cds_start": 7205,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 7280,
"cdna_end": null,
"cdna_length": 8225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7205G>T",
"hgvs_p": "p.Arg2402Leu",
"transcript": "ENST00000572681.6",
"protein_id": "ENSP00000459719.1",
"transcript_support_level": 5,
"aa_start": 2402,
"aa_end": null,
"aa_length": 2514,
"cds_start": 7205,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 7273,
"cdna_end": null,
"cdna_length": 8218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7202G>T",
"hgvs_p": "p.Arg2401Leu",
"transcript": "NM_001439188.1",
"protein_id": "NP_001426117.1",
"transcript_support_level": null,
"aa_start": 2401,
"aa_end": null,
"aa_length": 2513,
"cds_start": 7202,
"cds_end": null,
"cds_length": 7542,
"cdna_start": 7277,
"cdna_end": null,
"cdna_length": 8222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4487G>T",
"hgvs_p": "p.Arg1496Leu",
"transcript": "NM_015125.5",
"protein_id": "NP_055940.3",
"transcript_support_level": null,
"aa_start": 1496,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4487,
"cds_end": null,
"cds_length": 4827,
"cdna_start": 4723,
"cdna_end": null,
"cdna_length": 5668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4484G>T",
"hgvs_p": "p.Arg1495Leu",
"transcript": "NM_001439189.1",
"protein_id": "NP_001426118.1",
"transcript_support_level": null,
"aa_start": 1495,
"aa_end": null,
"aa_length": 1607,
"cds_start": 4484,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 4720,
"cdna_end": null,
"cdna_length": 5665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4484G>T",
"hgvs_p": "p.Arg1495Leu",
"transcript": "NM_001439190.1",
"protein_id": "NP_001426119.1",
"transcript_support_level": null,
"aa_start": 1495,
"aa_end": null,
"aa_length": 1607,
"cds_start": 4484,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 4720,
"cdna_end": null,
"cdna_length": 5665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4481G>T",
"hgvs_p": "p.Arg1494Leu",
"transcript": "NM_001379484.1",
"protein_id": "NP_001366413.1",
"transcript_support_level": null,
"aa_start": 1494,
"aa_end": null,
"aa_length": 1606,
"cds_start": 4481,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4717,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4481G>T",
"hgvs_p": "p.Arg1494Leu",
"transcript": "NM_001439191.1",
"protein_id": "NP_001426120.1",
"transcript_support_level": null,
"aa_start": 1494,
"aa_end": null,
"aa_length": 1606,
"cds_start": 4481,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4717,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4481G>T",
"hgvs_p": "p.Arg1494Leu",
"transcript": "ENST00000160740.7",
"protein_id": "ENSP00000160740.3",
"transcript_support_level": 5,
"aa_start": 1494,
"aa_end": null,
"aa_length": 1606,
"cds_start": 4481,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 5166,
"cdna_end": null,
"cdna_length": 6111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4478G>T",
"hgvs_p": "p.Arg1493Leu",
"transcript": "NM_001379485.1",
"protein_id": "NP_001366414.1",
"transcript_support_level": null,
"aa_start": 1493,
"aa_end": null,
"aa_length": 1605,
"cds_start": 4478,
"cds_end": null,
"cds_length": 4818,
"cdna_start": 4714,
"cdna_end": null,
"cdna_length": 5659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.620G>T",
"hgvs_p": "p.Arg207Leu",
"transcript": "ENST00000576505.6",
"protein_id": "ENSP00000459011.2",
"transcript_support_level": 3,
"aa_start": 207,
"aa_end": null,
"aa_length": 319,
"cds_start": 620,
"cds_end": null,
"cds_length": 960,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 1304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.668G>T",
"hgvs_p": "p.Arg223Leu",
"transcript": "ENST00000573349.5",
"protein_id": "ENSP00000458543.1",
"transcript_support_level": 2,
"aa_start": 223,
"aa_end": null,
"aa_length": 308,
"cds_start": 668,
"cds_end": null,
"cds_length": 927,
"cdna_start": 668,
"cdna_end": null,
"cdna_length": 927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7214G>T",
"hgvs_p": "p.Arg2405Leu",
"transcript": "XM_047438492.1",
"protein_id": "XP_047294448.1",
"transcript_support_level": null,
"aa_start": 2405,
"aa_end": null,
"aa_length": 2517,
"cds_start": 7214,
"cds_end": null,
"cds_length": 7554,
"cdna_start": 7666,
"cdna_end": null,
"cdna_length": 8611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7211G>T",
"hgvs_p": "p.Arg2404Leu",
"transcript": "XM_011526662.3",
"protein_id": "XP_011524964.1",
"transcript_support_level": null,
"aa_start": 2404,
"aa_end": null,
"aa_length": 2516,
"cds_start": 7211,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 7351,
"cdna_end": null,
"cdna_length": 8296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7208G>T",
"hgvs_p": "p.Arg2403Leu",
"transcript": "XM_011526664.3",
"protein_id": "XP_011524966.1",
"transcript_support_level": null,
"aa_start": 2403,
"aa_end": null,
"aa_length": 2515,
"cds_start": 7208,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 7348,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7208G>T",
"hgvs_p": "p.Arg2403Leu",
"transcript": "XM_011526665.3",
"protein_id": "XP_011524967.1",
"transcript_support_level": null,
"aa_start": 2403,
"aa_end": null,
"aa_length": 2515,
"cds_start": 7208,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 7348,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7208G>T",
"hgvs_p": "p.Arg2403Leu",
"transcript": "XM_047438496.1",
"protein_id": "XP_047294452.1",
"transcript_support_level": null,
"aa_start": 2403,
"aa_end": null,
"aa_length": 2515,
"cds_start": 7208,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 7348,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7205G>T",
"hgvs_p": "p.Arg2402Leu",
"transcript": "XM_011526666.3",
"protein_id": "XP_011524968.1",
"transcript_support_level": null,
"aa_start": 2402,
"aa_end": null,
"aa_length": 2514,
"cds_start": 7205,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 7345,
"cdna_end": null,
"cdna_length": 8290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7205G>T",
"hgvs_p": "p.Arg2402Leu",
"transcript": "XM_024451433.2",
"protein_id": "XP_024307201.1",
"transcript_support_level": null,
"aa_start": 2402,
"aa_end": null,
"aa_length": 2514,
"cds_start": 7205,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 7345,
"cdna_end": null,
"cdna_length": 8290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7205G>T",
"hgvs_p": "p.Arg2402Leu",
"transcript": "XM_047438499.1",
"protein_id": "XP_047294455.1",
"transcript_support_level": null,
"aa_start": 2402,
"aa_end": null,
"aa_length": 2514,
"cds_start": 7205,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 7345,
"cdna_end": null,
"cdna_length": 8290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7205G>T",
"hgvs_p": "p.Arg2402Leu",
"transcript": "XM_047438500.1",
"protein_id": "XP_047294456.1",
"transcript_support_level": null,
"aa_start": 2402,
"aa_end": null,
"aa_length": 2514,
"cds_start": 7205,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 7345,
"cdna_end": null,
"cdna_length": 8290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7202G>T",
"hgvs_p": "p.Arg2401Leu",
"transcript": "XM_047438501.1",
"protein_id": "XP_047294457.1",
"transcript_support_level": null,
"aa_start": 2401,
"aa_end": null,
"aa_length": 2513,
"cds_start": 7202,
"cds_end": null,
"cds_length": 7542,
"cdna_start": 7342,
"cdna_end": null,
"cdna_length": 8287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7202G>T",
"hgvs_p": "p.Arg2401Leu",
"transcript": "XM_047438502.1",
"protein_id": "XP_047294458.1",
"transcript_support_level": null,
"aa_start": 2401,
"aa_end": null,
"aa_length": 2513,
"cds_start": 7202,
"cds_end": null,
"cds_length": 7542,
"cdna_start": 7342,
"cdna_end": null,
"cdna_length": 8287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.7202G>T",
"hgvs_p": "p.Arg2401Leu",
"transcript": "XM_047438504.1",
"protein_id": "XP_047294460.1",
"transcript_support_level": null,
"aa_start": 2401,
"aa_end": null,
"aa_length": 2513,
"cds_start": 7202,
"cds_end": null,
"cds_length": 7542,
"cdna_start": 7342,
"cdna_end": null,
"cdna_length": 8287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4481G>T",
"hgvs_p": "p.Arg1494Leu",
"transcript": "XM_005258673.3",
"protein_id": "XP_005258730.1",
"transcript_support_level": null,
"aa_start": 1494,
"aa_end": null,
"aa_length": 1606,
"cds_start": 4481,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4717,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4481G>T",
"hgvs_p": "p.Arg1494Leu",
"transcript": "XM_005258674.3",
"protein_id": "XP_005258731.1",
"transcript_support_level": null,
"aa_start": 1494,
"aa_end": null,
"aa_length": 1606,
"cds_start": 4481,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4717,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4478G>T",
"hgvs_p": "p.Arg1493Leu",
"transcript": "XM_005258675.3",
"protein_id": "XP_005258732.1",
"transcript_support_level": null,
"aa_start": 1493,
"aa_end": null,
"aa_length": 1605,
"cds_start": 4478,
"cds_end": null,
"cds_length": 4818,
"cdna_start": 4714,
"cdna_end": null,
"cdna_length": 5659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4421G>T",
"hgvs_p": "p.Arg1474Leu",
"transcript": "XM_047438511.1",
"protein_id": "XP_047294467.1",
"transcript_support_level": null,
"aa_start": 1474,
"aa_end": null,
"aa_length": 1586,
"cds_start": 4421,
"cds_end": null,
"cds_length": 4761,
"cdna_start": 4631,
"cdna_end": null,
"cdna_length": 5576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4415G>T",
"hgvs_p": "p.Arg1472Leu",
"transcript": "XM_047438512.1",
"protein_id": "XP_047294468.1",
"transcript_support_level": null,
"aa_start": 1472,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4415,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 4625,
"cdna_end": null,
"cdna_length": 5570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.4022G>T",
"hgvs_p": "p.Arg1341Leu",
"transcript": "XM_047438513.1",
"protein_id": "XP_047294469.1",
"transcript_support_level": null,
"aa_start": 1341,
"aa_end": null,
"aa_length": 1453,
"cds_start": 4022,
"cds_end": null,
"cds_length": 4362,
"cdna_start": 5950,
"cdna_end": null,
"cdna_length": 6895,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "n.304G>T",
"hgvs_p": null,
"transcript": "ENST00000571033.1",
"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": 458,
"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": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "n.*127G>T",
"hgvs_p": null,
"transcript": "ENST00000575287.1",
"protein_id": "ENSP00000460230.1",
"transcript_support_level": 3,
"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": 846,
"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": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "n.6294G>T",
"hgvs_p": null,
"transcript": "ENST00000684265.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": 7239,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "n.*127G>T",
"hgvs_p": null,
"transcript": "ENST00000575287.1",
"protein_id": "ENSP00000460230.1",
"transcript_support_level": 3,
"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": 846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"dbsnp": "rs200799936",
"frequency_reference_population": 6.9011685e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.90117e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4509730041027069,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.172,
"revel_prediction": "Benign",
"alphamissense_score": 0.8646,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.505,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000681038.1",
"gene_symbol": "CIC",
"hgnc_id": 14214,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7214G>T",
"hgvs_p": "p.Arg2405Leu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}