← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: X-41553836-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=41553836&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 41553836,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001367721.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1922G>A",
"hgvs_p": "p.Arg641Lys",
"transcript": "NM_001367721.1",
"protein_id": "NP_001354650.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 926,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 2488,
"cdna_end": null,
"cdna_length": 8833,
"mane_select": "ENST00000378163.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367721.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1922G>A",
"hgvs_p": "p.Arg641Lys",
"transcript": "ENST00000378163.7",
"protein_id": "ENSP00000367405.1",
"transcript_support_level": 5,
"aa_start": 641,
"aa_end": null,
"aa_length": 926,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 2488,
"cdna_end": null,
"cdna_length": 8833,
"mane_select": "NM_001367721.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378163.7"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1853G>A",
"hgvs_p": "p.Arg618Lys",
"transcript": "ENST00000421587.8",
"protein_id": "ENSP00000400526.4",
"transcript_support_level": 1,
"aa_start": 618,
"aa_end": null,
"aa_length": 903,
"cds_start": 1853,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 1875,
"cdna_end": null,
"cdna_length": 8220,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421587.8"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1835G>A",
"hgvs_p": "p.Arg612Lys",
"transcript": "ENST00000378166.9",
"protein_id": "ENSP00000367408.5",
"transcript_support_level": 1,
"aa_start": 612,
"aa_end": null,
"aa_length": 892,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2679,
"cdna_start": 1877,
"cdna_end": null,
"cdna_length": 3244,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378166.9"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Lys",
"transcript": "ENST00000442742.7",
"protein_id": "ENSP00000398007.3",
"transcript_support_level": 1,
"aa_start": 600,
"aa_end": null,
"aa_length": 880,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 1972,
"cdna_end": null,
"cdna_length": 3758,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442742.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "n.1188G>A",
"hgvs_p": null,
"transcript": "ENST00000378179.9",
"protein_id": null,
"transcript_support_level": 1,
"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": 3240,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000378179.9"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635Lys",
"transcript": "ENST00000915521.1",
"protein_id": "ENSP00000585579.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 960,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2883,
"cdna_start": 2532,
"cdna_end": null,
"cdna_length": 4722,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915521.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635Lys",
"transcript": "ENST00000645986.2",
"protein_id": "ENSP00000494409.2",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 955,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 2433,
"cdna_end": null,
"cdna_length": 4550,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645986.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1868G>A",
"hgvs_p": "p.Arg623Lys",
"transcript": "ENST00000915520.1",
"protein_id": "ENSP00000585578.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 948,
"cds_start": 1868,
"cds_end": null,
"cds_length": 2847,
"cdna_start": 2540,
"cdna_end": null,
"cdna_length": 4730,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915520.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1853G>A",
"hgvs_p": "p.Arg618Lys",
"transcript": "ENST00000956255.1",
"protein_id": "ENSP00000626314.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 943,
"cds_start": 1853,
"cds_end": null,
"cds_length": 2832,
"cdna_start": 2343,
"cdna_end": null,
"cdna_length": 4520,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956255.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1835G>A",
"hgvs_p": "p.Arg612Lys",
"transcript": "ENST00000956252.1",
"protein_id": "ENSP00000626311.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 937,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2814,
"cdna_start": 2401,
"cdna_end": null,
"cdna_length": 4612,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956252.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1940G>A",
"hgvs_p": "p.Arg647Lys",
"transcript": "ENST00000378168.8",
"protein_id": "ENSP00000367410.4",
"transcript_support_level": 5,
"aa_start": 647,
"aa_end": null,
"aa_length": 927,
"cds_start": 1940,
"cds_end": null,
"cds_length": 2784,
"cdna_start": 2469,
"cdna_end": null,
"cdna_length": 8799,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378168.8"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Lys",
"transcript": "ENST00000956254.1",
"protein_id": "ENSP00000626313.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 925,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2778,
"cdna_start": 2291,
"cdna_end": null,
"cdna_length": 4483,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956254.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1922G>A",
"hgvs_p": "p.Arg641Lys",
"transcript": "NM_003688.4",
"protein_id": "NP_003679.2",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 921,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2766,
"cdna_start": 2488,
"cdna_end": null,
"cdna_length": 8818,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003688.4"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1922G>A",
"hgvs_p": "p.Arg641Lys",
"transcript": "ENST00000645566.1",
"protein_id": "ENSP00000494788.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 921,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2766,
"cdna_start": 1949,
"cdna_end": null,
"cdna_length": 4002,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645566.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635Lys",
"transcript": "NM_001410745.1",
"protein_id": "NP_001397674.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 920,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 2470,
"cdna_end": null,
"cdna_length": 8815,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410745.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1904G>A",
"hgvs_p": "p.Arg635Lys",
"transcript": "ENST00000644219.1",
"protein_id": "ENSP00000495357.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 920,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 2077,
"cdna_end": null,
"cdna_length": 6048,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644219.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1886G>A",
"hgvs_p": "p.Arg629Lys",
"transcript": "ENST00000915519.1",
"protein_id": "ENSP00000585577.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 914,
"cds_start": 1886,
"cds_end": null,
"cds_length": 2745,
"cdna_start": 2554,
"cdna_end": null,
"cdna_length": 8899,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915519.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1886G>A",
"hgvs_p": "p.Arg629Lys",
"transcript": "ENST00000378154.3",
"protein_id": "ENSP00000367396.2",
"transcript_support_level": 5,
"aa_start": 629,
"aa_end": null,
"aa_length": 909,
"cds_start": 1886,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 2327,
"cdna_end": null,
"cdna_length": 4037,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378154.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1868G>A",
"hgvs_p": "p.Arg623Lys",
"transcript": "ENST00000378158.6",
"protein_id": "ENSP00000367400.2",
"transcript_support_level": 5,
"aa_start": 623,
"aa_end": null,
"aa_length": 908,
"cds_start": 1868,
"cds_end": null,
"cds_length": 2727,
"cdna_start": 2024,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378158.6"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1871G>A",
"hgvs_p": "p.Arg624Lys",
"transcript": "ENST00000675354.1",
"protein_id": "ENSP00000502315.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 904,
"cds_start": 1871,
"cds_end": null,
"cds_length": 2715,
"cdna_start": 2400,
"cdna_end": null,
"cdna_length": 8730,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675354.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1853G>A",
"hgvs_p": "p.Arg618Lys",
"transcript": "NM_001126054.3",
"protein_id": "NP_001119526.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 898,
"cds_start": 1853,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2419,
"cdna_end": null,
"cdna_length": 8749,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001126054.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1853G>A",
"hgvs_p": "p.Arg618Lys",
"transcript": "ENST00000646120.2",
"protein_id": "ENSP00000495291.2",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 898,
"cds_start": 1853,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 1872,
"cdna_end": null,
"cdna_length": 3239,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646120.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1835G>A",
"hgvs_p": "p.Arg612Lys",
"transcript": "NM_001126055.3",
"protein_id": "NP_001119527.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 897,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2401,
"cdna_end": null,
"cdna_length": 8746,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001126055.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1835G>A",
"hgvs_p": "p.Arg612Lys",
"transcript": "ENST00000644347.1",
"protein_id": "ENSP00000494183.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 897,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2016,
"cdna_end": null,
"cdna_length": 8361,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644347.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1835G>A",
"hgvs_p": "p.Arg612Lys",
"transcript": "ENST00000915522.1",
"protein_id": "ENSP00000585580.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 897,
"cds_start": 1835,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2340,
"cdna_end": null,
"cdna_length": 4407,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915522.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1832G>A",
"hgvs_p": "p.Arg611Lys",
"transcript": "ENST00000956253.1",
"protein_id": "ENSP00000626312.1",
"transcript_support_level": null,
"aa_start": 611,
"aa_end": null,
"aa_length": 896,
"cds_start": 1832,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 2380,
"cdna_end": null,
"cdna_length": 4445,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956253.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1730G>A",
"hgvs_p": "p.Arg577Lys",
"transcript": "ENST00000956257.1",
"protein_id": "ENSP00000626316.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 862,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2589,
"cdna_start": 1966,
"cdna_end": null,
"cdna_length": 3703,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956257.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1715G>A",
"hgvs_p": "p.Arg572Lys",
"transcript": "ENST00000956256.1",
"protein_id": "ENSP00000626315.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 857,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 2187,
"cdna_end": null,
"cdna_length": 4252,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956256.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1244G>A",
"hgvs_p": "p.Arg415Lys",
"transcript": "ENST00000646087.2",
"protein_id": "ENSP00000495510.2",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 700,
"cds_start": 1244,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 1378,
"cdna_end": null,
"cdna_length": 3392,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646087.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1922G>A",
"hgvs_p": "p.Arg641Lys",
"transcript": "XM_011543993.3",
"protein_id": "XP_011542295.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 926,
"cds_start": 1922,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 1968,
"cdna_end": null,
"cdna_length": 8313,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543993.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1886G>A",
"hgvs_p": "p.Arg629Lys",
"transcript": "XM_011543994.3",
"protein_id": "XP_011542296.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 914,
"cds_start": 1886,
"cds_end": null,
"cds_length": 2745,
"cdna_start": 1932,
"cdna_end": null,
"cdna_length": 8277,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543994.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1868G>A",
"hgvs_p": "p.Arg623Lys",
"transcript": "XM_047442601.1",
"protein_id": "XP_047298557.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 908,
"cds_start": 1868,
"cds_end": null,
"cds_length": 2727,
"cdna_start": 1914,
"cdna_end": null,
"cdna_length": 8259,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442601.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1853G>A",
"hgvs_p": "p.Arg618Lys",
"transcript": "XM_011543995.3",
"protein_id": "XP_011542297.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 903,
"cds_start": 1853,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 1899,
"cdna_end": null,
"cdna_length": 8244,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543995.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1817G>A",
"hgvs_p": "p.Arg606Lys",
"transcript": "XM_011543996.3",
"protein_id": "XP_011542298.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 891,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2676,
"cdna_start": 1863,
"cdna_end": null,
"cdna_length": 8208,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543996.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Lys",
"transcript": "XM_006724566.4",
"protein_id": "XP_006724629.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 885,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2658,
"cdna_start": 1845,
"cdna_end": null,
"cdna_length": 8190,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724566.4"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.1349G>A",
"hgvs_p": "p.Arg450Lys",
"transcript": "XM_011543997.4",
"protein_id": "XP_011542299.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 735,
"cds_start": 1349,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 1488,
"cdna_end": null,
"cdna_length": 7833,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543997.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "n.464G>A",
"hgvs_p": null,
"transcript": "ENST00000472704.3",
"protein_id": null,
"transcript_support_level": 5,
"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": 685,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000472704.3"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "n.716G>A",
"hgvs_p": null,
"transcript": "ENST00000642499.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": 2746,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642499.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "n.2153G>A",
"hgvs_p": null,
"transcript": "ENST00000645937.2",
"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": 4216,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000645937.2"
}
],
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"dbsnp": "rs76106850",
"frequency_reference_population": 0.00016701815,
"hom_count_reference_population": 75,
"allele_count_reference_population": 201,
"gnomad_exomes_af": 0.000172202,
"gnomad_genomes_af": 0.000116359,
"gnomad_exomes_ac": 188,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01683536171913147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.225,
"revel_prediction": "Benign",
"alphamissense_score": 0.105,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.748,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM1,BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM1",
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001367721.1",
"gene_symbol": "CASK",
"hgnc_id": 1497,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,XL",
"hgvs_c": "c.1922G>A",
"hgvs_p": "p.Arg641Lys"
}
],
"clinvar_disease": " CASK-related, X-linked,Inborn genetic diseases,Intellectual disability,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 B:4",
"phenotype_combined": "not provided|Intellectual disability, CASK-related, X-linked|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}