← 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-884687-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=884687&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 884687,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000315939.11",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4639T>C",
"hgvs_p": "p.Ser1547Pro",
"transcript": "NM_213655.5",
"protein_id": "NP_998820.3",
"transcript_support_level": null,
"aa_start": 1547,
"aa_end": null,
"aa_length": 2634,
"cds_start": 4639,
"cds_end": null,
"cds_length": 7905,
"cdna_start": 5626,
"cdna_end": null,
"cdna_length": 11552,
"mane_select": null,
"mane_plus": "ENST00000340908.9",
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4639T>C",
"hgvs_p": "p.Ser1547Pro",
"transcript": "ENST00000340908.9",
"protein_id": "ENSP00000341292.5",
"transcript_support_level": 5,
"aa_start": 1547,
"aa_end": null,
"aa_length": 2634,
"cds_start": 4639,
"cds_end": null,
"cds_length": 7905,
"cdna_start": 5626,
"cdna_end": null,
"cdna_length": 11552,
"mane_select": null,
"mane_plus": "NM_213655.5",
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3883T>C",
"hgvs_p": "p.Ser1295Pro",
"transcript": "NM_018979.4",
"protein_id": "NP_061852.3",
"transcript_support_level": null,
"aa_start": 1295,
"aa_end": null,
"aa_length": 2382,
"cds_start": 3883,
"cds_end": null,
"cds_length": 7149,
"cdna_start": 4870,
"cdna_end": null,
"cdna_length": 10796,
"mane_select": "ENST00000315939.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3883T>C",
"hgvs_p": "p.Ser1295Pro",
"transcript": "ENST00000315939.11",
"protein_id": "ENSP00000313059.6",
"transcript_support_level": 1,
"aa_start": 1295,
"aa_end": null,
"aa_length": 2382,
"cds_start": 3883,
"cds_end": null,
"cds_length": 7149,
"cdna_start": 4870,
"cdna_end": null,
"cdna_length": 10796,
"mane_select": "NM_018979.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5122T>C",
"hgvs_p": "p.Ser1708Pro",
"transcript": "ENST00000530271.6",
"protein_id": "ENSP00000433548.3",
"transcript_support_level": 1,
"aa_start": 1708,
"aa_end": null,
"aa_length": 2833,
"cds_start": 5122,
"cds_end": null,
"cds_length": 8502,
"cdna_start": 5765,
"cdna_end": null,
"cdna_length": 11804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3142T>C",
"hgvs_p": "p.Ser1048Pro",
"transcript": "ENST00000535572.5",
"protein_id": "ENSP00000441972.1",
"transcript_support_level": 1,
"aa_start": 1048,
"aa_end": null,
"aa_length": 2134,
"cds_start": 3142,
"cds_end": null,
"cds_length": 6405,
"cdna_start": 4115,
"cdna_end": null,
"cdna_length": 9886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4663T>C",
"hgvs_p": "p.Ser1555Pro",
"transcript": "NM_001184985.2",
"protein_id": "NP_001171914.1",
"transcript_support_level": null,
"aa_start": 1555,
"aa_end": null,
"aa_length": 2642,
"cds_start": 4663,
"cds_end": null,
"cds_length": 7929,
"cdna_start": 5650,
"cdna_end": null,
"cdna_length": 11576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4663T>C",
"hgvs_p": "p.Ser1555Pro",
"transcript": "ENST00000537687.5",
"protein_id": "ENSP00000444465.1",
"transcript_support_level": 5,
"aa_start": 1555,
"aa_end": null,
"aa_length": 2642,
"cds_start": 4663,
"cds_end": null,
"cds_length": 7929,
"cdna_start": 5306,
"cdna_end": null,
"cdna_length": 11232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3142T>C",
"hgvs_p": "p.Ser1048Pro",
"transcript": "NM_014823.3",
"protein_id": "NP_055638.2",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 2134,
"cds_start": 3142,
"cds_end": null,
"cds_length": 6405,
"cdna_start": 4129,
"cdna_end": null,
"cdna_length": 10052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.2662T>C",
"hgvs_p": "p.Ser888Pro",
"transcript": "ENST00000675631.1",
"protein_id": "ENSP00000502415.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 1975,
"cds_start": 2662,
"cds_end": null,
"cds_length": 5928,
"cdna_start": 2931,
"cdna_end": null,
"cdna_length": 8857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.1330T>C",
"hgvs_p": "p.Ser444Pro",
"transcript": "ENST00000676347.1",
"protein_id": "ENSP00000501875.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 1531,
"cds_start": 1330,
"cds_end": null,
"cds_length": 4596,
"cdna_start": 1330,
"cdna_end": null,
"cdna_length": 4596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5122T>C",
"hgvs_p": "p.Ser1708Pro",
"transcript": "XM_011520997.4",
"protein_id": "XP_011519299.1",
"transcript_support_level": null,
"aa_start": 1708,
"aa_end": null,
"aa_length": 2795,
"cds_start": 5122,
"cds_end": null,
"cds_length": 8388,
"cdna_start": 6109,
"cdna_end": null,
"cdna_length": 12035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5119T>C",
"hgvs_p": "p.Ser1707Pro",
"transcript": "XM_011520998.3",
"protein_id": "XP_011519300.1",
"transcript_support_level": null,
"aa_start": 1707,
"aa_end": null,
"aa_length": 2794,
"cds_start": 5119,
"cds_end": null,
"cds_length": 8385,
"cdna_start": 6106,
"cdna_end": null,
"cdna_length": 12032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5122T>C",
"hgvs_p": "p.Ser1708Pro",
"transcript": "XM_011520999.3",
"protein_id": "XP_011519301.1",
"transcript_support_level": null,
"aa_start": 1708,
"aa_end": null,
"aa_length": 2794,
"cds_start": 5122,
"cds_end": null,
"cds_length": 8385,
"cdna_start": 6109,
"cdna_end": null,
"cdna_length": 12032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5122T>C",
"hgvs_p": "p.Ser1708Pro",
"transcript": "XM_011521000.3",
"protein_id": "XP_011519302.1",
"transcript_support_level": null,
"aa_start": 1708,
"aa_end": null,
"aa_length": 2730,
"cds_start": 5122,
"cds_end": null,
"cds_length": 8193,
"cdna_start": 6109,
"cdna_end": null,
"cdna_length": 11840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5122T>C",
"hgvs_p": "p.Ser1708Pro",
"transcript": "XM_047429374.1",
"protein_id": "XP_047285330.1",
"transcript_support_level": null,
"aa_start": 1708,
"aa_end": null,
"aa_length": 2729,
"cds_start": 5122,
"cds_end": null,
"cds_length": 8190,
"cdna_start": 6109,
"cdna_end": null,
"cdna_length": 11837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4843T>C",
"hgvs_p": "p.Ser1615Pro",
"transcript": "XM_011521001.3",
"protein_id": "XP_011519303.1",
"transcript_support_level": null,
"aa_start": 1615,
"aa_end": null,
"aa_length": 2702,
"cds_start": 4843,
"cds_end": null,
"cds_length": 8109,
"cdna_start": 5830,
"cdna_end": null,
"cdna_length": 11756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4843T>C",
"hgvs_p": "p.Ser1615Pro",
"transcript": "XM_047429375.1",
"protein_id": "XP_047285331.1",
"transcript_support_level": null,
"aa_start": 1615,
"aa_end": null,
"aa_length": 2701,
"cds_start": 4843,
"cds_end": null,
"cds_length": 8106,
"cdna_start": 5830,
"cdna_end": null,
"cdna_length": 11753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4660T>C",
"hgvs_p": "p.Ser1554Pro",
"transcript": "XM_011521002.3",
"protein_id": "XP_011519304.1",
"transcript_support_level": null,
"aa_start": 1554,
"aa_end": null,
"aa_length": 2641,
"cds_start": 4660,
"cds_end": null,
"cds_length": 7926,
"cdna_start": 5647,
"cdna_end": null,
"cdna_length": 11573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4663T>C",
"hgvs_p": "p.Ser1555Pro",
"transcript": "XM_047429376.1",
"protein_id": "XP_047285332.1",
"transcript_support_level": null,
"aa_start": 1555,
"aa_end": null,
"aa_length": 2641,
"cds_start": 4663,
"cds_end": null,
"cds_length": 7926,
"cdna_start": 5650,
"cdna_end": null,
"cdna_length": 11573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4384T>C",
"hgvs_p": "p.Ser1462Pro",
"transcript": "XM_011521003.3",
"protein_id": "XP_011519305.1",
"transcript_support_level": null,
"aa_start": 1462,
"aa_end": null,
"aa_length": 2549,
"cds_start": 4384,
"cds_end": null,
"cds_length": 7650,
"cdna_start": 5371,
"cdna_end": null,
"cdna_length": 11297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3880T>C",
"hgvs_p": "p.Ser1294Pro",
"transcript": "XM_006719003.3",
"protein_id": "XP_006719066.1",
"transcript_support_level": null,
"aa_start": 1294,
"aa_end": null,
"aa_length": 2381,
"cds_start": 3880,
"cds_end": null,
"cds_length": 7146,
"cdna_start": 4867,
"cdna_end": null,
"cdna_length": 10793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3883T>C",
"hgvs_p": "p.Ser1295Pro",
"transcript": "XM_047429377.1",
"protein_id": "XP_047285333.1",
"transcript_support_level": null,
"aa_start": 1295,
"aa_end": null,
"aa_length": 2381,
"cds_start": 3883,
"cds_end": null,
"cds_length": 7146,
"cdna_start": 4870,
"cdna_end": null,
"cdna_length": 10793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3880T>C",
"hgvs_p": "p.Ser1294Pro",
"transcript": "XM_047429378.1",
"protein_id": "XP_047285334.1",
"transcript_support_level": null,
"aa_start": 1294,
"aa_end": null,
"aa_length": 2380,
"cds_start": 3880,
"cds_end": null,
"cds_length": 7143,
"cdna_start": 4867,
"cdna_end": null,
"cdna_length": 10790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3799T>C",
"hgvs_p": "p.Ser1267Pro",
"transcript": "XM_011521006.3",
"protein_id": "XP_011519308.1",
"transcript_support_level": null,
"aa_start": 1267,
"aa_end": null,
"aa_length": 2354,
"cds_start": 3799,
"cds_end": null,
"cds_length": 7065,
"cdna_start": 4786,
"cdna_end": null,
"cdna_length": 10712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3796T>C",
"hgvs_p": "p.Ser1266Pro",
"transcript": "XM_011521007.3",
"protein_id": "XP_011519309.1",
"transcript_support_level": null,
"aa_start": 1266,
"aa_end": null,
"aa_length": 2353,
"cds_start": 3796,
"cds_end": null,
"cds_length": 7062,
"cdna_start": 4783,
"cdna_end": null,
"cdna_length": 10709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3799T>C",
"hgvs_p": "p.Ser1267Pro",
"transcript": "XM_047429379.1",
"protein_id": "XP_047285335.1",
"transcript_support_level": null,
"aa_start": 1267,
"aa_end": null,
"aa_length": 2353,
"cds_start": 3799,
"cds_end": null,
"cds_length": 7062,
"cdna_start": 4786,
"cdna_end": null,
"cdna_length": 10709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3604T>C",
"hgvs_p": "p.Ser1202Pro",
"transcript": "XM_047429380.1",
"protein_id": "XP_047285336.1",
"transcript_support_level": null,
"aa_start": 1202,
"aa_end": null,
"aa_length": 2289,
"cds_start": 3604,
"cds_end": null,
"cds_length": 6870,
"cdna_start": 4591,
"cdna_end": null,
"cdna_length": 10517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3799T>C",
"hgvs_p": "p.Ser1267Pro",
"transcript": "XM_047429381.1",
"protein_id": "XP_047285337.1",
"transcript_support_level": null,
"aa_start": 1267,
"aa_end": null,
"aa_length": 2289,
"cds_start": 3799,
"cds_end": null,
"cds_length": 6870,
"cdna_start": 4786,
"cdna_end": null,
"cdna_length": 10517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3601T>C",
"hgvs_p": "p.Ser1201Pro",
"transcript": "XM_047429382.1",
"protein_id": "XP_047285338.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 2288,
"cds_start": 3601,
"cds_end": null,
"cds_length": 6867,
"cdna_start": 4588,
"cdna_end": null,
"cdna_length": 10514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3604T>C",
"hgvs_p": "p.Ser1202Pro",
"transcript": "XM_047429383.1",
"protein_id": "XP_047285339.1",
"transcript_support_level": null,
"aa_start": 1202,
"aa_end": null,
"aa_length": 2288,
"cds_start": 3604,
"cds_end": null,
"cds_length": 6867,
"cdna_start": 4591,
"cdna_end": null,
"cdna_length": 10514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3601T>C",
"hgvs_p": "p.Ser1201Pro",
"transcript": "XM_047429384.1",
"protein_id": "XP_047285340.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 2287,
"cds_start": 3601,
"cds_end": null,
"cds_length": 6864,
"cdna_start": 4588,
"cdna_end": null,
"cdna_length": 10511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3520T>C",
"hgvs_p": "p.Ser1174Pro",
"transcript": "XM_047429385.1",
"protein_id": "XP_047285341.1",
"transcript_support_level": null,
"aa_start": 1174,
"aa_end": null,
"aa_length": 2261,
"cds_start": 3520,
"cds_end": null,
"cds_length": 6786,
"cdna_start": 4507,
"cdna_end": null,
"cdna_length": 10433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3517T>C",
"hgvs_p": "p.Ser1173Pro",
"transcript": "XM_047429386.1",
"protein_id": "XP_047285342.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 2260,
"cds_start": 3517,
"cds_end": null,
"cds_length": 6783,
"cdna_start": 4504,
"cdna_end": null,
"cdna_length": 10430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3517T>C",
"hgvs_p": "p.Ser1173Pro",
"transcript": "XM_047429387.1",
"protein_id": "XP_047285343.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 2259,
"cds_start": 3517,
"cds_end": null,
"cds_length": 6780,
"cdna_start": 4504,
"cdna_end": null,
"cdna_length": 10427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3424T>C",
"hgvs_p": "p.Ser1142Pro",
"transcript": "XM_047429388.1",
"protein_id": "XP_047285344.1",
"transcript_support_level": null,
"aa_start": 1142,
"aa_end": null,
"aa_length": 2229,
"cds_start": 3424,
"cds_end": null,
"cds_length": 6690,
"cdna_start": 4411,
"cdna_end": null,
"cdna_length": 10337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3421T>C",
"hgvs_p": "p.Ser1141Pro",
"transcript": "XM_017019834.2",
"protein_id": "XP_016875323.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 2228,
"cds_start": 3421,
"cds_end": null,
"cds_length": 6687,
"cdna_start": 4408,
"cdna_end": null,
"cdna_length": 10334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3424T>C",
"hgvs_p": "p.Ser1142Pro",
"transcript": "XM_047429389.1",
"protein_id": "XP_047285345.1",
"transcript_support_level": null,
"aa_start": 1142,
"aa_end": null,
"aa_length": 2228,
"cds_start": 3424,
"cds_end": null,
"cds_length": 6687,
"cdna_start": 4411,
"cdna_end": null,
"cdna_length": 10334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3421T>C",
"hgvs_p": "p.Ser1141Pro",
"transcript": "XM_047429390.1",
"protein_id": "XP_047285346.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 2227,
"cds_start": 3421,
"cds_end": null,
"cds_length": 6684,
"cdna_start": 4408,
"cdna_end": null,
"cdna_length": 10331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3340T>C",
"hgvs_p": "p.Ser1114Pro",
"transcript": "XM_017019835.2",
"protein_id": "XP_016875324.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2201,
"cds_start": 3340,
"cds_end": null,
"cds_length": 6606,
"cdna_start": 4327,
"cdna_end": null,
"cdna_length": 10253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3337T>C",
"hgvs_p": "p.Ser1113Pro",
"transcript": "XM_017019836.2",
"protein_id": "XP_016875325.1",
"transcript_support_level": null,
"aa_start": 1113,
"aa_end": null,
"aa_length": 2200,
"cds_start": 3337,
"cds_end": null,
"cds_length": 6603,
"cdna_start": 4324,
"cdna_end": null,
"cdna_length": 10250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3340T>C",
"hgvs_p": "p.Ser1114Pro",
"transcript": "XM_047429391.1",
"protein_id": "XP_047285347.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2200,
"cds_start": 3340,
"cds_end": null,
"cds_length": 6603,
"cdna_start": 4327,
"cdna_end": null,
"cdna_length": 10250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3337T>C",
"hgvs_p": "p.Ser1113Pro",
"transcript": "XM_047429392.1",
"protein_id": "XP_047285348.1",
"transcript_support_level": null,
"aa_start": 1113,
"aa_end": null,
"aa_length": 2199,
"cds_start": 3337,
"cds_end": null,
"cds_length": 6600,
"cdna_start": 4324,
"cdna_end": null,
"cdna_length": 10247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3424T>C",
"hgvs_p": "p.Ser1142Pro",
"transcript": "XM_047429393.1",
"protein_id": "XP_047285349.1",
"transcript_support_level": null,
"aa_start": 1142,
"aa_end": null,
"aa_length": 2164,
"cds_start": 3424,
"cds_end": null,
"cds_length": 6495,
"cdna_start": 4411,
"cdna_end": null,
"cdna_length": 10142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3145T>C",
"hgvs_p": "p.Ser1049Pro",
"transcript": "XM_017019837.2",
"protein_id": "XP_016875326.1",
"transcript_support_level": null,
"aa_start": 1049,
"aa_end": null,
"aa_length": 2136,
"cds_start": 3145,
"cds_end": null,
"cds_length": 6411,
"cdna_start": 4132,
"cdna_end": null,
"cdna_length": 10058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3340T>C",
"hgvs_p": "p.Ser1114Pro",
"transcript": "XM_047429394.1",
"protein_id": "XP_047285350.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2136,
"cds_start": 3340,
"cds_end": null,
"cds_length": 6411,
"cdna_start": 4327,
"cdna_end": null,
"cdna_length": 10058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3142T>C",
"hgvs_p": "p.Ser1048Pro",
"transcript": "XM_017019838.2",
"protein_id": "XP_016875327.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 2135,
"cds_start": 3142,
"cds_end": null,
"cds_length": 6408,
"cdna_start": 4129,
"cdna_end": null,
"cdna_length": 10055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3145T>C",
"hgvs_p": "p.Ser1049Pro",
"transcript": "XM_047429395.1",
"protein_id": "XP_047285351.1",
"transcript_support_level": null,
"aa_start": 1049,
"aa_end": null,
"aa_length": 2135,
"cds_start": 3145,
"cds_end": null,
"cds_length": 6408,
"cdna_start": 4132,
"cdna_end": null,
"cdna_length": 10055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3337T>C",
"hgvs_p": "p.Ser1113Pro",
"transcript": "XM_047429396.1",
"protein_id": "XP_047285352.1",
"transcript_support_level": null,
"aa_start": 1113,
"aa_end": null,
"aa_length": 2135,
"cds_start": 3337,
"cds_end": null,
"cds_length": 6408,
"cdna_start": 4324,
"cdna_end": null,
"cdna_length": 10055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3340T>C",
"hgvs_p": "p.Ser1114Pro",
"transcript": "XM_047429397.1",
"protein_id": "XP_047285353.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 2135,
"cds_start": 3340,
"cds_end": null,
"cds_length": 6408,
"cdna_start": 4327,
"cdna_end": null,
"cdna_length": 10055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3061T>C",
"hgvs_p": "p.Ser1021Pro",
"transcript": "XM_011521008.3",
"protein_id": "XP_011519310.1",
"transcript_support_level": null,
"aa_start": 1021,
"aa_end": null,
"aa_length": 2108,
"cds_start": 3061,
"cds_end": null,
"cds_length": 6327,
"cdna_start": 4048,
"cdna_end": null,
"cdna_length": 9974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3058T>C",
"hgvs_p": "p.Ser1020Pro",
"transcript": "XM_011521009.3",
"protein_id": "XP_011519311.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 2107,
"cds_start": 3058,
"cds_end": null,
"cds_length": 6324,
"cdna_start": 4045,
"cdna_end": null,
"cdna_length": 9971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3061T>C",
"hgvs_p": "p.Ser1021Pro",
"transcript": "XM_047429398.1",
"protein_id": "XP_047285354.1",
"transcript_support_level": null,
"aa_start": 1021,
"aa_end": null,
"aa_length": 2107,
"cds_start": 3061,
"cds_end": null,
"cds_length": 6324,
"cdna_start": 4048,
"cdna_end": null,
"cdna_length": 9971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3058T>C",
"hgvs_p": "p.Ser1020Pro",
"transcript": "XM_047429399.1",
"protein_id": "XP_047285355.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 2106,
"cds_start": 3058,
"cds_end": null,
"cds_length": 6321,
"cdna_start": 4045,
"cdna_end": null,
"cdna_length": 9968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3145T>C",
"hgvs_p": "p.Ser1049Pro",
"transcript": "XM_047429400.1",
"protein_id": "XP_047285356.1",
"transcript_support_level": null,
"aa_start": 1049,
"aa_end": null,
"aa_length": 2071,
"cds_start": 3145,
"cds_end": null,
"cds_length": 6216,
"cdna_start": 4132,
"cdna_end": null,
"cdna_length": 9863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3142T>C",
"hgvs_p": "p.Ser1048Pro",
"transcript": "XM_047429401.1",
"protein_id": "XP_047285357.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 2070,
"cds_start": 3142,
"cds_end": null,
"cds_length": 6213,
"cdna_start": 4129,
"cdna_end": null,
"cdna_length": 9860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.3142T>C",
"hgvs_p": "p.Ser1048Pro",
"transcript": "XM_047429402.1",
"protein_id": "XP_047285358.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 2069,
"cds_start": 3142,
"cds_end": null,
"cds_length": 6210,
"cdna_start": 4129,
"cdna_end": null,
"cdna_length": 9857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.1924T>C",
"hgvs_p": "p.Ser642Pro",
"transcript": "XM_047429403.1",
"protein_id": "XP_047285359.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 1729,
"cds_start": 1924,
"cds_end": null,
"cds_length": 5190,
"cdna_start": 2193,
"cdna_end": null,
"cdna_length": 8119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "?",
"aa_alt": "?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.583T>C",
"hgvs_p": "p.???195???",
"transcript": "ENST00000534872.1",
"protein_id": "ENSP00000446253.1",
"transcript_support_level": 3,
"aa_start": 195,
"aa_end": null,
"aa_length": 193,
"cds_start": 583,
"cds_end": null,
"cds_length": 584,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 584,
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "n.4480T>C",
"hgvs_p": null,
"transcript": "ENST00000674810.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": 4924,
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "n.2778T>C",
"hgvs_p": null,
"transcript": "ENST00000675236.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": 3795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"dbsnp": "rs1555149377",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.46727994084358215,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.261,
"revel_prediction": "Benign",
"alphamissense_score": 0.5113,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.1,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000315939.11",
"gene_symbol": "WNK1",
"hgnc_id": 14540,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.3883T>C",
"hgvs_p": "p.Ser1295Pro"
}
],
"clinvar_disease": " hereditary sensory and autonomic, type 2A,Neuropathy,Pseudohypoaldosteronism type 2C",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Neuropathy, hereditary sensory and autonomic, type 2A;Pseudohypoaldosteronism type 2C",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}