← 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: 3-107755643-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=107755643&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 107755643,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001142568.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "NM_001142568.3",
"protein_id": "NP_001136040.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000325805.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142568.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000325805.13",
"protein_id": "ENSP00000319974.8",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001142568.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325805.13"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000415149.6",
"protein_id": "ENSP00000408358.2",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415149.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000416476.6",
"protein_id": "ENSP00000403860.2",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 628,
"cds_start": 871,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416476.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.988C>T",
"hgvs_p": "p.Arg330Cys",
"transcript": "ENST00000896804.1",
"protein_id": "ENSP00000566863.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 980,
"cds_start": 988,
"cds_end": null,
"cds_length": 2943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896804.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.988C>T",
"hgvs_p": "p.Arg330Cys",
"transcript": "ENST00000930766.1",
"protein_id": "ENSP00000600825.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 980,
"cds_start": 988,
"cds_end": null,
"cds_length": 2943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930766.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000896800.1",
"protein_id": "ENSP00000566859.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896800.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000896801.1",
"protein_id": "ENSP00000566860.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896801.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000896802.1",
"protein_id": "ENSP00000566861.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896802.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000971821.1",
"protein_id": "ENSP00000641880.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971821.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000971824.1",
"protein_id": "ENSP00000641883.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971824.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000971826.1",
"protein_id": "ENSP00000641885.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971826.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "NM_020235.7",
"protein_id": "NP_064620.2",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020235.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000406780.5",
"protein_id": "ENSP00000385530.1",
"transcript_support_level": 5,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406780.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000896798.1",
"protein_id": "ENSP00000566857.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896798.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000896799.1",
"protein_id": "ENSP00000566858.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896799.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000896803.1",
"protein_id": "ENSP00000566862.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896803.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000896805.1",
"protein_id": "ENSP00000566864.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896805.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000896806.1",
"protein_id": "ENSP00000566865.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896806.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000971822.1",
"protein_id": "ENSP00000641881.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971822.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000971823.1",
"protein_id": "ENSP00000641882.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971823.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000402543.5",
"protein_id": "ENSP00000385317.1",
"transcript_support_level": 5,
"aa_start": 291,
"aa_end": null,
"aa_length": 891,
"cds_start": 871,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402543.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000971825.1",
"protein_id": "ENSP00000641884.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 885,
"cds_start": 871,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971825.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "NM_001276286.2",
"protein_id": "NP_001263215.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 628,
"cds_start": 871,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001276286.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "ENST00000402163.6",
"protein_id": "ENSP00000385518.2",
"transcript_support_level": 5,
"aa_start": 291,
"aa_end": null,
"aa_length": 447,
"cds_start": 871,
"cds_end": null,
"cds_length": 1345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402163.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453644.2",
"protein_id": "XP_024309412.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 953,
"cds_start": 907,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453644.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453645.2",
"protein_id": "XP_024309413.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 950,
"cds_start": 907,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453645.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_005247642.5",
"protein_id": "XP_005247699.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247642.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_005247643.5",
"protein_id": "XP_005247700.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247643.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_005247644.5",
"protein_id": "XP_005247701.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247644.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_011513000.3",
"protein_id": "XP_011511302.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513000.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_011513001.3",
"protein_id": "XP_011511303.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513001.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_024453646.2",
"protein_id": "XP_024309414.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453646.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_024453647.2",
"protein_id": "XP_024309415.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453647.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_024453648.2",
"protein_id": "XP_024309416.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453648.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_024453649.2",
"protein_id": "XP_024309417.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453649.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_024453651.2",
"protein_id": "XP_024309419.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453651.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_024453653.2",
"protein_id": "XP_024309421.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453653.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_047448597.1",
"protein_id": "XP_047304553.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 941,
"cds_start": 871,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448597.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453656.2",
"protein_id": "XP_024309424.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 927,
"cds_start": 907,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453656.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_047448598.1",
"protein_id": "XP_047304554.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 924,
"cds_start": 907,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448598.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453657.2",
"protein_id": "XP_024309425.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 923,
"cds_start": 907,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453657.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453658.2",
"protein_id": "XP_024309426.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 920,
"cds_start": 907,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453658.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys",
"transcript": "XM_047448599.1",
"protein_id": "XP_047304555.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 911,
"cds_start": 871,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448599.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453661.2",
"protein_id": "XP_024309429.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 897,
"cds_start": 907,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453661.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_047448600.1",
"protein_id": "XP_047304556.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 894,
"cds_start": 907,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448600.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453662.2",
"protein_id": "XP_024309430.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 640,
"cds_start": 907,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453662.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453663.2",
"protein_id": "XP_024309431.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 637,
"cds_start": 907,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453663.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453664.2",
"protein_id": "XP_024309432.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 614,
"cds_start": 907,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453664.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453665.2",
"protein_id": "XP_024309433.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 610,
"cds_start": 907,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453665.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "XM_024453667.2",
"protein_id": "XP_024309435.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 584,
"cds_start": 907,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453667.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "n.356C>T",
"hgvs_p": null,
"transcript": "ENST00000472032.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000472032.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"hgvs_c": "n.465C>T",
"hgvs_p": null,
"transcript": "ENST00000485939.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000485939.5"
}
],
"gene_symbol": "BBX",
"gene_hgnc_id": 14422,
"dbsnp": "rs761415898",
"frequency_reference_population": 0.0000123936625,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.00000957844,
"gnomad_genomes_af": 0.0000394446,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5778160691261292,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.2199999988079071,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.663,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.0869,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.259,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.22,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001142568.3",
"gene_symbol": "BBX",
"hgnc_id": 14422,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Cys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}