← 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-24503786-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=24503786&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 24503786,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000376454.8",
"consequences": [
{
"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": 21,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>G",
"hgvs_p": null,
"transcript": "NM_019590.5",
"protein_id": "NP_062536.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1943,
"cds_start": -4,
"cds_end": null,
"cds_length": 5832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7407,
"mane_select": "ENST00000376454.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>G",
"hgvs_p": null,
"transcript": "ENST00000376454.8",
"protein_id": "ENSP00000365637.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1943,
"cds_start": -4,
"cds_end": null,
"cds_length": 5832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7407,
"mane_select": "NM_019590.5",
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>G",
"hgvs_p": null,
"transcript": "ENST00000376451.4",
"protein_id": "ENSP00000365634.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1465,
"cds_start": -4,
"cds_end": null,
"cds_length": 4398,
"cdna_start": null,
"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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 10,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1761+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1764+2241C>G",
"hgvs_p": null,
"transcript": "ENST00000696626.1",
"protein_id": "ENSP00000512763.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1864,
"cds_start": -4,
"cds_end": null,
"cds_length": 5595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8471,
"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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 10,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1761+2241C>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": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1761+2241C>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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>G",
"hgvs_p": null,
"transcript": "ENST00000376456.8",
"protein_id": "ENSP00000365639.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 932,
"cds_start": -4,
"cds_end": null,
"cds_length": 2800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3203,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1446+2241C>G",
"hgvs_p": null,
"transcript": "ENST00000438429.5",
"protein_id": "ENSP00000404798.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 782,
"cds_start": -4,
"cds_end": null,
"cds_length": 2350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "n.390+2241C>G",
"hgvs_p": null,
"transcript": "ENST00000460373.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 479,
"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": 21,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425494.1",
"protein_id": "XP_047281450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1942,
"cds_start": -4,
"cds_end": null,
"cds_length": 5829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7404,
"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": 21,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425495.1",
"protein_id": "XP_047281451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1932,
"cds_start": -4,
"cds_end": null,
"cds_length": 5799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7374,
"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": 20,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>G",
"hgvs_p": null,
"transcript": "XM_017016417.2",
"protein_id": "XP_016871906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1908,
"cds_start": -4,
"cds_end": null,
"cds_length": 5727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7302,
"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": 20,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425496.1",
"protein_id": "XP_047281452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1907,
"cds_start": -4,
"cds_end": null,
"cds_length": 5724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7299,
"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": 20,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425497.1",
"protein_id": "XP_047281453.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1903,
"cds_start": -4,
"cds_end": null,
"cds_length": 5712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7287,
"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": 20,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425498.1",
"protein_id": "XP_047281454.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1897,
"cds_start": -4,
"cds_end": null,
"cds_length": 5694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7269,
"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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425499.1",
"protein_id": "XP_047281455.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1868,
"cds_start": -4,
"cds_end": null,
"cds_length": 5607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7182,
"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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425500.1",
"protein_id": "XP_047281456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1867,
"cds_start": -4,
"cds_end": null,
"cds_length": 5604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7179,
"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": 20,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1551+2241C>G",
"hgvs_p": null,
"transcript": "XM_017016420.2",
"protein_id": "XP_016871909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1793,
"cds_start": -4,
"cds_end": null,
"cds_length": 5382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7142,
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1446+2241C>G",
"hgvs_p": null,
"transcript": "XM_017016422.2",
"protein_id": "XP_016871911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1758,
"cds_start": -4,
"cds_end": null,
"cds_length": 5277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7037,
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1446+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425501.1",
"protein_id": "XP_047281457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1757,
"cds_start": -4,
"cds_end": null,
"cds_length": 5274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7034,
"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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1551+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425502.1",
"protein_id": "XP_047281458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1753,
"cds_start": -4,
"cds_end": null,
"cds_length": 5262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7022,
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1446+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425503.1",
"protein_id": "XP_047281459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1747,
"cds_start": -4,
"cds_end": null,
"cds_length": 5244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7004,
"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": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425504.1",
"protein_id": "XP_047281460.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1741,
"cds_start": -4,
"cds_end": null,
"cds_length": 5226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8007,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>G",
"hgvs_p": null,
"transcript": "XM_017016423.1",
"protein_id": "XP_016871912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1661,
"cds_start": -4,
"cds_end": null,
"cds_length": 4986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6765,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>G",
"hgvs_p": null,
"transcript": "XM_017016424.2",
"protein_id": "XP_016871913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1661,
"cds_start": -4,
"cds_end": null,
"cds_length": 4986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6856,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425505.1",
"protein_id": "XP_047281461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1660,
"cds_start": -4,
"cds_end": null,
"cds_length": 4983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6762,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425506.1",
"protein_id": "XP_047281462.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1626,
"cds_start": -4,
"cds_end": null,
"cds_length": 4881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6660,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425507.1",
"protein_id": "XP_047281463.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1626,
"cds_start": -4,
"cds_end": null,
"cds_length": 4881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6751,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425508.1",
"protein_id": "XP_047281464.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1625,
"cds_start": -4,
"cds_end": null,
"cds_length": 4878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6657,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425509.1",
"protein_id": "XP_047281465.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1625,
"cds_start": -4,
"cds_end": null,
"cds_length": 4878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6748,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425510.1",
"protein_id": "XP_047281466.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1586,
"cds_start": -4,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6631,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425511.1",
"protein_id": "XP_047281467.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1586,
"cds_start": -4,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6540,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>G",
"hgvs_p": null,
"transcript": "XM_047425512.1",
"protein_id": "XP_047281468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1460,
"cds_start": -4,
"cds_end": null,
"cds_length": 4383,
"cdna_start": null,
"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": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>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": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.2001+2241C>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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1551+2241C>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": 7,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1446+2241C>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": 7,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1446+2241C>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": 7,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1446+2241C>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": 8,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1896+2241C>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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 5,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1155+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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": 4,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.1050+2241C>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
}
],
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"dbsnp": "rs12221235",
"frequency_reference_population": 0.09956912,
"hom_count_reference_population": 1050,
"allele_count_reference_population": 15159,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0995691,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 15159,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 1050,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9700000286102295,
"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.97,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.348,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000376454.8",
"gene_symbol": "KIAA1217",
"hgnc_id": 25428,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2001+2241C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}