← 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-113250813-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=113250813&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 113250813,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001301861.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001378074.1",
"protein_id": "NP_001365003.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000682979.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378074.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000682979.1",
"protein_id": "ENSP00000507783.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001378074.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682979.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000273395.8",
"protein_id": "ENSP00000273395.4",
"transcript_support_level": 1,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000273395.8"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000495514.5",
"protein_id": "ENSP00000418663.1",
"transcript_support_level": 1,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000495514.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000484034.1",
"protein_id": "ENSP00000417337.1",
"transcript_support_level": 1,
"aa_start": 119,
"aa_end": null,
"aa_length": 157,
"cds_start": 356,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484034.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000928198.1",
"protein_id": "ENSP00000598257.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1149,
"cds_start": 356,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928198.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959895.1",
"protein_id": "ENSP00000629954.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1149,
"cds_start": 356,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959895.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959901.1",
"protein_id": "ENSP00000629960.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1149,
"cds_start": 356,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959901.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909640.1",
"protein_id": "ENSP00000579699.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1148,
"cds_start": 356,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909640.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959900.1",
"protein_id": "ENSP00000629959.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1148,
"cds_start": 356,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959900.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001301861.2",
"protein_id": "NP_001288790.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301861.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001378073.1",
"protein_id": "NP_001365002.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378073.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387919.1",
"protein_id": "NP_001374848.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387919.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909635.1",
"protein_id": "ENSP00000579694.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909635.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909636.1",
"protein_id": "ENSP00000579695.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909636.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909645.1",
"protein_id": "ENSP00000579704.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909645.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909646.1",
"protein_id": "ENSP00000579705.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909646.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909651.1",
"protein_id": "ENSP00000579710.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909651.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909652.1",
"protein_id": "ENSP00000579711.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909652.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909654.1",
"protein_id": "ENSP00000579713.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909654.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000928196.1",
"protein_id": "ENSP00000598255.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928196.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959893.1",
"protein_id": "ENSP00000629952.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959893.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959894.1",
"protein_id": "ENSP00000629953.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959894.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959898.1",
"protein_id": "ENSP00000629957.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959898.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959902.1",
"protein_id": "ENSP00000629961.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959902.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001378075.1",
"protein_id": "NP_001365004.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378075.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387920.1",
"protein_id": "NP_001374849.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387920.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387921.1",
"protein_id": "NP_001374850.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387921.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_033254.4",
"protein_id": "NP_150279.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033254.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000355385.7",
"protein_id": "ENSP00000347546.3",
"transcript_support_level": 5,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355385.7"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909637.1",
"protein_id": "ENSP00000579696.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909637.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909638.1",
"protein_id": "ENSP00000579697.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909638.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909647.1",
"protein_id": "ENSP00000579706.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909647.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909653.1",
"protein_id": "ENSP00000579712.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909653.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909655.1",
"protein_id": "ENSP00000579714.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909655.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959899.1",
"protein_id": "ENSP00000629958.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959899.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909639.1",
"protein_id": "ENSP00000579698.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1113,
"cds_start": 356,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909639.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909641.1",
"protein_id": "ENSP00000579700.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1113,
"cds_start": 356,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909641.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909648.1",
"protein_id": "ENSP00000579707.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1113,
"cds_start": 356,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909648.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959896.1",
"protein_id": "ENSP00000629955.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1109,
"cds_start": 356,
"cds_end": null,
"cds_length": 3330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959896.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909643.1",
"protein_id": "ENSP00000579702.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1107,
"cds_start": 356,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909643.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909644.1",
"protein_id": "ENSP00000579703.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1107,
"cds_start": 356,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909644.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959892.1",
"protein_id": "ENSP00000629951.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1106,
"cds_start": 356,
"cds_end": null,
"cds_length": 3321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959892.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387924.1",
"protein_id": "NP_001374853.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1024,
"cds_start": 356,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387924.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909649.1",
"protein_id": "ENSP00000579708.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1024,
"cds_start": 356,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909649.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000959897.1",
"protein_id": "ENSP00000629956.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1024,
"cds_start": 356,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959897.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909642.1",
"protein_id": "ENSP00000579701.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1023,
"cds_start": 356,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909642.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000909650.1",
"protein_id": "ENSP00000579709.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1023,
"cds_start": 356,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909650.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387925.1",
"protein_id": "NP_001374854.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 998,
"cds_start": 356,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387925.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387926.1",
"protein_id": "NP_001374855.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 871,
"cds_start": 356,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387926.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387927.1",
"protein_id": "NP_001374856.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 870,
"cds_start": 356,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387927.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387928.1",
"protein_id": "NP_001374857.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 870,
"cds_start": 356,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387928.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387929.1",
"protein_id": "NP_001374858.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 532,
"cds_start": 356,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387929.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387930.1",
"protein_id": "NP_001374859.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 532,
"cds_start": 356,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387930.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387932.1",
"protein_id": "NP_001374861.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 339,
"cds_start": 356,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387932.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001301867.2",
"protein_id": "NP_001288796.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 157,
"cds_start": 356,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301867.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387922.1",
"protein_id": "NP_001374851.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 157,
"cds_start": 356,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387922.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "NM_001387923.1",
"protein_id": "NP_001374852.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 157,
"cds_start": 356,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387923.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "ENST00000485230.5",
"protein_id": "ENSP00000420154.1",
"transcript_support_level": 2,
"aa_start": 119,
"aa_end": null,
"aa_length": 157,
"cds_start": 356,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485230.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449173.1",
"protein_id": "XP_047305129.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1152,
"cds_start": 356,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449173.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449175.1",
"protein_id": "XP_047305131.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1152,
"cds_start": 356,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449175.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449176.1",
"protein_id": "XP_047305132.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1152,
"cds_start": 356,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449176.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449177.1",
"protein_id": "XP_047305133.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1151,
"cds_start": 356,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449177.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449178.1",
"protein_id": "XP_047305134.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1149,
"cds_start": 356,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449178.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449179.1",
"protein_id": "XP_047305135.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1149,
"cds_start": 356,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449179.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449180.1",
"protein_id": "XP_047305136.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1148,
"cds_start": 356,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449180.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_017007446.2",
"protein_id": "XP_016862935.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1118,
"cds_start": 356,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007446.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_017007450.3",
"protein_id": "XP_016862939.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1117,
"cds_start": 356,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007450.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449181.1",
"protein_id": "XP_047305137.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1115,
"cds_start": 356,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449181.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449182.1",
"protein_id": "XP_047305138.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449182.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449183.1",
"protein_id": "XP_047305139.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1114,
"cds_start": 356,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449183.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449185.1",
"protein_id": "XP_047305141.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1058,
"cds_start": 356,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449185.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449189.1",
"protein_id": "XP_047305145.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1024,
"cds_start": 356,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449189.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449190.1",
"protein_id": "XP_047305146.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1023,
"cds_start": 356,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449190.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_047449191.1",
"protein_id": "XP_047305147.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1014,
"cds_start": 356,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449191.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu",
"transcript": "XM_017007455.2",
"protein_id": "XP_016862944.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 157,
"cds_start": 356,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007455.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.97+914C>T",
"hgvs_p": null,
"transcript": "ENST00000959903.1",
"protein_id": "ENSP00000629962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1021,
"cds_start": null,
"cds_end": null,
"cds_length": 3066,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959903.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.68-17486C>T",
"hgvs_p": null,
"transcript": "ENST00000498710.1",
"protein_id": "ENSP00000419022.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 64,
"cds_start": null,
"cds_end": null,
"cds_length": 195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000498710.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.68-17486C>T",
"hgvs_p": null,
"transcript": "XM_047449186.1",
"protein_id": "XP_047305142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449186.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.68-17486C>T",
"hgvs_p": null,
"transcript": "XM_047449187.1",
"protein_id": "XP_047305143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449187.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.68-17486C>T",
"hgvs_p": null,
"transcript": "XM_047449188.1",
"protein_id": "XP_047305144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1049,
"cds_start": null,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449188.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.68-17486C>T",
"hgvs_p": null,
"transcript": "XM_047449184.1",
"protein_id": "XP_047305140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1012,
"cds_start": null,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449184.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.-161-17486C>T",
"hgvs_p": null,
"transcript": "XM_047449192.1",
"protein_id": "XP_047305148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 973,
"cds_start": null,
"cds_end": null,
"cds_length": 2922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449192.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "n.644C>T",
"hgvs_p": null,
"transcript": "ENST00000471963.6",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000471963.6"
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "n.935C>T",
"hgvs_p": null,
"transcript": "NR_170866.1",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_170866.1"
},
{
"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": "BOC",
"gene_hgnc_id": 17173,
"hgvs_c": "c.*102C>T",
"hgvs_p": null,
"transcript": "ENST00000464546.5",
"protein_id": "ENSP00000417362.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 83,
"cds_start": null,
"cds_end": null,
"cds_length": 254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464546.5"
}
],
"gene_symbol": "BOC",
"gene_hgnc_id": 17173,
"dbsnp": null,
"frequency_reference_population": 6.8428096e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84281e-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": 0.32823631167411804,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.315,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.239,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.721,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001301861.2",
"gene_symbol": "BOC",
"hgnc_id": 17173,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Pro119Leu"
}
],
"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
}