← 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: 11-62691132-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=62691132&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "BSCL2",
"hgnc_id": 15832,
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"inheritance_mode": "AD,AR",
"pathogenic_score": 2,
"score": -2,
"transcript": "NM_001386027.1",
"verdict": "Likely_benign"
},
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "HNRNPUL2-BSCL2",
"hgnc_id": 49189,
"hgvs_c": "n.*1066C>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": -2,
"transcript": "ENST00000403734.2",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_score": -2,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.64,
"chr": "11",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.6399999856948853,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 462,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1710,
"cdna_start": 1244,
"cds_end": null,
"cds_length": 1389,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001122955.4",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000360796.10",
"protein_coding": true,
"protein_id": "NP_001116427.1",
"strand": false,
"transcript": "NM_001122955.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 462,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1710,
"cdna_start": 1244,
"cds_end": null,
"cds_length": 1389,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000360796.10",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001122955.4",
"protein_coding": true,
"protein_id": "ENSP00000354032.5",
"strand": false,
"transcript": "ENST00000360796.10",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 464,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1984,
"cdna_start": 1512,
"cds_end": null,
"cds_length": 1395,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000405837.5",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385332.1",
"strand": false,
"transcript": "ENST00000405837.5",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 398,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1516,
"cdna_start": 1070,
"cds_end": null,
"cds_length": 1197,
"cds_start": 823,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000407022.7",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.823C>A",
"hgvs_p": "p.Arg275Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000384080.3",
"strand": false,
"transcript": "ENST00000407022.7",
"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": 4001,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000403734.2",
"gene_hgnc_id": 49189,
"gene_symbol": "HNRNPUL2-BSCL2",
"hgvs_c": "n.*1066C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000456010.1",
"strand": false,
"transcript": "ENST00000403734.2",
"transcript_support_level": 2
},
{
"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": 4001,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000403734.2",
"gene_hgnc_id": 49189,
"gene_symbol": "HNRNPUL2-BSCL2",
"hgvs_c": "n.*1066C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000456010.1",
"strand": false,
"transcript": "ENST00000403734.2",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 467,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1765,
"cdna_start": 1288,
"cds_end": null,
"cds_length": 1404,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000912246.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582305.1",
"strand": false,
"transcript": "ENST00000912246.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 465,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1882,
"cdna_start": 1407,
"cds_end": null,
"cds_length": 1398,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000683296.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507725.1",
"strand": false,
"transcript": "ENST00000683296.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 465,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2008,
"cdna_start": 1534,
"cds_end": null,
"cds_length": 1398,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000854116.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000524175.1",
"strand": false,
"transcript": "ENST00000854116.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 465,
"aa_ref": "R",
"aa_start": 342,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1972,
"cdna_start": 1499,
"cds_end": null,
"cds_length": 1398,
"cds_start": 1024,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000854117.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1024C>A",
"hgvs_p": "p.Arg342Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000524176.1",
"strand": false,
"transcript": "ENST00000854117.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 465,
"aa_ref": "R",
"aa_start": 342,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1719,
"cdna_start": 1254,
"cds_end": null,
"cds_length": 1398,
"cds_start": 1024,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000854120.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1024C>A",
"hgvs_p": "p.Arg342Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000524179.1",
"strand": false,
"transcript": "ENST00000854120.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 464,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2007,
"cdna_start": 1535,
"cds_end": null,
"cds_length": 1395,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001386027.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372956.1",
"strand": false,
"transcript": "NM_001386027.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 464,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1879,
"cdna_start": 1407,
"cds_end": null,
"cds_length": 1395,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000854118.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000524177.1",
"strand": false,
"transcript": "ENST00000854118.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 462,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2001,
"cdna_start": 1535,
"cds_end": null,
"cds_length": 1389,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001386028.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372957.1",
"strand": false,
"transcript": "NM_001386028.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 462,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1863,
"cdna_start": 1417,
"cds_end": null,
"cds_length": 1389,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000524862.6",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000433888.2",
"strand": false,
"transcript": "ENST00000524862.6",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 462,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2001,
"cdna_start": 1535,
"cds_end": null,
"cds_length": 1389,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000679883.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000505838.1",
"strand": false,
"transcript": "ENST00000679883.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 462,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2147,
"cdna_start": 1683,
"cds_end": null,
"cds_length": 1389,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000951455.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000621514.1",
"strand": false,
"transcript": "ENST00000951455.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 462,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1648,
"cdna_start": 1184,
"cds_end": null,
"cds_length": 1389,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000951457.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000621516.1",
"strand": false,
"transcript": "ENST00000951457.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1995,
"cdna_start": 1536,
"cds_end": null,
"cds_length": 1383,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000854115.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000524174.1",
"strand": false,
"transcript": "ENST00000854115.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1830,
"cdna_start": 1369,
"cds_end": null,
"cds_length": 1383,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000912245.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582304.1",
"strand": false,
"transcript": "ENST00000912245.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 448,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1818,
"cdna_start": 1407,
"cds_end": null,
"cds_length": 1347,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000684067.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506799.1",
"strand": false,
"transcript": "ENST00000684067.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 418,
"aa_ref": "R",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1793,
"cdna_start": 1407,
"cds_end": null,
"cds_length": 1257,
"cds_start": 1015,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000682223.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.1015C>A",
"hgvs_p": "p.Arg339Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508140.1",
"strand": false,
"transcript": "ENST00000682223.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 417,
"aa_ref": "R",
"aa_start": 294,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2724,
"cdna_start": 1272,
"cds_end": null,
"cds_length": 1254,
"cds_start": 880,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684475.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.880C>A",
"hgvs_p": "p.Arg294Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507429.1",
"strand": false,
"transcript": "ENST00000684475.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 398,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1520,
"cdna_start": 1041,
"cds_end": null,
"cds_length": 1197,
"cds_start": 823,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_032667.6",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.823C>A",
"hgvs_p": "p.Arg275Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_116056.3",
"strand": false,
"transcript": "NM_032667.6",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 398,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1693,
"cdna_start": 1247,
"cds_end": null,
"cds_length": 1197,
"cds_start": 823,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000403550.5",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.823C>A",
"hgvs_p": "p.Arg275Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385561.1",
"strand": false,
"transcript": "ENST00000403550.5",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 398,
"aa_ref": "R",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1440,
"cdna_start": 1014,
"cds_end": null,
"cds_length": 1197,
"cds_start": 823,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000421906.5",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.823C>A",
"hgvs_p": "p.Arg275Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000413209.1",
"strand": false,
"transcript": "ENST00000421906.5",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 259,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1535,
"cdna_start": 1069,
"cds_end": null,
"cds_length": 1149,
"cds_start": 775,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000951456.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.775C>A",
"hgvs_p": "p.Arg259Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000621515.1",
"strand": false,
"transcript": "ENST00000951456.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 339,
"aa_ref": "R",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1324,
"cdna_start": 852,
"cds_end": null,
"cds_length": 1020,
"cds_start": 640,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000912247.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.640C>A",
"hgvs_p": "p.Arg214Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582306.1",
"strand": false,
"transcript": "ENST00000912247.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 337,
"aa_ref": "R",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1336,
"cdna_start": 870,
"cds_end": null,
"cds_length": 1014,
"cds_start": 640,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000854119.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.640C>A",
"hgvs_p": "p.Arg214Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000524178.1",
"strand": false,
"transcript": "ENST00000854119.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 323,
"aa_ref": "R",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1210,
"cdna_start": 789,
"cds_end": null,
"cds_length": 972,
"cds_start": 640,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000951458.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.640C>A",
"hgvs_p": "p.Arg214Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000621517.1",
"strand": false,
"transcript": "ENST00000951458.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 298,
"aa_ref": "R",
"aa_start": 175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2381,
"cdna_start": 929,
"cds_end": null,
"cds_length": 897,
"cds_start": 523,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000449636.6",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.523C>A",
"hgvs_p": "p.Arg175Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000405265.2",
"strand": false,
"transcript": "ENST00000449636.6",
"transcript_support_level": 3
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 287,
"aa_ref": "S",
"aa_start": 227,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1378,
"cdna_start": 899,
"cds_end": null,
"cds_length": 864,
"cds_start": 681,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001130702.2",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.681C>A",
"hgvs_p": "p.Ser227Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001124174.2",
"strand": false,
"transcript": "NM_001130702.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 287,
"aa_ref": "S",
"aa_start": 227,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1364,
"cdna_start": 899,
"cds_end": null,
"cds_length": 864,
"cds_start": 681,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000278893.11",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.681C>A",
"hgvs_p": "p.Ser227Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000278893.7",
"strand": false,
"transcript": "ENST00000278893.11",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 251,
"aa_ref": "R",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1035,
"cdna_start": 563,
"cds_end": null,
"cds_length": 756,
"cds_start": 376,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000912248.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.376C>A",
"hgvs_p": "p.Arg126Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582307.1",
"strand": false,
"transcript": "ENST00000912248.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 206,
"aa_ref": "R",
"aa_start": 83,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 866,
"cdna_start": 408,
"cds_end": null,
"cds_length": 621,
"cds_start": 247,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000912249.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.247C>A",
"hgvs_p": "p.Arg83Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582308.1",
"strand": false,
"transcript": "ENST00000912249.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 132,
"aa_ref": "R",
"aa_start": 9,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 848,
"cdna_start": 380,
"cds_end": null,
"cds_length": 399,
"cds_start": 25,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000912244.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.25C>A",
"hgvs_p": "p.Arg9Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582303.1",
"strand": false,
"transcript": "ENST00000912244.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 79,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 326,
"cdna_start": null,
"cds_end": null,
"cds_length": 240,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000403098.6",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "c.186-711C>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000384258.2",
"strand": false,
"transcript": "ENST00000403098.6",
"transcript_support_level": 5
},
{
"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": 1712,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000301781.10",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*126C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000301781.5",
"strand": false,
"transcript": "ENST00000301781.10",
"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": 1641,
"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": "ENST00000412351.2",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1345C>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": "ENST00000412351.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": 1493,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000463679.6",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.798C>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": "ENST00000463679.6",
"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": 547,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000468505.5",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.385C>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": "ENST00000468505.5",
"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": 512,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000470529.5",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.47C>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": "ENST00000470529.5",
"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": 1852,
"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": "ENST00000682003.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1196C>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": "ENST00000682003.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": 2764,
"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": "ENST00000682262.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*77C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507103.1",
"strand": false,
"transcript": "ENST00000682262.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": 2777,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000682555.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*126C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507814.1",
"strand": false,
"transcript": "ENST00000682555.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": 2166,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000682644.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1545C>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": "ENST00000682644.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": 1954,
"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": "ENST00000682794.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1325C>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": "ENST00000682794.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": 3133,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000683025.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*800C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507028.1",
"strand": false,
"transcript": "ENST00000683025.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": 1240,
"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": "ENST00000683193.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.735C>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": "ENST00000683193.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": 1835,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000683368.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1206C>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": "ENST00000683368.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": 3344,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000683494.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.2688C>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": "ENST00000683494.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": 2807,
"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": "ENST00000683846.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1355C>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": "ENST00000683846.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": 3107,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000683892.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1655C>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": "ENST00000683892.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": 3048,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684115.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1596C>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": "ENST00000684115.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": 2238,
"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": "ENST00000684258.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1581C>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": "ENST00000684258.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": 2777,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684285.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*522C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507669.1",
"strand": false,
"transcript": "ENST00000684285.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": 2315,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684609.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.1545C>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": "ENST00000684609.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": 3123,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684720.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.2499C>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": "ENST00000684720.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": 4014,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "NR_037946.1",
"gene_hgnc_id": 49189,
"gene_symbol": "HNRNPUL2-BSCL2",
"hgvs_c": "n.3535C>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_037946.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": 1712,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000301781.10",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*126C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000301781.5",
"strand": false,
"transcript": "ENST00000301781.10",
"transcript_support_level": 5
},
{
"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": 2764,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000682262.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*77C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507103.1",
"strand": false,
"transcript": "ENST00000682262.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": 2777,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000682555.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*126C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507814.1",
"strand": false,
"transcript": "ENST00000682555.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": 3133,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000683025.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*800C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507028.1",
"strand": false,
"transcript": "ENST00000683025.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": 2777,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684285.1",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*522C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507669.1",
"strand": false,
"transcript": "ENST00000684285.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": 328,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000532115.5",
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"hgvs_c": "n.*204C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000532115.5",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs137852974",
"effect": "synonymous_variant",
"frequency_reference_population": 6.8405444e-7,
"gene_hgnc_id": 15832,
"gene_symbol": "BSCL2",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84054e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.76,
"pos": 62691132,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.05000000074505806,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.05,
"transcript": "NM_001386027.1"
}
]
}