← 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: 20-35509524-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=35509524&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 35509524,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_007186.6",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "NM_007186.6",
"protein_id": "NP_009117.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000397527.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007186.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "ENST00000397527.6",
"protein_id": "ENSP00000380661.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007186.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397527.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7180-474T>C",
"hgvs_p": null,
"transcript": "ENST00000706828.1",
"protein_id": "ENSP00000516576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2499,
"cds_start": null,
"cds_end": null,
"cds_length": 7500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706828.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6988-474T>C",
"hgvs_p": null,
"transcript": "ENST00000937927.1",
"protein_id": "ENSP00000607986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2435,
"cds_start": null,
"cds_end": null,
"cds_length": 7308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937927.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "ENST00000706829.1",
"protein_id": "ENSP00000516577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2415,
"cds_start": null,
"cds_end": null,
"cds_length": 7248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6865-474T>C",
"hgvs_p": null,
"transcript": "ENST00000853588.1",
"protein_id": "ENSP00000523647.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2394,
"cds_start": null,
"cds_end": null,
"cds_length": 7185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853588.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6895-474T>C",
"hgvs_p": null,
"transcript": "ENST00000706830.1",
"protein_id": "ENSP00000516578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2332,
"cds_start": null,
"cds_end": null,
"cds_length": 6999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.5113-474T>C",
"hgvs_p": null,
"transcript": "NM_001318219.1",
"protein_id": "NP_001305148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1810,
"cds_start": null,
"cds_end": null,
"cds_length": 5433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318219.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.2370+1334T>C",
"hgvs_p": null,
"transcript": "ENST00000422671.1",
"protein_id": "ENSP00000395992.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": null,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422671.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_005260262.5",
"protein_id": "XP_005260319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260262.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_006723690.5",
"protein_id": "XP_006723753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723690.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_006723691.2",
"protein_id": "XP_006723754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723691.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_006723692.5",
"protein_id": "XP_006723755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723692.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_006723693.5",
"protein_id": "XP_006723756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2442,
"cds_start": null,
"cds_end": null,
"cds_length": 7329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723693.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6895-474T>C",
"hgvs_p": null,
"transcript": "XM_047439853.1",
"protein_id": "XP_047295809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2404,
"cds_start": null,
"cds_end": null,
"cds_length": 7215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439853.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6895-474T>C",
"hgvs_p": null,
"transcript": "XM_047439854.1",
"protein_id": "XP_047295810.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2404,
"cds_start": null,
"cds_end": null,
"cds_length": 7215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_005260263.5",
"protein_id": "XP_005260320.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2370,
"cds_start": null,
"cds_end": null,
"cds_length": 7113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260263.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_047439855.1",
"protein_id": "XP_047295811.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2370,
"cds_start": null,
"cds_end": null,
"cds_length": 7113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439855.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_047439856.1",
"protein_id": "XP_047295812.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2370,
"cds_start": null,
"cds_end": null,
"cds_length": 7113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439856.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6778-474T>C",
"hgvs_p": null,
"transcript": "XM_005260264.5",
"protein_id": "XP_005260321.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2365,
"cds_start": null,
"cds_end": null,
"cds_length": 7098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260264.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6778-474T>C",
"hgvs_p": null,
"transcript": "XM_047439857.1",
"protein_id": "XP_047295813.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2365,
"cds_start": null,
"cds_end": null,
"cds_length": 7098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439857.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6778-474T>C",
"hgvs_p": null,
"transcript": "XM_047439858.1",
"protein_id": "XP_047295814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2365,
"cds_start": null,
"cds_end": null,
"cds_length": 7098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439858.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6778-474T>C",
"hgvs_p": null,
"transcript": "XM_047439859.1",
"protein_id": "XP_047295815.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2365,
"cds_start": null,
"cds_end": null,
"cds_length": 7098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439859.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6778-474T>C",
"hgvs_p": null,
"transcript": "XM_047439860.1",
"protein_id": "XP_047295816.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2365,
"cds_start": null,
"cds_end": null,
"cds_length": 7098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439860.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null,
"transcript": "XM_047439861.1",
"protein_id": "XP_047295817.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2355,
"cds_start": null,
"cds_end": null,
"cds_length": 7068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439861.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6895-474T>C",
"hgvs_p": null,
"transcript": "XM_017027617.2",
"protein_id": "XP_016883106.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2332,
"cds_start": null,
"cds_end": null,
"cds_length": 6999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027617.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6664-474T>C",
"hgvs_p": null,
"transcript": "XM_047439862.1",
"protein_id": "XP_047295818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2327,
"cds_start": null,
"cds_end": null,
"cds_length": 6984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439862.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6640-474T>C",
"hgvs_p": null,
"transcript": "XM_011528518.4",
"protein_id": "XP_011526820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2319,
"cds_start": null,
"cds_end": null,
"cds_length": 6960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528518.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6895-474T>C",
"hgvs_p": null,
"transcript": "XM_047439863.1",
"protein_id": "XP_047295819.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2317,
"cds_start": null,
"cds_end": null,
"cds_length": 6954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439863.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6403-474T>C",
"hgvs_p": null,
"transcript": "XM_011528519.3",
"protein_id": "XP_011526821.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2240,
"cds_start": null,
"cds_end": null,
"cds_length": 6723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528519.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.6277-474T>C",
"hgvs_p": null,
"transcript": "XM_017027618.2",
"protein_id": "XP_016883107.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2198,
"cds_start": null,
"cds_end": null,
"cds_length": 6597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027618.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "c.5611-474T>C",
"hgvs_p": null,
"transcript": "XM_017027619.2",
"protein_id": "XP_016883108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1976,
"cds_start": null,
"cds_end": null,
"cds_length": 5931,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027619.2"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "n.1565T>C",
"hgvs_p": null,
"transcript": "ENST00000706832.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": "ENST00000706832.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "n.*4804-474T>C",
"hgvs_p": null,
"transcript": "ENST00000706827.1",
"protein_id": "ENSP00000516575.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": "ENST00000706827.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"hgvs_c": "n.4416-474T>C",
"hgvs_p": null,
"transcript": "ENST00000706831.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": "ENST00000706831.1"
}
],
"gene_symbol": "CEP250",
"gene_hgnc_id": 1859,
"dbsnp": "rs2236164",
"frequency_reference_population": 0.34295633,
"hom_count_reference_population": 10345,
"allele_count_reference_population": 52152,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.342956,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 52152,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 10345,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"computational_prediction_selected": "Benign",
"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.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.082,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_007186.6",
"gene_symbol": "CEP250",
"hgnc_id": 1859,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.7009-474T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}