← 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: 18-13047785-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=13047785&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 13047785,
"ref": "T",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_032142.4",
"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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "NM_032142.4",
"protein_id": "NP_115518.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2537,
"cds_start": null,
"cds_end": null,
"cds_length": 7614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000506447.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032142.4"
},
{
"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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000506447.5",
"protein_id": "ENSP00000427550.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2537,
"cds_start": null,
"cds_end": null,
"cds_length": 7614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032142.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506447.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": 5,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.682-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000511820.6",
"protein_id": "ENSP00000467038.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2075,
"cds_start": null,
"cds_end": null,
"cds_length": 6228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511820.6"
},
{
"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": 6,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "n.868-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000510237.5",
"protein_id": "ENSP00000423147.1",
"transcript_support_level": 1,
"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": "ENST00000510237.5"
},
{
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "n.*236-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000513432.5",
"protein_id": "ENSP00000424671.1",
"transcript_support_level": 1,
"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": "ENST00000513432.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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000912813.1",
"protein_id": "ENSP00000582872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2538,
"cds_start": null,
"cds_end": null,
"cds_length": 7617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912813.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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000898442.1",
"protein_id": "ENSP00000568501.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2537,
"cds_start": null,
"cds_end": null,
"cds_length": 7614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898442.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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2056-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000965466.1",
"protein_id": "ENSP00000635525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2534,
"cds_start": null,
"cds_end": null,
"cds_length": 7605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965466.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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000912815.1",
"protein_id": "ENSP00000582874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2507,
"cds_start": null,
"cds_end": null,
"cds_length": 7524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912815.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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1858-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000912812.1",
"protein_id": "ENSP00000582871.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2468,
"cds_start": null,
"cds_end": null,
"cds_length": 7407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912812.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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000912816.1",
"protein_id": "ENSP00000582875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2437,
"cds_start": null,
"cds_end": null,
"cds_length": 7314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912816.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": 39,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1051-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000912814.1",
"protein_id": "ENSP00000582873.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": "ENST00000912814.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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.643-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000325971.12",
"protein_id": "ENSP00000317156.9",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2062,
"cds_start": null,
"cds_end": null,
"cds_length": 6189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325971.12"
},
{
"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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1291-1074T>G",
"hgvs_p": null,
"transcript": "ENST00000589596.5",
"protein_id": "ENSP00000466258.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1236,
"cds_start": null,
"cds_end": null,
"cds_length": 3713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589596.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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_005258107.4",
"protein_id": "XP_005258164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2538,
"cds_start": null,
"cds_end": null,
"cds_length": 7617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258107.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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_006722326.4",
"protein_id": "XP_006722389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2506,
"cds_start": null,
"cds_end": null,
"cds_length": 7521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722326.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": 45,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437562.1",
"protein_id": "XP_047293518.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2505,
"cds_start": null,
"cds_end": null,
"cds_length": 7518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437562.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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_011525673.3",
"protein_id": "XP_011523975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2480,
"cds_start": null,
"cds_end": null,
"cds_length": 7443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525673.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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437563.1",
"protein_id": "XP_047293519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2479,
"cds_start": null,
"cds_end": null,
"cds_length": 7440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437563.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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1858-1074T>G",
"hgvs_p": null,
"transcript": "XM_005258109.4",
"protein_id": "XP_005258166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2468,
"cds_start": null,
"cds_end": null,
"cds_length": 7407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258109.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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1858-1074T>G",
"hgvs_p": null,
"transcript": "XM_006722327.4",
"protein_id": "XP_006722390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2467,
"cds_start": null,
"cds_end": null,
"cds_length": 7404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722327.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": 43,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1798-1074T>G",
"hgvs_p": null,
"transcript": "XM_011525675.4",
"protein_id": "XP_011523977.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2448,
"cds_start": null,
"cds_end": null,
"cds_length": 7347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525675.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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437564.1",
"protein_id": "XP_047293520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2448,
"cds_start": null,
"cds_end": null,
"cds_length": 7347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437564.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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437565.1",
"protein_id": "XP_047293521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2447,
"cds_start": null,
"cds_end": null,
"cds_length": 7344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437565.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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1858-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437566.1",
"protein_id": "XP_047293522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2436,
"cds_start": null,
"cds_end": null,
"cds_length": 7311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437566.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": 44,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1858-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437567.1",
"protein_id": "XP_047293523.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": "XM_047437567.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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1858-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437568.1",
"protein_id": "XP_047293524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2410,
"cds_start": null,
"cds_end": null,
"cds_length": 7233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437568.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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1858-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437569.1",
"protein_id": "XP_047293525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2409,
"cds_start": null,
"cds_end": null,
"cds_length": 7230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437569.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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437570.1",
"protein_id": "XP_047293526.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2392,
"cds_start": null,
"cds_end": null,
"cds_length": 7179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437570.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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437571.1",
"protein_id": "XP_047293527.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2391,
"cds_start": null,
"cds_end": null,
"cds_length": 7176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437571.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": 40,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437572.1",
"protein_id": "XP_047293528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2331,
"cds_start": null,
"cds_end": null,
"cds_length": 6996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437572.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": 41,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1858-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437573.1",
"protein_id": "XP_047293529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2322,
"cds_start": null,
"cds_end": null,
"cds_length": 6969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437573.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": 40,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1321-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437574.1",
"protein_id": "XP_047293530.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2289,
"cds_start": null,
"cds_end": null,
"cds_length": 6870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437574.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": 39,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1051-1074T>G",
"hgvs_p": null,
"transcript": "XM_006722330.4",
"protein_id": "XP_006722393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2199,
"cds_start": null,
"cds_end": null,
"cds_length": 6600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722330.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": 39,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1051-1074T>G",
"hgvs_p": null,
"transcript": "XM_017025804.2",
"protein_id": "XP_016881293.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_017025804.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": 38,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.1051-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437575.1",
"protein_id": "XP_047293531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2140,
"cds_start": null,
"cds_end": null,
"cds_length": 6423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437575.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": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437576.1",
"protein_id": "XP_047293532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2039,
"cds_start": null,
"cds_end": null,
"cds_length": 6120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437576.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": 3,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.280-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437577.1",
"protein_id": "XP_047293533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1942,
"cds_start": null,
"cds_end": null,
"cds_length": 5829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437577.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": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.22-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437578.1",
"protein_id": "XP_047293534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1856,
"cds_start": null,
"cds_end": null,
"cds_length": 5571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437578.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": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"hgvs_c": "c.2068-1074T>G",
"hgvs_p": null,
"transcript": "XM_047437579.1",
"protein_id": "XP_047293535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1382,
"cds_start": null,
"cds_end": null,
"cds_length": 4149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437579.1"
}
],
"gene_symbol": "CEP192",
"gene_hgnc_id": 25515,
"dbsnp": "rs570505",
"frequency_reference_population": 0.70856965,
"hom_count_reference_population": 39336,
"allele_count_reference_population": 107704,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.70857,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 107704,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 39336,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"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.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.881,
"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_032142.4",
"gene_symbol": "CEP192",
"hgnc_id": 25515,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2068-1074T>G",
"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
}