← 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-24308053-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=24308053&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 24308053,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_019590.5",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.115-72816A>T",
"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": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.117+52457A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.115-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.115-72816A>T",
"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": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-59066A>T",
"hgvs_p": null,
"transcript": "ENST00000635504.1",
"protein_id": "ENSP00000489052.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": -4,
"cds_end": null,
"cds_length": 541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 568,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.-97+68716A>T",
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"hgvs_c": "c.355-72816A>T",
"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
}
],
"gene_symbol": "KIAA1217",
"gene_hgnc_id": 25428,
"dbsnp": "rs7917252",
"frequency_reference_population": 0.09170202,
"hom_count_reference_population": 1022,
"allele_count_reference_population": 13962,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.091702,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 13962,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 1022,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8600000143051147,
"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.86,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.107,
"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_019590.5",
"gene_symbol": "KIAA1217",
"hgnc_id": 25428,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.355-72816A>T",
"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
}