← 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: 12-75048248-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=75048248&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 75048248,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_139137.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "NM_139137.4",
"protein_id": "NP_631875.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 638,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000549446.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_139137.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "ENST00000549446.6",
"protein_id": "ENSP00000449253.2",
"transcript_support_level": 1,
"aa_start": 562,
"aa_end": null,
"aa_length": 638,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_139137.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549446.6"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "ENST00000550433.5",
"protein_id": "ENSP00000448301.1",
"transcript_support_level": 1,
"aa_start": 562,
"aa_end": null,
"aa_length": 629,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550433.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "ENST00000393288.2",
"protein_id": "ENSP00000376966.2",
"transcript_support_level": 1,
"aa_start": 562,
"aa_end": null,
"aa_length": 618,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393288.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "ENST00000548513.5",
"protein_id": "ENSP00000449941.1",
"transcript_support_level": 1,
"aa_start": 562,
"aa_end": null,
"aa_length": 613,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548513.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "NM_001414192.1",
"protein_id": "NP_001401121.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 638,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414192.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "ENST00000888265.1",
"protein_id": "ENSP00000558324.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 638,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888265.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "ENST00000962253.1",
"protein_id": "ENSP00000632312.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 638,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962253.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "NM_001260498.2",
"protein_id": "NP_001247427.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 629,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260498.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "NM_001414193.1",
"protein_id": "NP_001401122.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 625,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414193.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1634G>T",
"hgvs_p": "p.Arg545Leu",
"transcript": "NM_001414194.1",
"protein_id": "NP_001401123.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 621,
"cds_start": 1634,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414194.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "NM_001260497.2",
"protein_id": "NP_001247426.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 618,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260497.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "NM_001414195.1",
"protein_id": "NP_001401124.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 613,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414195.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "NM_001414196.1",
"protein_id": "NP_001401125.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 613,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414196.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "NM_139136.4",
"protein_id": "NP_631874.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 613,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_139136.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "ENST00000298972.5",
"protein_id": "ENSP00000298972.1",
"transcript_support_level": 5,
"aa_start": 562,
"aa_end": null,
"aa_length": 613,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298972.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1789G>T",
"hgvs_p": "p.Ala597Ser",
"transcript": "NM_001414202.1",
"protein_id": "NP_001401131.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 612,
"cds_start": 1789,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414202.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1789G>T",
"hgvs_p": "p.Ala597Ser",
"transcript": "NM_001414206.1",
"protein_id": "NP_001401135.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 612,
"cds_start": 1789,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414206.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1789G>T",
"hgvs_p": "p.Ala597Ser",
"transcript": "NM_001414213.1",
"protein_id": "NP_001401142.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 612,
"cds_start": 1789,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414213.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1634G>T",
"hgvs_p": "p.Arg545Leu",
"transcript": "NM_001414198.1",
"protein_id": "NP_001401127.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 601,
"cds_start": 1634,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414198.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "XM_047428810.1",
"protein_id": "XP_047284766.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 629,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428810.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "XM_047428811.1",
"protein_id": "XP_047284767.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 618,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428811.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu",
"transcript": "XM_047428812.1",
"protein_id": "XP_047284768.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 613,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428812.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1789G>T",
"hgvs_p": "p.Ala597Ser",
"transcript": "XM_006719383.5",
"protein_id": "XP_006719446.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 612,
"cds_start": 1789,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719383.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1789G>T",
"hgvs_p": "p.Ala597Ser",
"transcript": "XM_047428813.1",
"protein_id": "XP_047284769.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 612,
"cds_start": 1789,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428813.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1789G>T",
"hgvs_p": "p.Ala597Ser",
"transcript": "XM_047428816.1",
"protein_id": "XP_047284772.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 612,
"cds_start": 1789,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428816.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1762+1594G>T",
"hgvs_p": null,
"transcript": "NM_001414197.1",
"protein_id": "NP_001401126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": null,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414197.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1615+2142G>T",
"hgvs_p": null,
"transcript": "NM_001260499.2",
"protein_id": "NP_001247428.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": null,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260499.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1615+2142G>T",
"hgvs_p": null,
"transcript": "ENST00000540018.5",
"protein_id": "ENSP00000438423.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": null,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540018.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1615+2142G>T",
"hgvs_p": null,
"transcript": "NM_001414199.1",
"protein_id": "NP_001401128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 559,
"cds_start": null,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414199.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1615+2142G>T",
"hgvs_p": null,
"transcript": "NM_153748.3",
"protein_id": "NP_715624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153748.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1615+2142G>T",
"hgvs_p": null,
"transcript": "ENST00000350228.6",
"protein_id": "ENSP00000319877.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000350228.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1615+2142G>T",
"hgvs_p": null,
"transcript": "XM_047428817.1",
"protein_id": "XP_047284773.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": null,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428817.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "c.1615+2142G>T",
"hgvs_p": null,
"transcript": "XM_047428818.1",
"protein_id": "XP_047284774.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 574,
"cds_start": null,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428818.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "n.553G>T",
"hgvs_p": null,
"transcript": "ENST00000548243.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000548243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "n.1789G>T",
"hgvs_p": null,
"transcript": "ENST00000647764.1",
"protein_id": "ENSP00000497415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000647764.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "n.2441G>T",
"hgvs_p": null,
"transcript": "NR_182257.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_182257.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"hgvs_c": "n.1674G>T",
"hgvs_p": null,
"transcript": "NR_182259.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_182259.1"
}
],
"gene_symbol": "KCNC2",
"gene_hgnc_id": 6234,
"dbsnp": "rs372341671",
"frequency_reference_population": 0.0000054762113,
"hom_count_reference_population": 1,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000547621,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5567864775657654,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.602,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2146,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.45,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.52,
"phylop100way_prediction": "Uncertain_significance",
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,BS1_Supporting,BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 5,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BS1_Supporting",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_139137.4",
"gene_symbol": "KCNC2",
"hgnc_id": 6234,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1685G>T",
"hgvs_p": "p.Arg562Leu"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}