← 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: 10-31520904-AG-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=31520904&ref=AG&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 31520904,
"ref": "AG",
"alt": "A",
"effect": "frameshift_variant",
"transcript": "ENST00000424869.6",
"consequences": [
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1579delG",
"hgvs_p": "p.Val527fs",
"transcript": "NM_001174096.2",
"protein_id": "NP_001167567.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 1125,
"cds_start": 1579,
"cds_end": null,
"cds_length": 3378,
"cdna_start": 1598,
"cdna_end": null,
"cdna_length": 5937,
"mane_select": "ENST00000424869.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1579delG",
"hgvs_p": "p.Val527fs",
"transcript": "ENST00000424869.6",
"protein_id": "ENSP00000415961.2",
"transcript_support_level": 5,
"aa_start": 527,
"aa_end": null,
"aa_length": 1125,
"cds_start": 1579,
"cds_end": null,
"cds_length": 3378,
"cdna_start": 1598,
"cdna_end": null,
"cdna_length": 5937,
"mane_select": "NM_001174096.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1576delG",
"hgvs_p": "p.Val526fs",
"transcript": "ENST00000320985.14",
"protein_id": "ENSP00000319248.9",
"transcript_support_level": 1,
"aa_start": 526,
"aa_end": null,
"aa_length": 1124,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3375,
"cdna_start": 1686,
"cdna_end": null,
"cdna_length": 5423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "n.*1716delG",
"hgvs_p": null,
"transcript": "ENST00000437844.6",
"protein_id": "ENSP00000405958.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "n.2289delG",
"hgvs_p": null,
"transcript": "ENST00000488625.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "n.1645delG",
"hgvs_p": null,
"transcript": "ENST00000559858.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "n.*1716delG",
"hgvs_p": null,
"transcript": "ENST00000437844.6",
"protein_id": "ENSP00000405958.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1576delG",
"hgvs_p": "p.Val526fs",
"transcript": "NM_030751.6",
"protein_id": "NP_110378.3",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1124,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3375,
"cdna_start": 1595,
"cdna_end": null,
"cdna_length": 5934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1537delG",
"hgvs_p": "p.Val513fs",
"transcript": "NM_001323676.2",
"protein_id": "NP_001310605.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 1111,
"cds_start": 1537,
"cds_end": null,
"cds_length": 3336,
"cdna_start": 1713,
"cdna_end": null,
"cdna_length": 6052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1534delG",
"hgvs_p": "p.Val512fs",
"transcript": "NM_001323677.2",
"protein_id": "NP_001310606.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 1110,
"cds_start": 1534,
"cds_end": null,
"cds_length": 3333,
"cdna_start": 1710,
"cdna_end": null,
"cdna_length": 6049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1528delG",
"hgvs_p": "p.Val510fs",
"transcript": "NM_001128128.3",
"protein_id": "NP_001121600.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1108,
"cds_start": 1528,
"cds_end": null,
"cds_length": 3327,
"cdna_start": 1853,
"cdna_end": null,
"cdna_length": 6192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1528delG",
"hgvs_p": "p.Val510fs",
"transcript": "ENST00000446923.7",
"protein_id": "ENSP00000391612.2",
"transcript_support_level": 5,
"aa_start": 510,
"aa_end": null,
"aa_length": 1108,
"cds_start": 1528,
"cds_end": null,
"cds_length": 3327,
"cdna_start": 1902,
"cdna_end": null,
"cdna_length": 6250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1525delG",
"hgvs_p": "p.Val509fs",
"transcript": "NM_001174094.2",
"protein_id": "NP_001167565.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1525,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 1850,
"cdna_end": null,
"cdna_length": 6189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1516delG",
"hgvs_p": "p.Val506fs",
"transcript": "NM_001174093.2",
"protein_id": "NP_001167564.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 1104,
"cds_start": 1516,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 5874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1516delG",
"hgvs_p": "p.Val506fs",
"transcript": "ENST00000560721.6",
"protein_id": "ENSP00000452787.1",
"transcript_support_level": 2,
"aa_start": 506,
"aa_end": null,
"aa_length": 1104,
"cds_start": 1516,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 1539,
"cdna_end": null,
"cdna_length": 3368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1375delG",
"hgvs_p": "p.Val459fs",
"transcript": "NM_001174095.2",
"protein_id": "NP_001167566.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 1057,
"cds_start": 1375,
"cds_end": null,
"cds_length": 3174,
"cdna_start": 1394,
"cdna_end": null,
"cdna_length": 5733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1375delG",
"hgvs_p": "p.Val459fs",
"transcript": "ENST00000542815.7",
"protein_id": "ENSP00000444891.2",
"transcript_support_level": 2,
"aa_start": 459,
"aa_end": null,
"aa_length": 1057,
"cds_start": 1375,
"cds_end": null,
"cds_length": 3174,
"cdna_start": 1388,
"cdna_end": null,
"cdna_length": 3217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1354delG",
"hgvs_p": "p.Val452fs",
"transcript": "NM_001323674.2",
"protein_id": "NP_001310603.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 1050,
"cds_start": 1354,
"cds_end": null,
"cds_length": 3153,
"cdna_start": 1373,
"cdna_end": null,
"cdna_length": 5712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1312delG",
"hgvs_p": "p.Val438fs",
"transcript": "NM_001323675.2",
"protein_id": "NP_001310604.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 1036,
"cds_start": 1312,
"cds_end": null,
"cds_length": 3111,
"cdna_start": 1488,
"cdna_end": null,
"cdna_length": 5827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.1303delG",
"hgvs_p": "p.Val435fs",
"transcript": "NM_001323678.2",
"protein_id": "NP_001310607.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 1033,
"cds_start": 1303,
"cds_end": null,
"cds_length": 3102,
"cdna_start": 1628,
"cdna_end": null,
"cdna_length": 5967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323638.2",
"protein_id": "NP_001310567.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2367,
"cdna_end": null,
"cdna_length": 6706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323641.2",
"protein_id": "NP_001310570.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1834,
"cdna_end": null,
"cdna_length": 6173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323642.2",
"protein_id": "NP_001310571.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2136,
"cdna_end": null,
"cdna_length": 6475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323643.2",
"protein_id": "NP_001310572.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2027,
"cdna_end": null,
"cdna_length": 6366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323644.2",
"protein_id": "NP_001310573.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 5972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323645.2",
"protein_id": "NP_001310574.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1977,
"cdna_end": null,
"cdna_length": 6316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323646.2",
"protein_id": "NP_001310575.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2215,
"cdna_end": null,
"cdna_length": 6554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323647.2",
"protein_id": "NP_001310576.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1738,
"cdna_end": null,
"cdna_length": 6077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323648.2",
"protein_id": "NP_001310577.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1678,
"cdna_end": null,
"cdna_length": 6017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323649.2",
"protein_id": "NP_001310578.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1741,
"cdna_end": null,
"cdna_length": 6080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323650.2",
"protein_id": "NP_001310579.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1973,
"cdna_end": null,
"cdna_length": 6312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323651.2",
"protein_id": "NP_001310580.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1641,
"cdna_end": null,
"cdna_length": 5980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323652.2",
"protein_id": "NP_001310581.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1790,
"cdna_end": null,
"cdna_length": 6129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323653.2",
"protein_id": "NP_001310582.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1897,
"cdna_end": null,
"cdna_length": 6236,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323654.2",
"protein_id": "NP_001310583.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1784,
"cdna_end": null,
"cdna_length": 6123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323655.2",
"protein_id": "NP_001310584.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 6233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323656.2",
"protein_id": "NP_001310585.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1958,
"cdna_end": null,
"cdna_length": 6297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323657.2",
"protein_id": "NP_001310586.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1961,
"cdna_end": null,
"cdna_length": 6300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323658.2",
"protein_id": "NP_001310587.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1800,
"cdna_end": null,
"cdna_length": 6139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323659.2",
"protein_id": "NP_001310588.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1666,
"cdna_end": null,
"cdna_length": 6005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323660.2",
"protein_id": "NP_001310589.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 6002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323661.2",
"protein_id": "NP_001310590.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1809,
"cdna_end": null,
"cdna_length": 6148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323662.2",
"protein_id": "NP_001310591.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2152,
"cdna_end": null,
"cdna_length": 6491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323663.2",
"protein_id": "NP_001310592.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2091,
"cdna_end": null,
"cdna_length": 6430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323664.2",
"protein_id": "NP_001310593.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 6414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323665.2",
"protein_id": "NP_001310594.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1993,
"cdna_end": null,
"cdna_length": 6332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323666.2",
"protein_id": "NP_001310595.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1933,
"cdna_end": null,
"cdna_length": 6272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323671.2",
"protein_id": "NP_001310600.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1856,
"cdna_end": null,
"cdna_length": 6195,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323672.2",
"protein_id": "NP_001310601.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 6247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "NM_001323673.2",
"protein_id": "NP_001310602.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1853,
"cdna_end": null,
"cdna_length": 6192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425682.1",
"protein_id": "XP_047281638.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 5036,
"cdna_end": null,
"cdna_length": 9375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425683.1",
"protein_id": "XP_047281639.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 5198,
"cdna_end": null,
"cdna_length": 9537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425684.1",
"protein_id": "XP_047281640.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2376,
"cdna_end": null,
"cdna_length": 6715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425685.1",
"protein_id": "XP_047281641.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2373,
"cdna_end": null,
"cdna_length": 6712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425686.1",
"protein_id": "XP_047281642.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2444,
"cdna_end": null,
"cdna_length": 6783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425687.1",
"protein_id": "XP_047281643.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2138,
"cdna_end": null,
"cdna_length": 6477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425688.1",
"protein_id": "XP_047281644.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2184,
"cdna_end": null,
"cdna_length": 6523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425689.1",
"protein_id": "XP_047281645.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2187,
"cdna_end": null,
"cdna_length": 6526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425690.1",
"protein_id": "XP_047281646.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2255,
"cdna_end": null,
"cdna_length": 6594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425691.1",
"protein_id": "XP_047281647.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2377,
"cdna_end": null,
"cdna_length": 6716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425692.1",
"protein_id": "XP_047281648.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 2206,
"cdna_end": null,
"cdna_length": 6545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425693.1",
"protein_id": "XP_047281649.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1781,
"cdna_end": null,
"cdna_length": 6120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425694.1",
"protein_id": "XP_047281650.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1820,
"cdna_end": null,
"cdna_length": 6159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425695.1",
"protein_id": "XP_047281651.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1837,
"cdna_end": null,
"cdna_length": 6176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.922delG",
"hgvs_p": "p.Val308fs",
"transcript": "XM_047425696.1",
"protein_id": "XP_047281652.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 906,
"cds_start": 922,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1644,
"cdna_end": null,
"cdna_length": 5983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "n.1834delG",
"hgvs_p": null,
"transcript": "ENST00000542879.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "n.1673delG",
"hgvs_p": null,
"transcript": "ENST00000558655.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "c.*94delG",
"hgvs_p": null,
"transcript": "ENST00000561212.5",
"protein_id": "ENSP00000453559.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": -4,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"hgvs_c": "n.*94delG",
"hgvs_p": null,
"transcript": "ENST00000558863.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ZEB1",
"gene_hgnc_id": 11642,
"dbsnp": "rs766305306",
"frequency_reference_population": 6.8410213e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84102e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 3.583,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "ENST00000424869.6",
"gene_symbol": "ZEB1",
"hgnc_id": 11642,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1579delG",
"hgvs_p": "p.Val527fs"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}