← 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: 12-890496-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=890496&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 890496,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000315939.11",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6248C>T",
"hgvs_p": "p.Thr2083Ile",
"transcript": "NM_213655.5",
"protein_id": "NP_998820.3",
"transcript_support_level": null,
"aa_start": 2083,
"aa_end": null,
"aa_length": 2634,
"cds_start": 6248,
"cds_end": null,
"cds_length": 7905,
"cdna_start": 7235,
"cdna_end": null,
"cdna_length": 11552,
"mane_select": null,
"mane_plus": "ENST00000340908.9",
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6248C>T",
"hgvs_p": "p.Thr2083Ile",
"transcript": "ENST00000340908.9",
"protein_id": "ENSP00000341292.5",
"transcript_support_level": 5,
"aa_start": 2083,
"aa_end": null,
"aa_length": 2634,
"cds_start": 6248,
"cds_end": null,
"cds_length": 7905,
"cdna_start": 7235,
"cdna_end": null,
"cdna_length": 11552,
"mane_select": null,
"mane_plus": "NM_213655.5",
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5492C>T",
"hgvs_p": "p.Thr1831Ile",
"transcript": "NM_018979.4",
"protein_id": "NP_061852.3",
"transcript_support_level": null,
"aa_start": 1831,
"aa_end": null,
"aa_length": 2382,
"cds_start": 5492,
"cds_end": null,
"cds_length": 7149,
"cdna_start": 6479,
"cdna_end": null,
"cdna_length": 10796,
"mane_select": "ENST00000315939.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5492C>T",
"hgvs_p": "p.Thr1831Ile",
"transcript": "ENST00000315939.11",
"protein_id": "ENSP00000313059.6",
"transcript_support_level": 1,
"aa_start": 1831,
"aa_end": null,
"aa_length": 2382,
"cds_start": 5492,
"cds_end": null,
"cds_length": 7149,
"cdna_start": 6479,
"cdna_end": null,
"cdna_length": 10796,
"mane_select": "NM_018979.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6731C>T",
"hgvs_p": "p.Thr2244Ile",
"transcript": "ENST00000530271.6",
"protein_id": "ENSP00000433548.3",
"transcript_support_level": 1,
"aa_start": 2244,
"aa_end": null,
"aa_length": 2833,
"cds_start": 6731,
"cds_end": null,
"cds_length": 8502,
"cdna_start": 7374,
"cdna_end": null,
"cdna_length": 11804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4751C>T",
"hgvs_p": "p.Thr1584Ile",
"transcript": "ENST00000535572.5",
"protein_id": "ENSP00000441972.1",
"transcript_support_level": 1,
"aa_start": 1584,
"aa_end": null,
"aa_length": 2134,
"cds_start": 4751,
"cds_end": null,
"cds_length": 6405,
"cdna_start": 5724,
"cdna_end": null,
"cdna_length": 9886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6272C>T",
"hgvs_p": "p.Thr2091Ile",
"transcript": "NM_001184985.2",
"protein_id": "NP_001171914.1",
"transcript_support_level": null,
"aa_start": 2091,
"aa_end": null,
"aa_length": 2642,
"cds_start": 6272,
"cds_end": null,
"cds_length": 7929,
"cdna_start": 7259,
"cdna_end": null,
"cdna_length": 11576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6272C>T",
"hgvs_p": "p.Thr2091Ile",
"transcript": "ENST00000537687.5",
"protein_id": "ENSP00000444465.1",
"transcript_support_level": 5,
"aa_start": 2091,
"aa_end": null,
"aa_length": 2642,
"cds_start": 6272,
"cds_end": null,
"cds_length": 7929,
"cdna_start": 6915,
"cdna_end": null,
"cdna_length": 11232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4751C>T",
"hgvs_p": "p.Thr1584Ile",
"transcript": "NM_014823.3",
"protein_id": "NP_055638.2",
"transcript_support_level": null,
"aa_start": 1584,
"aa_end": null,
"aa_length": 2134,
"cds_start": 4751,
"cds_end": null,
"cds_length": 6405,
"cdna_start": 5738,
"cdna_end": null,
"cdna_length": 10052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4271C>T",
"hgvs_p": "p.Thr1424Ile",
"transcript": "ENST00000675631.1",
"protein_id": "ENSP00000502415.1",
"transcript_support_level": null,
"aa_start": 1424,
"aa_end": null,
"aa_length": 1975,
"cds_start": 4271,
"cds_end": null,
"cds_length": 5928,
"cdna_start": 4540,
"cdna_end": null,
"cdna_length": 8857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.2939C>T",
"hgvs_p": "p.Thr980Ile",
"transcript": "ENST00000676347.1",
"protein_id": "ENSP00000501875.1",
"transcript_support_level": null,
"aa_start": 980,
"aa_end": null,
"aa_length": 1531,
"cds_start": 2939,
"cds_end": null,
"cds_length": 4596,
"cdna_start": 2939,
"cdna_end": null,
"cdna_length": 4596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6731C>T",
"hgvs_p": "p.Thr2244Ile",
"transcript": "XM_011520997.4",
"protein_id": "XP_011519299.1",
"transcript_support_level": null,
"aa_start": 2244,
"aa_end": null,
"aa_length": 2795,
"cds_start": 6731,
"cds_end": null,
"cds_length": 8388,
"cdna_start": 7718,
"cdna_end": null,
"cdna_length": 12035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6728C>T",
"hgvs_p": "p.Thr2243Ile",
"transcript": "XM_011520998.3",
"protein_id": "XP_011519300.1",
"transcript_support_level": null,
"aa_start": 2243,
"aa_end": null,
"aa_length": 2794,
"cds_start": 6728,
"cds_end": null,
"cds_length": 8385,
"cdna_start": 7715,
"cdna_end": null,
"cdna_length": 12032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6731C>T",
"hgvs_p": "p.Thr2244Ile",
"transcript": "XM_011520999.3",
"protein_id": "XP_011519301.1",
"transcript_support_level": null,
"aa_start": 2244,
"aa_end": null,
"aa_length": 2794,
"cds_start": 6731,
"cds_end": null,
"cds_length": 8385,
"cdna_start": 7718,
"cdna_end": null,
"cdna_length": 12032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6731C>T",
"hgvs_p": "p.Thr2244Ile",
"transcript": "XM_011521000.3",
"protein_id": "XP_011519302.1",
"transcript_support_level": null,
"aa_start": 2244,
"aa_end": null,
"aa_length": 2730,
"cds_start": 6731,
"cds_end": null,
"cds_length": 8193,
"cdna_start": 7718,
"cdna_end": null,
"cdna_length": 11840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6731C>T",
"hgvs_p": "p.Thr2244Ile",
"transcript": "XM_047429374.1",
"protein_id": "XP_047285330.1",
"transcript_support_level": null,
"aa_start": 2244,
"aa_end": null,
"aa_length": 2729,
"cds_start": 6731,
"cds_end": null,
"cds_length": 8190,
"cdna_start": 7718,
"cdna_end": null,
"cdna_length": 11837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6452C>T",
"hgvs_p": "p.Thr2151Ile",
"transcript": "XM_011521001.3",
"protein_id": "XP_011519303.1",
"transcript_support_level": null,
"aa_start": 2151,
"aa_end": null,
"aa_length": 2702,
"cds_start": 6452,
"cds_end": null,
"cds_length": 8109,
"cdna_start": 7439,
"cdna_end": null,
"cdna_length": 11756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6452C>T",
"hgvs_p": "p.Thr2151Ile",
"transcript": "XM_047429375.1",
"protein_id": "XP_047285331.1",
"transcript_support_level": null,
"aa_start": 2151,
"aa_end": null,
"aa_length": 2701,
"cds_start": 6452,
"cds_end": null,
"cds_length": 8106,
"cdna_start": 7439,
"cdna_end": null,
"cdna_length": 11753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6269C>T",
"hgvs_p": "p.Thr2090Ile",
"transcript": "XM_011521002.3",
"protein_id": "XP_011519304.1",
"transcript_support_level": null,
"aa_start": 2090,
"aa_end": null,
"aa_length": 2641,
"cds_start": 6269,
"cds_end": null,
"cds_length": 7926,
"cdna_start": 7256,
"cdna_end": null,
"cdna_length": 11573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6272C>T",
"hgvs_p": "p.Thr2091Ile",
"transcript": "XM_047429376.1",
"protein_id": "XP_047285332.1",
"transcript_support_level": null,
"aa_start": 2091,
"aa_end": null,
"aa_length": 2641,
"cds_start": 6272,
"cds_end": null,
"cds_length": 7926,
"cdna_start": 7259,
"cdna_end": null,
"cdna_length": 11573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5993C>T",
"hgvs_p": "p.Thr1998Ile",
"transcript": "XM_011521003.3",
"protein_id": "XP_011519305.1",
"transcript_support_level": null,
"aa_start": 1998,
"aa_end": null,
"aa_length": 2549,
"cds_start": 5993,
"cds_end": null,
"cds_length": 7650,
"cdna_start": 6980,
"cdna_end": null,
"cdna_length": 11297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5489C>T",
"hgvs_p": "p.Thr1830Ile",
"transcript": "XM_006719003.3",
"protein_id": "XP_006719066.1",
"transcript_support_level": null,
"aa_start": 1830,
"aa_end": null,
"aa_length": 2381,
"cds_start": 5489,
"cds_end": null,
"cds_length": 7146,
"cdna_start": 6476,
"cdna_end": null,
"cdna_length": 10793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5492C>T",
"hgvs_p": "p.Thr1831Ile",
"transcript": "XM_047429377.1",
"protein_id": "XP_047285333.1",
"transcript_support_level": null,
"aa_start": 1831,
"aa_end": null,
"aa_length": 2381,
"cds_start": 5492,
"cds_end": null,
"cds_length": 7146,
"cdna_start": 6479,
"cdna_end": null,
"cdna_length": 10793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5489C>T",
"hgvs_p": "p.Thr1830Ile",
"transcript": "XM_047429378.1",
"protein_id": "XP_047285334.1",
"transcript_support_level": null,
"aa_start": 1830,
"aa_end": null,
"aa_length": 2380,
"cds_start": 5489,
"cds_end": null,
"cds_length": 7143,
"cdna_start": 6476,
"cdna_end": null,
"cdna_length": 10790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5408C>T",
"hgvs_p": "p.Thr1803Ile",
"transcript": "XM_011521006.3",
"protein_id": "XP_011519308.1",
"transcript_support_level": null,
"aa_start": 1803,
"aa_end": null,
"aa_length": 2354,
"cds_start": 5408,
"cds_end": null,
"cds_length": 7065,
"cdna_start": 6395,
"cdna_end": null,
"cdna_length": 10712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5405C>T",
"hgvs_p": "p.Thr1802Ile",
"transcript": "XM_011521007.3",
"protein_id": "XP_011519309.1",
"transcript_support_level": null,
"aa_start": 1802,
"aa_end": null,
"aa_length": 2353,
"cds_start": 5405,
"cds_end": null,
"cds_length": 7062,
"cdna_start": 6392,
"cdna_end": null,
"cdna_length": 10709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5408C>T",
"hgvs_p": "p.Thr1803Ile",
"transcript": "XM_047429379.1",
"protein_id": "XP_047285335.1",
"transcript_support_level": null,
"aa_start": 1803,
"aa_end": null,
"aa_length": 2353,
"cds_start": 5408,
"cds_end": null,
"cds_length": 7062,
"cdna_start": 6395,
"cdna_end": null,
"cdna_length": 10709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5213C>T",
"hgvs_p": "p.Thr1738Ile",
"transcript": "XM_047429380.1",
"protein_id": "XP_047285336.1",
"transcript_support_level": null,
"aa_start": 1738,
"aa_end": null,
"aa_length": 2289,
"cds_start": 5213,
"cds_end": null,
"cds_length": 6870,
"cdna_start": 6200,
"cdna_end": null,
"cdna_length": 10517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5408C>T",
"hgvs_p": "p.Thr1803Ile",
"transcript": "XM_047429381.1",
"protein_id": "XP_047285337.1",
"transcript_support_level": null,
"aa_start": 1803,
"aa_end": null,
"aa_length": 2289,
"cds_start": 5408,
"cds_end": null,
"cds_length": 6870,
"cdna_start": 6395,
"cdna_end": null,
"cdna_length": 10517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5210C>T",
"hgvs_p": "p.Thr1737Ile",
"transcript": "XM_047429382.1",
"protein_id": "XP_047285338.1",
"transcript_support_level": null,
"aa_start": 1737,
"aa_end": null,
"aa_length": 2288,
"cds_start": 5210,
"cds_end": null,
"cds_length": 6867,
"cdna_start": 6197,
"cdna_end": null,
"cdna_length": 10514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5213C>T",
"hgvs_p": "p.Thr1738Ile",
"transcript": "XM_047429383.1",
"protein_id": "XP_047285339.1",
"transcript_support_level": null,
"aa_start": 1738,
"aa_end": null,
"aa_length": 2288,
"cds_start": 5213,
"cds_end": null,
"cds_length": 6867,
"cdna_start": 6200,
"cdna_end": null,
"cdna_length": 10514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5210C>T",
"hgvs_p": "p.Thr1737Ile",
"transcript": "XM_047429384.1",
"protein_id": "XP_047285340.1",
"transcript_support_level": null,
"aa_start": 1737,
"aa_end": null,
"aa_length": 2287,
"cds_start": 5210,
"cds_end": null,
"cds_length": 6864,
"cdna_start": 6197,
"cdna_end": null,
"cdna_length": 10511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5129C>T",
"hgvs_p": "p.Thr1710Ile",
"transcript": "XM_047429385.1",
"protein_id": "XP_047285341.1",
"transcript_support_level": null,
"aa_start": 1710,
"aa_end": null,
"aa_length": 2261,
"cds_start": 5129,
"cds_end": null,
"cds_length": 6786,
"cdna_start": 6116,
"cdna_end": null,
"cdna_length": 10433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5126C>T",
"hgvs_p": "p.Thr1709Ile",
"transcript": "XM_047429386.1",
"protein_id": "XP_047285342.1",
"transcript_support_level": null,
"aa_start": 1709,
"aa_end": null,
"aa_length": 2260,
"cds_start": 5126,
"cds_end": null,
"cds_length": 6783,
"cdna_start": 6113,
"cdna_end": null,
"cdna_length": 10430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5126C>T",
"hgvs_p": "p.Thr1709Ile",
"transcript": "XM_047429387.1",
"protein_id": "XP_047285343.1",
"transcript_support_level": null,
"aa_start": 1709,
"aa_end": null,
"aa_length": 2259,
"cds_start": 5126,
"cds_end": null,
"cds_length": 6780,
"cdna_start": 6113,
"cdna_end": null,
"cdna_length": 10427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5033C>T",
"hgvs_p": "p.Thr1678Ile",
"transcript": "XM_047429388.1",
"protein_id": "XP_047285344.1",
"transcript_support_level": null,
"aa_start": 1678,
"aa_end": null,
"aa_length": 2229,
"cds_start": 5033,
"cds_end": null,
"cds_length": 6690,
"cdna_start": 6020,
"cdna_end": null,
"cdna_length": 10337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5030C>T",
"hgvs_p": "p.Thr1677Ile",
"transcript": "XM_017019834.2",
"protein_id": "XP_016875323.1",
"transcript_support_level": null,
"aa_start": 1677,
"aa_end": null,
"aa_length": 2228,
"cds_start": 5030,
"cds_end": null,
"cds_length": 6687,
"cdna_start": 6017,
"cdna_end": null,
"cdna_length": 10334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5033C>T",
"hgvs_p": "p.Thr1678Ile",
"transcript": "XM_047429389.1",
"protein_id": "XP_047285345.1",
"transcript_support_level": null,
"aa_start": 1678,
"aa_end": null,
"aa_length": 2228,
"cds_start": 5033,
"cds_end": null,
"cds_length": 6687,
"cdna_start": 6020,
"cdna_end": null,
"cdna_length": 10334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5030C>T",
"hgvs_p": "p.Thr1677Ile",
"transcript": "XM_047429390.1",
"protein_id": "XP_047285346.1",
"transcript_support_level": null,
"aa_start": 1677,
"aa_end": null,
"aa_length": 2227,
"cds_start": 5030,
"cds_end": null,
"cds_length": 6684,
"cdna_start": 6017,
"cdna_end": null,
"cdna_length": 10331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4949C>T",
"hgvs_p": "p.Thr1650Ile",
"transcript": "XM_017019835.2",
"protein_id": "XP_016875324.1",
"transcript_support_level": null,
"aa_start": 1650,
"aa_end": null,
"aa_length": 2201,
"cds_start": 4949,
"cds_end": null,
"cds_length": 6606,
"cdna_start": 5936,
"cdna_end": null,
"cdna_length": 10253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4946C>T",
"hgvs_p": "p.Thr1649Ile",
"transcript": "XM_017019836.2",
"protein_id": "XP_016875325.1",
"transcript_support_level": null,
"aa_start": 1649,
"aa_end": null,
"aa_length": 2200,
"cds_start": 4946,
"cds_end": null,
"cds_length": 6603,
"cdna_start": 5933,
"cdna_end": null,
"cdna_length": 10250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4949C>T",
"hgvs_p": "p.Thr1650Ile",
"transcript": "XM_047429391.1",
"protein_id": "XP_047285347.1",
"transcript_support_level": null,
"aa_start": 1650,
"aa_end": null,
"aa_length": 2200,
"cds_start": 4949,
"cds_end": null,
"cds_length": 6603,
"cdna_start": 5936,
"cdna_end": null,
"cdna_length": 10250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4946C>T",
"hgvs_p": "p.Thr1649Ile",
"transcript": "XM_047429392.1",
"protein_id": "XP_047285348.1",
"transcript_support_level": null,
"aa_start": 1649,
"aa_end": null,
"aa_length": 2199,
"cds_start": 4946,
"cds_end": null,
"cds_length": 6600,
"cdna_start": 5933,
"cdna_end": null,
"cdna_length": 10247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5033C>T",
"hgvs_p": "p.Thr1678Ile",
"transcript": "XM_047429393.1",
"protein_id": "XP_047285349.1",
"transcript_support_level": null,
"aa_start": 1678,
"aa_end": null,
"aa_length": 2164,
"cds_start": 5033,
"cds_end": null,
"cds_length": 6495,
"cdna_start": 6020,
"cdna_end": null,
"cdna_length": 10142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4754C>T",
"hgvs_p": "p.Thr1585Ile",
"transcript": "XM_017019837.2",
"protein_id": "XP_016875326.1",
"transcript_support_level": null,
"aa_start": 1585,
"aa_end": null,
"aa_length": 2136,
"cds_start": 4754,
"cds_end": null,
"cds_length": 6411,
"cdna_start": 5741,
"cdna_end": null,
"cdna_length": 10058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4949C>T",
"hgvs_p": "p.Thr1650Ile",
"transcript": "XM_047429394.1",
"protein_id": "XP_047285350.1",
"transcript_support_level": null,
"aa_start": 1650,
"aa_end": null,
"aa_length": 2136,
"cds_start": 4949,
"cds_end": null,
"cds_length": 6411,
"cdna_start": 5936,
"cdna_end": null,
"cdna_length": 10058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4751C>T",
"hgvs_p": "p.Thr1584Ile",
"transcript": "XM_017019838.2",
"protein_id": "XP_016875327.1",
"transcript_support_level": null,
"aa_start": 1584,
"aa_end": null,
"aa_length": 2135,
"cds_start": 4751,
"cds_end": null,
"cds_length": 6408,
"cdna_start": 5738,
"cdna_end": null,
"cdna_length": 10055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4754C>T",
"hgvs_p": "p.Thr1585Ile",
"transcript": "XM_047429395.1",
"protein_id": "XP_047285351.1",
"transcript_support_level": null,
"aa_start": 1585,
"aa_end": null,
"aa_length": 2135,
"cds_start": 4754,
"cds_end": null,
"cds_length": 6408,
"cdna_start": 5741,
"cdna_end": null,
"cdna_length": 10055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4946C>T",
"hgvs_p": "p.Thr1649Ile",
"transcript": "XM_047429396.1",
"protein_id": "XP_047285352.1",
"transcript_support_level": null,
"aa_start": 1649,
"aa_end": null,
"aa_length": 2135,
"cds_start": 4946,
"cds_end": null,
"cds_length": 6408,
"cdna_start": 5933,
"cdna_end": null,
"cdna_length": 10055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4949C>T",
"hgvs_p": "p.Thr1650Ile",
"transcript": "XM_047429397.1",
"protein_id": "XP_047285353.1",
"transcript_support_level": null,
"aa_start": 1650,
"aa_end": null,
"aa_length": 2135,
"cds_start": 4949,
"cds_end": null,
"cds_length": 6408,
"cdna_start": 5936,
"cdna_end": null,
"cdna_length": 10055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4670C>T",
"hgvs_p": "p.Thr1557Ile",
"transcript": "XM_011521008.3",
"protein_id": "XP_011519310.1",
"transcript_support_level": null,
"aa_start": 1557,
"aa_end": null,
"aa_length": 2108,
"cds_start": 4670,
"cds_end": null,
"cds_length": 6327,
"cdna_start": 5657,
"cdna_end": null,
"cdna_length": 9974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4667C>T",
"hgvs_p": "p.Thr1556Ile",
"transcript": "XM_011521009.3",
"protein_id": "XP_011519311.1",
"transcript_support_level": null,
"aa_start": 1556,
"aa_end": null,
"aa_length": 2107,
"cds_start": 4667,
"cds_end": null,
"cds_length": 6324,
"cdna_start": 5654,
"cdna_end": null,
"cdna_length": 9971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4670C>T",
"hgvs_p": "p.Thr1557Ile",
"transcript": "XM_047429398.1",
"protein_id": "XP_047285354.1",
"transcript_support_level": null,
"aa_start": 1557,
"aa_end": null,
"aa_length": 2107,
"cds_start": 4670,
"cds_end": null,
"cds_length": 6324,
"cdna_start": 5657,
"cdna_end": null,
"cdna_length": 9971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4667C>T",
"hgvs_p": "p.Thr1556Ile",
"transcript": "XM_047429399.1",
"protein_id": "XP_047285355.1",
"transcript_support_level": null,
"aa_start": 1556,
"aa_end": null,
"aa_length": 2106,
"cds_start": 4667,
"cds_end": null,
"cds_length": 6321,
"cdna_start": 5654,
"cdna_end": null,
"cdna_length": 9968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4754C>T",
"hgvs_p": "p.Thr1585Ile",
"transcript": "XM_047429400.1",
"protein_id": "XP_047285356.1",
"transcript_support_level": null,
"aa_start": 1585,
"aa_end": null,
"aa_length": 2071,
"cds_start": 4754,
"cds_end": null,
"cds_length": 6216,
"cdna_start": 5741,
"cdna_end": null,
"cdna_length": 9863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4751C>T",
"hgvs_p": "p.Thr1584Ile",
"transcript": "XM_047429401.1",
"protein_id": "XP_047285357.1",
"transcript_support_level": null,
"aa_start": 1584,
"aa_end": null,
"aa_length": 2070,
"cds_start": 4751,
"cds_end": null,
"cds_length": 6213,
"cdna_start": 5738,
"cdna_end": null,
"cdna_length": 9860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4751C>T",
"hgvs_p": "p.Thr1584Ile",
"transcript": "XM_047429402.1",
"protein_id": "XP_047285358.1",
"transcript_support_level": null,
"aa_start": 1584,
"aa_end": null,
"aa_length": 2069,
"cds_start": 4751,
"cds_end": null,
"cds_length": 6210,
"cdna_start": 5738,
"cdna_end": null,
"cdna_length": 9857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3533C>T",
"hgvs_p": "p.Thr1178Ile",
"transcript": "XM_047429403.1",
"protein_id": "XP_047285359.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1729,
"cds_start": 3533,
"cds_end": null,
"cds_length": 5190,
"cdna_start": 3802,
"cdna_end": null,
"cdna_length": 8119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"dbsnp": "rs373765496",
"frequency_reference_population": 0.000004788433,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000478843,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08151015639305115,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.024,
"revel_prediction": "Benign",
"alphamissense_score": 0.104,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.064,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": "ENST00000315939.11",
"gene_symbol": "WNK1",
"hgnc_id": 14540,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.5492C>T",
"hgvs_p": "p.Thr1831Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}