← 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: 3-47235544-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=47235544&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 47235544,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001413976.1",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "NM_182902.4",
"protein_id": "NP_878905.2",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2601,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": "ENST00000684063.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_182902.4"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "ENST00000684063.1",
"protein_id": "ENSP00000507186.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2601,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": "NM_182902.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684063.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "ENST00000452770.6",
"protein_id": "ENSP00000391100.2",
"transcript_support_level": 1,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2625,
"cdna_end": null,
"cdna_length": 2707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452770.6"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2096T>C",
"hgvs_p": "p.Phe699Ser",
"transcript": "ENST00000444589.6",
"protein_id": "ENSP00000414987.2",
"transcript_support_level": 1,
"aa_start": 699,
"aa_end": null,
"aa_length": 725,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 2454,
"cdna_end": null,
"cdna_length": 2791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444589.6"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2390T>C",
"hgvs_p": "p.Phe797Ser",
"transcript": "NM_001413976.1",
"protein_id": "NP_001400905.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 823,
"cds_start": 2390,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 2597,
"cdna_end": null,
"cdna_length": 3333,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413976.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2333T>C",
"hgvs_p": "p.Phe778Ser",
"transcript": "NM_001413975.1",
"protein_id": "NP_001400904.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 804,
"cds_start": 2333,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 2845,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413975.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "NM_001134878.3",
"protein_id": "NP_001128350.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2847,
"cdna_end": null,
"cdna_length": 3583,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001134878.3"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "ENST00000265529.7",
"protein_id": "ENSP00000265529.3",
"transcript_support_level": 5,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2972,
"cdna_end": null,
"cdna_length": 3311,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265529.7"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "ENST00000888734.1",
"protein_id": "ENSP00000558793.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2935,
"cdna_end": null,
"cdna_length": 3274,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888734.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "ENST00000888735.1",
"protein_id": "ENSP00000558794.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2931,
"cdna_end": null,
"cdna_length": 3270,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888735.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "ENST00000888736.1",
"protein_id": "ENSP00000558795.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2638,
"cdna_end": null,
"cdna_length": 2977,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888736.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "ENST00000888737.1",
"protein_id": "ENSP00000558796.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2336,
"cdna_end": null,
"cdna_length": 2674,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888737.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2228T>C",
"hgvs_p": "p.Phe743Ser",
"transcript": "ENST00000964531.1",
"protein_id": "ENSP00000634590.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 769,
"cds_start": 2228,
"cds_end": null,
"cds_length": 2310,
"cdna_start": 2312,
"cdna_end": null,
"cdna_length": 2648,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964531.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2114T>C",
"hgvs_p": "p.Phe705Ser",
"transcript": "ENST00000964530.1",
"protein_id": "ENSP00000634589.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 731,
"cds_start": 2114,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 2388,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964530.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2096T>C",
"hgvs_p": "p.Phe699Ser",
"transcript": "NM_022342.6",
"protein_id": "NP_071737.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 725,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 2406,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022342.6"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2096T>C",
"hgvs_p": "p.Phe699Ser",
"transcript": "ENST00000964529.1",
"protein_id": "ENSP00000634588.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 725,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 2761,
"cdna_end": null,
"cdna_length": 3097,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964529.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2066T>C",
"hgvs_p": "p.Phe689Ser",
"transcript": "NM_001377474.1",
"protein_id": "NP_001364403.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 715,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 2376,
"cdna_end": null,
"cdna_length": 3112,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377474.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.1871T>C",
"hgvs_p": "p.Phe624Ser",
"transcript": "NM_001377475.1",
"protein_id": "NP_001364404.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 650,
"cds_start": 1871,
"cds_end": null,
"cds_length": 1953,
"cdna_start": 2181,
"cdna_end": null,
"cdna_length": 2917,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377475.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "XM_017007029.2",
"protein_id": "XP_016862518.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2535,
"cdna_end": null,
"cdna_length": 3271,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007029.2"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2291T>C",
"hgvs_p": "p.Phe764Ser",
"transcript": "XM_047448709.1",
"protein_id": "XP_047304665.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 790,
"cds_start": 2291,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2538,
"cdna_end": null,
"cdna_length": 3274,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448709.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2195T>C",
"hgvs_p": "p.Phe732Ser",
"transcript": "XM_005265389.5",
"protein_id": "XP_005265446.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 758,
"cds_start": 2195,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2402,
"cdna_end": null,
"cdna_length": 3138,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265389.5"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2165T>C",
"hgvs_p": "p.Phe722Ser",
"transcript": "XM_006713291.4",
"protein_id": "XP_006713354.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 748,
"cds_start": 2165,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 2372,
"cdna_end": null,
"cdna_length": 3108,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713291.4"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.2012T>C",
"hgvs_p": "p.Phe671Ser",
"transcript": "XM_047448711.1",
"protein_id": "XP_047304667.1",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 697,
"cds_start": 2012,
"cds_end": null,
"cds_length": 2094,
"cdna_start": 2181,
"cdna_end": null,
"cdna_length": 2917,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448711.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Phe657Ser",
"transcript": "XM_047448712.1",
"protein_id": "XP_047304668.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 683,
"cds_start": 1970,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2177,
"cdna_end": null,
"cdna_length": 2913,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448712.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"hgvs_c": "c.1322T>C",
"hgvs_p": "p.Phe441Ser",
"transcript": "XM_011534007.3",
"protein_id": "XP_011532309.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 467,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 1424,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534007.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KIF9-AS1",
"gene_hgnc_id": 26822,
"hgvs_c": "n.427-513A>G",
"hgvs_p": null,
"transcript": "ENST00000429315.3",
"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": 4898,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000429315.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIF9-AS1",
"gene_hgnc_id": 26822,
"hgvs_c": "n.512-513A>G",
"hgvs_p": null,
"transcript": "ENST00000723160.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": 1053,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000723160.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KIF9-AS1",
"gene_hgnc_id": 26822,
"hgvs_c": "n.370-513A>G",
"hgvs_p": null,
"transcript": "ENST00000723161.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": 692,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000723161.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KIF9-AS1",
"gene_hgnc_id": 26822,
"hgvs_c": "n.224-513A>G",
"hgvs_p": null,
"transcript": "ENST00000723162.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": 523,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000723162.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIF9-AS1",
"gene_hgnc_id": 26822,
"hgvs_c": "n.324-4067A>G",
"hgvs_p": null,
"transcript": "ENST00000723163.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": 490,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000723163.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KIF9-AS1",
"gene_hgnc_id": 26822,
"hgvs_c": "n.706-513A>G",
"hgvs_p": null,
"transcript": "ENST00000723164.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": 1028,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000723164.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIF9-AS1",
"gene_hgnc_id": 26822,
"hgvs_c": "n.567-513A>G",
"hgvs_p": null,
"transcript": "ENST00000723165.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": 749,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000723165.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KIF9-AS1",
"gene_hgnc_id": 26822,
"hgvs_c": "n.554-513A>G",
"hgvs_p": null,
"transcript": "NR_033373.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": 2540,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_033373.1"
}
],
"gene_symbol": "KIF9",
"gene_hgnc_id": 16666,
"dbsnp": "rs755885776",
"frequency_reference_population": 0.000014871068,
"hom_count_reference_population": 0,
"allele_count_reference_population": 24,
"gnomad_exomes_af": 0.0000157345,
"gnomad_genomes_af": 0.00000657384,
"gnomad_exomes_ac": 23,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8210015296936035,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.395,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8499,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.806,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001413976.1",
"gene_symbol": "KIF9",
"hgnc_id": 16666,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2390T>C",
"hgvs_p": "p.Phe797Ser"
},
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000429315.3",
"gene_symbol": "KIF9-AS1",
"hgnc_id": 26822,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.427-513A>G",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}