← 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: 4-169424668-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=169424668&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 169424668,
"ref": "G",
"alt": "C",
"effect": "stop_gained",
"transcript": "NM_001199397.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3107C>G",
"hgvs_p": "p.Ser1036*",
"transcript": "NM_001199397.3",
"protein_id": "NP_001186326.1",
"transcript_support_level": null,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3107,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000507142.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199397.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3107C>G",
"hgvs_p": "p.Ser1036*",
"transcript": "ENST00000507142.6",
"protein_id": "ENSP00000424757.2",
"transcript_support_level": 1,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3107,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001199397.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507142.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3023C>G",
"hgvs_p": "p.Ser1008*",
"transcript": "ENST00000439128.6",
"protein_id": "ENSP00000408020.2",
"transcript_support_level": 1,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1258,
"cds_start": 3023,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439128.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2975C>G",
"hgvs_p": "p.Ser992*",
"transcript": "ENST00000511633.5",
"protein_id": "ENSP00000423332.1",
"transcript_support_level": 1,
"aa_start": 992,
"aa_end": null,
"aa_length": 1242,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511633.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2891C>G",
"hgvs_p": "p.Ser964*",
"transcript": "ENST00000510533.5",
"protein_id": "ENSP00000427653.1",
"transcript_support_level": 1,
"aa_start": 964,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2891,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510533.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2816C>G",
"hgvs_p": "p.Ser939*",
"transcript": "ENST00000512193.5",
"protein_id": "ENSP00000424938.1",
"transcript_support_level": 1,
"aa_start": 939,
"aa_end": null,
"aa_length": 1189,
"cds_start": 2816,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512193.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3107C>G",
"hgvs_p": "p.Ser1036*",
"transcript": "NM_001374418.1",
"protein_id": "NP_001361347.1",
"transcript_support_level": null,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3107,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374418.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3107C>G",
"hgvs_p": "p.Ser1036*",
"transcript": "ENST00000937788.1",
"protein_id": "ENSP00000607847.1",
"transcript_support_level": null,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3107,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937788.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3050C>G",
"hgvs_p": "p.Ser1017*",
"transcript": "ENST00000687643.1",
"protein_id": "ENSP00000509309.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1267,
"cds_start": 3050,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687643.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3023C>G",
"hgvs_p": "p.Ser1008*",
"transcript": "NM_001374419.1",
"protein_id": "NP_001361348.1",
"transcript_support_level": null,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1258,
"cds_start": 3023,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374419.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3023C>G",
"hgvs_p": "p.Ser1008*",
"transcript": "NM_012224.4",
"protein_id": "NP_036356.1",
"transcript_support_level": null,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1258,
"cds_start": 3023,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012224.4"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.3023C>G",
"hgvs_p": "p.Ser1008*",
"transcript": "ENST00000859054.1",
"protein_id": "ENSP00000529113.1",
"transcript_support_level": null,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1258,
"cds_start": 3023,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859054.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2975C>G",
"hgvs_p": "p.Ser992*",
"transcript": "NM_001199398.3",
"protein_id": "NP_001186327.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1242,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199398.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2972C>G",
"hgvs_p": "p.Ser991*",
"transcript": "NM_001374420.1",
"protein_id": "NP_001361349.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1241,
"cds_start": 2972,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374420.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2939C>G",
"hgvs_p": "p.Ser980*",
"transcript": "ENST00000685111.1",
"protein_id": "ENSP00000508844.1",
"transcript_support_level": null,
"aa_start": 980,
"aa_end": null,
"aa_length": 1230,
"cds_start": 2939,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685111.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2930C>G",
"hgvs_p": "p.Ser977*",
"transcript": "NM_001440620.1",
"protein_id": "NP_001427549.1",
"transcript_support_level": null,
"aa_start": 977,
"aa_end": null,
"aa_length": 1227,
"cds_start": 2930,
"cds_end": null,
"cds_length": 3684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440620.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2891C>G",
"hgvs_p": "p.Ser964*",
"transcript": "NM_001199400.3",
"protein_id": "NP_001186329.1",
"transcript_support_level": null,
"aa_start": 964,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2891,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199400.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2891C>G",
"hgvs_p": "p.Ser964*",
"transcript": "ENST00000859053.1",
"protein_id": "ENSP00000529112.1",
"transcript_support_level": null,
"aa_start": 964,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2891,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859053.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2846C>G",
"hgvs_p": "p.Ser949*",
"transcript": "NM_001440621.1",
"protein_id": "NP_001427550.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 1199,
"cds_start": 2846,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440621.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2816C>G",
"hgvs_p": "p.Ser939*",
"transcript": "NM_001199399.3",
"protein_id": "NP_001186328.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1189,
"cds_start": 2816,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199399.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2798C>G",
"hgvs_p": "p.Ser933*",
"transcript": "NM_001440622.1",
"protein_id": "NP_001427551.1",
"transcript_support_level": null,
"aa_start": 933,
"aa_end": null,
"aa_length": 1183,
"cds_start": 2798,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440622.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2714C>G",
"hgvs_p": "p.Ser905*",
"transcript": "NM_001440623.1",
"protein_id": "NP_001427552.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 1155,
"cds_start": 2714,
"cds_end": null,
"cds_length": 3468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440623.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2624C>G",
"hgvs_p": "p.Ser875*",
"transcript": "NM_001374421.1",
"protein_id": "NP_001361350.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1125,
"cds_start": 2624,
"cds_end": null,
"cds_length": 3378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374421.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2624C>G",
"hgvs_p": "p.Ser875*",
"transcript": "ENST00000686697.1",
"protein_id": "ENSP00000508689.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1125,
"cds_start": 2624,
"cds_end": null,
"cds_length": 3378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686697.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2402C>G",
"hgvs_p": "p.Ser801*",
"transcript": "NM_001440624.1",
"protein_id": "NP_001427553.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 1051,
"cds_start": 2402,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440624.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2270C>G",
"hgvs_p": "p.Ser757*",
"transcript": "NM_001440625.1",
"protein_id": "NP_001427554.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 1007,
"cds_start": 2270,
"cds_end": null,
"cds_length": 3024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440625.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.1130C>G",
"hgvs_p": "p.Ser377*",
"transcript": "ENST00000688934.1",
"protein_id": "ENSP00000510760.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 627,
"cds_start": 1130,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688934.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2975C>G",
"hgvs_p": "p.Ser992*",
"transcript": "XM_047415731.1",
"protein_id": "XP_047271687.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1242,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415731.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2891C>G",
"hgvs_p": "p.Ser964*",
"transcript": "XM_011532004.2",
"protein_id": "XP_011530306.1",
"transcript_support_level": null,
"aa_start": 964,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2891,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532004.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2846C>G",
"hgvs_p": "p.Ser949*",
"transcript": "XM_047415734.1",
"protein_id": "XP_047271690.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 1199,
"cds_start": 2846,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415734.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2486C>G",
"hgvs_p": "p.Ser829*",
"transcript": "XM_047415737.1",
"protein_id": "XP_047271693.1",
"transcript_support_level": null,
"aa_start": 829,
"aa_end": null,
"aa_length": 1079,
"cds_start": 2486,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415737.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "c.2486C>G",
"hgvs_p": "p.Ser829*",
"transcript": "XM_047415738.1",
"protein_id": "XP_047271694.1",
"transcript_support_level": null,
"aa_start": 829,
"aa_end": null,
"aa_length": 1079,
"cds_start": 2486,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415738.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "n.1235C>G",
"hgvs_p": null,
"transcript": "ENST00000638824.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000638824.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "n.2405C>G",
"hgvs_p": null,
"transcript": "ENST00000685677.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": "retained_intron",
"feature": "ENST00000685677.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "n.3601C>G",
"hgvs_p": null,
"transcript": "ENST00000687054.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": "ENST00000687054.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "n.*1842C>G",
"hgvs_p": null,
"transcript": "ENST00000687528.1",
"protein_id": "ENSP00000510228.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000687528.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "n.2557C>G",
"hgvs_p": null,
"transcript": "ENST00000690540.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": "retained_intron",
"feature": "ENST00000690540.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "n.3569C>G",
"hgvs_p": null,
"transcript": "NR_164630.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_164630.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"hgvs_c": "n.*1842C>G",
"hgvs_p": null,
"transcript": "ENST00000687528.1",
"protein_id": "ENSP00000510228.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000687528.1"
}
],
"gene_symbol": "NEK1",
"gene_hgnc_id": 7744,
"dbsnp": "rs199947197",
"frequency_reference_population": 0.00020822926,
"hom_count_reference_population": 0,
"allele_count_reference_population": 336,
"gnomad_exomes_af": 0.000221692,
"gnomad_genomes_af": 0.0000788851,
"gnomad_exomes_ac": 324,
"gnomad_genomes_ac": 12,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28999999165534973,
"computational_prediction_selected": "Pathogenic",
"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.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.285,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001199397.3",
"gene_symbol": "NEK1",
"hgnc_id": 7744,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.3107C>G",
"hgvs_p": "p.Ser1036*"
}
],
"clinvar_disease": " 24, susceptibility to,Amyotrophic lateral sclerosis,NEK1-related disorder,Short-rib thoracic dysplasia 6 with or without polydactyly,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:7 LP:2",
"phenotype_combined": "Short-rib thoracic dysplasia 6 with or without polydactyly|not provided|Amyotrophic lateral sclerosis, susceptibility to, 24|Short-rib thoracic dysplasia 6 with or without polydactyly;Amyotrophic lateral sclerosis, susceptibility to, 24|NEK1-related disorder",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}