← 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: 12-94308853-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=94308853&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 94308853,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_016122.3",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "NM_016122.3",
"protein_id": "NP_057206.2",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000397809.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016122.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "ENST00000397809.10",
"protein_id": "ENSP00000380911.4",
"transcript_support_level": 1,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016122.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397809.10"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "ENST00000339839.9",
"protein_id": "ENSP00000344655.5",
"transcript_support_level": 1,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000339839.9"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "NM_001042399.2",
"protein_id": "NP_001035858.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042399.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "NM_001346457.2",
"protein_id": "NP_001333386.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346457.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "NM_001368037.1",
"protein_id": "NP_001354966.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368037.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "NM_001368038.1",
"protein_id": "NP_001354967.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368038.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2006A>C",
"hgvs_p": "p.Gln669Pro",
"transcript": "ENST00000914421.1",
"protein_id": "ENSP00000584480.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 681,
"cds_start": 2006,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914421.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1841A>C",
"hgvs_p": "p.Gln614Pro",
"transcript": "NM_001368041.1",
"protein_id": "NP_001354970.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 626,
"cds_start": 1841,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368041.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1841A>C",
"hgvs_p": "p.Gln614Pro",
"transcript": "ENST00000861191.1",
"protein_id": "ENSP00000531250.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 626,
"cds_start": 1841,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861191.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1841A>C",
"hgvs_p": "p.Gln614Pro",
"transcript": "ENST00000949376.1",
"protein_id": "ENSP00000619435.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 626,
"cds_start": 1841,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949376.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1841A>C",
"hgvs_p": "p.Gln614Pro",
"transcript": "ENST00000949377.1",
"protein_id": "ENSP00000619436.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 626,
"cds_start": 1841,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949377.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1778A>C",
"hgvs_p": "p.Gln593Pro",
"transcript": "ENST00000914423.1",
"protein_id": "ENSP00000584482.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 605,
"cds_start": 1778,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914423.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1754A>C",
"hgvs_p": "p.Gln585Pro",
"transcript": "NM_001346458.2",
"protein_id": "NP_001333387.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 597,
"cds_start": 1754,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346458.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1754A>C",
"hgvs_p": "p.Gln585Pro",
"transcript": "NM_001346459.2",
"protein_id": "NP_001333388.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 597,
"cds_start": 1754,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346459.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1754A>C",
"hgvs_p": "p.Gln585Pro",
"transcript": "NM_001368039.1",
"protein_id": "NP_001354968.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 597,
"cds_start": 1754,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368039.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1754A>C",
"hgvs_p": "p.Gln585Pro",
"transcript": "NM_001368040.1",
"protein_id": "NP_001354969.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 597,
"cds_start": 1754,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368040.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.683A>C",
"hgvs_p": "p.Gln228Pro",
"transcript": "ENST00000914422.1",
"protein_id": "ENSP00000584481.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 240,
"cds_start": 683,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914422.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.458A>C",
"hgvs_p": "p.Gln153Pro",
"transcript": "ENST00000552632.5",
"protein_id": "ENSP00000447094.1",
"transcript_support_level": 3,
"aa_start": 153,
"aa_end": null,
"aa_length": 165,
"cds_start": 458,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552632.5"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "XM_011538424.3",
"protein_id": "XP_011536726.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538424.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "XM_017019385.3",
"protein_id": "XP_016874874.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019385.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "XM_017019386.3",
"protein_id": "XP_016874875.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019386.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "XM_047428922.1",
"protein_id": "XP_047284878.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428922.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "XM_047428923.1",
"protein_id": "XP_047284879.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 701,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428923.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1679A>C",
"hgvs_p": "p.Gln560Pro",
"transcript": "XM_017019389.3",
"protein_id": "XP_016874878.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 572,
"cds_start": 1679,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019389.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Gln551Pro",
"transcript": "XM_024449005.2",
"protein_id": "XP_024304773.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 563,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449005.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Gln551Pro",
"transcript": "XM_047428925.1",
"protein_id": "XP_047284881.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 563,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428925.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"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": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Gln551Pro",
"transcript": "XM_047428926.1",
"protein_id": "XP_047284882.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 563,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428926.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1652A>C",
"hgvs_p": "p.Gln551Pro",
"transcript": "XM_047428927.1",
"protein_id": "XP_047284883.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 563,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428927.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Gln431Pro",
"transcript": "XM_024449007.2",
"protein_id": "XP_024304775.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 443,
"cds_start": 1292,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449007.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "n.520A>C",
"hgvs_p": null,
"transcript": "ENST00000546783.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000546783.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "n.1790A>C",
"hgvs_p": null,
"transcript": "NR_160431.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_160431.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "n.2811A>C",
"hgvs_p": null,
"transcript": "NR_160432.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_160432.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "n.2478A>C",
"hgvs_p": null,
"transcript": "XR_007063080.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": "XR_007063080.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "n.2478A>C",
"hgvs_p": null,
"transcript": "XR_007063081.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": "XR_007063081.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "n.2478A>C",
"hgvs_p": null,
"transcript": "XR_007063082.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": "XR_007063082.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"hgvs_c": "n.2478A>C",
"hgvs_p": null,
"transcript": "XR_007063083.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": "XR_007063083.1"
}
],
"gene_symbol": "CEP83",
"gene_hgnc_id": 17966,
"dbsnp": "rs1969371271",
"frequency_reference_population": 0.000005476991,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000547699,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6324933767318726,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.296,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9779,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.097,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_016122.3",
"gene_symbol": "CEP83",
"hgnc_id": 17966,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}