← 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: 16-56496992-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=56496992&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PP3_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "BBS2",
"hgnc_id": 967,
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"inheritance_mode": "AR,AD",
"pathogenic_score": 4,
"score": 4,
"transcript": "NM_031885.5",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Moderate"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000288725",
"hgnc_id": null,
"hgvs_c": "n.805G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 4,
"score": 4,
"transcript": "ENST00000684388.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PP3_Moderate",
"acmg_score": 4,
"allele_count_reference_population": 128,
"alphamissense_prediction": null,
"alphamissense_score": 0.8284,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.57,
"chr": "16",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "BBS2-related disorder,Bardet-Biedl syndrome,Bardet-Biedl syndrome 2,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9208490252494812,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 721,
"aa_ref": "E",
"aa_start": 629,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2704,
"cdna_start": 2047,
"cds_end": null,
"cds_length": 2166,
"cds_start": 1885,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_031885.5",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000245157.11",
"protein_coding": true,
"protein_id": "NP_114091.4",
"strand": false,
"transcript": "NM_031885.5",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 721,
"aa_ref": "E",
"aa_start": 629,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2704,
"cdna_start": 2047,
"cds_end": null,
"cds_length": 2166,
"cds_start": 1885,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000245157.11",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_031885.5",
"protein_coding": true,
"protein_id": "ENSP00000245157.5",
"strand": false,
"transcript": "ENST00000245157.11",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6109,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000565781.6",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.5416G>A",
"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": "ENST00000565781.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 3810,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684388.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000288725",
"hgvs_c": "n.805G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507647.1",
"strand": false,
"transcript": "ENST00000684388.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 736,
"aa_ref": "E",
"aa_start": 644,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2828,
"cdna_start": 2143,
"cds_end": null,
"cds_length": 2211,
"cds_start": 1930,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682188.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1930G>A",
"hgvs_p": "p.Glu644Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507655.1",
"strand": false,
"transcript": "ENST00000682188.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 721,
"aa_ref": "E",
"aa_start": 629,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2540,
"cdna_start": 2047,
"cds_end": null,
"cds_length": 2166,
"cds_start": 1885,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001377456.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001364385.1",
"strand": false,
"transcript": "NM_001377456.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 721,
"aa_ref": "E",
"aa_start": 629,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2572,
"cdna_start": 2026,
"cds_end": null,
"cds_length": 2166,
"cds_start": 1885,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682047.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507699.1",
"strand": false,
"transcript": "ENST00000682047.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 721,
"aa_ref": "E",
"aa_start": 629,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2935,
"cdna_start": 2047,
"cds_end": null,
"cds_length": 2166,
"cds_start": 1885,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682205.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508377.1",
"strand": false,
"transcript": "ENST00000682205.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 721,
"aa_ref": "E",
"aa_start": 629,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3688,
"cdna_start": 2072,
"cds_end": null,
"cds_length": 2166,
"cds_start": 1885,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682470.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507654.1",
"strand": false,
"transcript": "ENST00000682470.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 721,
"aa_ref": "E",
"aa_start": 629,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2540,
"cdna_start": 2047,
"cds_end": null,
"cds_length": 2166,
"cds_start": 1885,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682855.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507027.1",
"strand": false,
"transcript": "ENST00000682855.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 721,
"aa_ref": "E",
"aa_start": 629,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3868,
"cdna_start": 2021,
"cds_end": null,
"cds_length": 2166,
"cds_start": 1885,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000854960.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Glu629Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000525019.1",
"strand": false,
"transcript": "ENST00000854960.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 717,
"aa_ref": "E",
"aa_start": 625,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2725,
"cdna_start": 2034,
"cds_end": null,
"cds_length": 2154,
"cds_start": 1873,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000966325.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1873G>A",
"hgvs_p": "p.Glu625Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636384.1",
"strand": false,
"transcript": "ENST00000966325.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 710,
"aa_ref": "E",
"aa_start": 618,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2634,
"cdna_start": 1978,
"cds_end": null,
"cds_length": 2133,
"cds_start": 1852,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000854962.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1852G>A",
"hgvs_p": "p.Glu618Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000525021.1",
"strand": false,
"transcript": "ENST00000854962.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 709,
"aa_ref": "E",
"aa_start": 617,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2693,
"cdna_start": 2036,
"cds_end": null,
"cds_length": 2130,
"cds_start": 1849,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000854961.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1849G>A",
"hgvs_p": "p.Glu617Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000525020.1",
"strand": false,
"transcript": "ENST00000854961.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 705,
"aa_ref": "E",
"aa_start": 613,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2735,
"cdna_start": 2050,
"cds_end": null,
"cds_length": 2118,
"cds_start": 1837,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683858.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1837G>A",
"hgvs_p": "p.Glu613Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507657.1",
"strand": false,
"transcript": "ENST00000683858.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 698,
"aa_ref": "E",
"aa_start": 606,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2510,
"cdna_start": 2003,
"cds_end": null,
"cds_length": 2097,
"cds_start": 1816,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000923962.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1816G>A",
"hgvs_p": "p.Glu606Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000594021.1",
"strand": false,
"transcript": "ENST00000923962.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 698,
"aa_ref": "E",
"aa_start": 606,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2706,
"cdna_start": 2009,
"cds_end": null,
"cds_length": 2097,
"cds_start": 1816,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000923963.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1816G>A",
"hgvs_p": "p.Glu606Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000594022.1",
"strand": false,
"transcript": "ENST00000923963.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 696,
"aa_ref": "E",
"aa_start": 604,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2998,
"cdna_start": 1993,
"cds_end": null,
"cds_length": 2091,
"cds_start": 1810,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682930.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1810G>A",
"hgvs_p": "p.Glu604Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507981.1",
"strand": false,
"transcript": "ENST00000682930.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 686,
"aa_ref": "E",
"aa_start": 594,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2671,
"cdna_start": 1986,
"cds_end": null,
"cds_length": 2061,
"cds_start": 1780,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000684635.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1780G>A",
"hgvs_p": "p.Glu594Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507335.1",
"strand": false,
"transcript": "ENST00000684635.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 686,
"aa_ref": "E",
"aa_start": 594,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2431,
"cdna_start": 1949,
"cds_end": null,
"cds_length": 2061,
"cds_start": 1780,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000966324.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1780G>A",
"hgvs_p": "p.Glu594Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636383.1",
"strand": false,
"transcript": "ENST00000966324.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 679,
"aa_ref": "E",
"aa_start": 587,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2404,
"cdna_start": 1874,
"cds_end": null,
"cds_length": 2040,
"cds_start": 1759,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682482.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1759G>A",
"hgvs_p": "p.Glu587Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507903.1",
"strand": false,
"transcript": "ENST00000682482.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 675,
"aa_ref": "E",
"aa_start": 583,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2639,
"cdna_start": 1942,
"cds_end": null,
"cds_length": 2028,
"cds_start": 1747,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000568104.6",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1747G>A",
"hgvs_p": "p.Glu583Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456289.1",
"strand": false,
"transcript": "ENST00000568104.6",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 645,
"aa_ref": "E",
"aa_start": 553,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2647,
"cdna_start": 1738,
"cds_end": null,
"cds_length": 1938,
"cds_start": 1657,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683875.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Glu553Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507602.1",
"strand": false,
"transcript": "ENST00000683875.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 522,
"aa_ref": "E",
"aa_start": 430,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2341,
"cdna_start": 1861,
"cds_end": null,
"cds_length": 1569,
"cds_start": 1288,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682360.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508007.1",
"strand": false,
"transcript": "ENST00000682360.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 522,
"aa_ref": "E",
"aa_start": 430,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2835,
"cdna_start": 1926,
"cds_end": null,
"cds_length": 1569,
"cds_start": 1288,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682737.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "c.1288G>A",
"hgvs_p": "p.Glu430Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506876.1",
"strand": false,
"transcript": "ENST00000682737.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": 2507,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000561877.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1506G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454986.2",
"strand": false,
"transcript": "ENST00000561877.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4304,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000562813.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3372G>A",
"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": "ENST00000562813.2",
"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": 1094,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000564459.6",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.612G>A",
"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": "ENST00000564459.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3614,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000565859.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2959G>A",
"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": "ENST00000565859.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2749,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000566210.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2314G>A",
"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": "ENST00000566210.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6412,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000566410.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.5399G>A",
"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": "ENST00000566410.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4062,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000566452.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3008G>A",
"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": "ENST00000566452.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 879,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000566495.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.854G>A",
"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": "ENST00000566495.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1420,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000569192.6",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.990G>A",
"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": "ENST00000569192.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1558,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000618027.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.664G>A",
"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": "ENST00000618027.2",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2352,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000682000.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1443G>A",
"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": "ENST00000682000.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3599,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000682001.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2914G>A",
"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": "ENST00000682001.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2451,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682005.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1876G>A",
"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": "ENST00000682005.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": 2613,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682038.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1274G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508404.1",
"strand": false,
"transcript": "ENST00000682038.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": 6759,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000682088.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*4826G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508064.1",
"strand": false,
"transcript": "ENST00000682088.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5020,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000682096.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.4335G>A",
"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": "ENST00000682096.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4787,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000682113.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.4102G>A",
"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": "ENST00000682113.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3727,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682146.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3042G>A",
"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": "ENST00000682146.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": 2713,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682187.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1309G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507203.1",
"strand": false,
"transcript": "ENST00000682187.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": 2475,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682201.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1876G>A",
"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": "ENST00000682201.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": 2712,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682348.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*934G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506965.1",
"strand": false,
"transcript": "ENST00000682348.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3936,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000682370.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3251G>A",
"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": "ENST00000682370.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3117,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682420.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2432G>A",
"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": "ENST00000682420.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": 2739,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682429.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*554G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506827.1",
"strand": false,
"transcript": "ENST00000682429.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": 2638,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682449.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*636G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507836.1",
"strand": false,
"transcript": "ENST00000682449.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": 2209,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682473.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1850G>A",
"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": "ENST00000682473.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2511,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000682492.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1973G>A",
"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": "ENST00000682492.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": 2928,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682493.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*480G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506778.1",
"strand": false,
"transcript": "ENST00000682493.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": 3138,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682543.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1309G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507592.1",
"strand": false,
"transcript": "ENST00000682543.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4757,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000682597.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.4072G>A",
"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": "ENST00000682597.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1027,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000682623.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.486G>A",
"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": "ENST00000682623.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": 2610,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682658.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*917G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507773.1",
"strand": false,
"transcript": "ENST00000682658.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3639,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000682705.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2954G>A",
"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": "ENST00000682705.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": 2590,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682723.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1288G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507115.1",
"strand": false,
"transcript": "ENST00000682723.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": 5158,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000682735.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*3553G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507007.1",
"strand": false,
"transcript": "ENST00000682735.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4263,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000682757.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3578G>A",
"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": "ENST00000682757.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": 2812,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682875.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1885G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507771.1",
"strand": false,
"transcript": "ENST00000682875.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3602,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682948.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2917G>A",
"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": "ENST00000682948.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4811,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000682960.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.4126G>A",
"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": "ENST00000682960.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5995,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000683008.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.5281G>A",
"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": "ENST00000683008.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": 2611,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683020.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*426G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507944.1",
"strand": false,
"transcript": "ENST00000683020.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4599,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683099.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3914G>A",
"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": "ENST00000683099.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4267,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683170.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3610G>A",
"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": "ENST00000683170.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": 2366,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683212.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*426G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507839.1",
"strand": false,
"transcript": "ENST00000683212.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4528,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683248.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3843G>A",
"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": "ENST00000683248.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3424,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683343.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2739G>A",
"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": "ENST00000683343.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2777,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683347.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2092G>A",
"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": "ENST00000683347.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": 2784,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683384.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1309G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508330.1",
"strand": false,
"transcript": "ENST00000683384.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5347,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000683396.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.4662G>A",
"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": "ENST00000683396.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3021,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683410.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2307G>A",
"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": "ENST00000683410.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2428,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000683443.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1519G>A",
"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": "ENST00000683443.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5138,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683485.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.4453G>A",
"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": "ENST00000683485.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 8161,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000683504.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.7476G>A",
"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": "ENST00000683504.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": 2295,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000683533.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1309G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508296.1",
"strand": false,
"transcript": "ENST00000683533.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4639,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683609.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3954G>A",
"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": "ENST00000683609.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": 2951,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000683644.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1059G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507914.1",
"strand": false,
"transcript": "ENST00000683644.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2539,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683660.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2098G>A",
"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": "ENST00000683660.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2064,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683669.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1768G>A",
"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": "ENST00000683669.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": 4942,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683690.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*3337G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508152.1",
"strand": false,
"transcript": "ENST00000683690.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": 2162,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683719.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1868G>A",
"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": "ENST00000683719.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": 2783,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683757.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1874G>A",
"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": "ENST00000683757.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5121,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683904.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.4190G>A",
"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": "ENST00000683904.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5593,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000683910.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.4580G>A",
"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": "ENST00000683910.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": 2563,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000683959.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*934G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508309.1",
"strand": false,
"transcript": "ENST00000683959.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": 2344,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683976.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1434G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507183.1",
"strand": false,
"transcript": "ENST00000683976.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": 2937,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683978.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2028G>A",
"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": "ENST00000683978.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": 2781,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683992.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1525G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508144.1",
"strand": false,
"transcript": "ENST00000683992.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2992,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000684020.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2307G>A",
"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": "ENST00000684020.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3558,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000684044.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2873G>A",
"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": "ENST00000684044.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3443,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000684057.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2803G>A",
"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": "ENST00000684057.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3929,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000684076.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3265G>A",
"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": "ENST00000684076.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4138,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000684128.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3453G>A",
"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": "ENST00000684128.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4201,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000684194.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3516G>A",
"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": "ENST00000684194.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4249,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000684205.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3564G>A",
"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": "ENST00000684205.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": 3130,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000684246.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1525G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508273.1",
"strand": false,
"transcript": "ENST00000684246.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3811,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000684402.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3126G>A",
"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": "ENST00000684402.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4054,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000684446.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3369G>A",
"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": "ENST00000684446.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4012,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000684531.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.3327G>A",
"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": "ENST00000684531.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": 2466,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000684640.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1052G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507292.1",
"strand": false,
"transcript": "ENST00000684640.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": 2794,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000684673.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*480G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507746.1",
"strand": false,
"transcript": "ENST00000684673.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": 2301,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000684684.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1137G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507026.1",
"strand": false,
"transcript": "ENST00000684684.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": 2832,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NR_165293.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2175G>A",
"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_165293.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": 2829,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NR_165294.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2172G>A",
"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_165294.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": 2660,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NR_165295.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.2003G>A",
"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_165295.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": 2532,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NR_165296.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1875G>A",
"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_165296.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": 2368,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NR_165297.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.1875G>A",
"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_165297.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": 2507,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000561877.2",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1506G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454986.2",
"strand": false,
"transcript": "ENST00000561877.2",
"transcript_support_level": 3
},
{
"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": 2613,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682038.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1274G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508404.1",
"strand": false,
"transcript": "ENST00000682038.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": 6759,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000682088.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*4826G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508064.1",
"strand": false,
"transcript": "ENST00000682088.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": 2713,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682187.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1309G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507203.1",
"strand": false,
"transcript": "ENST00000682187.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": 2712,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682348.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*934G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506965.1",
"strand": false,
"transcript": "ENST00000682348.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": 2739,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682429.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*554G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506827.1",
"strand": false,
"transcript": "ENST00000682429.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": 2638,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682449.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*636G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507836.1",
"strand": false,
"transcript": "ENST00000682449.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": 2928,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682493.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*480G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506778.1",
"strand": false,
"transcript": "ENST00000682493.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": 3138,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000682543.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1309G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507592.1",
"strand": false,
"transcript": "ENST00000682543.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": 2610,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000682658.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*917G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507773.1",
"strand": false,
"transcript": "ENST00000682658.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": 5158,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000682735.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*3553G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507007.1",
"strand": false,
"transcript": "ENST00000682735.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": 2611,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683020.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*426G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507944.1",
"strand": false,
"transcript": "ENST00000683020.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": 2366,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683212.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*426G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507839.1",
"strand": false,
"transcript": "ENST00000683212.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": 2784,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683384.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1309G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508330.1",
"strand": false,
"transcript": "ENST00000683384.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": 2295,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000683533.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1309G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508296.1",
"strand": false,
"transcript": "ENST00000683533.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": 2951,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000683644.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1059G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507914.1",
"strand": false,
"transcript": "ENST00000683644.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": 4942,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000683690.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*3337G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508152.1",
"strand": false,
"transcript": "ENST00000683690.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": 2563,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000683959.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*934G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508309.1",
"strand": false,
"transcript": "ENST00000683959.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": 2344,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683976.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1434G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507183.1",
"strand": false,
"transcript": "ENST00000683976.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": 2781,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000683992.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1525G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508144.1",
"strand": false,
"transcript": "ENST00000683992.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": 3130,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000684246.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1525G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508273.1",
"strand": false,
"transcript": "ENST00000684246.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": 2466,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000684640.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1052G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507292.1",
"strand": false,
"transcript": "ENST00000684640.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": 2794,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000684673.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*480G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507746.1",
"strand": false,
"transcript": "ENST00000684673.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": 2301,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000684684.1",
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"hgvs_c": "n.*1137G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507026.1",
"strand": false,
"transcript": "ENST00000684684.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs746505864",
"effect": "missense_variant",
"frequency_reference_population": 0.000079310004,
"gene_hgnc_id": 967,
"gene_symbol": "BBS2",
"gnomad_exomes_ac": 122,
"gnomad_exomes_af": 0.0000834634,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 6,
"gnomad_genomes_af": 0.0000394213,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Bardet-Biedl syndrome 2|Bardet-Biedl syndrome|not specified|BBS2-related disorder",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.701,
"pos": 56496992,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.954,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_031885.5"
}
]
}