← 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-908000-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=908000&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 908000,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001184985.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7553G>T",
"hgvs_p": "p.Gly2518Val",
"transcript": "NM_213655.5",
"protein_id": "NP_998820.3",
"transcript_support_level": null,
"aa_start": 2518,
"aa_end": null,
"aa_length": 2634,
"cds_start": 7553,
"cds_end": null,
"cds_length": 7905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000340908.9",
"biotype": "protein_coding",
"feature": "NM_213655.5"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7553G>T",
"hgvs_p": "p.Gly2518Val",
"transcript": "ENST00000340908.9",
"protein_id": "ENSP00000341292.5",
"transcript_support_level": 5,
"aa_start": 2518,
"aa_end": null,
"aa_length": 2634,
"cds_start": 7553,
"cds_end": null,
"cds_length": 7905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_213655.5",
"biotype": "protein_coding",
"feature": "ENST00000340908.9"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6797G>T",
"hgvs_p": "p.Gly2266Val",
"transcript": "NM_018979.4",
"protein_id": "NP_061852.3",
"transcript_support_level": null,
"aa_start": 2266,
"aa_end": null,
"aa_length": 2382,
"cds_start": 6797,
"cds_end": null,
"cds_length": 7149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000315939.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018979.4"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6797G>T",
"hgvs_p": "p.Gly2266Val",
"transcript": "ENST00000315939.11",
"protein_id": "ENSP00000313059.6",
"transcript_support_level": 1,
"aa_start": 2266,
"aa_end": null,
"aa_length": 2382,
"cds_start": 6797,
"cds_end": null,
"cds_length": 7149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018979.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000315939.11"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.8150G>T",
"hgvs_p": "p.Gly2717Val",
"transcript": "ENST00000530271.6",
"protein_id": "ENSP00000433548.3",
"transcript_support_level": 1,
"aa_start": 2717,
"aa_end": null,
"aa_length": 2833,
"cds_start": 8150,
"cds_end": null,
"cds_length": 8502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530271.6"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6053G>T",
"hgvs_p": "p.Gly2018Val",
"transcript": "ENST00000535572.5",
"protein_id": "ENSP00000441972.1",
"transcript_support_level": 1,
"aa_start": 2018,
"aa_end": null,
"aa_length": 2134,
"cds_start": 6053,
"cds_end": null,
"cds_length": 6405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535572.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "n.281G>T",
"hgvs_p": null,
"transcript": "ENST00000540885.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000540885.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7577G>T",
"hgvs_p": "p.Gly2526Val",
"transcript": "NM_001184985.2",
"protein_id": "NP_001171914.1",
"transcript_support_level": null,
"aa_start": 2526,
"aa_end": null,
"aa_length": 2642,
"cds_start": 7577,
"cds_end": null,
"cds_length": 7929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184985.2"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7577G>T",
"hgvs_p": "p.Gly2526Val",
"transcript": "ENST00000537687.5",
"protein_id": "ENSP00000444465.1",
"transcript_support_level": 5,
"aa_start": 2526,
"aa_end": null,
"aa_length": 2642,
"cds_start": 7577,
"cds_end": null,
"cds_length": 7929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537687.5"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6794G>T",
"hgvs_p": "p.Gly2265Val",
"transcript": "ENST00000899151.1",
"protein_id": "ENSP00000569210.1",
"transcript_support_level": null,
"aa_start": 2265,
"aa_end": null,
"aa_length": 2381,
"cds_start": 6794,
"cds_end": null,
"cds_length": 7146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899151.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6713G>T",
"hgvs_p": "p.Gly2238Val",
"transcript": "ENST00000928791.1",
"protein_id": "ENSP00000598850.1",
"transcript_support_level": null,
"aa_start": 2238,
"aa_end": null,
"aa_length": 2354,
"cds_start": 6713,
"cds_end": null,
"cds_length": 7065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928791.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6335G>T",
"hgvs_p": "p.Gly2112Val",
"transcript": "ENST00000899157.1",
"protein_id": "ENSP00000569216.1",
"transcript_support_level": null,
"aa_start": 2112,
"aa_end": null,
"aa_length": 2228,
"cds_start": 6335,
"cds_end": null,
"cds_length": 6687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899157.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6059G>T",
"hgvs_p": "p.Gly2020Val",
"transcript": "ENST00000899150.1",
"protein_id": "ENSP00000569209.1",
"transcript_support_level": null,
"aa_start": 2020,
"aa_end": null,
"aa_length": 2136,
"cds_start": 6059,
"cds_end": null,
"cds_length": 6411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899150.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6056G>T",
"hgvs_p": "p.Gly2019Val",
"transcript": "ENST00000899152.1",
"protein_id": "ENSP00000569211.1",
"transcript_support_level": null,
"aa_start": 2019,
"aa_end": null,
"aa_length": 2135,
"cds_start": 6056,
"cds_end": null,
"cds_length": 6408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899152.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6056G>T",
"hgvs_p": "p.Gly2019Val",
"transcript": "ENST00000899156.1",
"protein_id": "ENSP00000569215.1",
"transcript_support_level": null,
"aa_start": 2019,
"aa_end": null,
"aa_length": 2135,
"cds_start": 6056,
"cds_end": null,
"cds_length": 6408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899156.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6053G>T",
"hgvs_p": "p.Gly2018Val",
"transcript": "NM_014823.3",
"protein_id": "NP_055638.2",
"transcript_support_level": null,
"aa_start": 2018,
"aa_end": null,
"aa_length": 2134,
"cds_start": 6053,
"cds_end": null,
"cds_length": 6405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014823.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5972G>T",
"hgvs_p": "p.Gly1991Val",
"transcript": "ENST00000899153.1",
"protein_id": "ENSP00000569212.1",
"transcript_support_level": null,
"aa_start": 1991,
"aa_end": null,
"aa_length": 2107,
"cds_start": 5972,
"cds_end": null,
"cds_length": 6324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899153.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5972G>T",
"hgvs_p": "p.Gly1991Val",
"transcript": "ENST00000899154.1",
"protein_id": "ENSP00000569213.1",
"transcript_support_level": null,
"aa_start": 1991,
"aa_end": null,
"aa_length": 2107,
"cds_start": 5972,
"cds_end": null,
"cds_length": 6324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899154.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5969G>T",
"hgvs_p": "p.Gly1990Val",
"transcript": "ENST00000899155.1",
"protein_id": "ENSP00000569214.1",
"transcript_support_level": null,
"aa_start": 1990,
"aa_end": null,
"aa_length": 2106,
"cds_start": 5969,
"cds_end": null,
"cds_length": 6321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899155.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5576G>T",
"hgvs_p": "p.Gly1859Val",
"transcript": "ENST00000675631.1",
"protein_id": "ENSP00000502415.1",
"transcript_support_level": null,
"aa_start": 1859,
"aa_end": null,
"aa_length": 1975,
"cds_start": 5576,
"cds_end": null,
"cds_length": 5928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675631.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4244G>T",
"hgvs_p": "p.Gly1415Val",
"transcript": "ENST00000676347.1",
"protein_id": "ENSP00000501875.1",
"transcript_support_level": null,
"aa_start": 1415,
"aa_end": null,
"aa_length": 1531,
"cds_start": 4244,
"cds_end": null,
"cds_length": 4596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676347.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.8036G>T",
"hgvs_p": "p.Gly2679Val",
"transcript": "XM_011520997.4",
"protein_id": "XP_011519299.1",
"transcript_support_level": null,
"aa_start": 2679,
"aa_end": null,
"aa_length": 2795,
"cds_start": 8036,
"cds_end": null,
"cds_length": 8388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520997.4"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.8033G>T",
"hgvs_p": "p.Gly2678Val",
"transcript": "XM_011520998.3",
"protein_id": "XP_011519300.1",
"transcript_support_level": null,
"aa_start": 2678,
"aa_end": null,
"aa_length": 2794,
"cds_start": 8033,
"cds_end": null,
"cds_length": 8385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520998.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.8033G>T",
"hgvs_p": "p.Gly2678Val",
"transcript": "XM_011520999.3",
"protein_id": "XP_011519301.1",
"transcript_support_level": null,
"aa_start": 2678,
"aa_end": null,
"aa_length": 2794,
"cds_start": 8033,
"cds_end": null,
"cds_length": 8385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520999.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7841G>T",
"hgvs_p": "p.Gly2614Val",
"transcript": "XM_011521000.3",
"protein_id": "XP_011519302.1",
"transcript_support_level": null,
"aa_start": 2614,
"aa_end": null,
"aa_length": 2730,
"cds_start": 7841,
"cds_end": null,
"cds_length": 8193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521000.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7838G>T",
"hgvs_p": "p.Gly2613Val",
"transcript": "XM_047429374.1",
"protein_id": "XP_047285330.1",
"transcript_support_level": null,
"aa_start": 2613,
"aa_end": null,
"aa_length": 2729,
"cds_start": 7838,
"cds_end": null,
"cds_length": 8190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429374.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7757G>T",
"hgvs_p": "p.Gly2586Val",
"transcript": "XM_011521001.3",
"protein_id": "XP_011519303.1",
"transcript_support_level": null,
"aa_start": 2586,
"aa_end": null,
"aa_length": 2702,
"cds_start": 7757,
"cds_end": null,
"cds_length": 8109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521001.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7754G>T",
"hgvs_p": "p.Gly2585Val",
"transcript": "XM_047429375.1",
"protein_id": "XP_047285331.1",
"transcript_support_level": null,
"aa_start": 2585,
"aa_end": null,
"aa_length": 2701,
"cds_start": 7754,
"cds_end": null,
"cds_length": 8106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429375.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7574G>T",
"hgvs_p": "p.Gly2525Val",
"transcript": "XM_011521002.3",
"protein_id": "XP_011519304.1",
"transcript_support_level": null,
"aa_start": 2525,
"aa_end": null,
"aa_length": 2641,
"cds_start": 7574,
"cds_end": null,
"cds_length": 7926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521002.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7574G>T",
"hgvs_p": "p.Gly2525Val",
"transcript": "XM_047429376.1",
"protein_id": "XP_047285332.1",
"transcript_support_level": null,
"aa_start": 2525,
"aa_end": null,
"aa_length": 2641,
"cds_start": 7574,
"cds_end": null,
"cds_length": 7926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429376.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.7298G>T",
"hgvs_p": "p.Gly2433Val",
"transcript": "XM_011521003.3",
"protein_id": "XP_011519305.1",
"transcript_support_level": null,
"aa_start": 2433,
"aa_end": null,
"aa_length": 2549,
"cds_start": 7298,
"cds_end": null,
"cds_length": 7650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521003.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6794G>T",
"hgvs_p": "p.Gly2265Val",
"transcript": "XM_006719003.3",
"protein_id": "XP_006719066.1",
"transcript_support_level": null,
"aa_start": 2265,
"aa_end": null,
"aa_length": 2381,
"cds_start": 6794,
"cds_end": null,
"cds_length": 7146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719003.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6794G>T",
"hgvs_p": "p.Gly2265Val",
"transcript": "XM_047429377.1",
"protein_id": "XP_047285333.1",
"transcript_support_level": null,
"aa_start": 2265,
"aa_end": null,
"aa_length": 2381,
"cds_start": 6794,
"cds_end": null,
"cds_length": 7146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429377.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6791G>T",
"hgvs_p": "p.Gly2264Val",
"transcript": "XM_047429378.1",
"protein_id": "XP_047285334.1",
"transcript_support_level": null,
"aa_start": 2264,
"aa_end": null,
"aa_length": 2380,
"cds_start": 6791,
"cds_end": null,
"cds_length": 7143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429378.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6713G>T",
"hgvs_p": "p.Gly2238Val",
"transcript": "XM_011521006.3",
"protein_id": "XP_011519308.1",
"transcript_support_level": null,
"aa_start": 2238,
"aa_end": null,
"aa_length": 2354,
"cds_start": 6713,
"cds_end": null,
"cds_length": 7065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521006.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6710G>T",
"hgvs_p": "p.Gly2237Val",
"transcript": "XM_011521007.3",
"protein_id": "XP_011519309.1",
"transcript_support_level": null,
"aa_start": 2237,
"aa_end": null,
"aa_length": 2353,
"cds_start": 6710,
"cds_end": null,
"cds_length": 7062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521007.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6710G>T",
"hgvs_p": "p.Gly2237Val",
"transcript": "XM_047429379.1",
"protein_id": "XP_047285335.1",
"transcript_support_level": null,
"aa_start": 2237,
"aa_end": null,
"aa_length": 2353,
"cds_start": 6710,
"cds_end": null,
"cds_length": 7062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429379.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6518G>T",
"hgvs_p": "p.Gly2173Val",
"transcript": "XM_047429380.1",
"protein_id": "XP_047285336.1",
"transcript_support_level": null,
"aa_start": 2173,
"aa_end": null,
"aa_length": 2289,
"cds_start": 6518,
"cds_end": null,
"cds_length": 6870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429380.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6518G>T",
"hgvs_p": "p.Gly2173Val",
"transcript": "XM_047429381.1",
"protein_id": "XP_047285337.1",
"transcript_support_level": null,
"aa_start": 2173,
"aa_end": null,
"aa_length": 2289,
"cds_start": 6518,
"cds_end": null,
"cds_length": 6870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429381.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6515G>T",
"hgvs_p": "p.Gly2172Val",
"transcript": "XM_047429382.1",
"protein_id": "XP_047285338.1",
"transcript_support_level": null,
"aa_start": 2172,
"aa_end": null,
"aa_length": 2288,
"cds_start": 6515,
"cds_end": null,
"cds_length": 6867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429382.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6515G>T",
"hgvs_p": "p.Gly2172Val",
"transcript": "XM_047429383.1",
"protein_id": "XP_047285339.1",
"transcript_support_level": null,
"aa_start": 2172,
"aa_end": null,
"aa_length": 2288,
"cds_start": 6515,
"cds_end": null,
"cds_length": 6867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429383.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6512G>T",
"hgvs_p": "p.Gly2171Val",
"transcript": "XM_047429384.1",
"protein_id": "XP_047285340.1",
"transcript_support_level": null,
"aa_start": 2171,
"aa_end": null,
"aa_length": 2287,
"cds_start": 6512,
"cds_end": null,
"cds_length": 6864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429384.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6434G>T",
"hgvs_p": "p.Gly2145Val",
"transcript": "XM_047429385.1",
"protein_id": "XP_047285341.1",
"transcript_support_level": null,
"aa_start": 2145,
"aa_end": null,
"aa_length": 2261,
"cds_start": 6434,
"cds_end": null,
"cds_length": 6786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429385.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6431G>T",
"hgvs_p": "p.Gly2144Val",
"transcript": "XM_047429386.1",
"protein_id": "XP_047285342.1",
"transcript_support_level": null,
"aa_start": 2144,
"aa_end": null,
"aa_length": 2260,
"cds_start": 6431,
"cds_end": null,
"cds_length": 6783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429386.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6428G>T",
"hgvs_p": "p.Gly2143Val",
"transcript": "XM_047429387.1",
"protein_id": "XP_047285343.1",
"transcript_support_level": null,
"aa_start": 2143,
"aa_end": null,
"aa_length": 2259,
"cds_start": 6428,
"cds_end": null,
"cds_length": 6780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429387.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6338G>T",
"hgvs_p": "p.Gly2113Val",
"transcript": "XM_047429388.1",
"protein_id": "XP_047285344.1",
"transcript_support_level": null,
"aa_start": 2113,
"aa_end": null,
"aa_length": 2229,
"cds_start": 6338,
"cds_end": null,
"cds_length": 6690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429388.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6335G>T",
"hgvs_p": "p.Gly2112Val",
"transcript": "XM_017019834.2",
"protein_id": "XP_016875323.1",
"transcript_support_level": null,
"aa_start": 2112,
"aa_end": null,
"aa_length": 2228,
"cds_start": 6335,
"cds_end": null,
"cds_length": 6687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019834.2"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6335G>T",
"hgvs_p": "p.Gly2112Val",
"transcript": "XM_047429389.1",
"protein_id": "XP_047285345.1",
"transcript_support_level": null,
"aa_start": 2112,
"aa_end": null,
"aa_length": 2228,
"cds_start": 6335,
"cds_end": null,
"cds_length": 6687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429389.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6332G>T",
"hgvs_p": "p.Gly2111Val",
"transcript": "XM_047429390.1",
"protein_id": "XP_047285346.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2227,
"cds_start": 6332,
"cds_end": null,
"cds_length": 6684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429390.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6254G>T",
"hgvs_p": "p.Gly2085Val",
"transcript": "XM_017019835.2",
"protein_id": "XP_016875324.1",
"transcript_support_level": null,
"aa_start": 2085,
"aa_end": null,
"aa_length": 2201,
"cds_start": 6254,
"cds_end": null,
"cds_length": 6606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019835.2"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6251G>T",
"hgvs_p": "p.Gly2084Val",
"transcript": "XM_017019836.2",
"protein_id": "XP_016875325.1",
"transcript_support_level": null,
"aa_start": 2084,
"aa_end": null,
"aa_length": 2200,
"cds_start": 6251,
"cds_end": null,
"cds_length": 6603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019836.2"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6251G>T",
"hgvs_p": "p.Gly2084Val",
"transcript": "XM_047429391.1",
"protein_id": "XP_047285347.1",
"transcript_support_level": null,
"aa_start": 2084,
"aa_end": null,
"aa_length": 2200,
"cds_start": 6251,
"cds_end": null,
"cds_length": 6603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429391.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6248G>T",
"hgvs_p": "p.Gly2083Val",
"transcript": "XM_047429392.1",
"protein_id": "XP_047285348.1",
"transcript_support_level": null,
"aa_start": 2083,
"aa_end": null,
"aa_length": 2199,
"cds_start": 6248,
"cds_end": null,
"cds_length": 6600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429392.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6143G>T",
"hgvs_p": "p.Gly2048Val",
"transcript": "XM_047429393.1",
"protein_id": "XP_047285349.1",
"transcript_support_level": null,
"aa_start": 2048,
"aa_end": null,
"aa_length": 2164,
"cds_start": 6143,
"cds_end": null,
"cds_length": 6495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429393.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6059G>T",
"hgvs_p": "p.Gly2020Val",
"transcript": "XM_017019837.2",
"protein_id": "XP_016875326.1",
"transcript_support_level": null,
"aa_start": 2020,
"aa_end": null,
"aa_length": 2136,
"cds_start": 6059,
"cds_end": null,
"cds_length": 6411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019837.2"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6059G>T",
"hgvs_p": "p.Gly2020Val",
"transcript": "XM_047429394.1",
"protein_id": "XP_047285350.1",
"transcript_support_level": null,
"aa_start": 2020,
"aa_end": null,
"aa_length": 2136,
"cds_start": 6059,
"cds_end": null,
"cds_length": 6411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429394.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6056G>T",
"hgvs_p": "p.Gly2019Val",
"transcript": "XM_017019838.2",
"protein_id": "XP_016875327.1",
"transcript_support_level": null,
"aa_start": 2019,
"aa_end": null,
"aa_length": 2135,
"cds_start": 6056,
"cds_end": null,
"cds_length": 6408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019838.2"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6056G>T",
"hgvs_p": "p.Gly2019Val",
"transcript": "XM_047429395.1",
"protein_id": "XP_047285351.1",
"transcript_support_level": null,
"aa_start": 2019,
"aa_end": null,
"aa_length": 2135,
"cds_start": 6056,
"cds_end": null,
"cds_length": 6408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429395.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6056G>T",
"hgvs_p": "p.Gly2019Val",
"transcript": "XM_047429396.1",
"protein_id": "XP_047285352.1",
"transcript_support_level": null,
"aa_start": 2019,
"aa_end": null,
"aa_length": 2135,
"cds_start": 6056,
"cds_end": null,
"cds_length": 6408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429396.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.6056G>T",
"hgvs_p": "p.Gly2019Val",
"transcript": "XM_047429397.1",
"protein_id": "XP_047285353.1",
"transcript_support_level": null,
"aa_start": 2019,
"aa_end": null,
"aa_length": 2135,
"cds_start": 6056,
"cds_end": null,
"cds_length": 6408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429397.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5975G>T",
"hgvs_p": "p.Gly1992Val",
"transcript": "XM_011521008.3",
"protein_id": "XP_011519310.1",
"transcript_support_level": null,
"aa_start": 1992,
"aa_end": null,
"aa_length": 2108,
"cds_start": 5975,
"cds_end": null,
"cds_length": 6327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521008.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5972G>T",
"hgvs_p": "p.Gly1991Val",
"transcript": "XM_011521009.3",
"protein_id": "XP_011519311.1",
"transcript_support_level": null,
"aa_start": 1991,
"aa_end": null,
"aa_length": 2107,
"cds_start": 5972,
"cds_end": null,
"cds_length": 6324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521009.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5972G>T",
"hgvs_p": "p.Gly1991Val",
"transcript": "XM_047429398.1",
"protein_id": "XP_047285354.1",
"transcript_support_level": null,
"aa_start": 1991,
"aa_end": null,
"aa_length": 2107,
"cds_start": 5972,
"cds_end": null,
"cds_length": 6324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429398.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5969G>T",
"hgvs_p": "p.Gly1990Val",
"transcript": "XM_047429399.1",
"protein_id": "XP_047285355.1",
"transcript_support_level": null,
"aa_start": 1990,
"aa_end": null,
"aa_length": 2106,
"cds_start": 5969,
"cds_end": null,
"cds_length": 6321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429399.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5864G>T",
"hgvs_p": "p.Gly1955Val",
"transcript": "XM_047429400.1",
"protein_id": "XP_047285356.1",
"transcript_support_level": null,
"aa_start": 1955,
"aa_end": null,
"aa_length": 2071,
"cds_start": 5864,
"cds_end": null,
"cds_length": 6216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429400.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5861G>T",
"hgvs_p": "p.Gly1954Val",
"transcript": "XM_047429401.1",
"protein_id": "XP_047285357.1",
"transcript_support_level": null,
"aa_start": 1954,
"aa_end": null,
"aa_length": 2070,
"cds_start": 5861,
"cds_end": null,
"cds_length": 6213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429401.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.5858G>T",
"hgvs_p": "p.Gly1953Val",
"transcript": "XM_047429402.1",
"protein_id": "XP_047285358.1",
"transcript_support_level": null,
"aa_start": 1953,
"aa_end": null,
"aa_length": 2069,
"cds_start": 5858,
"cds_end": null,
"cds_length": 6210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429402.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.4838G>T",
"hgvs_p": "p.Gly1613Val",
"transcript": "XM_047429403.1",
"protein_id": "XP_047285359.1",
"transcript_support_level": null,
"aa_start": 1613,
"aa_end": null,
"aa_length": 1729,
"cds_start": 4838,
"cds_end": null,
"cds_length": 5190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429403.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "n.352G>T",
"hgvs_p": null,
"transcript": "ENST00000537603.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000537603.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"hgvs_c": "c.*44G>T",
"hgvs_p": null,
"transcript": "ENST00000544559.1",
"protein_id": "ENSP00000437503.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 74,
"cds_start": null,
"cds_end": null,
"cds_length": 225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544559.1"
}
],
"gene_symbol": "WNK1",
"gene_hgnc_id": 14540,
"dbsnp": "rs770327670",
"frequency_reference_population": 0.00002416282,
"hom_count_reference_population": 0,
"allele_count_reference_population": 39,
"gnomad_exomes_af": 0.000024626,
"gnomad_genomes_af": 0.0000197135,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.765121340751648,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.548,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2973,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.26,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.763,
"phylop100way_prediction": "Pathogenic",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001184985.2",
"gene_symbol": "WNK1",
"hgnc_id": 14540,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.7577G>T",
"hgvs_p": "p.Gly2526Val"
}
],
"clinvar_disease": " hereditary sensory and autonomic, type 2A,Neuropathy,Pseudohypoaldosteronism type 2C",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Neuropathy, hereditary sensory and autonomic, type 2A;Pseudohypoaldosteronism type 2C",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}