← 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: 2-96605380-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=96605380&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 96605380,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001349256.2",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "NM_001115016.3",
"protein_id": "NP_001108488.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000431828.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001115016.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "ENST00000431828.6",
"protein_id": "ENSP00000396749.1",
"transcript_support_level": 1,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001115016.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431828.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.*1715A>G",
"hgvs_p": null,
"transcript": "ENST00000354204.10",
"protein_id": "ENSP00000346144.7",
"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": "nonsense_mediated_decay",
"feature": "ENST00000354204.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1951A>G",
"hgvs_p": null,
"transcript": "ENST00000420155.5",
"protein_id": "ENSP00000414426.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000420155.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1957A>G",
"hgvs_p": null,
"transcript": "ENST00000487070.5",
"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": "pseudogene",
"feature": "ENST00000487070.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.*1715A>G",
"hgvs_p": null,
"transcript": "ENST00000354204.10",
"protein_id": "ENSP00000346144.7",
"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": "nonsense_mediated_decay",
"feature": "ENST00000354204.10"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "NM_001349256.2",
"protein_id": "NP_001336185.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 907,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349256.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "NM_001349257.2",
"protein_id": "NP_001336186.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 904,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349257.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "ENST00000666923.1",
"protein_id": "ENSP00000499674.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 904,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000666923.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "ENST00000883013.1",
"protein_id": "ENSP00000553072.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 904,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883013.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "ENST00000948575.1",
"protein_id": "ENSP00000618634.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 904,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948575.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "NM_001349258.2",
"protein_id": "NP_001336187.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 902,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349258.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "ENST00000883015.1",
"protein_id": "ENSP00000553074.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 902,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883015.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "ENST00000948573.1",
"protein_id": "ENSP00000618632.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 902,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948573.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "ENST00000883014.1",
"protein_id": "ENSP00000553073.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883014.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "ENST00000948574.1",
"protein_id": "ENSP00000618633.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948574.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "ENST00000948576.1",
"protein_id": "ENSP00000618635.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948576.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "ENST00000948577.1",
"protein_id": "ENSP00000618636.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948577.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "ENST00000883008.1",
"protein_id": "ENSP00000553067.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 876,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883008.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1858A>G",
"hgvs_p": "p.Ile620Val",
"transcript": "ENST00000883011.1",
"protein_id": "ENSP00000553070.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 873,
"cds_start": 1858,
"cds_end": null,
"cds_length": 2622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883011.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1858A>G",
"hgvs_p": "p.Ile620Val",
"transcript": "ENST00000948571.1",
"protein_id": "ENSP00000618630.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 871,
"cds_start": 1858,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948571.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "ENST00000883009.1",
"protein_id": "ENSP00000553068.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 867,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883009.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1819A>G",
"hgvs_p": "p.Ile607Val",
"transcript": "ENST00000948570.1",
"protein_id": "ENSP00000618629.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 860,
"cds_start": 1819,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948570.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1702A>G",
"hgvs_p": "p.Ile568Val",
"transcript": "ENST00000883010.1",
"protein_id": "ENSP00000553069.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 819,
"cds_start": 1702,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883010.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1690A>G",
"hgvs_p": "p.Ile564Val",
"transcript": "NM_001349259.2",
"protein_id": "NP_001336188.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 817,
"cds_start": 1690,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349259.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1624A>G",
"hgvs_p": "p.Ile542Val",
"transcript": "ENST00000883012.1",
"protein_id": "ENSP00000553071.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 795,
"cds_start": 1624,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883012.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1318A>G",
"hgvs_p": "p.Ile440Val",
"transcript": "NM_001349260.2",
"protein_id": "NP_001336189.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 693,
"cds_start": 1318,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349260.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1267A>G",
"hgvs_p": "p.Ile423Val",
"transcript": "NM_001349261.2",
"protein_id": "NP_001336190.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 676,
"cds_start": 1267,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349261.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1267A>G",
"hgvs_p": "p.Ile423Val",
"transcript": "NM_001349262.2",
"protein_id": "NP_001336191.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 676,
"cds_start": 1267,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349262.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_011511454.4",
"protein_id": "XP_011509756.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 917,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511454.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_011511455.4",
"protein_id": "XP_011509757.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 917,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511455.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_011511456.4",
"protein_id": "XP_011509758.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 917,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511456.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_011511457.4",
"protein_id": "XP_011509759.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 917,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511457.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_047444995.1",
"protein_id": "XP_047300951.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 917,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444995.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_047444996.1",
"protein_id": "XP_047300952.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 917,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444996.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_011511458.4",
"protein_id": "XP_011509760.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 915,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511458.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_047444998.1",
"protein_id": "XP_047300954.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 901,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444998.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1876A>G",
"hgvs_p": "p.Ile626Val",
"transcript": "XM_011511459.4",
"protein_id": "XP_011509761.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 892,
"cds_start": 1876,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511459.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_011511460.4",
"protein_id": "XP_011509762.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 891,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511460.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445005.1",
"protein_id": "XP_047300961.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 891,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445005.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_011511461.4",
"protein_id": "XP_011509763.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 889,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511461.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445006.1",
"protein_id": "XP_047300962.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 881,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445006.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445007.1",
"protein_id": "XP_047300963.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 881,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445007.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445010.1",
"protein_id": "XP_047300966.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 879,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445010.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445012.1",
"protein_id": "XP_047300968.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445012.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445013.1",
"protein_id": "XP_047300969.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445013.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445015.1",
"protein_id": "XP_047300971.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445015.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445018.1",
"protein_id": "XP_047300974.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 878,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445018.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_005263987.2",
"protein_id": "XP_005264044.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 876,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005263987.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445021.1",
"protein_id": "XP_047300977.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 876,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445021.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445024.1",
"protein_id": "XP_047300980.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 875,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445024.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445028.1",
"protein_id": "XP_047300984.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 875,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445028.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1873A>G",
"hgvs_p": "p.Ile625Val",
"transcript": "XM_047445030.1",
"protein_id": "XP_047300986.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 873,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445030.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1780A>G",
"hgvs_p": "p.Ile594Val",
"transcript": "XM_011511462.4",
"protein_id": "XP_011509764.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 860,
"cds_start": 1780,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511462.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1798A>G",
"hgvs_p": "p.Ile600Val",
"transcript": "XM_047445031.1",
"protein_id": "XP_047300987.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 853,
"cds_start": 1798,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445031.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1702A>G",
"hgvs_p": "p.Ile568Val",
"transcript": "XM_047445032.1",
"protein_id": "XP_047300988.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 821,
"cds_start": 1702,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445032.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1702A>G",
"hgvs_p": "p.Ile568Val",
"transcript": "XM_047445033.1",
"protein_id": "XP_047300989.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 819,
"cds_start": 1702,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445033.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_047445035.1",
"protein_id": "XP_047300991.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 799,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445035.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1552A>G",
"hgvs_p": "p.Ile518Val",
"transcript": "XM_047445034.1",
"protein_id": "XP_047300990.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 784,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445034.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val",
"transcript": "XM_047445039.1",
"protein_id": "XP_047300995.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 778,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445039.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1333A>G",
"hgvs_p": "p.Ile445Val",
"transcript": "XM_047445042.1",
"protein_id": "XP_047300998.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 711,
"cds_start": 1333,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445042.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1267A>G",
"hgvs_p": "p.Ile423Val",
"transcript": "XM_047445043.1",
"protein_id": "XP_047300999.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 689,
"cds_start": 1267,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445043.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1267A>G",
"hgvs_p": "p.Ile423Val",
"transcript": "XM_047445046.1",
"protein_id": "XP_047301002.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 689,
"cds_start": 1267,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445046.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1189A>G",
"hgvs_p": "p.Ile397Val",
"transcript": "XM_047445047.1",
"protein_id": "XP_047301003.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 650,
"cds_start": 1189,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445047.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1189A>G",
"hgvs_p": "p.Ile397Val",
"transcript": "XM_047445048.1",
"protein_id": "XP_047301004.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 648,
"cds_start": 1189,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445048.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.1742-10A>G",
"hgvs_p": null,
"transcript": "ENST00000948572.1",
"protein_id": "ENSP00000618631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 831,
"cds_start": null,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948572.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.*1317A>G",
"hgvs_p": null,
"transcript": "ENST00000444759.5",
"protein_id": "ENSP00000415041.2",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000444759.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.*1533A>G",
"hgvs_p": null,
"transcript": "ENST00000447759.5",
"protein_id": "ENSP00000394476.2",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000447759.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1455A>G",
"hgvs_p": null,
"transcript": "ENST00000476534.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000476534.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.*1395A>G",
"hgvs_p": null,
"transcript": "ENST00000597150.5",
"protein_id": "ENSP00000473116.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000597150.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1951A>G",
"hgvs_p": null,
"transcript": "ENST00000670907.1",
"protein_id": "ENSP00000499297.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000670907.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.2014A>G",
"hgvs_p": null,
"transcript": "NR_047653.2",
"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_047653.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.2014A>G",
"hgvs_p": null,
"transcript": "NR_047654.2",
"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_047654.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1940A>G",
"hgvs_p": null,
"transcript": "NR_047655.2",
"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_047655.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1862A>G",
"hgvs_p": null,
"transcript": "NR_047656.2",
"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_047656.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.2031A>G",
"hgvs_p": null,
"transcript": "NR_047657.2",
"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_047657.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1928A>G",
"hgvs_p": null,
"transcript": "NR_047658.2",
"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_047658.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1953A>G",
"hgvs_p": null,
"transcript": "NR_146098.2",
"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_146098.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.2092A>G",
"hgvs_p": null,
"transcript": "NR_146099.2",
"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_146099.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1940A>G",
"hgvs_p": null,
"transcript": "NR_146100.2",
"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_146100.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.1940A>G",
"hgvs_p": null,
"transcript": "NR_146101.2",
"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_146101.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.2019A>G",
"hgvs_p": null,
"transcript": "NR_146102.2",
"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_146102.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.*1317A>G",
"hgvs_p": null,
"transcript": "ENST00000444759.5",
"protein_id": "ENSP00000415041.2",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000444759.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.*1533A>G",
"hgvs_p": null,
"transcript": "ENST00000447759.5",
"protein_id": "ENSP00000394476.2",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000447759.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "n.*1395A>G",
"hgvs_p": null,
"transcript": "ENST00000597150.5",
"protein_id": "ENSP00000473116.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000597150.5"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.*132A>G",
"hgvs_p": null,
"transcript": "XM_047445049.1",
"protein_id": "XP_047301005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445049.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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"hgvs_c": "c.*132A>G",
"hgvs_p": null,
"transcript": "XM_047445052.1",
"protein_id": "XP_047301008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445052.1"
}
],
"gene_symbol": "KANSL3",
"gene_hgnc_id": 25473,
"dbsnp": "rs531213429",
"frequency_reference_population": 0.000018588766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 30,
"gnomad_exomes_af": 0.0000177893,
"gnomad_genomes_af": 0.0000262595,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.020509272813796997,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.04,
"revel_prediction": "Benign",
"alphamissense_score": 0.0862,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.039,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001349256.2",
"gene_symbol": "KANSL3",
"hgnc_id": 25473,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1951A>G",
"hgvs_p": "p.Ile651Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}