← 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-42293721-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=42293721&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 42293721,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000681038.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "NM_001386298.1",
"protein_id": "NP_001373227.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2517,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7554,
"cdna_start": 6792,
"cdna_end": null,
"cdna_length": 8299,
"mane_select": "ENST00000681038.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "ENST00000681038.1",
"protein_id": "ENSP00000505728.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2517,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7554,
"cdna_start": 6792,
"cdna_end": null,
"cdna_length": 8299,
"mane_select": "NM_001386298.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3925A>T",
"hgvs_p": "p.Ser1309Cys",
"transcript": "ENST00000575354.6",
"protein_id": "ENSP00000458663.2",
"transcript_support_level": 1,
"aa_start": 1309,
"aa_end": null,
"aa_length": 1608,
"cds_start": 3925,
"cds_end": null,
"cds_length": 4827,
"cdna_start": 3965,
"cdna_end": null,
"cdna_length": 5473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "NM_001304815.2",
"protein_id": "NP_001291744.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2517,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7554,
"cdna_start": 6727,
"cdna_end": null,
"cdna_length": 8234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "NM_001379480.1",
"protein_id": "NP_001366409.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2516,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 6789,
"cdna_end": null,
"cdna_length": 8296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "NM_001379482.1",
"protein_id": "NP_001366411.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2516,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 6792,
"cdna_end": null,
"cdna_length": 8296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "NM_001439183.1",
"protein_id": "NP_001426112.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2516,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 6727,
"cdna_end": null,
"cdna_length": 8231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "NM_001439184.1",
"protein_id": "NP_001426113.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2515,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 6789,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "NM_001439185.1",
"protein_id": "NP_001426114.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2515,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 6724,
"cdna_end": null,
"cdna_length": 8228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "NM_001439186.1",
"protein_id": "NP_001426115.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2515,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 6727,
"cdna_end": null,
"cdna_length": 8228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "NM_001439187.1",
"protein_id": "NP_001426116.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2514,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 6727,
"cdna_end": null,
"cdna_length": 8225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6646A>T",
"hgvs_p": "p.Ser2216Cys",
"transcript": "ENST00000572681.6",
"protein_id": "ENSP00000459719.1",
"transcript_support_level": 5,
"aa_start": 2216,
"aa_end": null,
"aa_length": 2514,
"cds_start": 6646,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 6714,
"cdna_end": null,
"cdna_length": 8218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "NM_001439188.1",
"protein_id": "NP_001426117.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2513,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7542,
"cdna_start": 6724,
"cdna_end": null,
"cdna_length": 8222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3925A>T",
"hgvs_p": "p.Ser1309Cys",
"transcript": "NM_015125.5",
"protein_id": "NP_055940.3",
"transcript_support_level": null,
"aa_start": 1309,
"aa_end": null,
"aa_length": 1608,
"cds_start": 3925,
"cds_end": null,
"cds_length": 4827,
"cdna_start": 4161,
"cdna_end": null,
"cdna_length": 5668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3922A>T",
"hgvs_p": "p.Ser1308Cys",
"transcript": "NM_001439189.1",
"protein_id": "NP_001426118.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1607,
"cds_start": 3922,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 4158,
"cdna_end": null,
"cdna_length": 5665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3925A>T",
"hgvs_p": "p.Ser1309Cys",
"transcript": "NM_001439190.1",
"protein_id": "NP_001426119.1",
"transcript_support_level": null,
"aa_start": 1309,
"aa_end": null,
"aa_length": 1607,
"cds_start": 3925,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 4161,
"cdna_end": null,
"cdna_length": 5665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3925A>T",
"hgvs_p": "p.Ser1309Cys",
"transcript": "NM_001379484.1",
"protein_id": "NP_001366413.1",
"transcript_support_level": null,
"aa_start": 1309,
"aa_end": null,
"aa_length": 1606,
"cds_start": 3925,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4161,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3922A>T",
"hgvs_p": "p.Ser1308Cys",
"transcript": "NM_001439191.1",
"protein_id": "NP_001426120.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1606,
"cds_start": 3922,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4158,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3919A>T",
"hgvs_p": "p.Ser1307Cys",
"transcript": "ENST00000160740.7",
"protein_id": "ENSP00000160740.3",
"transcript_support_level": 5,
"aa_start": 1307,
"aa_end": null,
"aa_length": 1606,
"cds_start": 3919,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4604,
"cdna_end": null,
"cdna_length": 6111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3925A>T",
"hgvs_p": "p.Ser1309Cys",
"transcript": "NM_001379485.1",
"protein_id": "NP_001366414.1",
"transcript_support_level": null,
"aa_start": 1309,
"aa_end": null,
"aa_length": 1605,
"cds_start": 3925,
"cds_end": null,
"cds_length": 4818,
"cdna_start": 4161,
"cdna_end": null,
"cdna_length": 5659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.64A>T",
"hgvs_p": "p.Ser22Cys",
"transcript": "ENST00000576505.6",
"protein_id": "ENSP00000459011.2",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 319,
"cds_start": 64,
"cds_end": null,
"cds_length": 960,
"cdna_start": 65,
"cdna_end": null,
"cdna_length": 1304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.115A>T",
"hgvs_p": "p.Ser39Cys",
"transcript": "ENST00000573349.5",
"protein_id": "ENSP00000458543.1",
"transcript_support_level": 2,
"aa_start": 39,
"aa_end": null,
"aa_length": 308,
"cds_start": 115,
"cds_end": null,
"cds_length": 927,
"cdna_start": 115,
"cdna_end": null,
"cdna_length": 927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "XM_047438492.1",
"protein_id": "XP_047294448.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2517,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7554,
"cdna_start": 7104,
"cdna_end": null,
"cdna_length": 8611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "XM_011526662.3",
"protein_id": "XP_011524964.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2516,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7551,
"cdna_start": 6789,
"cdna_end": null,
"cdna_length": 8296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6646A>T",
"hgvs_p": "p.Ser2216Cys",
"transcript": "XM_011526664.3",
"protein_id": "XP_011524966.1",
"transcript_support_level": null,
"aa_start": 2216,
"aa_end": null,
"aa_length": 2515,
"cds_start": 6646,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 6786,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "XM_011526665.3",
"protein_id": "XP_011524967.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2515,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 6792,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "XM_047438496.1",
"protein_id": "XP_047294452.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2515,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7548,
"cdna_start": 6789,
"cdna_end": null,
"cdna_length": 8293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys",
"transcript": "XM_011526666.3",
"protein_id": "XP_011524968.1",
"transcript_support_level": null,
"aa_start": 2218,
"aa_end": null,
"aa_length": 2514,
"cds_start": 6652,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 6792,
"cdna_end": null,
"cdna_length": 8290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "XM_024451433.2",
"protein_id": "XP_024307201.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2514,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 6789,
"cdna_end": null,
"cdna_length": 8290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6646A>T",
"hgvs_p": "p.Ser2216Cys",
"transcript": "XM_047438499.1",
"protein_id": "XP_047294455.1",
"transcript_support_level": null,
"aa_start": 2216,
"aa_end": null,
"aa_length": 2514,
"cds_start": 6646,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 6786,
"cdna_end": null,
"cdna_length": 8290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "XM_047438500.1",
"protein_id": "XP_047294456.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2514,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7545,
"cdna_start": 6789,
"cdna_end": null,
"cdna_length": 8290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6646A>T",
"hgvs_p": "p.Ser2216Cys",
"transcript": "XM_047438501.1",
"protein_id": "XP_047294457.1",
"transcript_support_level": null,
"aa_start": 2216,
"aa_end": null,
"aa_length": 2513,
"cds_start": 6646,
"cds_end": null,
"cds_length": 7542,
"cdna_start": 6786,
"cdna_end": null,
"cdna_length": 8287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "XM_047438502.1",
"protein_id": "XP_047294458.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2513,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7542,
"cdna_start": 6789,
"cdna_end": null,
"cdna_length": 8287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.6649A>T",
"hgvs_p": "p.Ser2217Cys",
"transcript": "XM_047438504.1",
"protein_id": "XP_047294460.1",
"transcript_support_level": null,
"aa_start": 2217,
"aa_end": null,
"aa_length": 2513,
"cds_start": 6649,
"cds_end": null,
"cds_length": 7542,
"cdna_start": 6789,
"cdna_end": null,
"cdna_length": 8287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3919A>T",
"hgvs_p": "p.Ser1307Cys",
"transcript": "XM_005258673.3",
"protein_id": "XP_005258730.1",
"transcript_support_level": null,
"aa_start": 1307,
"aa_end": null,
"aa_length": 1606,
"cds_start": 3919,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4155,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3922A>T",
"hgvs_p": "p.Ser1308Cys",
"transcript": "XM_005258674.3",
"protein_id": "XP_005258731.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1606,
"cds_start": 3922,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 4158,
"cdna_end": null,
"cdna_length": 5662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3919A>T",
"hgvs_p": "p.Ser1307Cys",
"transcript": "XM_005258675.3",
"protein_id": "XP_005258732.1",
"transcript_support_level": null,
"aa_start": 1307,
"aa_end": null,
"aa_length": 1605,
"cds_start": 3919,
"cds_end": null,
"cds_length": 4818,
"cdna_start": 4155,
"cdna_end": null,
"cdna_length": 5659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3859A>T",
"hgvs_p": "p.Ser1287Cys",
"transcript": "XM_047438511.1",
"protein_id": "XP_047294467.1",
"transcript_support_level": null,
"aa_start": 1287,
"aa_end": null,
"aa_length": 1586,
"cds_start": 3859,
"cds_end": null,
"cds_length": 4761,
"cdna_start": 4069,
"cdna_end": null,
"cdna_length": 5576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3853A>T",
"hgvs_p": "p.Ser1285Cys",
"transcript": "XM_047438512.1",
"protein_id": "XP_047294468.1",
"transcript_support_level": null,
"aa_start": 1285,
"aa_end": null,
"aa_length": 1584,
"cds_start": 3853,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 4063,
"cdna_end": null,
"cdna_length": 5570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "c.3460A>T",
"hgvs_p": "p.Ser1154Cys",
"transcript": "XM_047438513.1",
"protein_id": "XP_047294469.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1453,
"cds_start": 3460,
"cds_end": null,
"cds_length": 4362,
"cdna_start": 5388,
"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": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "n.5735A>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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIC",
"gene_hgnc_id": 14214,
"hgvs_c": "n.-30A>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": "rs587778205",
"frequency_reference_population": 0.0000075313164,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000753132,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1487431526184082,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.046,
"revel_prediction": "Benign",
"alphamissense_score": 0.1219,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.072,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000681038.1",
"gene_symbol": "CIC",
"hgnc_id": 14214,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.6652A>T",
"hgvs_p": "p.Ser2218Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}