← 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: 1-35442850-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=35442850&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 35442850,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_024874.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "NM_024874.5",
"protein_id": "NP_079150.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4777,
"mane_select": "ENST00000325722.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024874.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000325722.8",
"protein_id": "ENSP00000318406.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4777,
"mane_select": "NM_024874.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325722.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2953+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930788.1",
"protein_id": "ENSP00000600847.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4934,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930788.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2908+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961875.1",
"protein_id": "ENSP00000631934.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1092,
"cds_start": null,
"cds_end": null,
"cds_length": 3279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4277,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961875.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2875+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961872.1",
"protein_id": "ENSP00000631931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1081,
"cds_start": null,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4271,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961872.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2827+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961876.1",
"protein_id": "ENSP00000631935.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1065,
"cds_start": null,
"cds_end": null,
"cds_length": 3198,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4061,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961876.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2812+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930786.1",
"protein_id": "ENSP00000600845.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1060,
"cds_start": null,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4810,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930786.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2812+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961869.1",
"protein_id": "ENSP00000631928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1060,
"cds_start": null,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4800,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961869.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2800+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930787.1",
"protein_id": "ENSP00000600846.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4795,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930787.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2794+56A>G",
"hgvs_p": null,
"transcript": "ENST00000867828.1",
"protein_id": "ENSP00000537887.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1054,
"cds_start": null,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4781,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867828.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2794+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930783.1",
"protein_id": "ENSP00000600842.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1054,
"cds_start": null,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4701,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930783.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2791+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961873.1",
"protein_id": "ENSP00000631932.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1053,
"cds_start": null,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4173,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961873.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000426982.7",
"protein_id": "ENSP00000395883.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426982.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000469892.7",
"protein_id": "ENSP00000419396.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4650,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000469892.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000867826.1",
"protein_id": "ENSP00000537885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4976,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000867827.1",
"protein_id": "ENSP00000537886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867827.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000867829.1",
"protein_id": "ENSP00000537888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4085,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930782.1",
"protein_id": "ENSP00000600841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930782.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930790.1",
"protein_id": "ENSP00000600849.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4735,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930790.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930792.1",
"protein_id": "ENSP00000600851.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6209,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930792.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930794.1",
"protein_id": "ENSP00000600853.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4678,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930794.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961877.1",
"protein_id": "ENSP00000631936.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3816,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961877.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2776+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930791.1",
"protein_id": "ENSP00000600850.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1048,
"cds_start": null,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4756,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930791.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2776+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961868.1",
"protein_id": "ENSP00000631927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1048,
"cds_start": null,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4620,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961868.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2698+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961874.1",
"protein_id": "ENSP00000631933.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1022,
"cds_start": null,
"cds_end": null,
"cds_length": 3069,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4073,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961874.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2593+56A>G",
"hgvs_p": null,
"transcript": "ENST00000867830.1",
"protein_id": "ENSP00000537889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 987,
"cds_start": null,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3851,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2593+56A>G",
"hgvs_p": null,
"transcript": "ENST00000867832.1",
"protein_id": "ENSP00000537891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 987,
"cds_start": null,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3845,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867832.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2488+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697002.1",
"protein_id": "ENSP00000513032.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 952,
"cds_start": null,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4243,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697002.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697001.1",
"protein_id": "ENSP00000513031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 950,
"cds_start": null,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697001.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2332+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961871.1",
"protein_id": "ENSP00000631930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": null,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3738,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961871.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2236+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930784.1",
"protein_id": "ENSP00000600843.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 895,
"cds_start": null,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4175,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930784.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2236+56A>G",
"hgvs_p": null,
"transcript": "ENST00000867831.1",
"protein_id": "ENSP00000537890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 868,
"cds_start": null,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3478,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867831.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2236+56A>G",
"hgvs_p": null,
"transcript": "ENST00000867833.1",
"protein_id": "ENSP00000537892.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 868,
"cds_start": null,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3487,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867833.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2041+56A>G",
"hgvs_p": null,
"transcript": "ENST00000961870.1",
"protein_id": "ENSP00000631929.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 803,
"cds_start": null,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3292,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961870.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2008+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697010.1",
"protein_id": "ENSP00000513040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3390,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697010.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2008+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930793.1",
"protein_id": "ENSP00000600852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3860,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930793.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.1906+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697011.1",
"protein_id": "ENSP00000513041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": null,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3305,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697011.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.1906+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930785.1",
"protein_id": "ENSP00000600844.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 758,
"cds_start": null,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3750,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930785.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.1789+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697009.1",
"protein_id": "ENSP00000513039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 719,
"cds_start": null,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3171,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697009.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.1720+56A>G",
"hgvs_p": null,
"transcript": "ENST00000930789.1",
"protein_id": "ENSP00000600848.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 696,
"cds_start": null,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3700,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930789.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2794+56A>G",
"hgvs_p": null,
"transcript": "XM_017002366.2",
"protein_id": "XP_016857855.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1054,
"cds_start": null,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4792,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002366.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2794+56A>G",
"hgvs_p": null,
"transcript": "XM_017002367.2",
"protein_id": "XP_016857856.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1054,
"cds_start": null,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4619,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002367.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2794+56A>G",
"hgvs_p": null,
"transcript": "XM_017002369.3",
"protein_id": "XP_016857858.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1054,
"cds_start": null,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002369.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2794+56A>G",
"hgvs_p": null,
"transcript": "XM_047430825.1",
"protein_id": "XP_047286781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1054,
"cds_start": null,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4695,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430825.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "XM_006710909.3",
"protein_id": "XP_006710972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4692,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006710909.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "XM_047430826.1",
"protein_id": "XP_047286782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2794+56A>G",
"hgvs_p": null,
"transcript": "XM_047430827.1",
"protein_id": "XP_047286783.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1030,
"cds_start": null,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3398,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430827.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "XM_047430829.1",
"protein_id": "XP_047286785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1025,
"cds_start": null,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3383,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2794+56A>G",
"hgvs_p": null,
"transcript": "XM_047430830.1",
"protein_id": "XP_047286786.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 955,
"cds_start": null,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "XM_047430831.1",
"protein_id": "XP_047286787.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 950,
"cds_start": null,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3020,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430831.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.2779+56A>G",
"hgvs_p": null,
"transcript": "XM_047430832.1",
"protein_id": "XP_047286788.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 950,
"cds_start": null,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3117,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430832.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "c.1720+56A>G",
"hgvs_p": null,
"transcript": "XM_047430845.1",
"protein_id": "XP_047286801.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 696,
"cds_start": null,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3983,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*2077A>G",
"hgvs_p": null,
"transcript": "ENST00000697015.1",
"protein_id": "ENSP00000513045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5262,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697015.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.2835A>G",
"hgvs_p": null,
"transcript": "ENST00000697023.1",
"protein_id": "ENSP00000513053.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5747,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697023.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1011A>G",
"hgvs_p": null,
"transcript": "ENST00000697025.1",
"protein_id": "ENSP00000513055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4856,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697025.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*2077A>G",
"hgvs_p": null,
"transcript": "ENST00000697015.1",
"protein_id": "ENSP00000513045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5262,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697015.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1011A>G",
"hgvs_p": null,
"transcript": "ENST00000697025.1",
"protein_id": "ENSP00000513055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4856,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697025.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.1217+56A>G",
"hgvs_p": null,
"transcript": "ENST00000373266.8",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2377,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000373266.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000461312.6",
"protein_id": "ENSP00000513058.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4173,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000461312.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.350+56A>G",
"hgvs_p": null,
"transcript": "ENST00000473423.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 420,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000473423.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.1710+56A>G",
"hgvs_p": null,
"transcript": "ENST00000485551.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4398,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000485551.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1425+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697000.1",
"protein_id": "ENSP00000513030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3464,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697000.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1835+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697003.1",
"protein_id": "ENSP00000513033.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3357,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697003.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1972+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697004.1",
"protein_id": "ENSP00000513034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4319,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697004.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1331+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697005.1",
"protein_id": "ENSP00000513035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697005.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*2627+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697006.1",
"protein_id": "ENSP00000513036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4250,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697006.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1707+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697007.1",
"protein_id": "ENSP00000513037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3313,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697007.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1317+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697008.1",
"protein_id": "ENSP00000513038.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3371,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697008.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*2380+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697012.1",
"protein_id": "ENSP00000513042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3872,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697012.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*2021+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697013.1",
"protein_id": "ENSP00000513043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3493,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697013.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*86+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697014.1",
"protein_id": "ENSP00000513044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3996,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697014.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1234+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697016.1",
"protein_id": "ENSP00000513046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3085,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*783+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697017.1",
"protein_id": "ENSP00000513047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4210,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697017.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*86+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697018.1",
"protein_id": "ENSP00000513048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3844,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697018.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*2627+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697019.1",
"protein_id": "ENSP00000513049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4097,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697019.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*420+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697020.1",
"protein_id": "ENSP00000513050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3345,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697020.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1220+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697021.1",
"protein_id": "ENSP00000513051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697021.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1318+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697022.1",
"protein_id": "ENSP00000513052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2822,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697022.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*1861+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697024.1",
"protein_id": "ENSP00000513054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3112,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697024.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.5808+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697026.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6747,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697026.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.*86+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697027.1",
"protein_id": "ENSP00000513056.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3110,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697027.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"hgvs_c": "n.2779+56A>G",
"hgvs_p": null,
"transcript": "ENST00000697028.1",
"protein_id": "ENSP00000513057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3989,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697028.1"
}
],
"gene_symbol": "KIAA0319L",
"gene_hgnc_id": 30071,
"dbsnp": "rs2275247",
"frequency_reference_population": 0.10609336,
"hom_count_reference_population": 37155,
"allele_count_reference_population": 170871,
"gnomad_exomes_af": 0.0903261,
"gnomad_genomes_af": 0.257185,
"gnomad_exomes_ac": 131730,
"gnomad_genomes_ac": 39141,
"gnomad_exomes_homalt": 26592,
"gnomad_genomes_homalt": 10563,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7599999904632568,
"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.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.514,
"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": "NM_024874.5",
"gene_symbol": "KIAA0319L",
"hgnc_id": 30071,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2779+56A>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
}