← 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: 22-23816814-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=23816814&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "SMARCB1",
"hgnc_id": 11103,
"hgvs_c": "c.727G>C",
"hgvs_p": "p.Asp243His",
"inheritance_mode": "AD",
"pathogenic_score": 6,
"score": 6,
"transcript": "NM_001362877.2",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_score": 6,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.9989,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.5,
"chr": "22",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9856441020965576,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 385,
"aa_ref": "D",
"aa_start": 225,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5191,
"cdna_start": 877,
"cds_end": null,
"cds_length": 1158,
"cds_start": 673,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_003073.5",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.673G>C",
"hgvs_p": "p.Asp225His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000644036.2",
"protein_coding": true,
"protein_id": "NP_003064.2",
"strand": true,
"transcript": "NM_003073.5",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 385,
"aa_ref": "D",
"aa_start": 225,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5191,
"cdna_start": 877,
"cds_end": null,
"cds_length": 1158,
"cds_start": 673,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000644036.2",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.673G>C",
"hgvs_p": "p.Asp225His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_003073.5",
"protein_coding": true,
"protein_id": "ENSP00000494049.2",
"strand": true,
"transcript": "ENST00000644036.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 376,
"aa_ref": "D",
"aa_start": 216,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1730,
"cdna_start": 885,
"cds_end": null,
"cds_length": 1131,
"cds_start": 646,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000407422.8",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.646G>C",
"hgvs_p": "p.Asp216His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000383984.3",
"strand": true,
"transcript": "ENST00000407422.8",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 339,
"aa_ref": "D",
"aa_start": 179,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1500,
"cdna_start": 694,
"cds_end": null,
"cds_length": 1020,
"cds_start": 535,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000263121.12",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.535G>C",
"hgvs_p": "p.Asp179His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000263121.8",
"strand": true,
"transcript": "ENST00000263121.12",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 403,
"aa_ref": "D",
"aa_start": 243,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5245,
"cdna_start": 931,
"cds_end": null,
"cds_length": 1212,
"cds_start": 727,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001362877.2",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.727G>C",
"hgvs_p": "p.Asp243His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001349806.1",
"strand": true,
"transcript": "NM_001362877.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 402,
"aa_ref": "D",
"aa_start": 242,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1726,
"cdna_start": 905,
"cds_end": null,
"cds_length": 1209,
"cds_start": 724,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000877795.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.724G>C",
"hgvs_p": "p.Asp242His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547854.1",
"strand": true,
"transcript": "ENST00000877795.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 395,
"aa_ref": "D",
"aa_start": 235,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1696,
"cdna_start": 875,
"cds_end": null,
"cds_length": 1188,
"cds_start": 703,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000877796.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.703G>C",
"hgvs_p": "p.Asp235His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547855.1",
"strand": true,
"transcript": "ENST00000877796.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 394,
"aa_ref": "D",
"aa_start": 234,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5218,
"cdna_start": 904,
"cds_end": null,
"cds_length": 1185,
"cds_start": 700,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001317946.2",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.700G>C",
"hgvs_p": "p.Asp234His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001304875.1",
"strand": true,
"transcript": "NM_001317946.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 394,
"aa_ref": "D",
"aa_start": 234,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1717,
"cdna_start": 907,
"cds_end": null,
"cds_length": 1185,
"cds_start": 700,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000344921.11",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.700G>C",
"hgvs_p": "p.Asp234His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000340883.6",
"strand": true,
"transcript": "ENST00000344921.11",
"transcript_support_level": 2
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 393,
"aa_ref": "D",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1717,
"cdna_start": 907,
"cds_end": null,
"cds_length": 1182,
"cds_start": 697,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000877792.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.697G>C",
"hgvs_p": "p.Asp233His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547851.1",
"strand": true,
"transcript": "ENST00000877792.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 386,
"aa_ref": "D",
"aa_start": 226,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1549,
"cdna_start": 737,
"cds_end": null,
"cds_length": 1161,
"cds_start": 676,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000877797.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.676G>C",
"hgvs_p": "p.Asp226His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547856.1",
"strand": true,
"transcript": "ENST00000877797.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 377,
"aa_ref": "D",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1659,
"cdna_start": 841,
"cds_end": null,
"cds_length": 1134,
"cds_start": 649,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000877793.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.649G>C",
"hgvs_p": "p.Asp217His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547852.1",
"strand": true,
"transcript": "ENST00000877793.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 376,
"aa_ref": "D",
"aa_start": 216,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5164,
"cdna_start": 850,
"cds_end": null,
"cds_length": 1131,
"cds_start": 646,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001007468.3",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.646G>C",
"hgvs_p": "p.Asp216His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001007469.1",
"strand": true,
"transcript": "NM_001007468.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 375,
"aa_ref": "D",
"aa_start": 215,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1634,
"cdna_start": 822,
"cds_end": null,
"cds_length": 1128,
"cds_start": 643,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000923808.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.643G>C",
"hgvs_p": "p.Asp215His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000593867.1",
"strand": true,
"transcript": "ENST00000923808.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 370,
"aa_ref": "D",
"aa_start": 210,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1623,
"cdna_start": 809,
"cds_end": null,
"cds_length": 1113,
"cds_start": 628,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000948392.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.628G>C",
"hgvs_p": "p.Asp210His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000618451.1",
"strand": true,
"transcript": "ENST00000948392.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 366,
"aa_ref": "D",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1644,
"cdna_start": 826,
"cds_end": null,
"cds_length": 1101,
"cds_start": 616,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000877791.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.616G>C",
"hgvs_p": "p.Asp206His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547850.1",
"strand": true,
"transcript": "ENST00000877791.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 365,
"aa_ref": "D",
"aa_start": 205,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1598,
"cdna_start": 782,
"cds_end": null,
"cds_length": 1098,
"cds_start": 613,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000948393.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.613G>C",
"hgvs_p": "p.Asp205His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000618452.1",
"strand": true,
"transcript": "ENST00000948393.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 356,
"aa_ref": "D",
"aa_start": 196,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1594,
"cdna_start": 778,
"cds_end": null,
"cds_length": 1071,
"cds_start": 586,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000877794.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.586G>C",
"hgvs_p": "p.Asp196His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547853.1",
"strand": true,
"transcript": "ENST00000877794.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 247,
"aa_ref": "D",
"aa_start": 243,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 889,
"cdna_start": 870,
"cds_end": null,
"cds_length": 746,
"cds_start": 727,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000417137.6",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "c.727G>C",
"hgvs_p": "p.Asp243His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000388489.2",
"strand": true,
"transcript": "ENST00000417137.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": 2153,
"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": "ENST00000477836.2",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.1824G>C",
"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": "ENST00000477836.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": 1285,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000642275.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.921G>C",
"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": "ENST00000642275.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": 2054,
"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": "ENST00000644462.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.*740G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494283.1",
"strand": true,
"transcript": "ENST00000644462.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": 3322,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000644467.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.1467G>C",
"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": "ENST00000644467.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": 1838,
"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": "ENST00000644619.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.*740G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494695.1",
"strand": true,
"transcript": "ENST00000644619.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": 3594,
"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": "ENST00000646723.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.3019G>C",
"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": "ENST00000646723.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": 1731,
"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": "ENST00000646911.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.585G>C",
"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": "ENST00000646911.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": 1401,
"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": "ENST00000647057.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.*167G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494757.1",
"strand": true,
"transcript": "ENST00000647057.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": 2054,
"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": "ENST00000644462.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.*740G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494283.1",
"strand": true,
"transcript": "ENST00000644462.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": 1838,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000644619.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.*740G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494695.1",
"strand": true,
"transcript": "ENST00000644619.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": 1401,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000647057.1",
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"hgvs_c": "n.*167G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494757.1",
"strand": true,
"transcript": "ENST00000647057.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs768379745",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 11103,
"gene_symbol": "SMARCB1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.944,
"pos": 23816814,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.964,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001362877.2"
}
]
}