← 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: 7-44757915-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=44757915&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 44757915,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_031449.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "NM_031449.4",
"protein_id": "NP_113637.3",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 920,
"cds_start": 620,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000309315.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031449.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000309315.9",
"protein_id": "ENSP00000311778.4",
"transcript_support_level": 2,
"aa_start": 207,
"aa_end": null,
"aa_length": 920,
"cds_start": 620,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_031449.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309315.9"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000441627.5",
"protein_id": "ENSP00000414723.1",
"transcript_support_level": 1,
"aa_start": 207,
"aa_end": null,
"aa_length": 920,
"cds_start": 620,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441627.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "ENST00000413916.5",
"protein_id": "ENSP00000409648.1",
"transcript_support_level": 1,
"aa_start": 175,
"aa_end": null,
"aa_length": 862,
"cds_start": 524,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413916.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000884708.1",
"protein_id": "ENSP00000554767.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 929,
"cds_start": 620,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884708.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000931488.1",
"protein_id": "ENSP00000601547.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 929,
"cds_start": 620,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931488.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.635C>T",
"hgvs_p": "p.Pro212Leu",
"transcript": "ENST00000931490.1",
"protein_id": "ENSP00000601549.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 925,
"cds_start": 635,
"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": "ENST00000931490.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000931484.1",
"protein_id": "ENSP00000601543.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 920,
"cds_start": 620,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931484.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000931487.1",
"protein_id": "ENSP00000601546.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 920,
"cds_start": 620,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931487.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000884711.1",
"protein_id": "ENSP00000554770.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 914,
"cds_start": 620,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884711.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000931491.1",
"protein_id": "ENSP00000601550.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 914,
"cds_start": 620,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931491.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000884707.1",
"protein_id": "ENSP00000554766.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 903,
"cds_start": 620,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884707.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000884712.1",
"protein_id": "ENSP00000554771.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 903,
"cds_start": 620,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884712.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000884713.1",
"protein_id": "ENSP00000554772.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 903,
"cds_start": 620,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884713.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000884706.1",
"protein_id": "ENSP00000554765.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 897,
"cds_start": 620,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884706.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "ENST00000931486.1",
"protein_id": "ENSP00000601545.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 897,
"cds_start": 524,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931486.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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "NM_174929.2",
"protein_id": "NP_777589.2",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 894,
"cds_start": 620,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_174929.2"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000265346.11",
"protein_id": "ENSP00000265346.7",
"transcript_support_level": 5,
"aa_start": 207,
"aa_end": null,
"aa_length": 894,
"cds_start": 620,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265346.11"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "ENST00000433667.5",
"protein_id": "ENSP00000396601.1",
"transcript_support_level": 5,
"aa_start": 175,
"aa_end": null,
"aa_length": 888,
"cds_start": 524,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433667.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000944840.1",
"protein_id": "ENSP00000614899.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 888,
"cds_start": 620,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944840.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000884710.1",
"protein_id": "ENSP00000554769.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 876,
"cds_start": 620,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884710.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "NM_001300959.2",
"protein_id": "NP_001287888.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 862,
"cds_start": 524,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300959.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "ENST00000884714.1",
"protein_id": "ENSP00000554773.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 862,
"cds_start": 524,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884714.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "ENST00000931485.1",
"protein_id": "ENSP00000601544.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 862,
"cds_start": 524,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931485.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "ENST00000884709.1",
"protein_id": "ENSP00000554768.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 850,
"cds_start": 620,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884709.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_005249866.3",
"protein_id": "XP_005249923.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 929,
"cds_start": 620,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249866.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_005249867.6",
"protein_id": "XP_005249924.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 929,
"cds_start": 620,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249867.6"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_017012674.2",
"protein_id": "XP_016868163.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 929,
"cds_start": 620,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012674.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420891.1",
"protein_id": "XP_047276847.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 929,
"cds_start": 620,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420891.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420892.1",
"protein_id": "XP_047276848.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 929,
"cds_start": 620,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420892.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420893.1",
"protein_id": "XP_047276849.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 929,
"cds_start": 620,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420893.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_005249869.3",
"protein_id": "XP_005249926.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 920,
"cds_start": 620,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249869.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420895.1",
"protein_id": "XP_047276851.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 920,
"cds_start": 620,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420895.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420896.1",
"protein_id": "XP_047276852.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 920,
"cds_start": 620,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420896.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_005249870.3",
"protein_id": "XP_005249927.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 903,
"cds_start": 620,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249870.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420897.1",
"protein_id": "XP_047276853.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 903,
"cds_start": 620,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420897.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420898.1",
"protein_id": "XP_047276854.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 903,
"cds_start": 620,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420898.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "XM_005249871.3",
"protein_id": "XP_005249928.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 897,
"cds_start": 524,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249871.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_005249872.3",
"protein_id": "XP_005249929.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 894,
"cds_start": 620,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249872.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420899.1",
"protein_id": "XP_047276855.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 894,
"cds_start": 620,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420899.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420900.1",
"protein_id": "XP_047276856.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 894,
"cds_start": 620,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420900.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420902.1",
"protein_id": "XP_047276858.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 894,
"cds_start": 620,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420902.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "XM_005249873.3",
"protein_id": "XP_005249930.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 888,
"cds_start": 524,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249873.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "XM_047420903.1",
"protein_id": "XP_047276859.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 888,
"cds_start": 524,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420903.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "XM_047420904.1",
"protein_id": "XP_047276860.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 888,
"cds_start": 524,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420904.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "XM_047420905.1",
"protein_id": "XP_047276861.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 871,
"cds_start": 524,
"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": "XM_047420905.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "XM_047420906.1",
"protein_id": "XP_047276862.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 862,
"cds_start": 524,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420906.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Pro175Leu",
"transcript": "XM_047420907.1",
"protein_id": "XP_047276863.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 862,
"cds_start": 524,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420907.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu",
"transcript": "XM_047420908.1",
"protein_id": "XP_047276864.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 767,
"cds_start": 620,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420908.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": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"hgvs_c": "c.165+1376C>T",
"hgvs_p": null,
"transcript": "ENST00000931489.1",
"protein_id": "ENSP00000601548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 644,
"cds_start": null,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931489.1"
}
],
"gene_symbol": "ZMIZ2",
"gene_hgnc_id": 22229,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08384484052658081,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.052,
"revel_prediction": "Benign",
"alphamissense_score": 0.122,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.778,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_031449.4",
"gene_symbol": "ZMIZ2",
"hgnc_id": 22229,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.620C>T",
"hgvs_p": "p.Pro207Leu"
}
],
"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
}