← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-183650535-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=183650535&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 183650535,
"ref": "G",
"alt": "A",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001349428.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_017644.3",
"protein_id": "NP_060114.2",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000242810.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017644.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000242810.11",
"protein_id": "ENSP00000242810.6",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017644.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000242810.11"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000454652.6",
"protein_id": "ENSP00000395012.1",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454652.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.-788G>A",
"hgvs_p": null,
"transcript": "NM_001349428.1",
"protein_id": "NP_001336357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": null,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349428.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.-788G>A",
"hgvs_p": null,
"transcript": "NM_001349429.1",
"protein_id": "NP_001336358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": null,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349429.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943871.1",
"protein_id": "ENSP00000613930.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 652,
"cds_start": 179,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943871.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349413.1",
"protein_id": "NP_001336342.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349413.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349414.1",
"protein_id": "NP_001336343.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349414.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349415.1",
"protein_id": "NP_001336344.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349415.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349416.1",
"protein_id": "NP_001336345.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349416.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349417.1",
"protein_id": "NP_001336346.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349417.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349418.1",
"protein_id": "NP_001336347.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349418.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853856.1",
"protein_id": "ENSP00000523915.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853856.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853858.1",
"protein_id": "ENSP00000523917.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853858.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853866.1",
"protein_id": "ENSP00000523925.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853866.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853875.1",
"protein_id": "ENSP00000523934.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853875.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943850.1",
"protein_id": "ENSP00000613909.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943850.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943851.1",
"protein_id": "ENSP00000613910.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943851.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943856.1",
"protein_id": "ENSP00000613915.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943856.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943873.1",
"protein_id": "ENSP00000613932.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943873.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853872.1",
"protein_id": "ENSP00000523931.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 623,
"cds_start": 179,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853872.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349419.1",
"protein_id": "NP_001336348.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349419.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349420.1",
"protein_id": "NP_001336349.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349420.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349421.1",
"protein_id": "NP_001336350.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349421.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349422.1",
"protein_id": "NP_001336351.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349422.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349423.1",
"protein_id": "NP_001336352.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349423.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349424.1",
"protein_id": "NP_001336353.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349424.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349425.1",
"protein_id": "NP_001336354.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349425.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "NM_001349426.1",
"protein_id": "NP_001336355.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349426.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853857.1",
"protein_id": "ENSP00000523916.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853857.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853859.1",
"protein_id": "ENSP00000523918.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853859.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853860.1",
"protein_id": "ENSP00000523919.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853860.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853861.1",
"protein_id": "ENSP00000523920.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853861.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853862.1",
"protein_id": "ENSP00000523921.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853862.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853863.1",
"protein_id": "ENSP00000523922.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853863.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853864.1",
"protein_id": "ENSP00000523923.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853864.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853865.1",
"protein_id": "ENSP00000523924.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853865.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853867.1",
"protein_id": "ENSP00000523926.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853867.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853868.1",
"protein_id": "ENSP00000523927.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853868.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853869.1",
"protein_id": "ENSP00000523928.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853869.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853870.1",
"protein_id": "ENSP00000523929.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853870.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853871.1",
"protein_id": "ENSP00000523930.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853871.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853873.1",
"protein_id": "ENSP00000523932.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853873.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853874.1",
"protein_id": "ENSP00000523933.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853874.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853876.1",
"protein_id": "ENSP00000523935.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853876.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000853877.1",
"protein_id": "ENSP00000523936.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853877.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000921183.1",
"protein_id": "ENSP00000591242.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921183.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943848.1",
"protein_id": "ENSP00000613907.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943848.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943849.1",
"protein_id": "ENSP00000613908.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943849.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943852.1",
"protein_id": "ENSP00000613911.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943852.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943853.1",
"protein_id": "ENSP00000613912.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943853.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943854.1",
"protein_id": "ENSP00000613913.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943854.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943855.1",
"protein_id": "ENSP00000613914.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943855.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943857.1",
"protein_id": "ENSP00000613916.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943857.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943858.1",
"protein_id": "ENSP00000613917.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943858.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943859.1",
"protein_id": "ENSP00000613918.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943859.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943860.1",
"protein_id": "ENSP00000613919.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943860.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943861.1",
"protein_id": "ENSP00000613920.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943861.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943862.1",
"protein_id": "ENSP00000613921.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943862.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943863.1",
"protein_id": "ENSP00000613922.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943863.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943864.1",
"protein_id": "ENSP00000613923.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943864.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943865.1",
"protein_id": "ENSP00000613924.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943865.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943867.1",
"protein_id": "ENSP00000613926.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943867.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943868.1",
"protein_id": "ENSP00000613927.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943868.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943869.1",
"protein_id": "ENSP00000613928.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943869.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943872.1",
"protein_id": "ENSP00000613931.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943872.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943874.1",
"protein_id": "ENSP00000613933.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943874.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943875.1",
"protein_id": "ENSP00000613934.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943875.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000476808.1",
"protein_id": "ENSP00000419010.1",
"transcript_support_level": 2,
"aa_start": 60,
"aa_end": null,
"aa_length": 537,
"cds_start": 179,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000476808.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943866.1",
"protein_id": "ENSP00000613925.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 537,
"cds_start": 179,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943866.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000943870.1",
"protein_id": "ENSP00000613929.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 509,
"cds_start": 179,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943870.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000482138.1",
"protein_id": "ENSP00000417275.1",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 133,
"cds_start": 179,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000482138.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000493074.1",
"protein_id": "ENSP00000417347.1",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 126,
"cds_start": 179,
"cds_end": null,
"cds_length": 382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493074.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000468001.1",
"protein_id": "ENSP00000418922.1",
"transcript_support_level": 3,
"aa_start": 60,
"aa_end": null,
"aa_length": 124,
"cds_start": 179,
"cds_end": null,
"cds_length": 377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000468001.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000454495.6",
"protein_id": "ENSP00000416836.2",
"transcript_support_level": 3,
"aa_start": 60,
"aa_end": null,
"aa_length": 116,
"cds_start": 179,
"cds_end": null,
"cds_length": 351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454495.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000427201.2",
"protein_id": "ENSP00000408567.2",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 112,
"cds_start": 179,
"cds_end": null,
"cds_length": 341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427201.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000468101.5",
"protein_id": "ENSP00000420207.1",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 77,
"cds_start": 179,
"cds_end": null,
"cds_length": 234,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000468101.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000473045.5",
"protein_id": "ENSP00000419120.1",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 72,
"cds_start": 179,
"cds_end": null,
"cds_length": 219,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000473045.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "ENST00000437402.5",
"protein_id": "ENSP00000408516.1",
"transcript_support_level": 5,
"aa_start": 60,
"aa_end": null,
"aa_length": 59,
"cds_start": 179,
"cds_end": null,
"cds_length": 182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437402.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_017006653.2",
"protein_id": "XP_016862142.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006653.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_017006655.2",
"protein_id": "XP_016862144.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006655.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_017006658.2",
"protein_id": "XP_016862147.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006658.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_047448371.1",
"protein_id": "XP_047304327.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 625,
"cds_start": 179,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448371.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_005247552.3",
"protein_id": "XP_005247609.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247552.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_047448372.1",
"protein_id": "XP_047304328.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448372.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_047448373.1",
"protein_id": "XP_047304329.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448373.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_047448374.1",
"protein_id": "XP_047304330.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 600,
"cds_start": 179,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448374.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.179G>A",
"hgvs_p": "p.Arg60His",
"transcript": "XM_047448375.1",
"protein_id": "XP_047304331.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 375,
"cds_start": 179,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448375.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.-788G>A",
"hgvs_p": null,
"transcript": "NM_001349428.1",
"protein_id": "NP_001336357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": null,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349428.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "c.-788G>A",
"hgvs_p": null,
"transcript": "NM_001349429.1",
"protein_id": "NP_001336358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": null,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349429.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "n.411G>A",
"hgvs_p": null,
"transcript": "NR_146169.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146169.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "n.474G>A",
"hgvs_p": null,
"transcript": "NR_146170.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_146170.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"hgvs_c": "n.152-12923G>A",
"hgvs_p": null,
"transcript": "ENST00000475827.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "pseudogene",
"feature": "ENST00000475827.5"
}
],
"gene_symbol": "KLHL24",
"gene_hgnc_id": 25947,
"dbsnp": "rs1261493748",
"frequency_reference_population": 0.0000013681332,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136813,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9689545631408691,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.872,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9215,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.602,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001349428.1",
"gene_symbol": "KLHL24",
"hgnc_id": 25947,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.-788G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}