← 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: 7-33388134-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=33388134&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "BBS9",
"hgnc_id": 30000,
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"inheritance_mode": "AR",
"pathogenic_score": 4,
"score": 4,
"transcript": "NM_001348041.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_score": 4,
"allele_count_reference_population": 2,
"alphamissense_prediction": null,
"alphamissense_score": 0.8469,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.02,
"chr": "7",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.8575507402420044,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 887,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3996,
"cdna_start": 2594,
"cds_end": null,
"cds_length": 2664,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_198428.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000242067.11",
"protein_coding": true,
"protein_id": "NP_940820.1",
"strand": true,
"transcript": "NM_198428.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 887,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3996,
"cdna_start": 2594,
"cds_end": null,
"cds_length": 2664,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000242067.11",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_198428.3",
"protein_coding": true,
"protein_id": "ENSP00000242067.6",
"strand": true,
"transcript": "ENST00000242067.11",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 453,
"aa_ref": "T",
"aa_start": 268,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1982,
"cdna_start": 804,
"cds_end": null,
"cds_length": 1362,
"cds_start": 803,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000434373.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.803C>T",
"hgvs_p": "p.Thr268Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000388114.1",
"strand": true,
"transcript": "ENST00000434373.3",
"transcript_support_level": 1
},
{
"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": 3705,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000433714.5",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.*866C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000412159.1",
"strand": true,
"transcript": "ENST00000433714.5",
"transcript_support_level": 1
},
{
"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": 3705,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000433714.5",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.*866C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000412159.1",
"strand": true,
"transcript": "ENST00000433714.5",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 929,
"aa_ref": "T",
"aa_start": 744,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3385,
"cdna_start": 2270,
"cds_end": null,
"cds_length": 2790,
"cds_start": 2231,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000942912.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2231C>T",
"hgvs_p": "p.Thr744Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612971.1",
"strand": true,
"transcript": "ENST00000942912.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 928,
"aa_ref": "T",
"aa_start": 743,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3822,
"cdna_start": 2731,
"cds_end": null,
"cds_length": 2787,
"cds_start": 2228,
"consequences": [
"missense_variant"
],
"exon_count": 24,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000671871.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2228C>T",
"hgvs_p": "p.Thr743Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499908.1",
"strand": true,
"transcript": "ENST00000671871.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 923,
"aa_ref": "T",
"aa_start": 738,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3213,
"cdna_start": 2252,
"cds_end": null,
"cds_length": 2772,
"cds_start": 2213,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000942913.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2213C>T",
"hgvs_p": "p.Thr738Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612972.1",
"strand": true,
"transcript": "ENST00000942913.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 908,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3712,
"cdna_start": 2594,
"cds_end": null,
"cds_length": 2727,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001348041.4",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334970.1",
"strand": true,
"transcript": "NM_001348041.4",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 908,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3456,
"cdna_start": 2338,
"cds_end": null,
"cds_length": 2727,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000673056.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499989.1",
"strand": true,
"transcript": "ENST00000673056.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 887,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3785,
"cdna_start": 2384,
"cds_end": null,
"cds_length": 2664,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001348036.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334965.1",
"strand": true,
"transcript": "NM_001348036.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 886,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3993,
"cdna_start": 2594,
"cds_end": null,
"cds_length": 2661,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001348043.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334972.1",
"strand": true,
"transcript": "NM_001348043.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 886,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3976,
"cdna_start": 2862,
"cds_end": null,
"cds_length": 2661,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000942907.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612966.1",
"strand": true,
"transcript": "ENST00000942907.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 882,
"aa_ref": "T",
"aa_start": 697,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3981,
"cdna_start": 2579,
"cds_end": null,
"cds_length": 2649,
"cds_start": 2090,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NM_001033605.2",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2090C>T",
"hgvs_p": "p.Thr697Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001028777.1",
"strand": true,
"transcript": "NM_001033605.2",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 882,
"aa_ref": "T",
"aa_start": 697,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4004,
"cdna_start": 2603,
"cds_end": null,
"cds_length": 2649,
"cds_start": 2090,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000355070.6",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2090C>T",
"hgvs_p": "p.Thr697Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000347182.2",
"strand": true,
"transcript": "ENST00000355070.6",
"transcript_support_level": 5
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 871,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3625,
"cdna_start": 2618,
"cds_end": null,
"cds_length": 2616,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001362679.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001349608.1",
"strand": true,
"transcript": "NM_001362679.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 871,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3237,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 2616,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000671952.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000500239.1",
"strand": true,
"transcript": "ENST00000671952.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 866,
"aa_ref": "T",
"aa_start": 681,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3496,
"cdna_start": 2531,
"cds_end": null,
"cds_length": 2601,
"cds_start": 2042,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000942908.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2042C>T",
"hgvs_p": "p.Thr681Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612967.1",
"strand": true,
"transcript": "ENST00000942908.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 855,
"aa_ref": "T",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3163,
"cdna_start": 2048,
"cds_end": null,
"cds_length": 2568,
"cds_start": 2009,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000942911.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2009C>T",
"hgvs_p": "p.Thr670Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612970.1",
"strand": true,
"transcript": "ENST00000942911.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 854,
"aa_ref": "T",
"aa_start": 669,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3243,
"cdna_start": 2286,
"cds_end": null,
"cds_length": 2565,
"cds_start": 2006,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000942910.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2006C>T",
"hgvs_p": "p.Thr669Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612969.1",
"strand": true,
"transcript": "ENST00000942910.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 852,
"aa_ref": "T",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3891,
"cdna_start": 2489,
"cds_end": null,
"cds_length": 2559,
"cds_start": 2000,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NM_001033604.2",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Thr667Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001028776.1",
"strand": true,
"transcript": "NM_001033604.2",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 852,
"aa_ref": "T",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3914,
"cdna_start": 2513,
"cds_end": null,
"cds_length": 2559,
"cds_start": 2000,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000396127.6",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Thr667Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000379433.2",
"strand": true,
"transcript": "ENST00000396127.6",
"transcript_support_level": 5
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 852,
"aa_ref": "T",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3123,
"cdna_start": 2176,
"cds_end": null,
"cds_length": 2559,
"cds_start": 2000,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000672717.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Thr667Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499835.1",
"strand": true,
"transcript": "ENST00000672717.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 851,
"aa_ref": "T",
"aa_start": 667,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3447,
"cdna_start": 2491,
"cds_end": null,
"cds_length": 2556,
"cds_start": 2000,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000942909.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2000C>T",
"hgvs_p": "p.Thr667Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612968.1",
"strand": true,
"transcript": "ENST00000942909.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 849,
"aa_ref": "T",
"aa_start": 664,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2984,
"cdna_start": 2027,
"cds_end": null,
"cds_length": 2550,
"cds_start": 1991,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000942916.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1991C>T",
"hgvs_p": "p.Thr664Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612975.1",
"strand": true,
"transcript": "ENST00000942916.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 847,
"aa_ref": "T",
"aa_start": 662,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3876,
"cdna_start": 2474,
"cds_end": null,
"cds_length": 2544,
"cds_start": 1985,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_014451.4",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1985C>T",
"hgvs_p": "p.Thr662Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_055266.2",
"strand": true,
"transcript": "NM_014451.4",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 847,
"aa_ref": "T",
"aa_start": 662,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3899,
"cdna_start": 2498,
"cds_end": null,
"cds_length": 2544,
"cds_start": 1985,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000350941.7",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1985C>T",
"hgvs_p": "p.Thr662Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000313122.6",
"strand": true,
"transcript": "ENST00000350941.7",
"transcript_support_level": 5
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 846,
"aa_ref": "T",
"aa_start": 662,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3873,
"cdna_start": 2474,
"cds_end": null,
"cds_length": 2541,
"cds_start": 1985,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_001348040.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1985C>T",
"hgvs_p": "p.Thr662Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334969.1",
"strand": true,
"transcript": "NM_001348040.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 842,
"aa_ref": "T",
"aa_start": 657,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3873,
"cdna_start": 2471,
"cds_end": null,
"cds_length": 2529,
"cds_start": 1970,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NM_001348042.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1970C>T",
"hgvs_p": "p.Thr657Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334971.1",
"strand": true,
"transcript": "NM_001348042.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 842,
"aa_ref": "T",
"aa_start": 657,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3243,
"cdna_start": 2505,
"cds_end": null,
"cds_length": 2529,
"cds_start": 1970,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000671890.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1970C>T",
"hgvs_p": "p.Thr657Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000500146.1",
"strand": true,
"transcript": "ENST00000671890.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 826,
"aa_ref": "T",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2918,
"cdna_start": 2144,
"cds_end": null,
"cds_length": 2481,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000942915.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Thr702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612974.1",
"strand": true,
"transcript": "ENST00000942915.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 815,
"aa_ref": "T",
"aa_start": 630,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2888,
"cdna_start": 1928,
"cds_end": null,
"cds_length": 2448,
"cds_start": 1889,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000942914.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1889C>T",
"hgvs_p": "p.Thr630Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612973.1",
"strand": true,
"transcript": "ENST00000942914.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 796,
"aa_ref": "T",
"aa_start": 611,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4000,
"cdna_start": 2598,
"cds_end": null,
"cds_length": 2391,
"cds_start": 1832,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001348038.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1832C>T",
"hgvs_p": "p.Thr611Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334967.1",
"strand": true,
"transcript": "NM_001348038.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 794,
"aa_ref": "T",
"aa_start": 657,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2994,
"cdna_start": 2578,
"cds_end": null,
"cds_length": 2386,
"cds_start": 1970,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000673431.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1970C>T",
"hgvs_p": "p.Thr657Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000500552.1",
"strand": true,
"transcript": "ENST00000673431.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 768,
"aa_ref": "T",
"aa_start": 583,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3198,
"cdna_start": 2239,
"cds_end": null,
"cds_length": 2307,
"cds_start": 1748,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000893848.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1748C>T",
"hgvs_p": "p.Thr583Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563907.1",
"strand": true,
"transcript": "ENST00000893848.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 765,
"aa_ref": "T",
"aa_start": 580,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3808,
"cdna_start": 2406,
"cds_end": null,
"cds_length": 2298,
"cds_start": 1739,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_001348045.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1739C>T",
"hgvs_p": "p.Thr580Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334974.1",
"strand": true,
"transcript": "NM_001348045.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 765,
"aa_ref": "T",
"aa_start": 580,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3657,
"cdna_start": 2255,
"cds_end": null,
"cds_length": 2298,
"cds_start": 1739,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001348046.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1739C>T",
"hgvs_p": "p.Thr580Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334975.1",
"strand": true,
"transcript": "NM_001348046.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 765,
"aa_ref": "T",
"aa_start": 580,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3169,
"cdna_start": 2255,
"cds_end": null,
"cds_length": 2298,
"cds_start": 1739,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000671963.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1739C>T",
"hgvs_p": "p.Thr580Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499904.1",
"strand": true,
"transcript": "ENST00000671963.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 761,
"aa_ref": "T",
"aa_start": 576,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3895,
"cdna_start": 2493,
"cds_end": null,
"cds_length": 2286,
"cds_start": 1727,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NM_001348039.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1727C>T",
"hgvs_p": "p.Thr576Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334968.1",
"strand": true,
"transcript": "NM_001348039.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 730,
"aa_ref": "T",
"aa_start": 545,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3552,
"cdna_start": 2150,
"cds_end": null,
"cds_length": 2193,
"cds_start": 1634,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001348044.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1634C>T",
"hgvs_p": "p.Thr545Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334973.1",
"strand": true,
"transcript": "NM_001348044.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 704,
"aa_ref": "T",
"aa_start": 580,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3748,
"cdna_start": 2529,
"cds_end": null,
"cds_length": 2115,
"cds_start": 1739,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NM_001348037.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "c.1739C>T",
"hgvs_p": "p.Thr580Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334966.1",
"strand": true,
"transcript": "NM_001348037.3",
"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": 650,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000496029.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.228C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000496029.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2832,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000672453.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.1874C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000672453.1",
"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": 3773,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000672973.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.2105C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000500017.1",
"strand": true,
"transcript": "ENST00000672973.1",
"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": 3285,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000673219.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.*1842C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499968.1",
"strand": true,
"transcript": "ENST00000673219.1",
"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": 3240,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000673230.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.2136C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000673230.1",
"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": 3482,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000673462.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.*851C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499848.1",
"strand": true,
"transcript": "ENST00000673462.1",
"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": 3864,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NR_145411.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.2384C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_145411.1",
"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": 3977,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NR_145412.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.2576C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_145412.1",
"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": 4140,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NR_145413.3",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.2738C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_145413.3",
"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": 3285,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000673219.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.*1842C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499968.1",
"strand": true,
"transcript": "ENST00000673219.1",
"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": 3482,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000673462.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.*851C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499848.1",
"strand": true,
"transcript": "ENST00000673462.1",
"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": 549,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000627264.1",
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"hgvs_c": "n.*127C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000627264.1",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs149362446",
"effect": "missense_variant",
"frequency_reference_population": 0.0000013681556,
"gene_hgnc_id": 30000,
"gene_symbol": "BBS9",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000136816,
"gnomad_exomes_homalt": 0,
"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": "Uncertain_significance",
"phylop100way_score": 7.354,
"pos": 33388134,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.452,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001348041.4"
}
]
}