← 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: 2-200820013-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=200820013&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 200820013,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001207068.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "NM_001207067.2",
"protein_id": "NP_001193996.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000409600.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001207067.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000409600.6",
"protein_id": "ENSP00000386474.1",
"transcript_support_level": 1,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001207067.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409600.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.1094C>T",
"hgvs_p": "p.Thr365Ile",
"transcript": "NM_001207068.3",
"protein_id": "NP_001193997.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 451,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001207068.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.1094C>T",
"hgvs_p": "p.Thr365Ile",
"transcript": "ENST00000452790.6",
"protein_id": "ENSP00000394316.2",
"transcript_support_level": 2,
"aa_start": 365,
"aa_end": null,
"aa_length": 451,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452790.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.1010C>T",
"hgvs_p": "p.Thr337Ile",
"transcript": "NM_001207069.2",
"protein_id": "NP_001193998.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 423,
"cds_start": 1010,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001207069.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.1010C>T",
"hgvs_p": "p.Thr337Ile",
"transcript": "ENST00000409226.5",
"protein_id": "ENSP00000386837.1",
"transcript_support_level": 2,
"aa_start": 337,
"aa_end": null,
"aa_length": 423,
"cds_start": 1010,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409226.5"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000861042.1",
"protein_id": "ENSP00000531101.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 423,
"cds_start": 998,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861042.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "NM_001321688.2",
"protein_id": "NP_001308617.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321688.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "NM_001321690.1",
"protein_id": "NP_001308619.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321690.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000861037.1",
"protein_id": "ENSP00000531096.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861037.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000861044.1",
"protein_id": "ENSP00000531103.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861044.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000861045.1",
"protein_id": "ENSP00000531104.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861045.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000861046.1",
"protein_id": "ENSP00000531105.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861046.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000946639.1",
"protein_id": "ENSP00000616698.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 419,
"cds_start": 998,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946639.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.995C>T",
"hgvs_p": "p.Thr332Ile",
"transcript": "ENST00000937471.1",
"protein_id": "ENSP00000607530.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 418,
"cds_start": 995,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937471.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.995C>T",
"hgvs_p": "p.Thr332Ile",
"transcript": "ENST00000946635.1",
"protein_id": "ENSP00000616694.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 418,
"cds_start": 995,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946635.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000861043.1",
"protein_id": "ENSP00000531102.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 417,
"cds_start": 998,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861043.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Thr331Ile",
"transcript": "ENST00000937470.1",
"protein_id": "ENSP00000607529.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 417,
"cds_start": 992,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937470.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000937476.1",
"protein_id": "ENSP00000607535.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 417,
"cds_start": 998,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937476.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.989C>T",
"hgvs_p": "p.Thr330Ile",
"transcript": "ENST00000861039.1",
"protein_id": "ENSP00000531098.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 416,
"cds_start": 989,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861039.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.989C>T",
"hgvs_p": "p.Thr330Ile",
"transcript": "ENST00000946638.1",
"protein_id": "ENSP00000616697.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 416,
"cds_start": 989,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946638.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.986C>T",
"hgvs_p": "p.Thr329Ile",
"transcript": "ENST00000937472.1",
"protein_id": "ENSP00000607531.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 415,
"cds_start": 986,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937472.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000861040.1",
"protein_id": "ENSP00000531099.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 414,
"cds_start": 998,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861040.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Thr315Ile",
"transcript": "ENST00000937475.1",
"protein_id": "ENSP00000607534.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 401,
"cds_start": 944,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937475.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Ile",
"transcript": "ENST00000946636.1",
"protein_id": "ENSP00000616695.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 397,
"cds_start": 932,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946636.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "NM_001321691.2",
"protein_id": "NP_001308620.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 385,
"cds_start": 998,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321691.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"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": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.998C>T",
"hgvs_p": "p.Thr333Ile",
"transcript": "ENST00000861038.1",
"protein_id": "ENSP00000531097.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 378,
"cds_start": 998,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861038.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.851C>T",
"hgvs_p": "p.Thr284Ile",
"transcript": "ENST00000946637.1",
"protein_id": "ENSP00000616696.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 370,
"cds_start": 851,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946637.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Thr274Ile",
"transcript": "NM_001321693.2",
"protein_id": "NP_001308622.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 360,
"cds_start": 821,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321693.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Thr274Ile",
"transcript": "ENST00000937474.1",
"protein_id": "ENSP00000607533.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 360,
"cds_start": 821,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937474.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.746C>T",
"hgvs_p": "p.Thr249Ile",
"transcript": "NM_001321694.2",
"protein_id": "NP_001308623.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 335,
"cds_start": 746,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321694.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.515C>T",
"hgvs_p": "p.Thr172Ile",
"transcript": "ENST00000937473.1",
"protein_id": "ENSP00000607532.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 258,
"cds_start": 515,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937473.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.434C>T",
"hgvs_p": "p.Thr145Ile",
"transcript": "ENST00000861041.1",
"protein_id": "ENSP00000531100.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 231,
"cds_start": 434,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861041.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "ENST00000359893.4",
"protein_id": "ENSP00000395673.1",
"transcript_support_level": 3,
"aa_start": 82,
"aa_end": null,
"aa_length": 134,
"cds_start": 245,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359893.4"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.746C>T",
"hgvs_p": "p.Thr249Ile",
"transcript": "XM_017005393.2",
"protein_id": "XP_016860882.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 335,
"cds_start": 746,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005393.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "c.859-59C>T",
"hgvs_p": null,
"transcript": "NM_014670.4",
"protein_id": "NP_055485.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 353,
"cds_start": null,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014670.4"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"hgvs_c": "n.400C>T",
"hgvs_p": null,
"transcript": "ENST00000463310.1",
"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": "ENST00000463310.1"
}
],
"gene_symbol": "BZW1",
"gene_hgnc_id": 18380,
"dbsnp": "rs765964327",
"frequency_reference_population": 0.00000455709,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000216786,
"gnomad_genomes_af": 0.0000262791,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2980842888355255,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.15000000596046448,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.361,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3111,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.056,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.15,
"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": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_001207068.3",
"gene_symbol": "BZW1",
"hgnc_id": 18380,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1094C>T",
"hgvs_p": "p.Thr365Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}