← 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: 19-15424739-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=15424739&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 15424739,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001371589.1",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.5188G>A",
"hgvs_p": "p.Gly1730Ser",
"transcript": "NM_001371589.1",
"protein_id": "NP_001358518.1",
"transcript_support_level": null,
"aa_start": 1730,
"aa_end": null,
"aa_length": 1889,
"cds_start": 5188,
"cds_end": null,
"cds_length": 5670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000673675.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371589.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.5188G>A",
"hgvs_p": "p.Gly1730Ser",
"transcript": "ENST00000673675.1",
"protein_id": "ENSP00000500993.1",
"transcript_support_level": null,
"aa_start": 1730,
"aa_end": null,
"aa_length": 1889,
"cds_start": 5188,
"cds_end": null,
"cds_length": 5670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001371589.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673675.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2416G>A",
"hgvs_p": "p.Gly806Ser",
"transcript": "ENST00000545156.5",
"protein_id": "ENSP00000445824.1",
"transcript_support_level": 1,
"aa_start": 806,
"aa_end": null,
"aa_length": 965,
"cds_start": 2416,
"cds_end": null,
"cds_length": 2898,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545156.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2017G>A",
"hgvs_p": "p.Gly673Ser",
"transcript": "ENST00000389282.8",
"protein_id": "ENSP00000373933.5",
"transcript_support_level": 1,
"aa_start": 673,
"aa_end": null,
"aa_length": 832,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389282.8"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.5017G>A",
"hgvs_p": "p.Gly1673Ser",
"transcript": "ENST00000864800.1",
"protein_id": "ENSP00000534861.1",
"transcript_support_level": null,
"aa_start": 1673,
"aa_end": null,
"aa_length": 1832,
"cds_start": 5017,
"cds_end": null,
"cds_length": 5499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864800.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.5017G>A",
"hgvs_p": "p.Gly1673Ser",
"transcript": "ENST00000926419.1",
"protein_id": "ENSP00000596478.1",
"transcript_support_level": null,
"aa_start": 1673,
"aa_end": null,
"aa_length": 1832,
"cds_start": 5017,
"cds_end": null,
"cds_length": 5499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926419.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.4789G>A",
"hgvs_p": "p.Gly1597Ser",
"transcript": "NM_001439242.1",
"protein_id": "NP_001426171.1",
"transcript_support_level": null,
"aa_start": 1597,
"aa_end": null,
"aa_length": 1756,
"cds_start": 4789,
"cds_end": null,
"cds_length": 5271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439242.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.4618G>A",
"hgvs_p": "p.Gly1540Ser",
"transcript": "NM_001411129.1",
"protein_id": "NP_001398058.1",
"transcript_support_level": null,
"aa_start": 1540,
"aa_end": null,
"aa_length": 1699,
"cds_start": 4618,
"cds_end": null,
"cds_length": 5100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411129.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.4618G>A",
"hgvs_p": "p.Gly1540Ser",
"transcript": "NM_001439243.1",
"protein_id": "NP_001426172.1",
"transcript_support_level": null,
"aa_start": 1540,
"aa_end": null,
"aa_length": 1699,
"cds_start": 4618,
"cds_end": null,
"cds_length": 5100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439243.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.4618G>A",
"hgvs_p": "p.Gly1540Ser",
"transcript": "ENST00000643092.1",
"protein_id": "ENSP00000495441.1",
"transcript_support_level": null,
"aa_start": 1540,
"aa_end": null,
"aa_length": 1699,
"cds_start": 4618,
"cds_end": null,
"cds_length": 5100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643092.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.4114G>A",
"hgvs_p": "p.Gly1372Ser",
"transcript": "ENST00000926418.1",
"protein_id": "ENSP00000596477.1",
"transcript_support_level": null,
"aa_start": 1372,
"aa_end": null,
"aa_length": 1531,
"cds_start": 4114,
"cds_end": null,
"cds_length": 4596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926418.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2977G>A",
"hgvs_p": "p.Gly993Ser",
"transcript": "NM_001439244.1",
"protein_id": "NP_001426173.1",
"transcript_support_level": null,
"aa_start": 993,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2977,
"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": "NM_001439244.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Gly956Ser",
"transcript": "NM_001439245.1",
"protein_id": "NP_001426174.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1115,
"cds_start": 2866,
"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_001439245.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2806G>A",
"hgvs_p": "p.Gly936Ser",
"transcript": "ENST00000864804.1",
"protein_id": "ENSP00000534863.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 1095,
"cds_start": 2806,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864804.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2806G>A",
"hgvs_p": "p.Gly936Ser",
"transcript": "ENST00000926417.1",
"protein_id": "ENSP00000596476.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 1095,
"cds_start": 2806,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926417.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2719G>A",
"hgvs_p": "p.Gly907Ser",
"transcript": "NM_001371603.5",
"protein_id": "NP_001358532.2",
"transcript_support_level": null,
"aa_start": 907,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2719,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371603.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2719G>A",
"hgvs_p": "p.Gly907Ser",
"transcript": "ENST00000674001.1",
"protein_id": "ENSP00000501300.1",
"transcript_support_level": null,
"aa_start": 907,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2719,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674001.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2695G>A",
"hgvs_p": "p.Gly899Ser",
"transcript": "NM_001439246.1",
"protein_id": "NP_001426175.1",
"transcript_support_level": null,
"aa_start": 899,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2695,
"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": "NM_001439246.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2425G>A",
"hgvs_p": "p.Gly809Ser",
"transcript": "NM_001439247.1",
"protein_id": "NP_001426176.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 968,
"cds_start": 2425,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439247.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2425G>A",
"hgvs_p": "p.Gly809Ser",
"transcript": "NM_001439248.1",
"protein_id": "NP_001426177.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 968,
"cds_start": 2425,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439248.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2425G>A",
"hgvs_p": "p.Gly809Ser",
"transcript": "ENST00000599910.6",
"protein_id": "ENSP00000469022.1",
"transcript_support_level": 5,
"aa_start": 809,
"aa_end": null,
"aa_length": 968,
"cds_start": 2425,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000599910.6"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2407G>A",
"hgvs_p": "p.Gly803Ser",
"transcript": "NM_001439249.1",
"protein_id": "NP_001426178.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 962,
"cds_start": 2407,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439249.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2407G>A",
"hgvs_p": "p.Gly803Ser",
"transcript": "NM_001439250.1",
"protein_id": "NP_001426179.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 962,
"cds_start": 2407,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439250.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2407G>A",
"hgvs_p": "p.Gly803Ser",
"transcript": "ENST00000864799.1",
"protein_id": "ENSP00000534858.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 962,
"cds_start": 2407,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864799.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2407G>A",
"hgvs_p": "p.Gly803Ser",
"transcript": "ENST00000971324.1",
"protein_id": "ENSP00000641383.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 962,
"cds_start": 2407,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971324.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2320G>A",
"hgvs_p": "p.Gly774Ser",
"transcript": "NM_001330395.4",
"protein_id": "NP_001317324.2",
"transcript_support_level": null,
"aa_start": 774,
"aa_end": null,
"aa_length": 933,
"cds_start": 2320,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330395.4"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2320G>A",
"hgvs_p": "p.Gly774Ser",
"transcript": "ENST00000674089.4",
"protein_id": "ENSP00000501256.3",
"transcript_support_level": null,
"aa_start": 774,
"aa_end": null,
"aa_length": 933,
"cds_start": 2320,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674089.4"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2302G>A",
"hgvs_p": "p.Gly768Ser",
"transcript": "ENST00000926416.1",
"protein_id": "ENSP00000596475.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 927,
"cds_start": 2302,
"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": "ENST00000926416.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2296G>A",
"hgvs_p": "p.Gly766Ser",
"transcript": "NM_001439251.1",
"protein_id": "NP_001426180.1",
"transcript_support_level": null,
"aa_start": 766,
"aa_end": null,
"aa_length": 925,
"cds_start": 2296,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439251.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.1903G>A",
"hgvs_p": "p.Gly635Ser",
"transcript": "NM_021241.3",
"protein_id": "NP_067064.2",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 794,
"cds_start": 1903,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021241.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.1903G>A",
"hgvs_p": "p.Gly635Ser",
"transcript": "ENST00000263381.12",
"protein_id": "ENSP00000263381.5",
"transcript_support_level": 2,
"aa_start": 635,
"aa_end": null,
"aa_length": 794,
"cds_start": 1903,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263381.12"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.1903G>A",
"hgvs_p": "p.Gly635Ser",
"transcript": "ENST00000926415.1",
"protein_id": "ENSP00000596474.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 794,
"cds_start": 1903,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926415.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.1903G>A",
"hgvs_p": "p.Gly635Ser",
"transcript": "ENST00000926420.1",
"protein_id": "ENSP00000596479.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 794,
"cds_start": 1903,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926420.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.5188G>A",
"hgvs_p": "p.Gly1730Ser",
"transcript": "XM_047439175.1",
"protein_id": "XP_047295131.1",
"transcript_support_level": null,
"aa_start": 1730,
"aa_end": null,
"aa_length": 1889,
"cds_start": 5188,
"cds_end": null,
"cds_length": 5670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439175.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.5017G>A",
"hgvs_p": "p.Gly1673Ser",
"transcript": "XM_005260005.5",
"protein_id": "XP_005260062.1",
"transcript_support_level": null,
"aa_start": 1673,
"aa_end": null,
"aa_length": 1832,
"cds_start": 5017,
"cds_end": null,
"cds_length": 5499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260005.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "c.2806G>A",
"hgvs_p": "p.Gly936Ser",
"transcript": "XM_047439178.1",
"protein_id": "XP_047295134.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 1095,
"cds_start": 2806,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439178.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "n.101G>A",
"hgvs_p": null,
"transcript": "ENST00000600632.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": "ENST00000600632.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "n.*2360G>A",
"hgvs_p": null,
"transcript": "ENST00000648664.1",
"protein_id": "ENSP00000497067.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000648664.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"hgvs_c": "n.*2360G>A",
"hgvs_p": null,
"transcript": "ENST00000648664.1",
"protein_id": "ENSP00000497067.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000648664.1"
}
],
"gene_symbol": "WIZ",
"gene_hgnc_id": 30917,
"dbsnp": "rs776151852",
"frequency_reference_population": 0.0000223047,
"hom_count_reference_population": 0,
"allele_count_reference_population": 35,
"gnomad_exomes_af": 0.0000218794,
"gnomad_genomes_af": 0.0000262608,
"gnomad_exomes_ac": 31,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04662564396858215,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.041,
"revel_prediction": "Benign",
"alphamissense_score": 0.0706,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.561,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001371589.1",
"gene_symbol": "WIZ",
"hgnc_id": 30917,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.5188G>A",
"hgvs_p": "p.Gly1730Ser"
}
],
"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
}