← 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: 3-124667095-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=124667095&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 124667095,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000682506.1",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6615T>C",
"hgvs_p": "p.Val2205Val",
"transcript": "NM_001388419.1",
"protein_id": "NP_001375348.1",
"transcript_support_level": null,
"aa_start": 2205,
"aa_end": null,
"aa_length": 2986,
"cds_start": 6615,
"cds_end": null,
"cds_length": 8961,
"cdna_start": 6987,
"cdna_end": null,
"cdna_length": 16188,
"mane_select": "ENST00000682506.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6615T>C",
"hgvs_p": "p.Val2205Val",
"transcript": "ENST00000682506.1",
"protein_id": "ENSP00000508359.1",
"transcript_support_level": null,
"aa_start": 2205,
"aa_end": null,
"aa_length": 2986,
"cds_start": 6615,
"cds_end": null,
"cds_length": 8961,
"cdna_start": 6987,
"cdna_end": null,
"cdna_length": 16188,
"mane_select": "NM_001388419.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1521T>C",
"hgvs_p": "p.Val507Val",
"transcript": "ENST00000291478.9",
"protein_id": "ENSP00000291478.4",
"transcript_support_level": 1,
"aa_start": 507,
"aa_end": null,
"aa_length": 1289,
"cds_start": 1521,
"cds_end": null,
"cds_length": 3870,
"cdna_start": 1684,
"cdna_end": null,
"cdna_length": 10888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6612T>C",
"hgvs_p": "p.Val2204Val",
"transcript": "NM_001024660.5",
"protein_id": "NP_001019831.2",
"transcript_support_level": null,
"aa_start": 2204,
"aa_end": null,
"aa_length": 2986,
"cds_start": 6612,
"cds_end": null,
"cds_length": 8961,
"cdna_start": 6743,
"cdna_end": null,
"cdna_length": 15947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6612T>C",
"hgvs_p": "p.Val2204Val",
"transcript": "ENST00000360013.7",
"protein_id": "ENSP00000353109.3",
"transcript_support_level": 5,
"aa_start": 2204,
"aa_end": null,
"aa_length": 2986,
"cds_start": 6612,
"cds_end": null,
"cds_length": 8961,
"cdna_start": 6739,
"cdna_end": null,
"cdna_length": 10806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6516T>C",
"hgvs_p": "p.Val2172Val",
"transcript": "ENST00000354186.8",
"protein_id": "ENSP00000346122.4",
"transcript_support_level": 5,
"aa_start": 2172,
"aa_end": null,
"aa_length": 2954,
"cds_start": 6516,
"cds_end": null,
"cds_length": 8865,
"cdna_start": 6518,
"cdna_end": null,
"cdna_length": 10586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6609T>C",
"hgvs_p": "p.Val2203Val",
"transcript": "NM_001322988.2",
"protein_id": "NP_001309917.1",
"transcript_support_level": null,
"aa_start": 2203,
"aa_end": null,
"aa_length": 2396,
"cds_start": 6609,
"cds_end": null,
"cds_length": 7191,
"cdna_start": 6740,
"cdna_end": null,
"cdna_length": 8131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.4689T>C",
"hgvs_p": "p.Val1563Val",
"transcript": "NM_001388412.1",
"protein_id": "NP_001375341.1",
"transcript_support_level": null,
"aa_start": 1563,
"aa_end": null,
"aa_length": 1756,
"cds_start": 4689,
"cds_end": null,
"cds_length": 5271,
"cdna_start": 4865,
"cdna_end": null,
"cdna_length": 6256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1521T>C",
"hgvs_p": "p.Val507Val",
"transcript": "NM_007064.5",
"protein_id": "NP_008995.2",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 1289,
"cds_start": 1521,
"cds_end": null,
"cds_length": 3870,
"cdna_start": 1685,
"cdna_end": null,
"cdna_length": 10889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1521T>C",
"hgvs_p": "p.Val507Val",
"transcript": "NM_001322993.2",
"protein_id": "NP_001309922.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 1288,
"cds_start": 1521,
"cds_end": null,
"cds_length": 3867,
"cdna_start": 1685,
"cdna_end": null,
"cdna_length": 10886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.2697T>C",
"hgvs_p": "p.Val899Val",
"transcript": "ENST00000684360.1",
"protein_id": "ENSP00000506947.1",
"transcript_support_level": null,
"aa_start": 899,
"aa_end": null,
"aa_length": 1092,
"cds_start": 2697,
"cds_end": null,
"cds_length": 3279,
"cdna_start": 2697,
"cdna_end": null,
"cdna_length": 4088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1548T>C",
"hgvs_p": "p.Val516Val",
"transcript": "NM_001322994.2",
"protein_id": "NP_001309923.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 709,
"cds_start": 1548,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 1712,
"cdna_end": null,
"cdna_length": 3103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1548T>C",
"hgvs_p": "p.Val516Val",
"transcript": "ENST00000682363.1",
"protein_id": "ENSP00000507954.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 709,
"cds_start": 1548,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 1693,
"cdna_end": null,
"cdna_length": 3022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1521T>C",
"hgvs_p": "p.Val507Val",
"transcript": "NM_001322995.2",
"protein_id": "NP_001309924.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 701,
"cds_start": 1521,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1685,
"cdna_end": null,
"cdna_length": 3079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1521T>C",
"hgvs_p": "p.Val507Val",
"transcript": "NM_001322996.2",
"protein_id": "NP_001309925.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 700,
"cds_start": 1521,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 1685,
"cdna_end": null,
"cdna_length": 3076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1518T>C",
"hgvs_p": "p.Val506Val",
"transcript": "NM_001322997.2",
"protein_id": "NP_001309926.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 699,
"cds_start": 1518,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 1682,
"cdna_end": null,
"cdna_length": 3073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1425T>C",
"hgvs_p": "p.Val475Val",
"transcript": "NM_001322998.2",
"protein_id": "NP_001309927.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 669,
"cds_start": 1425,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 1589,
"cdna_end": null,
"cdna_length": 2983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1422T>C",
"hgvs_p": "p.Val474Val",
"transcript": "NM_001322999.2",
"protein_id": "NP_001309928.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 668,
"cds_start": 1422,
"cds_end": null,
"cds_length": 2007,
"cdna_start": 1586,
"cdna_end": null,
"cdna_length": 2980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1425T>C",
"hgvs_p": "p.Val475Val",
"transcript": "NM_001323000.2",
"protein_id": "NP_001309929.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 668,
"cds_start": 1425,
"cds_end": null,
"cds_length": 2007,
"cdna_start": 1589,
"cdna_end": null,
"cdna_length": 2980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.1422T>C",
"hgvs_p": "p.Val474Val",
"transcript": "NM_001323001.2",
"protein_id": "NP_001309930.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 667,
"cds_start": 1422,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1586,
"cdna_end": null,
"cdna_length": 2977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6618T>C",
"hgvs_p": "p.Val2206Val",
"transcript": "XM_006713810.4",
"protein_id": "XP_006713873.1",
"transcript_support_level": null,
"aa_start": 2206,
"aa_end": null,
"aa_length": 2988,
"cds_start": 6618,
"cds_end": null,
"cds_length": 8967,
"cdna_start": 6990,
"cdna_end": null,
"cdna_length": 16194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6618T>C",
"hgvs_p": "p.Val2206Val",
"transcript": "XM_011513279.3",
"protein_id": "XP_011511581.1",
"transcript_support_level": null,
"aa_start": 2206,
"aa_end": null,
"aa_length": 2987,
"cds_start": 6618,
"cds_end": null,
"cds_length": 8964,
"cdna_start": 6990,
"cdna_end": null,
"cdna_length": 16191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6615T>C",
"hgvs_p": "p.Val2205Val",
"transcript": "XM_011513280.3",
"protein_id": "XP_011511582.1",
"transcript_support_level": null,
"aa_start": 2205,
"aa_end": null,
"aa_length": 2987,
"cds_start": 6615,
"cds_end": null,
"cds_length": 8964,
"cdna_start": 6987,
"cdna_end": null,
"cdna_length": 16191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6591T>C",
"hgvs_p": "p.Val2197Val",
"transcript": "XM_006713811.4",
"protein_id": "XP_006713874.1",
"transcript_support_level": null,
"aa_start": 2197,
"aa_end": null,
"aa_length": 2979,
"cds_start": 6591,
"cds_end": null,
"cds_length": 8940,
"cdna_start": 6963,
"cdna_end": null,
"cdna_length": 16167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6585T>C",
"hgvs_p": "p.Val2195Val",
"transcript": "XM_011513281.4",
"protein_id": "XP_011511583.1",
"transcript_support_level": null,
"aa_start": 2195,
"aa_end": null,
"aa_length": 2977,
"cds_start": 6585,
"cds_end": null,
"cds_length": 8934,
"cdna_start": 6716,
"cdna_end": null,
"cdna_length": 15920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6579T>C",
"hgvs_p": "p.Val2193Val",
"transcript": "XM_006713812.4",
"protein_id": "XP_006713875.1",
"transcript_support_level": null,
"aa_start": 2193,
"aa_end": null,
"aa_length": 2975,
"cds_start": 6579,
"cds_end": null,
"cds_length": 8928,
"cdna_start": 6951,
"cdna_end": null,
"cdna_length": 16155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6618T>C",
"hgvs_p": "p.Val2206Val",
"transcript": "XM_017007429.2",
"protein_id": "XP_016862918.1",
"transcript_support_level": null,
"aa_start": 2206,
"aa_end": null,
"aa_length": 2968,
"cds_start": 6618,
"cds_end": null,
"cds_length": 8907,
"cdna_start": 6990,
"cdna_end": null,
"cdna_length": 16134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6618T>C",
"hgvs_p": "p.Val2206Val",
"transcript": "XM_047449157.1",
"protein_id": "XP_047305113.1",
"transcript_support_level": null,
"aa_start": 2206,
"aa_end": null,
"aa_length": 2967,
"cds_start": 6618,
"cds_end": null,
"cds_length": 8904,
"cdna_start": 6990,
"cdna_end": null,
"cdna_length": 16131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6552T>C",
"hgvs_p": "p.Val2184Val",
"transcript": "XM_006713813.4",
"protein_id": "XP_006713876.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2966,
"cds_start": 6552,
"cds_end": null,
"cds_length": 8901,
"cdna_start": 6924,
"cdna_end": null,
"cdna_length": 16128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6522T>C",
"hgvs_p": "p.Val2174Val",
"transcript": "XM_006713814.4",
"protein_id": "XP_006713877.1",
"transcript_support_level": null,
"aa_start": 2174,
"aa_end": null,
"aa_length": 2956,
"cds_start": 6522,
"cds_end": null,
"cds_length": 8871,
"cdna_start": 6894,
"cdna_end": null,
"cdna_length": 16098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6519T>C",
"hgvs_p": "p.Val2173Val",
"transcript": "XM_017007430.2",
"protein_id": "XP_016862919.1",
"transcript_support_level": null,
"aa_start": 2173,
"aa_end": null,
"aa_length": 2955,
"cds_start": 6519,
"cds_end": null,
"cds_length": 8868,
"cdna_start": 6891,
"cdna_end": null,
"cdna_length": 16095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6522T>C",
"hgvs_p": "p.Val2174Val",
"transcript": "XM_047449158.1",
"protein_id": "XP_047305114.1",
"transcript_support_level": null,
"aa_start": 2174,
"aa_end": null,
"aa_length": 2955,
"cds_start": 6522,
"cds_end": null,
"cds_length": 8868,
"cdna_start": 6894,
"cdna_end": null,
"cdna_length": 16095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6483T>C",
"hgvs_p": "p.Val2161Val",
"transcript": "XM_047449159.1",
"protein_id": "XP_047305115.1",
"transcript_support_level": null,
"aa_start": 2161,
"aa_end": null,
"aa_length": 2942,
"cds_start": 6483,
"cds_end": null,
"cds_length": 8829,
"cdna_start": 6855,
"cdna_end": null,
"cdna_length": 16056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6576T>C",
"hgvs_p": "p.Val2192Val",
"transcript": "XM_047449160.1",
"protein_id": "XP_047305116.1",
"transcript_support_level": null,
"aa_start": 2192,
"aa_end": null,
"aa_length": 2493,
"cds_start": 6576,
"cds_end": null,
"cds_length": 7482,
"cdna_start": 6948,
"cdna_end": null,
"cdna_length": 12608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6519T>C",
"hgvs_p": "p.Val2173Val",
"transcript": "XM_047449161.1",
"protein_id": "XP_047305117.1",
"transcript_support_level": null,
"aa_start": 2173,
"aa_end": null,
"aa_length": 2474,
"cds_start": 6519,
"cds_end": null,
"cds_length": 7425,
"cdna_start": 6891,
"cdna_end": null,
"cdna_length": 12551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6618T>C",
"hgvs_p": "p.Val2206Val",
"transcript": "XM_011513283.3",
"protein_id": "XP_011511585.1",
"transcript_support_level": null,
"aa_start": 2206,
"aa_end": null,
"aa_length": 2401,
"cds_start": 6618,
"cds_end": null,
"cds_length": 7206,
"cdna_start": 6990,
"cdna_end": null,
"cdna_length": 7685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6618T>C",
"hgvs_p": "p.Val2206Val",
"transcript": "XM_047449162.1",
"protein_id": "XP_047305118.1",
"transcript_support_level": null,
"aa_start": 2206,
"aa_end": null,
"aa_length": 2399,
"cds_start": 6618,
"cds_end": null,
"cds_length": 7200,
"cdna_start": 6990,
"cdna_end": null,
"cdna_length": 8381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6492T>C",
"hgvs_p": "p.Val2164Val",
"transcript": "XM_024453811.2",
"protein_id": "XP_024309579.1",
"transcript_support_level": null,
"aa_start": 2164,
"aa_end": null,
"aa_length": 2357,
"cds_start": 6492,
"cds_end": null,
"cds_length": 7074,
"cdna_start": 6864,
"cdna_end": null,
"cdna_length": 8255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.6480T>C",
"hgvs_p": "p.Val2160Val",
"transcript": "XM_047449163.1",
"protein_id": "XP_047305119.1",
"transcript_support_level": null,
"aa_start": 2160,
"aa_end": null,
"aa_length": 2353,
"cds_start": 6480,
"cds_end": null,
"cds_length": 7062,
"cdna_start": 6852,
"cdna_end": null,
"cdna_length": 8243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "c.4689T>C",
"hgvs_p": "p.Val1563Val",
"transcript": "XM_047449164.1",
"protein_id": "XP_047305120.1",
"transcript_support_level": null,
"aa_start": 1563,
"aa_end": null,
"aa_length": 2345,
"cds_start": 4689,
"cds_end": null,
"cds_length": 7038,
"cdna_start": 4891,
"cdna_end": null,
"cdna_length": 14095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "n.1799T>C",
"hgvs_p": null,
"transcript": "ENST00000393496.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "n.1158T>C",
"hgvs_p": null,
"transcript": "ENST00000459915.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "n.*1060T>C",
"hgvs_p": null,
"transcript": "ENST00000682290.1",
"protein_id": "ENSP00000507381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "n.6569T>C",
"hgvs_p": null,
"transcript": "ENST00000683592.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"hgvs_c": "n.*1060T>C",
"hgvs_p": null,
"transcript": "ENST00000682290.1",
"protein_id": "ENSP00000507381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KALRN",
"gene_hgnc_id": 4814,
"dbsnp": "rs2289420",
"frequency_reference_population": 0.027375752,
"hom_count_reference_population": 834,
"allele_count_reference_population": 44182,
"gnomad_exomes_af": 0.0273272,
"gnomad_genomes_af": 0.0278416,
"gnomad_exomes_ac": 39941,
"gnomad_genomes_ac": 4241,
"gnomad_exomes_homalt": 753,
"gnomad_genomes_homalt": 81,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04100000113248825,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.041,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.087,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "BP4_Moderate,BP7,BA1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000682506.1",
"gene_symbol": "KALRN",
"hgnc_id": 4814,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.6615T>C",
"hgvs_p": "p.Val2205Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}