← 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-41520446-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=41520446&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 41520446,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001367721.1",
"consequences": [
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2755T>C",
"hgvs_p": "p.Trp919Arg",
"transcript": "NM_001367721.1",
"protein_id": "NP_001354650.1",
"transcript_support_level": null,
"aa_start": 919,
"aa_end": null,
"aa_length": 926,
"cds_start": 2755,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000378163.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367721.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2755T>C",
"hgvs_p": "p.Trp919Arg",
"transcript": "ENST00000378163.7",
"protein_id": "ENSP00000367405.1",
"transcript_support_level": 5,
"aa_start": 919,
"aa_end": null,
"aa_length": 926,
"cds_start": 2755,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001367721.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378163.7"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2686T>C",
"hgvs_p": "p.Trp896Arg",
"transcript": "ENST00000421587.8",
"protein_id": "ENSP00000400526.4",
"transcript_support_level": 1,
"aa_start": 896,
"aa_end": null,
"aa_length": 903,
"cds_start": 2686,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421587.8"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2653T>C",
"hgvs_p": "p.Trp885Arg",
"transcript": "ENST00000378166.9",
"protein_id": "ENSP00000367408.5",
"transcript_support_level": 1,
"aa_start": 885,
"aa_end": null,
"aa_length": 892,
"cds_start": 2653,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378166.9"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2617T>C",
"hgvs_p": "p.Trp873Arg",
"transcript": "ENST00000442742.7",
"protein_id": "ENSP00000398007.3",
"transcript_support_level": 1,
"aa_start": 873,
"aa_end": null,
"aa_length": 880,
"cds_start": 2617,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "n.2021T>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000378179.9"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2857T>C",
"hgvs_p": "p.Trp953Arg",
"transcript": "ENST00000915521.1",
"protein_id": "ENSP00000585579.1",
"transcript_support_level": null,
"aa_start": 953,
"aa_end": null,
"aa_length": 960,
"cds_start": 2857,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915521.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2842T>C",
"hgvs_p": "p.Trp948Arg",
"transcript": "ENST00000645986.2",
"protein_id": "ENSP00000494409.2",
"transcript_support_level": null,
"aa_start": 948,
"aa_end": null,
"aa_length": 955,
"cds_start": 2842,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645986.2"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2821T>C",
"hgvs_p": "p.Trp941Arg",
"transcript": "ENST00000915520.1",
"protein_id": "ENSP00000585578.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 948,
"cds_start": 2821,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915520.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2806T>C",
"hgvs_p": "p.Trp936Arg",
"transcript": "ENST00000956255.1",
"protein_id": "ENSP00000626314.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 943,
"cds_start": 2806,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956255.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2788T>C",
"hgvs_p": "p.Trp930Arg",
"transcript": "ENST00000956252.1",
"protein_id": "ENSP00000626311.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 937,
"cds_start": 2788,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956252.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2758T>C",
"hgvs_p": "p.Trp920Arg",
"transcript": "ENST00000378168.8",
"protein_id": "ENSP00000367410.4",
"transcript_support_level": 5,
"aa_start": 920,
"aa_end": null,
"aa_length": 927,
"cds_start": 2758,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378168.8"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2752T>C",
"hgvs_p": "p.Trp918Arg",
"transcript": "ENST00000956254.1",
"protein_id": "ENSP00000626313.1",
"transcript_support_level": null,
"aa_start": 918,
"aa_end": null,
"aa_length": 925,
"cds_start": 2752,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956254.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2740T>C",
"hgvs_p": "p.Trp914Arg",
"transcript": "NM_003688.4",
"protein_id": "NP_003679.2",
"transcript_support_level": null,
"aa_start": 914,
"aa_end": null,
"aa_length": 921,
"cds_start": 2740,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003688.4"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2740T>C",
"hgvs_p": "p.Trp914Arg",
"transcript": "ENST00000645566.1",
"protein_id": "ENSP00000494788.1",
"transcript_support_level": null,
"aa_start": 914,
"aa_end": null,
"aa_length": 921,
"cds_start": 2740,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645566.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2737T>C",
"hgvs_p": "p.Trp913Arg",
"transcript": "NM_001410745.1",
"protein_id": "NP_001397674.1",
"transcript_support_level": null,
"aa_start": 913,
"aa_end": null,
"aa_length": 920,
"cds_start": 2737,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410745.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2737T>C",
"hgvs_p": "p.Trp913Arg",
"transcript": "ENST00000644219.1",
"protein_id": "ENSP00000495357.1",
"transcript_support_level": null,
"aa_start": 913,
"aa_end": null,
"aa_length": 920,
"cds_start": 2737,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644219.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2719T>C",
"hgvs_p": "p.Trp907Arg",
"transcript": "ENST00000915519.1",
"protein_id": "ENSP00000585577.1",
"transcript_support_level": null,
"aa_start": 907,
"aa_end": null,
"aa_length": 914,
"cds_start": 2719,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915519.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2704T>C",
"hgvs_p": "p.Trp902Arg",
"transcript": "ENST00000378154.3",
"protein_id": "ENSP00000367396.2",
"transcript_support_level": 5,
"aa_start": 902,
"aa_end": null,
"aa_length": 909,
"cds_start": 2704,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378154.3"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2701T>C",
"hgvs_p": "p.Trp901Arg",
"transcript": "ENST00000378158.6",
"protein_id": "ENSP00000367400.2",
"transcript_support_level": 5,
"aa_start": 901,
"aa_end": null,
"aa_length": 908,
"cds_start": 2701,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378158.6"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2689T>C",
"hgvs_p": "p.Trp897Arg",
"transcript": "ENST00000675354.1",
"protein_id": "ENSP00000502315.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 904,
"cds_start": 2689,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675354.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2671T>C",
"hgvs_p": "p.Trp891Arg",
"transcript": "NM_001126054.3",
"protein_id": "NP_001119526.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 898,
"cds_start": 2671,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001126054.3"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2671T>C",
"hgvs_p": "p.Trp891Arg",
"transcript": "ENST00000646120.2",
"protein_id": "ENSP00000495291.2",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 898,
"cds_start": 2671,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646120.2"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2668T>C",
"hgvs_p": "p.Trp890Arg",
"transcript": "NM_001126055.3",
"protein_id": "NP_001119527.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 897,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001126055.3"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2668T>C",
"hgvs_p": "p.Trp890Arg",
"transcript": "ENST00000644347.1",
"protein_id": "ENSP00000494183.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 897,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644347.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2668T>C",
"hgvs_p": "p.Trp890Arg",
"transcript": "ENST00000915522.1",
"protein_id": "ENSP00000585580.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 897,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915522.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2665T>C",
"hgvs_p": "p.Trp889Arg",
"transcript": "ENST00000956253.1",
"protein_id": "ENSP00000626312.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 896,
"cds_start": 2665,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956253.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2563T>C",
"hgvs_p": "p.Trp855Arg",
"transcript": "ENST00000956257.1",
"protein_id": "ENSP00000626316.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 862,
"cds_start": 2563,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956257.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2548T>C",
"hgvs_p": "p.Trp850Arg",
"transcript": "ENST00000956256.1",
"protein_id": "ENSP00000626315.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 857,
"cds_start": 2548,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956256.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2077T>C",
"hgvs_p": "p.Trp693Arg",
"transcript": "ENST00000646087.2",
"protein_id": "ENSP00000495510.2",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 700,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646087.2"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.553T>C",
"hgvs_p": "p.Trp185Arg",
"transcript": "ENST00000643733.1",
"protein_id": "ENSP00000496319.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 192,
"cds_start": 553,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643733.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2755T>C",
"hgvs_p": "p.Trp919Arg",
"transcript": "XM_011543993.3",
"protein_id": "XP_011542295.1",
"transcript_support_level": null,
"aa_start": 919,
"aa_end": null,
"aa_length": 926,
"cds_start": 2755,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543993.3"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2719T>C",
"hgvs_p": "p.Trp907Arg",
"transcript": "XM_011543994.3",
"protein_id": "XP_011542296.1",
"transcript_support_level": null,
"aa_start": 907,
"aa_end": null,
"aa_length": 914,
"cds_start": 2719,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543994.3"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2701T>C",
"hgvs_p": "p.Trp901Arg",
"transcript": "XM_047442601.1",
"protein_id": "XP_047298557.1",
"transcript_support_level": null,
"aa_start": 901,
"aa_end": null,
"aa_length": 908,
"cds_start": 2701,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442601.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2686T>C",
"hgvs_p": "p.Trp896Arg",
"transcript": "XM_011543995.3",
"protein_id": "XP_011542297.1",
"transcript_support_level": null,
"aa_start": 896,
"aa_end": null,
"aa_length": 903,
"cds_start": 2686,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543995.3"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2650T>C",
"hgvs_p": "p.Trp884Arg",
"transcript": "XM_011543996.3",
"protein_id": "XP_011542298.1",
"transcript_support_level": null,
"aa_start": 884,
"aa_end": null,
"aa_length": 891,
"cds_start": 2650,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543996.3"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2632T>C",
"hgvs_p": "p.Trp878Arg",
"transcript": "XM_006724566.4",
"protein_id": "XP_006724629.1",
"transcript_support_level": null,
"aa_start": 878,
"aa_end": null,
"aa_length": 885,
"cds_start": 2632,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724566.4"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "c.2182T>C",
"hgvs_p": "p.Trp728Arg",
"transcript": "XM_011543997.4",
"protein_id": "XP_011542299.1",
"transcript_support_level": null,
"aa_start": 728,
"aa_end": null,
"aa_length": 735,
"cds_start": 2182,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "n.1534T>C",
"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": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "n.914T>C",
"hgvs_p": null,
"transcript": "ENST00000642641.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": "retained_intron",
"feature": "ENST00000642641.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"hgvs_c": "n.2986T>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000645937.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CASK-AS1",
"gene_hgnc_id": 40126,
"hgvs_c": "n.331+80A>G",
"hgvs_p": null,
"transcript": "ENST00000451126.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000451126.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CASK-AS1",
"gene_hgnc_id": 40126,
"hgvs_c": "n.2605+80A>G",
"hgvs_p": null,
"transcript": "NR_046581.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_046581.1"
}
],
"gene_symbol": "CASK",
"gene_hgnc_id": 1497,
"dbsnp": "rs137852819",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9284672737121582,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.682,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9997,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.947,
"phylop100way_prediction": "Pathogenic",
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001367721.1",
"gene_symbol": "CASK",
"hgnc_id": 1497,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.2755T>C",
"hgvs_p": "p.Trp919Arg"
},
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000451126.1",
"gene_symbol": "CASK-AS1",
"hgnc_id": 40126,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.331+80A>G",
"hgvs_p": null
}
],
"clinvar_disease": "FG syndrome 4",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "FG syndrome 4",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}