← 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: 21-33602265-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=33602265&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 33602265,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_145858.3",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "NM_145858.3",
"protein_id": "NP_665857.2",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 349,
"cds_start": 546,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000381554.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145858.3"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "ENST00000381554.8",
"protein_id": "ENSP00000370966.3",
"transcript_support_level": 1,
"aa_start": 182,
"aa_end": null,
"aa_length": 349,
"cds_start": 546,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_145858.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381554.8"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.618G>T",
"hgvs_p": "p.Lys206Asn",
"transcript": "ENST00000361534.6",
"protein_id": "ENSP00000355075.2",
"transcript_support_level": 1,
"aa_start": 206,
"aa_end": null,
"aa_length": 325,
"cds_start": 618,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361534.6"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "ENST00000381540.7",
"protein_id": "ENSP00000370951.3",
"transcript_support_level": 2,
"aa_start": 182,
"aa_end": null,
"aa_length": 322,
"cds_start": 546,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381540.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENSG00000249209",
"gene_hgnc_id": null,
"hgvs_c": "c.442-16084G>T",
"hgvs_p": null,
"transcript": "ENST00000429238.2",
"protein_id": "ENSP00000394107.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 241,
"cds_start": null,
"cds_end": null,
"cds_length": 727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429238.2"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "ENST00000949555.1",
"protein_id": "ENSP00000619614.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 385,
"cds_start": 546,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949555.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.609G>T",
"hgvs_p": "p.Lys203Asn",
"transcript": "ENST00000949551.1",
"protein_id": "ENSP00000619610.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 370,
"cds_start": 609,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949551.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.609G>T",
"hgvs_p": "p.Lys203Asn",
"transcript": "ENST00000949553.1",
"protein_id": "ENSP00000619612.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 370,
"cds_start": 609,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949553.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "ENST00000949552.1",
"protein_id": "ENSP00000619611.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 359,
"cds_start": 546,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949552.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "ENST00000949546.1",
"protein_id": "ENSP00000619605.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 349,
"cds_start": 546,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949546.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "ENST00000949548.1",
"protein_id": "ENSP00000619607.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 349,
"cds_start": 546,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949548.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "ENST00000949549.1",
"protein_id": "ENSP00000619608.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 349,
"cds_start": 546,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949549.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.501G>T",
"hgvs_p": "p.Lys167Asn",
"transcript": "ENST00000290244.9",
"protein_id": "ENSP00000290244.5",
"transcript_support_level": 5,
"aa_start": 167,
"aa_end": null,
"aa_length": 334,
"cds_start": 501,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000290244.9"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.468G>T",
"hgvs_p": "p.Lys156Asn",
"transcript": "ENST00000949547.1",
"protein_id": "ENSP00000619606.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 323,
"cds_start": 468,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949547.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn",
"transcript": "ENST00000949554.1",
"protein_id": "ENSP00000619613.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 315,
"cds_start": 546,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949554.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.375G>T",
"hgvs_p": "p.Lys125Asn",
"transcript": "ENST00000440526.5",
"protein_id": "ENSP00000412087.1",
"transcript_support_level": 3,
"aa_start": 125,
"aa_end": null,
"aa_length": 240,
"cds_start": 375,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440526.5"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.432G>T",
"hgvs_p": "p.Lys144Asn",
"transcript": "ENST00000445393.5",
"protein_id": "ENSP00000399730.1",
"transcript_support_level": 5,
"aa_start": 144,
"aa_end": null,
"aa_length": 197,
"cds_start": 432,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445393.5"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.390G>T",
"hgvs_p": "p.Lys130Asn",
"transcript": "ENST00000426935.5",
"protein_id": "ENSP00000387660.1",
"transcript_support_level": 3,
"aa_start": 130,
"aa_end": null,
"aa_length": 157,
"cds_start": 390,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426935.5"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.126G>T",
"hgvs_p": "p.Lys42Asn",
"transcript": "ENST00000414079.5",
"protein_id": "ENSP00000409387.1",
"transcript_support_level": 2,
"aa_start": 42,
"aa_end": null,
"aa_length": 97,
"cds_start": 126,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414079.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": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.332-3017G>T",
"hgvs_p": null,
"transcript": "ENST00000949550.1",
"protein_id": "ENSP00000619609.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": null,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949550.1"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "n.546G>T",
"hgvs_p": null,
"transcript": "ENST00000420072.5",
"protein_id": "ENSP00000416315.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000420072.5"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "n.501G>T",
"hgvs_p": null,
"transcript": "ENST00000429827.5",
"protein_id": "ENSP00000399937.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000429827.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "n.-1G>T",
"hgvs_p": null,
"transcript": "ENST00000437996.5",
"protein_id": "ENSP00000406423.1",
"transcript_support_level": 3,
"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": "ENST00000437996.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "n.237G>T",
"hgvs_p": null,
"transcript": "ENST00000452420.5",
"protein_id": "ENSP00000413513.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000452420.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "n.-1G>T",
"hgvs_p": null,
"transcript": "ENST00000437996.5",
"protein_id": "ENSP00000406423.1",
"transcript_support_level": 3,
"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": "ENST00000437996.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.*2G>T",
"hgvs_p": null,
"transcript": "ENST00000431177.5",
"protein_id": "ENSP00000405510.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 180,
"cds_start": null,
"cds_end": null,
"cds_length": 544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431177.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "c.*68G>T",
"hgvs_p": null,
"transcript": "ENST00000417979.5",
"protein_id": "ENSP00000402844.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 106,
"cds_start": null,
"cds_end": null,
"cds_length": 322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417979.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "n.-9G>T",
"hgvs_p": null,
"transcript": "ENST00000479964.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000479964.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"hgvs_c": "n.*67G>T",
"hgvs_p": null,
"transcript": "ENST00000488167.5",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000488167.5"
}
],
"gene_symbol": "CRYZL1",
"gene_hgnc_id": 2420,
"dbsnp": "rs145729792",
"frequency_reference_population": 0.00003044488,
"hom_count_reference_population": 0,
"allele_count_reference_population": 49,
"gnomad_exomes_af": 0.0000322505,
"gnomad_genomes_af": 0.0000131473,
"gnomad_exomes_ac": 47,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07156795263290405,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.227,
"revel_prediction": "Benign",
"alphamissense_score": 0.6249,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.015,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_145858.3",
"gene_symbol": "CRYZL1",
"hgnc_id": 2420,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.546G>T",
"hgvs_p": "p.Lys182Asn"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000429238.2",
"gene_symbol": "ENSG00000249209",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.442-16084G>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}