← 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-62694689-TAC-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=62694689&ref=TAC&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 62694689,
"ref": "TAC",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "ENST00000360796.10",
"consequences": [
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "NM_001122955.4",
"protein_id": "NP_001116427.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 462,
"cds_start": 507,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 737,
"cdna_end": null,
"cdna_length": 1710,
"mane_select": "ENST00000360796.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "ENST00000360796.10",
"protein_id": "ENSP00000354032.5",
"transcript_support_level": 1,
"aa_start": 169,
"aa_end": null,
"aa_length": 462,
"cds_start": 507,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 737,
"cdna_end": null,
"cdna_length": 1710,
"mane_select": "NM_001122955.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "ENST00000405837.5",
"protein_id": "ENSP00000385332.1",
"transcript_support_level": 1,
"aa_start": 169,
"aa_end": null,
"aa_length": 464,
"cds_start": 507,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 1984,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.315_316delGT",
"hgvs_p": "p.Tyr106fs",
"transcript": "ENST00000407022.7",
"protein_id": "ENSP00000384080.3",
"transcript_support_level": 1,
"aa_start": 105,
"aa_end": null,
"aa_length": 398,
"cds_start": 315,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 1516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPUL2-BSCL2",
"gene_hgnc_id": 49189,
"hgvs_c": "n.*558_*559delGT",
"hgvs_p": null,
"transcript": "ENST00000403734.2",
"protein_id": "ENSP00000456010.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPUL2-BSCL2",
"gene_hgnc_id": 49189,
"hgvs_c": "n.*558_*559delGT",
"hgvs_p": null,
"transcript": "ENST00000403734.2",
"protein_id": "ENSP00000456010.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "ENST00000683296.1",
"protein_id": "ENSP00000507725.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 465,
"cds_start": 507,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 900,
"cdna_end": null,
"cdna_length": 1882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "NM_001386027.1",
"protein_id": "NP_001372956.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 464,
"cds_start": 507,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 2007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "NM_001386028.1",
"protein_id": "NP_001372957.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 462,
"cds_start": 507,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 2001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "ENST00000524862.6",
"protein_id": "ENSP00000433888.2",
"transcript_support_level": 5,
"aa_start": 169,
"aa_end": null,
"aa_length": 462,
"cds_start": 507,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 1863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "ENST00000679883.1",
"protein_id": "ENSP00000505838.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 462,
"cds_start": 507,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 2001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "ENST00000684067.1",
"protein_id": "ENSP00000506799.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 448,
"cds_start": 507,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 900,
"cdna_end": null,
"cdna_length": 1818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "ENST00000682223.1",
"protein_id": "ENSP00000508140.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 418,
"cds_start": 507,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 900,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs",
"transcript": "ENST00000684475.1",
"protein_id": "ENSP00000507429.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 417,
"cds_start": 507,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 900,
"cdna_end": null,
"cdna_length": 2724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.315_316delGT",
"hgvs_p": "p.Tyr106fs",
"transcript": "NM_032667.6",
"protein_id": "NP_116056.3",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 398,
"cds_start": 315,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 1520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.315_316delGT",
"hgvs_p": "p.Tyr106fs",
"transcript": "ENST00000403550.5",
"protein_id": "ENSP00000385561.1",
"transcript_support_level": 5,
"aa_start": 105,
"aa_end": null,
"aa_length": 398,
"cds_start": 315,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 740,
"cdna_end": null,
"cdna_length": 1693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.315_316delGT",
"hgvs_p": "p.Tyr106fs",
"transcript": "ENST00000421906.5",
"protein_id": "ENSP00000413209.1",
"transcript_support_level": 5,
"aa_start": 105,
"aa_end": null,
"aa_length": 398,
"cds_start": 315,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 507,
"cdna_end": null,
"cdna_length": 1440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.15_16delGT",
"hgvs_p": "p.Tyr6fs",
"transcript": "ENST00000449636.6",
"protein_id": "ENSP00000405265.2",
"transcript_support_level": 3,
"aa_start": 5,
"aa_end": null,
"aa_length": 298,
"cds_start": 15,
"cds_end": null,
"cds_length": 897,
"cdna_start": 422,
"cdna_end": null,
"cdna_length": 2381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.315_316delGT",
"hgvs_p": "p.Tyr106fs",
"transcript": "NM_001130702.2",
"protein_id": "NP_001124174.2",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 287,
"cds_start": 315,
"cds_end": null,
"cds_length": 864,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 1378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.315_316delGT",
"hgvs_p": "p.Tyr106fs",
"transcript": "ENST00000278893.11",
"protein_id": "ENSP00000278893.7",
"transcript_support_level": 2,
"aa_start": 105,
"aa_end": null,
"aa_length": 287,
"cds_start": 315,
"cds_end": null,
"cds_length": 864,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 1364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.315_316delGT",
"hgvs_p": "p.Tyr106fs",
"transcript": "ENST00000448568.6",
"protein_id": "ENSP00000413340.2",
"transcript_support_level": 3,
"aa_start": 105,
"aa_end": null,
"aa_length": 222,
"cds_start": 315,
"cds_end": null,
"cds_length": 671,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 992,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "PY",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.108_109delGT",
"hgvs_p": "p.Tyr37fs",
"transcript": "ENST00000531524.5",
"protein_id": "ENSP00000436026.1",
"transcript_support_level": 3,
"aa_start": 36,
"aa_end": null,
"aa_length": 110,
"cds_start": 108,
"cds_end": null,
"cds_length": 333,
"cdna_start": 620,
"cdna_end": null,
"cdna_length": 844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.507_508delGT",
"hgvs_p": null,
"transcript": "ENST00000301781.10",
"protein_id": "ENSP00000301781.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.699_700delGT",
"hgvs_p": null,
"transcript": "ENST00000412351.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.22_23delGT",
"hgvs_p": null,
"transcript": "ENST00000526426.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.307_308delGT",
"hgvs_p": null,
"transcript": "ENST00000530900.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.21_22delGT",
"hgvs_p": null,
"transcript": "ENST00000532115.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.558_559delGT",
"hgvs_p": null,
"transcript": "ENST00000537604.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.685_686delGT",
"hgvs_p": null,
"transcript": "ENST00000682003.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.507_508delGT",
"hgvs_p": null,
"transcript": "ENST00000682262.1",
"protein_id": "ENSP00000507103.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.507_508delGT",
"hgvs_p": null,
"transcript": "ENST00000682555.1",
"protein_id": "ENSP00000507814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.899_900delGT",
"hgvs_p": null,
"transcript": "ENST00000682644.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.817_818delGT",
"hgvs_p": null,
"transcript": "ENST00000682794.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.*154_*155delGT",
"hgvs_p": null,
"transcript": "ENST00000683025.1",
"protein_id": "ENSP00000507028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.698_699delGT",
"hgvs_p": null,
"transcript": "ENST00000683368.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.899_900delGT",
"hgvs_p": null,
"transcript": "ENST00000683494.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.847_848delGT",
"hgvs_p": null,
"transcript": "ENST00000683846.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.1009_1010delGT",
"hgvs_p": null,
"transcript": "ENST00000683892.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.899_900delGT",
"hgvs_p": null,
"transcript": "ENST00000684115.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.935_936delGT",
"hgvs_p": null,
"transcript": "ENST00000684258.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.*14_*15delGT",
"hgvs_p": null,
"transcript": "ENST00000684285.1",
"protein_id": "ENSP00000507669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.899_900delGT",
"hgvs_p": null,
"transcript": "ENST00000684609.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.899_900delGT",
"hgvs_p": null,
"transcript": "ENST00000684720.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPUL2-BSCL2",
"gene_hgnc_id": 49189,
"hgvs_c": "n.3027_3028delGT",
"hgvs_p": null,
"transcript": "NR_037946.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.*154_*155delGT",
"hgvs_p": null,
"transcript": "ENST00000683025.1",
"protein_id": "ENSP00000507028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "n.*14_*15delGT",
"hgvs_p": null,
"transcript": "ENST00000684285.1",
"protein_id": "ENSP00000507669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"hgvs_c": "c.*17_*18delGT",
"hgvs_p": null,
"transcript": "ENST00000533982.1",
"protein_id": "ENSP00000434149.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": -4,
"cds_end": null,
"cds_length": 298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BSCL2",
"gene_hgnc_id": 15832,
"dbsnp": "rs786205070",
"frequency_reference_population": 6.8405814e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84058e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 8.074,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000360796.10",
"gene_symbol": "BSCL2",
"hgnc_id": 15832,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.507_508delGT",
"hgvs_p": "p.Tyr170fs"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000403734.2",
"gene_symbol": "HNRNPUL2-BSCL2",
"hgnc_id": 49189,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*558_*559delGT",
"hgvs_p": null
}
],
"clinvar_disease": "Berardinelli-Seip congenital lipodystrophy,Congenital generalized lipodystrophy type 2",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Congenital generalized lipodystrophy type 2|Berardinelli-Seip congenital lipodystrophy",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}