← 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: 1-14960792-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=14960792&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 14960792,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_201628.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.335C>A",
"hgvs_p": "p.Ser112Tyr",
"transcript": "NM_201628.3",
"protein_id": "NP_963922.2",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 775,
"cds_start": 335,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376030.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201628.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.335C>A",
"hgvs_p": "p.Ser112Tyr",
"transcript": "ENST00000376030.7",
"protein_id": "ENSP00000365198.2",
"transcript_support_level": 5,
"aa_start": 112,
"aa_end": null,
"aa_length": 775,
"cds_start": 335,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_201628.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376030.7"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.335C>A",
"hgvs_p": "p.Ser112Tyr",
"transcript": "ENST00000503743.5",
"protein_id": "ENSP00000426015.1",
"transcript_support_level": 1,
"aa_start": 112,
"aa_end": null,
"aa_length": 421,
"cds_start": 335,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503743.5"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.317C>A",
"hgvs_p": "p.Ser106Tyr",
"transcript": "ENST00000361144.9",
"protein_id": "ENSP00000354727.5",
"transcript_support_level": 1,
"aa_start": 106,
"aa_end": null,
"aa_length": 415,
"cds_start": 317,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361144.9"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.53C>A",
"hgvs_p": "p.Ser18Tyr",
"transcript": "ENST00000400797.3",
"protein_id": "ENSP00000383601.3",
"transcript_support_level": 1,
"aa_start": 18,
"aa_end": null,
"aa_length": 327,
"cds_start": 53,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000400797.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.53C>A",
"hgvs_p": "p.Ser18Tyr",
"transcript": "ENST00000400798.6",
"protein_id": "ENSP00000383602.2",
"transcript_support_level": 1,
"aa_start": 18,
"aa_end": null,
"aa_length": 327,
"cds_start": 53,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000400798.6"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.599C>A",
"hgvs_p": "p.Ser200Tyr",
"transcript": "ENST00000636203.1",
"protein_id": "ENSP00000490958.1",
"transcript_support_level": 5,
"aa_start": 200,
"aa_end": null,
"aa_length": 863,
"cds_start": 599,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636203.1"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.335C>A",
"hgvs_p": "p.Ser112Tyr",
"transcript": "NM_001437721.1",
"protein_id": "NP_001424650.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 421,
"cds_start": 335,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437721.1"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.335C>A",
"hgvs_p": "p.Ser112Tyr",
"transcript": "NM_015209.3",
"protein_id": "NP_056024.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 421,
"cds_start": 335,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015209.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.317C>A",
"hgvs_p": "p.Ser106Tyr",
"transcript": "NM_001018000.4",
"protein_id": "NP_001018000.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 415,
"cds_start": 317,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001018000.4"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Ser103Tyr",
"transcript": "NM_001370229.2",
"protein_id": "NP_001357158.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 412,
"cds_start": 308,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370229.2"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.53C>A",
"hgvs_p": "p.Ser18Tyr",
"transcript": "NM_001017999.3",
"protein_id": "NP_001017999.1",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 327,
"cds_start": 53,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001017999.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.53C>A",
"hgvs_p": "p.Ser18Tyr",
"transcript": "NM_001018001.3",
"protein_id": "NP_001018001.1",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 327,
"cds_start": 53,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001018001.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.53C>A",
"hgvs_p": "p.Ser18Tyr",
"transcript": "NM_001370231.2",
"protein_id": "NP_001357160.2",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 327,
"cds_start": 53,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370231.2"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.140C>A",
"hgvs_p": "p.Ser47Tyr",
"transcript": "NM_001370230.2",
"protein_id": "NP_001357159.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 304,
"cds_start": 140,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370230.2"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.53C>A",
"hgvs_p": "p.Ser18Tyr",
"transcript": "ENST00000376028.8",
"protein_id": "ENSP00000365196.4",
"transcript_support_level": 3,
"aa_start": 18,
"aa_end": null,
"aa_length": 165,
"cds_start": 53,
"cds_end": null,
"cds_length": 499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376028.8"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.629C>A",
"hgvs_p": "p.Ser210Tyr",
"transcript": "XM_011541074.4",
"protein_id": "XP_011539376.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 979,
"cds_start": 629,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541074.4"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.335C>A",
"hgvs_p": "p.Ser112Tyr",
"transcript": "XM_047415845.1",
"protein_id": "XP_047271801.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 881,
"cds_start": 335,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415845.1"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.317C>A",
"hgvs_p": "p.Ser106Tyr",
"transcript": "XM_011541075.3",
"protein_id": "XP_011539377.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 875,
"cds_start": 317,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541075.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.629C>A",
"hgvs_p": "p.Ser210Tyr",
"transcript": "XM_005245795.6",
"protein_id": "XP_005245852.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 873,
"cds_start": 629,
"cds_end": null,
"cds_length": 2622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245795.6"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Ser103Tyr",
"transcript": "XM_047415858.1",
"protein_id": "XP_047271814.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 872,
"cds_start": 308,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415858.1"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.53C>A",
"hgvs_p": "p.Ser18Tyr",
"transcript": "XM_011541076.3",
"protein_id": "XP_011539378.1",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 787,
"cds_start": 53,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541076.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.53C>A",
"hgvs_p": "p.Ser18Tyr",
"transcript": "XM_011541077.3",
"protein_id": "XP_011539379.1",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 787,
"cds_start": 53,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541077.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.629C>A",
"hgvs_p": "p.Ser210Tyr",
"transcript": "XM_011541080.4",
"protein_id": "XP_011539382.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 615,
"cds_start": 629,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541080.4"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.629C>A",
"hgvs_p": "p.Ser210Tyr",
"transcript": "XM_017000768.3",
"protein_id": "XP_016856257.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 491,
"cds_start": 629,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000768.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.629C>A",
"hgvs_p": "p.Ser210Tyr",
"transcript": "XM_017000769.3",
"protein_id": "XP_016856258.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 471,
"cds_start": 629,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000769.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.629C>A",
"hgvs_p": "p.Ser210Tyr",
"transcript": "XM_017000770.3",
"protein_id": "XP_016856259.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 467,
"cds_start": 629,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000770.3"
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "c.317C>A",
"hgvs_p": "p.Ser106Tyr",
"transcript": "XM_047415880.1",
"protein_id": "XP_047271836.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 363,
"cds_start": 317,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415880.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"hgvs_c": "n.629C>A",
"hgvs_p": null,
"transcript": "ENST00000491547.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": "retained_intron",
"feature": "ENST00000491547.1"
}
],
"gene_symbol": "KAZN",
"gene_hgnc_id": 29173,
"dbsnp": "rs146940193",
"frequency_reference_population": 0.000052719588,
"hom_count_reference_population": 0,
"allele_count_reference_population": 85,
"gnomad_exomes_af": 0.000051366,
"gnomad_genomes_af": 0.0000657056,
"gnomad_exomes_ac": 75,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17737773060798645,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.098,
"revel_prediction": "Benign",
"alphamissense_score": 0.2024,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.378,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_201628.3",
"gene_symbol": "KAZN",
"hgnc_id": 29173,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.335C>A",
"hgvs_p": "p.Ser112Tyr"
}
],
"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
}