← 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: 5-176347653-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=176347653&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 176347653,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_020444.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "NM_020444.5",
"protein_id": "NP_065177.2",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000298569.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020444.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000298569.9",
"protein_id": "ENSP00000298569.4",
"transcript_support_level": 1,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020444.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298569.9"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000510164.5",
"protein_id": "ENSP00000421061.1",
"transcript_support_level": 1,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510164.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.808G>A",
"hgvs_p": "p.Ala270Thr",
"transcript": "ENST00000393725.6",
"protein_id": "ENSP00000377326.2",
"transcript_support_level": 1,
"aa_start": 270,
"aa_end": null,
"aa_length": 286,
"cds_start": 808,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393725.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "n.652G>A",
"hgvs_p": null,
"transcript": "ENST00000393728.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000393728.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.868G>A",
"hgvs_p": "p.Ala290Thr",
"transcript": "ENST00000881479.1",
"protein_id": "ENSP00000551538.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 306,
"cds_start": 868,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881479.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "NM_001079685.3",
"protein_id": "NP_001073153.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001079685.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000881476.1",
"protein_id": "ENSP00000551535.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881476.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000881478.1",
"protein_id": "ENSP00000551537.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881478.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000881480.1",
"protein_id": "ENSP00000551539.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881480.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000881483.1",
"protein_id": "ENSP00000551542.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881483.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000881484.1",
"protein_id": "ENSP00000551543.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881484.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000881485.1",
"protein_id": "ENSP00000551544.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881485.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000938951.1",
"protein_id": "ENSP00000609010.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938951.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000938952.1",
"protein_id": "ENSP00000609011.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938952.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000938954.1",
"protein_id": "ENSP00000609013.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938954.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000938955.1",
"protein_id": "ENSP00000609014.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938955.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000938956.1",
"protein_id": "ENSP00000609015.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938956.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000938957.1",
"protein_id": "ENSP00000609016.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938957.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "ENST00000954740.1",
"protein_id": "ENSP00000624799.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 305,
"cds_start": 865,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954740.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.808G>A",
"hgvs_p": "p.Ala270Thr",
"transcript": "NM_001079684.3",
"protein_id": "NP_001073152.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 286,
"cds_start": 808,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001079684.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.808G>A",
"hgvs_p": "p.Ala270Thr",
"transcript": "NM_001287336.2",
"protein_id": "NP_001274265.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 286,
"cds_start": 808,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287336.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.808G>A",
"hgvs_p": "p.Ala270Thr",
"transcript": "ENST00000614420.4",
"protein_id": "ENSP00000479627.1",
"transcript_support_level": 5,
"aa_start": 270,
"aa_end": null,
"aa_length": 286,
"cds_start": 808,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614420.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Ala208Thr",
"transcript": "NM_001287335.2",
"protein_id": "NP_001274264.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 224,
"cds_start": 622,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287335.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Ala208Thr",
"transcript": "ENST00000620366.4",
"protein_id": "ENSP00000477518.1",
"transcript_support_level": 3,
"aa_start": 208,
"aa_end": null,
"aa_length": 224,
"cds_start": 622,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620366.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.613G>A",
"hgvs_p": "p.Ala205Thr",
"transcript": "ENST00000881481.1",
"protein_id": "ENSP00000551540.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 221,
"cds_start": 613,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881481.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.613G>A",
"hgvs_p": "p.Ala205Thr",
"transcript": "ENST00000954738.1",
"protein_id": "ENSP00000624797.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 221,
"cds_start": 613,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954738.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.559G>A",
"hgvs_p": "p.Ala187Thr",
"transcript": "ENST00000881475.1",
"protein_id": "ENSP00000551534.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 203,
"cds_start": 559,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881475.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.559G>A",
"hgvs_p": "p.Ala187Thr",
"transcript": "ENST00000881477.1",
"protein_id": "ENSP00000551536.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 203,
"cds_start": 559,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881477.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.559G>A",
"hgvs_p": "p.Ala187Thr",
"transcript": "ENST00000881482.1",
"protein_id": "ENSP00000551541.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 203,
"cds_start": 559,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881482.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.559G>A",
"hgvs_p": "p.Ala187Thr",
"transcript": "ENST00000954739.1",
"protein_id": "ENSP00000624798.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 203,
"cds_start": 559,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954739.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.808G>A",
"hgvs_p": "p.Ala270Thr",
"transcript": "XM_005265946.5",
"protein_id": "XP_005266003.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 286,
"cds_start": 808,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265946.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Ala208Thr",
"transcript": "XM_017009651.2",
"protein_id": "XP_016865140.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 224,
"cds_start": 622,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009651.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Ala208Thr",
"transcript": "XM_047417400.1",
"protein_id": "XP_047273356.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 224,
"cds_start": 622,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417400.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Ala208Thr",
"transcript": "XM_047417401.1",
"protein_id": "XP_047273357.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 224,
"cds_start": 622,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417401.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "c.559G>A",
"hgvs_p": "p.Ala187Thr",
"transcript": "XM_047417402.1",
"protein_id": "XP_047273358.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 203,
"cds_start": 559,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417402.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "n.732G>A",
"hgvs_p": null,
"transcript": "NR_109796.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_109796.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "n.699G>A",
"hgvs_p": null,
"transcript": "NR_109797.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_109797.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "n.845G>A",
"hgvs_p": null,
"transcript": "NR_109798.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_109798.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "n.807G>A",
"hgvs_p": null,
"transcript": "NR_109799.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_109799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"hgvs_c": "n.720G>A",
"hgvs_p": null,
"transcript": "NR_109800.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_109800.1"
}
],
"gene_symbol": "KIAA1191",
"gene_hgnc_id": 29209,
"dbsnp": "rs751606711",
"frequency_reference_population": 0.000012157775,
"hom_count_reference_population": 1,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.0000120509,
"gnomad_genomes_af": 0.0000131491,
"gnomad_exomes_ac": 17,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.018256932497024536,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.196,
"revel_prediction": "Benign",
"alphamissense_score": 0.0646,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.041,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_020444.5",
"gene_symbol": "KIAA1191",
"hgnc_id": 29209,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}