← 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: 11-117409922-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=117409922&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 117409922,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000278935.8",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4053G>A",
"hgvs_p": "p.Thr1351Thr",
"transcript": "NM_014956.5",
"protein_id": "NP_055771.4",
"transcript_support_level": null,
"aa_start": 1351,
"aa_end": null,
"aa_length": 1460,
"cds_start": 4053,
"cds_end": null,
"cds_length": 4383,
"cdna_start": 4201,
"cdna_end": null,
"cdna_length": 5629,
"mane_select": "ENST00000278935.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4053G>A",
"hgvs_p": "p.Thr1351Thr",
"transcript": "ENST00000278935.8",
"protein_id": "ENSP00000278935.3",
"transcript_support_level": 1,
"aa_start": 1351,
"aa_end": null,
"aa_length": 1460,
"cds_start": 4053,
"cds_end": null,
"cds_length": 4383,
"cdna_start": 4201,
"cdna_end": null,
"cdna_length": 5629,
"mane_select": "NM_014956.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "n.4911G>A",
"hgvs_p": null,
"transcript": "ENST00000533223.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4059G>A",
"hgvs_p": "p.Thr1353Thr",
"transcript": "NM_001440949.1",
"protein_id": "NP_001427878.1",
"transcript_support_level": null,
"aa_start": 1353,
"aa_end": null,
"aa_length": 1462,
"cds_start": 4059,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 4511,
"cdna_end": null,
"cdna_length": 5939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4053G>A",
"hgvs_p": "p.Thr1351Thr",
"transcript": "NM_001440950.1",
"protein_id": "NP_001427879.1",
"transcript_support_level": null,
"aa_start": 1351,
"aa_end": null,
"aa_length": 1460,
"cds_start": 4053,
"cds_end": null,
"cds_length": 4383,
"cdna_start": 4505,
"cdna_end": null,
"cdna_length": 5933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4053G>A",
"hgvs_p": "p.Thr1351Thr",
"transcript": "NM_001440951.1",
"protein_id": "NP_001427880.1",
"transcript_support_level": null,
"aa_start": 1351,
"aa_end": null,
"aa_length": 1460,
"cds_start": 4053,
"cds_end": null,
"cds_length": 4383,
"cdna_start": 4429,
"cdna_end": null,
"cdna_length": 5857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4044G>A",
"hgvs_p": "p.Thr1348Thr",
"transcript": "NM_001440952.1",
"protein_id": "NP_001427881.1",
"transcript_support_level": null,
"aa_start": 1348,
"aa_end": null,
"aa_length": 1457,
"cds_start": 4044,
"cds_end": null,
"cds_length": 4374,
"cdna_start": 4496,
"cdna_end": null,
"cdna_length": 5924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4038G>A",
"hgvs_p": "p.Thr1346Thr",
"transcript": "NM_001271933.2",
"protein_id": "NP_001258862.1",
"transcript_support_level": null,
"aa_start": 1346,
"aa_end": null,
"aa_length": 1455,
"cds_start": 4038,
"cds_end": null,
"cds_length": 4368,
"cdna_start": 4119,
"cdna_end": null,
"cdna_length": 5547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4029G>A",
"hgvs_p": "p.Thr1343Thr",
"transcript": "NM_001440953.1",
"protein_id": "NP_001427882.1",
"transcript_support_level": null,
"aa_start": 1343,
"aa_end": null,
"aa_length": 1452,
"cds_start": 4029,
"cds_end": null,
"cds_length": 4359,
"cdna_start": 4481,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3975G>A",
"hgvs_p": "p.Thr1325Thr",
"transcript": "NM_001440954.1",
"protein_id": "NP_001427883.1",
"transcript_support_level": null,
"aa_start": 1325,
"aa_end": null,
"aa_length": 1434,
"cds_start": 3975,
"cds_end": null,
"cds_length": 4305,
"cdna_start": 4427,
"cdna_end": null,
"cdna_length": 5855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3975G>A",
"hgvs_p": "p.Thr1325Thr",
"transcript": "NM_001440955.1",
"protein_id": "NP_001427884.1",
"transcript_support_level": null,
"aa_start": 1325,
"aa_end": null,
"aa_length": 1434,
"cds_start": 3975,
"cds_end": null,
"cds_length": 4305,
"cdna_start": 4123,
"cdna_end": null,
"cdna_length": 5551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3966G>A",
"hgvs_p": "p.Thr1322Thr",
"transcript": "NM_001440956.1",
"protein_id": "NP_001427885.1",
"transcript_support_level": null,
"aa_start": 1322,
"aa_end": null,
"aa_length": 1431,
"cds_start": 3966,
"cds_end": null,
"cds_length": 4296,
"cdna_start": 4418,
"cdna_end": null,
"cdna_length": 5846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3963G>A",
"hgvs_p": "p.Thr1321Thr",
"transcript": "NM_001440957.1",
"protein_id": "NP_001427886.1",
"transcript_support_level": null,
"aa_start": 1321,
"aa_end": null,
"aa_length": 1430,
"cds_start": 3963,
"cds_end": null,
"cds_length": 4293,
"cdna_start": 4339,
"cdna_end": null,
"cdna_length": 5767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3951G>A",
"hgvs_p": "p.Thr1317Thr",
"transcript": "NM_001440958.1",
"protein_id": "NP_001427887.1",
"transcript_support_level": null,
"aa_start": 1317,
"aa_end": null,
"aa_length": 1426,
"cds_start": 3951,
"cds_end": null,
"cds_length": 4281,
"cdna_start": 4403,
"cdna_end": null,
"cdna_length": 5831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3951G>A",
"hgvs_p": "p.Thr1317Thr",
"transcript": "NM_001440959.1",
"protein_id": "NP_001427888.1",
"transcript_support_level": null,
"aa_start": 1317,
"aa_end": null,
"aa_length": 1426,
"cds_start": 3951,
"cds_end": null,
"cds_length": 4281,
"cdna_start": 4099,
"cdna_end": null,
"cdna_length": 5527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3924G>A",
"hgvs_p": "p.Thr1308Thr",
"transcript": "NM_001440960.1",
"protein_id": "NP_001427889.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1417,
"cds_start": 3924,
"cds_end": null,
"cds_length": 4254,
"cdna_start": 4411,
"cdna_end": null,
"cdna_length": 5839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3915G>A",
"hgvs_p": "p.Thr1305Thr",
"transcript": "NM_001440961.1",
"protein_id": "NP_001427890.1",
"transcript_support_level": null,
"aa_start": 1305,
"aa_end": null,
"aa_length": 1414,
"cds_start": 3915,
"cds_end": null,
"cds_length": 4245,
"cdna_start": 4063,
"cdna_end": null,
"cdna_length": 5491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3906G>A",
"hgvs_p": "p.Thr1302Thr",
"transcript": "NM_001440962.1",
"protein_id": "NP_001427891.1",
"transcript_support_level": null,
"aa_start": 1302,
"aa_end": null,
"aa_length": 1411,
"cds_start": 3906,
"cds_end": null,
"cds_length": 4236,
"cdna_start": 4358,
"cdna_end": null,
"cdna_length": 5786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3906G>A",
"hgvs_p": "p.Thr1302Thr",
"transcript": "NM_001440963.1",
"protein_id": "NP_001427892.1",
"transcript_support_level": null,
"aa_start": 1302,
"aa_end": null,
"aa_length": 1411,
"cds_start": 3906,
"cds_end": null,
"cds_length": 4236,
"cdna_start": 4282,
"cdna_end": null,
"cdna_length": 5710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3903G>A",
"hgvs_p": "p.Thr1301Thr",
"transcript": "NM_001440964.1",
"protein_id": "NP_001427893.1",
"transcript_support_level": null,
"aa_start": 1301,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3903,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 4355,
"cdna_end": null,
"cdna_length": 5783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3903G>A",
"hgvs_p": "p.Thr1301Thr",
"transcript": "NM_001440965.1",
"protein_id": "NP_001427894.1",
"transcript_support_level": null,
"aa_start": 1301,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3903,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 4279,
"cdna_end": null,
"cdna_length": 5707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3903G>A",
"hgvs_p": "p.Thr1301Thr",
"transcript": "NM_001440966.1",
"protein_id": "NP_001427895.1",
"transcript_support_level": null,
"aa_start": 1301,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3903,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 4051,
"cdna_end": null,
"cdna_length": 5479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3891G>A",
"hgvs_p": "p.Thr1297Thr",
"transcript": "NM_001440967.1",
"protein_id": "NP_001427896.1",
"transcript_support_level": null,
"aa_start": 1297,
"aa_end": null,
"aa_length": 1406,
"cds_start": 3891,
"cds_end": null,
"cds_length": 4221,
"cdna_start": 4343,
"cdna_end": null,
"cdna_length": 5771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3888G>A",
"hgvs_p": "p.Thr1296Thr",
"transcript": "NM_001440968.1",
"protein_id": "NP_001427897.1",
"transcript_support_level": null,
"aa_start": 1296,
"aa_end": null,
"aa_length": 1405,
"cds_start": 3888,
"cds_end": null,
"cds_length": 4218,
"cdna_start": 4264,
"cdna_end": null,
"cdna_length": 5692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3885G>A",
"hgvs_p": "p.Thr1295Thr",
"transcript": "NM_001440969.1",
"protein_id": "NP_001427898.1",
"transcript_support_level": null,
"aa_start": 1295,
"aa_end": null,
"aa_length": 1404,
"cds_start": 3885,
"cds_end": null,
"cds_length": 4215,
"cdna_start": 4033,
"cdna_end": null,
"cdna_length": 5461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3882G>A",
"hgvs_p": "p.Thr1294Thr",
"transcript": "NM_001440970.1",
"protein_id": "NP_001427899.1",
"transcript_support_level": null,
"aa_start": 1294,
"aa_end": null,
"aa_length": 1403,
"cds_start": 3882,
"cds_end": null,
"cds_length": 4212,
"cdna_start": 4334,
"cdna_end": null,
"cdna_length": 5762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3879G>A",
"hgvs_p": "p.Thr1293Thr",
"transcript": "NM_001440971.1",
"protein_id": "NP_001427900.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 1402,
"cds_start": 3879,
"cds_end": null,
"cds_length": 4209,
"cdna_start": 4255,
"cdna_end": null,
"cdna_length": 5683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3870G>A",
"hgvs_p": "p.Thr1290Thr",
"transcript": "NM_001440972.1",
"protein_id": "NP_001427901.1",
"transcript_support_level": null,
"aa_start": 1290,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3870,
"cds_end": null,
"cds_length": 4200,
"cdna_start": 4493,
"cdna_end": null,
"cdna_length": 5921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3828G>A",
"hgvs_p": "p.Thr1276Thr",
"transcript": "NM_001440973.1",
"protein_id": "NP_001427902.1",
"transcript_support_level": null,
"aa_start": 1276,
"aa_end": null,
"aa_length": 1385,
"cds_start": 3828,
"cds_end": null,
"cds_length": 4158,
"cdna_start": 4280,
"cdna_end": null,
"cdna_length": 5708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3828G>A",
"hgvs_p": "p.Thr1276Thr",
"transcript": "NM_001440974.1",
"protein_id": "NP_001427903.1",
"transcript_support_level": null,
"aa_start": 1276,
"aa_end": null,
"aa_length": 1385,
"cds_start": 3828,
"cds_end": null,
"cds_length": 4158,
"cdna_start": 4204,
"cdna_end": null,
"cdna_length": 5632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3828G>A",
"hgvs_p": "p.Thr1276Thr",
"transcript": "NM_001440975.1",
"protein_id": "NP_001427904.1",
"transcript_support_level": null,
"aa_start": 1276,
"aa_end": null,
"aa_length": 1385,
"cds_start": 3828,
"cds_end": null,
"cds_length": 4158,
"cdna_start": 3976,
"cdna_end": null,
"cdna_length": 5404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3825G>A",
"hgvs_p": "p.Thr1275Thr",
"transcript": "NM_001440976.1",
"protein_id": "NP_001427905.1",
"transcript_support_level": null,
"aa_start": 1275,
"aa_end": null,
"aa_length": 1384,
"cds_start": 3825,
"cds_end": null,
"cds_length": 4155,
"cdna_start": 4277,
"cdna_end": null,
"cdna_length": 5705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3825G>A",
"hgvs_p": "p.Thr1275Thr",
"transcript": "NM_001440977.1",
"protein_id": "NP_001427906.1",
"transcript_support_level": null,
"aa_start": 1275,
"aa_end": null,
"aa_length": 1384,
"cds_start": 3825,
"cds_end": null,
"cds_length": 4155,
"cdna_start": 4201,
"cdna_end": null,
"cdna_length": 5629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3819G>A",
"hgvs_p": "p.Thr1273Thr",
"transcript": "NM_001440978.1",
"protein_id": "NP_001427907.1",
"transcript_support_level": null,
"aa_start": 1273,
"aa_end": null,
"aa_length": 1382,
"cds_start": 3819,
"cds_end": null,
"cds_length": 4149,
"cdna_start": 3967,
"cdna_end": null,
"cdna_length": 5395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3804G>A",
"hgvs_p": "p.Thr1268Thr",
"transcript": "NM_001440979.1",
"protein_id": "NP_001427908.1",
"transcript_support_level": null,
"aa_start": 1268,
"aa_end": null,
"aa_length": 1377,
"cds_start": 3804,
"cds_end": null,
"cds_length": 4134,
"cdna_start": 4180,
"cdna_end": null,
"cdna_length": 5608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3804G>A",
"hgvs_p": "p.Thr1268Thr",
"transcript": "NM_001440980.1",
"protein_id": "NP_001427909.1",
"transcript_support_level": null,
"aa_start": 1268,
"aa_end": null,
"aa_length": 1377,
"cds_start": 3804,
"cds_end": null,
"cds_length": 4134,
"cdna_start": 3876,
"cdna_end": null,
"cdna_length": 5304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3804G>A",
"hgvs_p": "p.Thr1268Thr",
"transcript": "NM_001440981.1",
"protein_id": "NP_001427910.1",
"transcript_support_level": null,
"aa_start": 1268,
"aa_end": null,
"aa_length": 1377,
"cds_start": 3804,
"cds_end": null,
"cds_length": 4134,
"cdna_start": 3952,
"cdna_end": null,
"cdna_length": 5380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3801G>A",
"hgvs_p": "p.Thr1267Thr",
"transcript": "NM_001440982.1",
"protein_id": "NP_001427911.1",
"transcript_support_level": null,
"aa_start": 1267,
"aa_end": null,
"aa_length": 1376,
"cds_start": 3801,
"cds_end": null,
"cds_length": 4131,
"cdna_start": 4253,
"cdna_end": null,
"cdna_length": 5681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3741G>A",
"hgvs_p": "p.Thr1247Thr",
"transcript": "NM_001440983.1",
"protein_id": "NP_001427912.1",
"transcript_support_level": null,
"aa_start": 1247,
"aa_end": null,
"aa_length": 1356,
"cds_start": 3741,
"cds_end": null,
"cds_length": 4071,
"cdna_start": 4117,
"cdna_end": null,
"cdna_length": 5545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3696G>A",
"hgvs_p": "p.Thr1232Thr",
"transcript": "NM_001440984.1",
"protein_id": "NP_001427913.1",
"transcript_support_level": null,
"aa_start": 1232,
"aa_end": null,
"aa_length": 1341,
"cds_start": 3696,
"cds_end": null,
"cds_length": 4026,
"cdna_start": 4072,
"cdna_end": null,
"cdna_length": 5500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3678G>A",
"hgvs_p": "p.Thr1226Thr",
"transcript": "NM_001440987.1",
"protein_id": "NP_001427916.1",
"transcript_support_level": null,
"aa_start": 1226,
"aa_end": null,
"aa_length": 1335,
"cds_start": 3678,
"cds_end": null,
"cds_length": 4008,
"cdna_start": 4130,
"cdna_end": null,
"cdna_length": 5558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3669G>A",
"hgvs_p": "p.Thr1223Thr",
"transcript": "NM_001440990.1",
"protein_id": "NP_001427919.1",
"transcript_support_level": null,
"aa_start": 1223,
"aa_end": null,
"aa_length": 1332,
"cds_start": 3669,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 4121,
"cdna_end": null,
"cdna_length": 5549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3618G>A",
"hgvs_p": "p.Thr1206Thr",
"transcript": "NM_001440992.1",
"protein_id": "NP_001427921.1",
"transcript_support_level": null,
"aa_start": 1206,
"aa_end": null,
"aa_length": 1315,
"cds_start": 3618,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 4070,
"cdna_end": null,
"cdna_length": 5498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5799G>A",
"hgvs_p": "p.Thr1933Thr",
"transcript": "XM_011542674.2",
"protein_id": "XP_011540976.1",
"transcript_support_level": null,
"aa_start": 1933,
"aa_end": null,
"aa_length": 2042,
"cds_start": 5799,
"cds_end": null,
"cds_length": 6129,
"cdna_start": 6251,
"cdna_end": null,
"cdna_length": 7679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5799G>A",
"hgvs_p": "p.Thr1933Thr",
"transcript": "XM_017017367.2",
"protein_id": "XP_016872856.1",
"transcript_support_level": null,
"aa_start": 1933,
"aa_end": null,
"aa_length": 2042,
"cds_start": 5799,
"cds_end": null,
"cds_length": 6129,
"cdna_start": 6175,
"cdna_end": null,
"cdna_length": 7603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5796G>A",
"hgvs_p": "p.Thr1932Thr",
"transcript": "XM_017017368.2",
"protein_id": "XP_016872857.1",
"transcript_support_level": null,
"aa_start": 1932,
"aa_end": null,
"aa_length": 2041,
"cds_start": 5796,
"cds_end": null,
"cds_length": 6126,
"cdna_start": 6248,
"cdna_end": null,
"cdna_length": 7676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5775G>A",
"hgvs_p": "p.Thr1925Thr",
"transcript": "XM_017017369.2",
"protein_id": "XP_016872858.1",
"transcript_support_level": null,
"aa_start": 1925,
"aa_end": null,
"aa_length": 2034,
"cds_start": 5775,
"cds_end": null,
"cds_length": 6105,
"cdna_start": 6227,
"cdna_end": null,
"cdna_length": 7655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5772G>A",
"hgvs_p": "p.Thr1924Thr",
"transcript": "XM_017017370.2",
"protein_id": "XP_016872859.1",
"transcript_support_level": null,
"aa_start": 1924,
"aa_end": null,
"aa_length": 2033,
"cds_start": 5772,
"cds_end": null,
"cds_length": 6102,
"cdna_start": 6224,
"cdna_end": null,
"cdna_length": 7652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5748G>A",
"hgvs_p": "p.Thr1916Thr",
"transcript": "XM_006718788.2",
"protein_id": "XP_006718851.1",
"transcript_support_level": null,
"aa_start": 1916,
"aa_end": null,
"aa_length": 2025,
"cds_start": 5748,
"cds_end": null,
"cds_length": 6078,
"cdna_start": 6200,
"cdna_end": null,
"cdna_length": 7628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5739G>A",
"hgvs_p": "p.Thr1913Thr",
"transcript": "XM_005271453.2",
"protein_id": "XP_005271510.1",
"transcript_support_level": null,
"aa_start": 1913,
"aa_end": null,
"aa_length": 2022,
"cds_start": 5739,
"cds_end": null,
"cds_length": 6069,
"cdna_start": 6191,
"cdna_end": null,
"cdna_length": 7619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5736G>A",
"hgvs_p": "p.Thr1912Thr",
"transcript": "XM_047426569.1",
"protein_id": "XP_047282525.1",
"transcript_support_level": null,
"aa_start": 1912,
"aa_end": null,
"aa_length": 2021,
"cds_start": 5736,
"cds_end": null,
"cds_length": 6066,
"cdna_start": 6188,
"cdna_end": null,
"cdna_length": 7616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5724G>A",
"hgvs_p": "p.Thr1908Thr",
"transcript": "XM_047426570.1",
"protein_id": "XP_047282526.1",
"transcript_support_level": null,
"aa_start": 1908,
"aa_end": null,
"aa_length": 2017,
"cds_start": 5724,
"cds_end": null,
"cds_length": 6054,
"cdna_start": 6176,
"cdna_end": null,
"cdna_length": 7604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5721G>A",
"hgvs_p": "p.Thr1907Thr",
"transcript": "XM_017017371.2",
"protein_id": "XP_016872860.1",
"transcript_support_level": null,
"aa_start": 1907,
"aa_end": null,
"aa_length": 2016,
"cds_start": 5721,
"cds_end": null,
"cds_length": 6051,
"cdna_start": 6173,
"cdna_end": null,
"cdna_length": 7601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5715G>A",
"hgvs_p": "p.Thr1905Thr",
"transcript": "XM_047426571.1",
"protein_id": "XP_047282527.1",
"transcript_support_level": null,
"aa_start": 1905,
"aa_end": null,
"aa_length": 2014,
"cds_start": 5715,
"cds_end": null,
"cds_length": 6045,
"cdna_start": 6167,
"cdna_end": null,
"cdna_length": 7595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5712G>A",
"hgvs_p": "p.Thr1904Thr",
"transcript": "XM_047426572.1",
"protein_id": "XP_047282528.1",
"transcript_support_level": null,
"aa_start": 1904,
"aa_end": null,
"aa_length": 2013,
"cds_start": 5712,
"cds_end": null,
"cds_length": 6042,
"cdna_start": 6164,
"cdna_end": null,
"cdna_length": 7592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5661G>A",
"hgvs_p": "p.Thr1887Thr",
"transcript": "XM_017017372.2",
"protein_id": "XP_016872861.1",
"transcript_support_level": null,
"aa_start": 1887,
"aa_end": null,
"aa_length": 1996,
"cds_start": 5661,
"cds_end": null,
"cds_length": 5991,
"cdna_start": 6113,
"cdna_end": null,
"cdna_length": 7541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5658G>A",
"hgvs_p": "p.Thr1886Thr",
"transcript": "XM_047426573.1",
"protein_id": "XP_047282529.1",
"transcript_support_level": null,
"aa_start": 1886,
"aa_end": null,
"aa_length": 1995,
"cds_start": 5658,
"cds_end": null,
"cds_length": 5988,
"cdna_start": 6110,
"cdna_end": null,
"cdna_length": 7538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5649G>A",
"hgvs_p": "p.Thr1883Thr",
"transcript": "XM_047426574.1",
"protein_id": "XP_047282530.1",
"transcript_support_level": null,
"aa_start": 1883,
"aa_end": null,
"aa_length": 1992,
"cds_start": 5649,
"cds_end": null,
"cds_length": 5979,
"cdna_start": 6101,
"cdna_end": null,
"cdna_length": 7529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5637G>A",
"hgvs_p": "p.Thr1879Thr",
"transcript": "XM_047426575.1",
"protein_id": "XP_047282531.1",
"transcript_support_level": null,
"aa_start": 1879,
"aa_end": null,
"aa_length": 1988,
"cds_start": 5637,
"cds_end": null,
"cds_length": 5967,
"cdna_start": 6089,
"cdna_end": null,
"cdna_length": 7517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5628G>A",
"hgvs_p": "p.Thr1876Thr",
"transcript": "XM_047426576.1",
"protein_id": "XP_047282532.1",
"transcript_support_level": null,
"aa_start": 1876,
"aa_end": null,
"aa_length": 1985,
"cds_start": 5628,
"cds_end": null,
"cds_length": 5958,
"cdna_start": 6080,
"cdna_end": null,
"cdna_length": 7508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5799G>A",
"hgvs_p": "p.Thr1933Thr",
"transcript": "XM_047426577.1",
"protein_id": "XP_047282533.1",
"transcript_support_level": null,
"aa_start": 1933,
"aa_end": null,
"aa_length": 1977,
"cds_start": 5799,
"cds_end": null,
"cds_length": 5934,
"cdna_start": 6251,
"cdna_end": null,
"cdna_length": 6981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5601G>A",
"hgvs_p": "p.Thr1867Thr",
"transcript": "XM_047426578.1",
"protein_id": "XP_047282534.1",
"transcript_support_level": null,
"aa_start": 1867,
"aa_end": null,
"aa_length": 1976,
"cds_start": 5601,
"cds_end": null,
"cds_length": 5931,
"cdna_start": 6053,
"cdna_end": null,
"cdna_length": 7481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5592G>A",
"hgvs_p": "p.Thr1864Thr",
"transcript": "XM_047426579.1",
"protein_id": "XP_047282535.1",
"transcript_support_level": null,
"aa_start": 1864,
"aa_end": null,
"aa_length": 1973,
"cds_start": 5592,
"cds_end": null,
"cds_length": 5922,
"cdna_start": 6044,
"cdna_end": null,
"cdna_length": 7472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5589G>A",
"hgvs_p": "p.Thr1863Thr",
"transcript": "XM_047426580.1",
"protein_id": "XP_047282536.1",
"transcript_support_level": null,
"aa_start": 1863,
"aa_end": null,
"aa_length": 1972,
"cds_start": 5589,
"cds_end": null,
"cds_length": 5919,
"cdna_start": 6041,
"cdna_end": null,
"cdna_length": 7469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5577G>A",
"hgvs_p": "p.Thr1859Thr",
"transcript": "XM_047426581.1",
"protein_id": "XP_047282537.1",
"transcript_support_level": null,
"aa_start": 1859,
"aa_end": null,
"aa_length": 1968,
"cds_start": 5577,
"cds_end": null,
"cds_length": 5907,
"cdna_start": 6029,
"cdna_end": null,
"cdna_length": 7457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5574G>A",
"hgvs_p": "p.Thr1858Thr",
"transcript": "XM_047426582.1",
"protein_id": "XP_047282538.1",
"transcript_support_level": null,
"aa_start": 1858,
"aa_end": null,
"aa_length": 1967,
"cds_start": 5574,
"cds_end": null,
"cds_length": 5904,
"cdna_start": 6026,
"cdna_end": null,
"cdna_length": 7454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5568G>A",
"hgvs_p": "p.Thr1856Thr",
"transcript": "XM_047426583.1",
"protein_id": "XP_047282539.1",
"transcript_support_level": null,
"aa_start": 1856,
"aa_end": null,
"aa_length": 1965,
"cds_start": 5568,
"cds_end": null,
"cds_length": 5898,
"cdna_start": 6020,
"cdna_end": null,
"cdna_length": 7448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.5565G>A",
"hgvs_p": "p.Thr1855Thr",
"transcript": "XM_047426584.1",
"protein_id": "XP_047282540.1",
"transcript_support_level": null,
"aa_start": 1855,
"aa_end": null,
"aa_length": 1964,
"cds_start": 5565,
"cds_end": null,
"cds_length": 5895,
"cdna_start": 6017,
"cdna_end": null,
"cdna_length": 7445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4038G>A",
"hgvs_p": "p.Thr1346Thr",
"transcript": "XM_005271457.2",
"protein_id": "XP_005271514.1",
"transcript_support_level": null,
"aa_start": 1346,
"aa_end": null,
"aa_length": 1455,
"cds_start": 4038,
"cds_end": null,
"cds_length": 4368,
"cdna_start": 4490,
"cdna_end": null,
"cdna_length": 5918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.4026G>A",
"hgvs_p": "p.Thr1342Thr",
"transcript": "XM_047426588.1",
"protein_id": "XP_047282544.1",
"transcript_support_level": null,
"aa_start": 1342,
"aa_end": null,
"aa_length": 1451,
"cds_start": 4026,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 4478,
"cdna_end": null,
"cdna_length": 5906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3981G>A",
"hgvs_p": "p.Thr1327Thr",
"transcript": "XM_047426589.1",
"protein_id": "XP_047282545.1",
"transcript_support_level": null,
"aa_start": 1327,
"aa_end": null,
"aa_length": 1436,
"cds_start": 3981,
"cds_end": null,
"cds_length": 4311,
"cdna_start": 4433,
"cdna_end": null,
"cdna_length": 5861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3960G>A",
"hgvs_p": "p.Thr1320Thr",
"transcript": "XM_047426590.1",
"protein_id": "XP_047282546.1",
"transcript_support_level": null,
"aa_start": 1320,
"aa_end": null,
"aa_length": 1429,
"cds_start": 3960,
"cds_end": null,
"cds_length": 4290,
"cdna_start": 4412,
"cdna_end": null,
"cdna_length": 5840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3879G>A",
"hgvs_p": "p.Thr1293Thr",
"transcript": "XM_047426598.1",
"protein_id": "XP_047282554.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 1402,
"cds_start": 3879,
"cds_end": null,
"cds_length": 4209,
"cdna_start": 4331,
"cdna_end": null,
"cdna_length": 5759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3837G>A",
"hgvs_p": "p.Thr1279Thr",
"transcript": "XM_047426599.1",
"protein_id": "XP_047282555.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1388,
"cds_start": 3837,
"cds_end": null,
"cds_length": 4167,
"cdna_start": 4289,
"cdna_end": null,
"cdna_length": 5717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "c.3804G>A",
"hgvs_p": "p.Thr1268Thr",
"transcript": "XM_047426604.1",
"protein_id": "XP_047282560.1",
"transcript_support_level": null,
"aa_start": 1268,
"aa_end": null,
"aa_length": 1377,
"cds_start": 3804,
"cds_end": null,
"cds_length": 4134,
"cdna_start": 4256,
"cdna_end": null,
"cdna_length": 5684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "n.906G>A",
"hgvs_p": null,
"transcript": "ENST00000528706.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "n.111G>A",
"hgvs_p": null,
"transcript": "ENST00000532187.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "n.4256G>A",
"hgvs_p": null,
"transcript": "ENST00000533675.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"hgvs_c": "n.3607G>A",
"hgvs_p": null,
"transcript": "ENST00000533706.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CEP164",
"gene_hgnc_id": 29182,
"dbsnp": "rs373842310",
"frequency_reference_population": 0.00008983958,
"hom_count_reference_population": 0,
"allele_count_reference_population": 145,
"gnomad_exomes_af": 0.0000896113,
"gnomad_genomes_af": 0.0000920338,
"gnomad_exomes_ac": 131,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8100000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.011,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6,BP7",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000278935.8",
"gene_symbol": "CEP164",
"hgnc_id": 29182,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4053G>A",
"hgvs_p": "p.Thr1351Thr"
}
],
"clinvar_disease": "CEP164-related disorder,Nephronophthisis 15",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 B:1",
"phenotype_combined": "Nephronophthisis 15|CEP164-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}