← 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: 10-24543956-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=24543956&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 24543956,
"ref": "C",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000376454.8",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4686C>G",
"hgvs_p": "p.Thr1562Thr",
"transcript": "NM_019590.5",
"protein_id": "NP_062536.2",
"transcript_support_level": null,
"aa_start": 1562,
"aa_end": null,
"aa_length": 1943,
"cds_start": 4686,
"cds_end": null,
"cds_length": 5832,
"cdna_start": 4742,
"cdna_end": null,
"cdna_length": 7407,
"mane_select": "ENST00000376454.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4686C>G",
"hgvs_p": "p.Thr1562Thr",
"transcript": "ENST00000376454.8",
"protein_id": "ENSP00000365637.3",
"transcript_support_level": 1,
"aa_start": 1562,
"aa_end": null,
"aa_length": 1943,
"cds_start": 4686,
"cds_end": null,
"cds_length": 5832,
"cdna_start": 4742,
"cdna_end": null,
"cdna_length": 7407,
"mane_select": "NM_019590.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3735C>G",
"hgvs_p": "p.Thr1245Thr",
"transcript": "ENST00000376451.4",
"protein_id": "ENSP00000365634.2",
"transcript_support_level": 1,
"aa_start": 1245,
"aa_end": null,
"aa_length": 1465,
"cds_start": 3735,
"cds_end": null,
"cds_length": 4398,
"cdna_start": 3995,
"cdna_end": null,
"cdna_length": 7383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3505-1025C>G",
"hgvs_p": null,
"transcript": "ENST00000376452.7",
"protein_id": "ENSP00000365635.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1374,
"cds_start": -4,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3430-1025C>G",
"hgvs_p": null,
"transcript": "ENST00000458595.5",
"protein_id": "ENSP00000392625.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3175-1025C>G",
"hgvs_p": null,
"transcript": "ENST00000376462.5",
"protein_id": "ENSP00000365645.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1264,
"cds_start": -4,
"cds_end": null,
"cds_length": 3795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2662-1025C>G",
"hgvs_p": null,
"transcript": "ENST00000307544.10",
"protein_id": "ENSP00000302343.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 932,
"cds_start": -4,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2584-1025C>G",
"hgvs_p": null,
"transcript": "ENST00000396445.5",
"protein_id": "ENSP00000379722.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": -4,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2464-1025C>G",
"hgvs_p": null,
"transcript": "ENST00000396446.5",
"protein_id": "ENSP00000379723.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 866,
"cds_start": -4,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4449C>G",
"hgvs_p": "p.Thr1483Thr",
"transcript": "ENST00000696626.1",
"protein_id": "ENSP00000512763.1",
"transcript_support_level": null,
"aa_start": 1483,
"aa_end": null,
"aa_length": 1864,
"cds_start": 4449,
"cds_end": null,
"cds_length": 5595,
"cdna_start": 5806,
"cdna_end": null,
"cdna_length": 8471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1332C>G",
"hgvs_p": "p.Thr444Thr",
"transcript": "ENST00000635163.1",
"protein_id": "ENSP00000489575.1",
"transcript_support_level": 5,
"aa_start": 444,
"aa_end": null,
"aa_length": 451,
"cds_start": 1332,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1334,
"cdna_end": null,
"cdna_length": 1358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4683C>G",
"hgvs_p": "p.Thr1561Thr",
"transcript": "XM_047425494.1",
"protein_id": "XP_047281450.1",
"transcript_support_level": null,
"aa_start": 1561,
"aa_end": null,
"aa_length": 1942,
"cds_start": 4683,
"cds_end": null,
"cds_length": 5829,
"cdna_start": 4739,
"cdna_end": null,
"cdna_length": 7404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4653C>G",
"hgvs_p": "p.Thr1551Thr",
"transcript": "XM_047425495.1",
"protein_id": "XP_047281451.1",
"transcript_support_level": null,
"aa_start": 1551,
"aa_end": null,
"aa_length": 1932,
"cds_start": 4653,
"cds_end": null,
"cds_length": 5799,
"cdna_start": 4709,
"cdna_end": null,
"cdna_length": 7374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4581C>G",
"hgvs_p": "p.Thr1527Thr",
"transcript": "XM_017016417.2",
"protein_id": "XP_016871906.1",
"transcript_support_level": null,
"aa_start": 1527,
"aa_end": null,
"aa_length": 1908,
"cds_start": 4581,
"cds_end": null,
"cds_length": 5727,
"cdna_start": 4637,
"cdna_end": null,
"cdna_length": 7302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4578C>G",
"hgvs_p": "p.Thr1526Thr",
"transcript": "XM_047425496.1",
"protein_id": "XP_047281452.1",
"transcript_support_level": null,
"aa_start": 1526,
"aa_end": null,
"aa_length": 1907,
"cds_start": 4578,
"cds_end": null,
"cds_length": 5724,
"cdna_start": 4634,
"cdna_end": null,
"cdna_length": 7299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4566C>G",
"hgvs_p": "p.Thr1522Thr",
"transcript": "XM_047425497.1",
"protein_id": "XP_047281453.1",
"transcript_support_level": null,
"aa_start": 1522,
"aa_end": null,
"aa_length": 1903,
"cds_start": 4566,
"cds_end": null,
"cds_length": 5712,
"cdna_start": 4622,
"cdna_end": null,
"cdna_length": 7287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4548C>G",
"hgvs_p": "p.Thr1516Thr",
"transcript": "XM_047425498.1",
"protein_id": "XP_047281454.1",
"transcript_support_level": null,
"aa_start": 1516,
"aa_end": null,
"aa_length": 1897,
"cds_start": 4548,
"cds_end": null,
"cds_length": 5694,
"cdna_start": 4604,
"cdna_end": null,
"cdna_length": 7269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4461C>G",
"hgvs_p": "p.Thr1487Thr",
"transcript": "XM_047425499.1",
"protein_id": "XP_047281455.1",
"transcript_support_level": null,
"aa_start": 1487,
"aa_end": null,
"aa_length": 1868,
"cds_start": 4461,
"cds_end": null,
"cds_length": 5607,
"cdna_start": 4517,
"cdna_end": null,
"cdna_length": 7182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4458C>G",
"hgvs_p": "p.Thr1486Thr",
"transcript": "XM_047425500.1",
"protein_id": "XP_047281456.1",
"transcript_support_level": null,
"aa_start": 1486,
"aa_end": null,
"aa_length": 1867,
"cds_start": 4458,
"cds_end": null,
"cds_length": 5604,
"cdna_start": 4514,
"cdna_end": null,
"cdna_length": 7179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4236C>G",
"hgvs_p": "p.Thr1412Thr",
"transcript": "XM_017016420.2",
"protein_id": "XP_016871909.1",
"transcript_support_level": null,
"aa_start": 1412,
"aa_end": null,
"aa_length": 1793,
"cds_start": 4236,
"cds_end": null,
"cds_length": 5382,
"cdna_start": 4477,
"cdna_end": null,
"cdna_length": 7142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4131C>G",
"hgvs_p": "p.Thr1377Thr",
"transcript": "XM_017016422.2",
"protein_id": "XP_016871911.1",
"transcript_support_level": null,
"aa_start": 1377,
"aa_end": null,
"aa_length": 1758,
"cds_start": 4131,
"cds_end": null,
"cds_length": 5277,
"cdna_start": 4372,
"cdna_end": null,
"cdna_length": 7037,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4128C>G",
"hgvs_p": "p.Thr1376Thr",
"transcript": "XM_047425501.1",
"protein_id": "XP_047281457.1",
"transcript_support_level": null,
"aa_start": 1376,
"aa_end": null,
"aa_length": 1757,
"cds_start": 4128,
"cds_end": null,
"cds_length": 5274,
"cdna_start": 4369,
"cdna_end": null,
"cdna_length": 7034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4116C>G",
"hgvs_p": "p.Thr1372Thr",
"transcript": "XM_047425502.1",
"protein_id": "XP_047281458.1",
"transcript_support_level": null,
"aa_start": 1372,
"aa_end": null,
"aa_length": 1753,
"cds_start": 4116,
"cds_end": null,
"cds_length": 5262,
"cdna_start": 4357,
"cdna_end": null,
"cdna_length": 7022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4098C>G",
"hgvs_p": "p.Thr1366Thr",
"transcript": "XM_047425503.1",
"protein_id": "XP_047281459.1",
"transcript_support_level": null,
"aa_start": 1366,
"aa_end": null,
"aa_length": 1747,
"cds_start": 4098,
"cds_end": null,
"cds_length": 5244,
"cdna_start": 4339,
"cdna_end": null,
"cdna_length": 7004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.4563C>G",
"hgvs_p": "p.Thr1521Thr",
"transcript": "XM_047425504.1",
"protein_id": "XP_047281460.1",
"transcript_support_level": null,
"aa_start": 1521,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4563,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 4619,
"cdna_end": null,
"cdna_length": 8007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3840C>G",
"hgvs_p": "p.Thr1280Thr",
"transcript": "XM_017016423.1",
"protein_id": "XP_016871912.1",
"transcript_support_level": null,
"aa_start": 1280,
"aa_end": null,
"aa_length": 1661,
"cds_start": 3840,
"cds_end": null,
"cds_length": 4986,
"cdna_start": 4100,
"cdna_end": null,
"cdna_length": 6765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3840C>G",
"hgvs_p": "p.Thr1280Thr",
"transcript": "XM_017016424.2",
"protein_id": "XP_016871913.1",
"transcript_support_level": null,
"aa_start": 1280,
"aa_end": null,
"aa_length": 1661,
"cds_start": 3840,
"cds_end": null,
"cds_length": 4986,
"cdna_start": 4191,
"cdna_end": null,
"cdna_length": 6856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3837C>G",
"hgvs_p": "p.Thr1279Thr",
"transcript": "XM_047425505.1",
"protein_id": "XP_047281461.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1660,
"cds_start": 3837,
"cds_end": null,
"cds_length": 4983,
"cdna_start": 4097,
"cdna_end": null,
"cdna_length": 6762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3735C>G",
"hgvs_p": "p.Thr1245Thr",
"transcript": "XM_047425506.1",
"protein_id": "XP_047281462.1",
"transcript_support_level": null,
"aa_start": 1245,
"aa_end": null,
"aa_length": 1626,
"cds_start": 3735,
"cds_end": null,
"cds_length": 4881,
"cdna_start": 3995,
"cdna_end": null,
"cdna_length": 6660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3735C>G",
"hgvs_p": "p.Thr1245Thr",
"transcript": "XM_047425507.1",
"protein_id": "XP_047281463.1",
"transcript_support_level": null,
"aa_start": 1245,
"aa_end": null,
"aa_length": 1626,
"cds_start": 3735,
"cds_end": null,
"cds_length": 4881,
"cdna_start": 4086,
"cdna_end": null,
"cdna_length": 6751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3732C>G",
"hgvs_p": "p.Thr1244Thr",
"transcript": "XM_047425508.1",
"protein_id": "XP_047281464.1",
"transcript_support_level": null,
"aa_start": 1244,
"aa_end": null,
"aa_length": 1625,
"cds_start": 3732,
"cds_end": null,
"cds_length": 4878,
"cdna_start": 3992,
"cdna_end": null,
"cdna_length": 6657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3732C>G",
"hgvs_p": "p.Thr1244Thr",
"transcript": "XM_047425509.1",
"protein_id": "XP_047281465.1",
"transcript_support_level": null,
"aa_start": 1244,
"aa_end": null,
"aa_length": 1625,
"cds_start": 3732,
"cds_end": null,
"cds_length": 4878,
"cdna_start": 4083,
"cdna_end": null,
"cdna_length": 6748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3615C>G",
"hgvs_p": "p.Thr1205Thr",
"transcript": "XM_047425510.1",
"protein_id": "XP_047281466.1",
"transcript_support_level": null,
"aa_start": 1205,
"aa_end": null,
"aa_length": 1586,
"cds_start": 3615,
"cds_end": null,
"cds_length": 4761,
"cdna_start": 3966,
"cdna_end": null,
"cdna_length": 6631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3615C>G",
"hgvs_p": "p.Thr1205Thr",
"transcript": "XM_047425511.1",
"protein_id": "XP_047281467.1",
"transcript_support_level": null,
"aa_start": 1205,
"aa_end": null,
"aa_length": 1586,
"cds_start": 3615,
"cds_end": null,
"cds_length": 4761,
"cdna_start": 3875,
"cdna_end": null,
"cdna_length": 6540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3720C>G",
"hgvs_p": "p.Thr1240Thr",
"transcript": "XM_047425512.1",
"protein_id": "XP_047281468.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1460,
"cds_start": 3720,
"cds_end": null,
"cds_length": 4383,
"cdna_start": 3980,
"cdna_end": null,
"cdna_length": 7368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3505-1025C>G",
"hgvs_p": null,
"transcript": "NM_001282767.2",
"protein_id": "NP_001269696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1374,
"cds_start": -4,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3430-1025C>G",
"hgvs_p": null,
"transcript": "NM_001282768.2",
"protein_id": "NP_001269697.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3175-1025C>G",
"hgvs_p": null,
"transcript": "NM_001098500.3",
"protein_id": "NP_001091970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1264,
"cds_start": -4,
"cds_end": null,
"cds_length": 3795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3175-1025C>G",
"hgvs_p": null,
"transcript": "ENST00000430453.6",
"protein_id": "ENSP00000389680.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1264,
"cds_start": -4,
"cds_end": null,
"cds_length": 3795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2566-1025C>G",
"hgvs_p": null,
"transcript": "NM_001321681.2",
"protein_id": "NP_001308610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1061,
"cds_start": -4,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2662-1025C>G",
"hgvs_p": null,
"transcript": "NM_001282769.2",
"protein_id": "NP_001269698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 932,
"cds_start": -4,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2464-1025C>G",
"hgvs_p": null,
"transcript": "NM_001282770.2",
"protein_id": "NP_001269699.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 866,
"cds_start": -4,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3535-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425513.1",
"protein_id": "XP_047281469.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1384,
"cds_start": -4,
"cds_end": null,
"cds_length": 4155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3532-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425514.1",
"protein_id": "XP_047281470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1383,
"cds_start": -4,
"cds_end": null,
"cds_length": 4152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3427-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425515.1",
"protein_id": "XP_047281471.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1348,
"cds_start": -4,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3415-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425516.1",
"protein_id": "XP_047281472.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1344,
"cds_start": -4,
"cds_end": null,
"cds_length": 4035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3397-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425517.1",
"protein_id": "XP_047281473.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1338,
"cds_start": -4,
"cds_end": null,
"cds_length": 4017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3310-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425518.1",
"protein_id": "XP_047281474.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1309,
"cds_start": -4,
"cds_end": null,
"cds_length": 3930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3307-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425519.1",
"protein_id": "XP_047281475.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1308,
"cds_start": -4,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3085-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425520.1",
"protein_id": "XP_047281476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1234,
"cds_start": -4,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2980-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425521.1",
"protein_id": "XP_047281477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1199,
"cds_start": -4,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2860-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425522.1",
"protein_id": "XP_047281478.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1159,
"cds_start": -4,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2857-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425523.1",
"protein_id": "XP_047281479.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1158,
"cds_start": -4,
"cds_end": null,
"cds_length": 3477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.3310-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425524.1",
"protein_id": "XP_047281480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1148,
"cds_start": -4,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2689-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425525.1",
"protein_id": "XP_047281481.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1102,
"cds_start": -4,
"cds_end": null,
"cds_length": 3309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2689-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425526.1",
"protein_id": "XP_047281482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1102,
"cds_start": -4,
"cds_end": null,
"cds_length": 3309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2686-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425527.1",
"protein_id": "XP_047281483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1101,
"cds_start": -4,
"cds_end": null,
"cds_length": 3306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2686-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425528.1",
"protein_id": "XP_047281484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1101,
"cds_start": -4,
"cds_end": null,
"cds_length": 3306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2584-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425529.1",
"protein_id": "XP_047281485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1067,
"cds_start": -4,
"cds_end": null,
"cds_length": 3204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2584-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425530.1",
"protein_id": "XP_047281486.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1067,
"cds_start": -4,
"cds_end": null,
"cds_length": 3204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2581-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425531.1",
"protein_id": "XP_047281487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1066,
"cds_start": -4,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2581-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425532.1",
"protein_id": "XP_047281488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1066,
"cds_start": -4,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2569-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425533.1",
"protein_id": "XP_047281489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1062,
"cds_start": -4,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2464-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425534.1",
"protein_id": "XP_047281490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1027,
"cds_start": -4,
"cds_end": null,
"cds_length": 3084,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2464-1025C>G",
"hgvs_p": null,
"transcript": "XM_047425535.1",
"protein_id": "XP_047281491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1027,
"cds_start": -4,
"cds_end": null,
"cds_length": 3084,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "n.*248C>G",
"hgvs_p": null,
"transcript": "ENST00000492009.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"dbsnp": "rs3748218",
"frequency_reference_population": 0.000001368137,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136814,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8399999737739563,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.142,
"phylop100way_prediction": "Benign",
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000376454.8",
"gene_symbol": "KIAA1217",
"hgnc_id": 25428,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4686C>G",
"hgvs_p": "p.Thr1562Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}