← 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: 15-23005536-C-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=23005536&ref=C&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"exon_region"
],
"gene_symbol": "TUBGCP5",
"hgnc_id": 18600,
"hgvs_c": "c.",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_001354372.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "15",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1024,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3744,
"cdna_start": null,
"cds_end": null,
"cds_length": 3075,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_052903.6",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000615383.5",
"protein_coding": true,
"protein_id": "NP_443135.3",
"strand": false,
"transcript": "NM_052903.6",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1024,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3744,
"cdna_start": null,
"cds_end": null,
"cds_length": 3075,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000615383.5",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_052903.6",
"protein_coding": true,
"protein_id": "ENSP00000480316.1",
"strand": false,
"transcript": "ENST00000615383.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1061,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3644,
"cdna_start": null,
"cds_end": null,
"cds_length": 3186,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001354372.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341301.1",
"strand": false,
"transcript": "NM_001354372.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1060,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3641,
"cdna_start": null,
"cds_end": null,
"cds_length": 3183,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001354373.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341302.1",
"strand": false,
"transcript": "NM_001354373.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1046,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3599,
"cdna_start": null,
"cds_end": null,
"cds_length": 3141,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001354374.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341303.1",
"strand": false,
"transcript": "NM_001354374.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1033,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3760,
"cdna_start": null,
"cds_end": null,
"cds_length": 3102,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001354375.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341304.1",
"strand": false,
"transcript": "NM_001354375.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1030,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3751,
"cdna_start": null,
"cds_end": null,
"cds_length": 3093,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001354376.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341305.1",
"strand": false,
"transcript": "NM_001354376.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1025,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3747,
"cdna_start": null,
"cds_end": null,
"cds_length": 3078,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001354377.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341306.1",
"strand": false,
"transcript": "NM_001354377.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1025,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3342,
"cdna_start": null,
"cds_end": null,
"cds_length": 3078,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001354378.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341307.1",
"strand": false,
"transcript": "NM_001354378.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1024,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3339,
"cdna_start": null,
"cds_end": null,
"cds_length": 3075,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001102610.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001096080.1",
"strand": false,
"transcript": "NM_001102610.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1024,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3342,
"cdna_start": null,
"cds_end": null,
"cds_length": 3075,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000620435.4",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000481853.1",
"strand": false,
"transcript": "ENST00000620435.4",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1016,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3733,
"cdna_start": null,
"cds_end": null,
"cds_length": 3051,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000959740.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629799.1",
"strand": false,
"transcript": "ENST00000959740.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1007,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3764,
"cdna_start": null,
"cds_end": null,
"cds_length": 3024,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000939427.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609486.1",
"strand": false,
"transcript": "ENST00000939427.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 995,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3629,
"cdna_start": null,
"cds_end": null,
"cds_length": 2988,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000861886.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000531945.1",
"strand": false,
"transcript": "ENST00000861886.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 983,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3619,
"cdna_start": null,
"cds_end": null,
"cds_length": 2952,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000939428.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609487.1",
"strand": false,
"transcript": "ENST00000939428.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 963,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3598,
"cdna_start": null,
"cds_end": null,
"cds_length": 2892,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000861884.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000531943.1",
"strand": false,
"transcript": "ENST00000861884.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 961,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3555,
"cdna_start": null,
"cds_end": null,
"cds_length": 2886,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000861885.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000531944.1",
"strand": false,
"transcript": "ENST00000861885.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 224,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 676,
"cdna_start": null,
"cds_end": null,
"cds_length": 675,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000610294.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000483015.1",
"strand": false,
"transcript": "ENST00000610294.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1034,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3763,
"cdna_start": null,
"cds_end": null,
"cds_length": 3105,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XM_011543868.3",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011542170.1",
"strand": false,
"transcript": "XM_011543868.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1031,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3754,
"cdna_start": null,
"cds_end": null,
"cds_length": 3096,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XM_011543870.3",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011542172.1",
"strand": false,
"transcript": "XM_011543870.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3300,
"cdna_start": null,
"cds_end": null,
"cds_length": 2745,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_017021894.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016877383.1",
"strand": false,
"transcript": "XM_017021894.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3667,
"cdna_start": null,
"cds_end": null,
"cds_length": 2745,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XM_047432130.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288086.1",
"strand": false,
"transcript": "XM_047432130.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 913,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3661,
"cdna_start": null,
"cds_end": null,
"cds_length": 2742,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XM_017021895.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016877384.1",
"strand": false,
"transcript": "XM_017021895.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 878,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3765,
"cdna_start": null,
"cds_end": null,
"cds_length": 2637,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XM_047432131.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288087.1",
"strand": false,
"transcript": "XM_047432131.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 754,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2784,
"cdna_start": null,
"cds_end": null,
"cds_length": 2265,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 15,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_017021896.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016877385.1",
"strand": false,
"transcript": "XM_017021896.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 647,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2493,
"cdna_start": null,
"cds_end": null,
"cds_length": 1944,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_017021901.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016877390.1",
"strand": false,
"transcript": "XM_017021901.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3588,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000614508.4",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000484566.1",
"strand": false,
"transcript": "ENST00000614508.4",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3902,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NR_148875.2",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_148875.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3905,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XR_007064420.1",
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_007064420.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "exon_region",
"frequency_reference_population": null,
"gene_hgnc_id": 18600,
"gene_symbol": "TUBGCP5",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.62,
"pos": 23005536,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001354372.2"
}
]
}