← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-141443286-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=141443286&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 141443286,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000321464.7",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376113.1",
"protein_id": "NP_001363042.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1508,
"cdna_end": null,
"cdna_length": 8014,
"mane_select": "ENST00000321464.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "ENST00000321464.7",
"protein_id": "ENSP00000372635.5",
"transcript_support_level": 6,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1508,
"cdna_end": null,
"cdna_length": 8014,
"mane_select": "NM_001376113.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "ENST00000509883.5",
"protein_id": "ENSP00000424254.1",
"transcript_support_level": 1,
"aa_start": 300,
"aa_end": null,
"aa_length": 770,
"cds_start": 898,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 1244,
"cdna_end": null,
"cdna_length": 2659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001080412.3",
"protein_id": "NP_001073881.2",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1907,
"cdna_end": null,
"cdna_length": 8413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001350099.2",
"protein_id": "NP_001337028.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 8096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001350100.2",
"protein_id": "NP_001337029.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1292,
"cdna_end": null,
"cdna_length": 7798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376112.1",
"protein_id": "NP_001363041.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1504,
"cdna_end": null,
"cdna_length": 8010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376114.1",
"protein_id": "NP_001363043.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1753,
"cdna_end": null,
"cdna_length": 8259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376115.1",
"protein_id": "NP_001363044.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1445,
"cdna_end": null,
"cdna_length": 7951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376116.1",
"protein_id": "NP_001363045.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 8046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376117.1",
"protein_id": "NP_001363046.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1606,
"cdna_end": null,
"cdna_length": 8112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376118.1",
"protein_id": "NP_001363047.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1631,
"cdna_end": null,
"cdna_length": 8137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376119.1",
"protein_id": "NP_001363048.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1379,
"cdna_end": null,
"cdna_length": 7885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376120.1",
"protein_id": "NP_001363049.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1403,
"cdna_end": null,
"cdna_length": 7909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376121.1",
"protein_id": "NP_001363050.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1909,
"cdna_end": null,
"cdna_length": 8415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376122.1",
"protein_id": "NP_001363051.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1709,
"cdna_end": null,
"cdna_length": 8215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376123.1",
"protein_id": "NP_001363052.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1876,
"cdna_end": null,
"cdna_length": 8382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376124.1",
"protein_id": "NP_001363053.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1851,
"cdna_end": null,
"cdna_length": 8357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376125.1",
"protein_id": "NP_001363054.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1536,
"cdna_end": null,
"cdna_length": 8042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376126.1",
"protein_id": "NP_001363055.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1385,
"cdna_end": null,
"cdna_length": 7891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376127.1",
"protein_id": "NP_001363056.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1140,
"cdna_end": null,
"cdna_length": 7646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376128.1",
"protein_id": "NP_001363057.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1263,
"cdna_end": null,
"cdna_length": 7769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376142.1",
"protein_id": "NP_001363071.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 7744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376143.1",
"protein_id": "NP_001363072.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1508,
"cdna_end": null,
"cdna_length": 8014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376150.1",
"protein_id": "NP_001363079.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1420,
"cdna_end": null,
"cdna_length": 7926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376152.1",
"protein_id": "NP_001363081.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1109,
"cdna_end": null,
"cdna_length": 7615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376157.1",
"protein_id": "NP_001363086.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1400,
"cdna_end": null,
"cdna_length": 7906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376158.1",
"protein_id": "NP_001363087.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1498,
"cdna_end": null,
"cdna_length": 8004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376159.1",
"protein_id": "NP_001363088.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1523,
"cdna_end": null,
"cdna_length": 8029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376160.1",
"protein_id": "NP_001363089.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 8274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376161.1",
"protein_id": "NP_001363090.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1743,
"cdna_end": null,
"cdna_length": 8249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376162.1",
"protein_id": "NP_001363091.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1518,
"cdna_end": null,
"cdna_length": 8024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376163.1",
"protein_id": "NP_001363092.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1194,
"cdna_end": null,
"cdna_length": 7700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376164.1",
"protein_id": "NP_001363093.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1064,
"cdna_end": null,
"cdna_length": 7570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376165.1",
"protein_id": "NP_001363094.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 7741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376166.1",
"protein_id": "NP_001363095.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1071,
"cdna_end": null,
"cdna_length": 7577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376167.1",
"protein_id": "NP_001363096.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1367,
"cdna_end": null,
"cdna_length": 7873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376168.1",
"protein_id": "NP_001363097.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 7675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376169.1",
"protein_id": "NP_001363098.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1281,
"cdna_end": null,
"cdna_length": 7787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376170.1",
"protein_id": "NP_001363099.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1439,
"cdna_end": null,
"cdna_length": 7945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376171.1",
"protein_id": "NP_001363100.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1414,
"cdna_end": null,
"cdna_length": 7920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376172.1",
"protein_id": "NP_001363101.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1367,
"cdna_end": null,
"cdna_length": 7873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376173.1",
"protein_id": "NP_001363102.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1518,
"cdna_end": null,
"cdna_length": 8024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376174.1",
"protein_id": "NP_001363103.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1565,
"cdna_end": null,
"cdna_length": 8071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376175.1",
"protein_id": "NP_001363104.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376176.1",
"protein_id": "NP_001363105.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1244,
"cdna_end": null,
"cdna_length": 7750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376177.1",
"protein_id": "NP_001363106.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1612,
"cdna_end": null,
"cdna_length": 8118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376178.1",
"protein_id": "NP_001363107.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1587,
"cdna_end": null,
"cdna_length": 8093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376179.1",
"protein_id": "NP_001363108.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1342,
"cdna_end": null,
"cdna_length": 7848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376180.1",
"protein_id": "NP_001363109.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1155,
"cdna_end": null,
"cdna_length": 7661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376181.1",
"protein_id": "NP_001363110.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1253,
"cdna_end": null,
"cdna_length": 7759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376182.1",
"protein_id": "NP_001363111.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1314,
"cdna_end": null,
"cdna_length": 7820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376183.1",
"protein_id": "NP_001363112.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1104,
"cdna_end": null,
"cdna_length": 7610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376184.1",
"protein_id": "NP_001363113.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1262,
"cdna_end": null,
"cdna_length": 7768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376185.1",
"protein_id": "NP_001363114.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1202,
"cdna_end": null,
"cdna_length": 7708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376186.1",
"protein_id": "NP_001363115.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1255,
"cdna_end": null,
"cdna_length": 7761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376187.1",
"protein_id": "NP_001363116.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1227,
"cdna_end": null,
"cdna_length": 7733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376188.1",
"protein_id": "NP_001363117.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1142,
"cdna_end": null,
"cdna_length": 7648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376189.1",
"protein_id": "NP_001363118.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1265,
"cdna_end": null,
"cdna_length": 7771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001376190.1",
"protein_id": "NP_001363119.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 7746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387941.1",
"protein_id": "NP_001374870.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 8108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387945.1",
"protein_id": "NP_001374874.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1782,
"cdna_end": null,
"cdna_length": 8288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387947.1",
"protein_id": "NP_001374876.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 2323,
"cdna_end": null,
"cdna_length": 8829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387948.1",
"protein_id": "NP_001374877.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1779,
"cdna_end": null,
"cdna_length": 8285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387950.1",
"protein_id": "NP_001374879.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1696,
"cdna_end": null,
"cdna_length": 8202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387952.1",
"protein_id": "NP_001374881.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1501,
"cdna_end": null,
"cdna_length": 8007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387953.1",
"protein_id": "NP_001374882.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1558,
"cdna_end": null,
"cdna_length": 8064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387957.1",
"protein_id": "NP_001374886.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1074,
"cdna_end": null,
"cdna_length": 7580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387959.1",
"protein_id": "NP_001374888.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1133,
"cdna_end": null,
"cdna_length": 7639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387960.1",
"protein_id": "NP_001374889.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 8108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387962.1",
"protein_id": "NP_001374891.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1414,
"cdna_end": null,
"cdna_length": 7920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387966.1",
"protein_id": "NP_001374895.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1483,
"cdna_end": null,
"cdna_length": 7989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387967.1",
"protein_id": "NP_001374896.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1366,
"cdna_end": null,
"cdna_length": 7872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387968.1",
"protein_id": "NP_001374897.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1291,
"cdna_end": null,
"cdna_length": 7797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387969.1",
"protein_id": "NP_001374898.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 7834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387970.1",
"protein_id": "NP_001374899.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 8140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387971.1",
"protein_id": "NP_001374900.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1243,
"cdna_end": null,
"cdna_length": 7749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387972.1",
"protein_id": "NP_001374901.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1556,
"cdna_end": null,
"cdna_length": 8062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387973.1",
"protein_id": "NP_001374902.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1004,
"cdna_end": null,
"cdna_length": 7510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387974.1",
"protein_id": "NP_001374903.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1207,
"cdna_end": null,
"cdna_length": 7713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387975.1",
"protein_id": "NP_001374904.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1207,
"cdna_end": null,
"cdna_length": 7713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387976.1",
"protein_id": "NP_001374905.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1358,
"cdna_end": null,
"cdna_length": 7864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387977.1",
"protein_id": "NP_001374906.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1191,
"cdna_end": null,
"cdna_length": 7697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387978.1",
"protein_id": "NP_001374907.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1353,
"cdna_end": null,
"cdna_length": 7859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387979.1",
"protein_id": "NP_001374908.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1579,
"cdna_end": null,
"cdna_length": 8085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387980.1",
"protein_id": "NP_001374909.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1428,
"cdna_end": null,
"cdna_length": 7934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "NM_001387981.1",
"protein_id": "NP_001374910.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1433,
"cdna_end": null,
"cdna_length": 7939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "ENST00000441582.2",
"protein_id": "ENSP00000406955.2",
"transcript_support_level": 2,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 3662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "ENST00000514251.5",
"protein_id": "ENSP00000426387.1",
"transcript_support_level": 2,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1177,
"cdna_end": null,
"cdna_length": 7683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "ENST00000637056.1",
"protein_id": "ENSP00000490041.1",
"transcript_support_level": 5,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1155,
"cdna_end": null,
"cdna_length": 6056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "ENST00000636289.1",
"protein_id": "ENSP00000490370.1",
"transcript_support_level": 5,
"aa_start": 300,
"aa_end": null,
"aa_length": 724,
"cds_start": 898,
"cds_end": null,
"cds_length": 2177,
"cdna_start": 1518,
"cdna_end": null,
"cdna_length": 2797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.1021C>T",
"hgvs_p": "p.Pro341Ser",
"transcript": "XM_047447841.1",
"protein_id": "XP_047303797.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 1236,
"cds_start": 1021,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3941,
"cdna_end": null,
"cdna_length": 10447,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.1021C>T",
"hgvs_p": "p.Pro341Ser",
"transcript": "XM_047447842.1",
"protein_id": "XP_047303798.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 1236,
"cds_start": 1021,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 4250,
"cdna_end": null,
"cdna_length": 10756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.1021C>T",
"hgvs_p": "p.Pro341Ser",
"transcript": "XM_047447843.1",
"protein_id": "XP_047303799.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 1236,
"cds_start": 1021,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3946,
"cdna_end": null,
"cdna_length": 10452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.1021C>T",
"hgvs_p": "p.Pro341Ser",
"transcript": "XM_047447844.1",
"protein_id": "XP_047303800.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 1236,
"cds_start": 1021,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3949,
"cdna_end": null,
"cdna_length": 10455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.1021C>T",
"hgvs_p": "p.Pro341Ser",
"transcript": "XM_047447845.1",
"protein_id": "XP_047303801.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 1236,
"cds_start": 1021,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 4142,
"cdna_end": null,
"cdna_length": 10648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.1021C>T",
"hgvs_p": "p.Pro341Ser",
"transcript": "XM_047447846.1",
"protein_id": "XP_047303802.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 1236,
"cds_start": 1021,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3897,
"cdna_end": null,
"cdna_length": 10403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"transcript": "XM_047447847.1",
"protein_id": "XP_047303803.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 1221,
"cds_start": 976,
"cds_end": null,
"cds_length": 3666,
"cdna_start": 1595,
"cdna_end": null,
"cdna_length": 8101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"transcript": "XM_047447848.1",
"protein_id": "XP_047303804.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 1221,
"cds_start": 976,
"cds_end": null,
"cds_length": 3666,
"cdna_start": 1659,
"cdna_end": null,
"cdna_length": 8165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"transcript": "XM_047447849.1",
"protein_id": "XP_047303805.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 1221,
"cds_start": 976,
"cds_end": null,
"cds_length": 3666,
"cdna_start": 1813,
"cdna_end": null,
"cdna_length": 8319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"transcript": "XM_047447851.1",
"protein_id": "XP_047303807.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 1221,
"cds_start": 976,
"cds_end": null,
"cds_length": 3666,
"cdna_start": 1904,
"cdna_end": null,
"cdna_length": 8410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"transcript": "XM_047447852.1",
"protein_id": "XP_047303808.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 1221,
"cds_start": 976,
"cds_end": null,
"cds_length": 3666,
"cdna_start": 2106,
"cdna_end": null,
"cdna_length": 8612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"transcript": "XM_047447853.1",
"protein_id": "XP_047303809.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 1221,
"cds_start": 976,
"cds_end": null,
"cds_length": 3666,
"cdna_start": 1840,
"cdna_end": null,
"cdna_length": 8346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Pro326Ser",
"transcript": "XM_047447854.1",
"protein_id": "XP_047303810.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 1221,
"cds_start": 976,
"cds_end": null,
"cds_length": 3666,
"cdna_start": 1229,
"cdna_end": null,
"cdna_length": 7735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.901C>T",
"hgvs_p": "p.Pro301Ser",
"transcript": "XM_005247256.6",
"protein_id": "XP_005247313.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 1196,
"cds_start": 901,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 937,
"cdna_end": null,
"cdna_length": 7443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447855.1",
"protein_id": "XP_047303811.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1662,
"cdna_end": null,
"cdna_length": 8168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447856.1",
"protein_id": "XP_047303812.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1813,
"cdna_end": null,
"cdna_length": 8319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447857.1",
"protein_id": "XP_047303813.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 3526,
"cdna_end": null,
"cdna_length": 10032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447858.1",
"protein_id": "XP_047303814.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1698,
"cdna_end": null,
"cdna_length": 8204,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447859.1",
"protein_id": "XP_047303815.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1600,
"cdna_end": null,
"cdna_length": 8106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447860.1",
"protein_id": "XP_047303816.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1852,
"cdna_end": null,
"cdna_length": 8358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447861.1",
"protein_id": "XP_047303817.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1941,
"cdna_end": null,
"cdna_length": 8447,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447862.1",
"protein_id": "XP_047303818.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 2097,
"cdna_end": null,
"cdna_length": 8603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447863.1",
"protein_id": "XP_047303819.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 2200,
"cdna_end": null,
"cdna_length": 8706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447864.1",
"protein_id": "XP_047303820.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1955,
"cdna_end": null,
"cdna_length": 8461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447865.1",
"protein_id": "XP_047303821.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1819,
"cdna_end": null,
"cdna_length": 8325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447866.1",
"protein_id": "XP_047303822.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1645,
"cdna_end": null,
"cdna_length": 8151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447867.1",
"protein_id": "XP_047303823.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 8338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447868.1",
"protein_id": "XP_047303824.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1588,
"cdna_end": null,
"cdna_length": 8094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447869.1",
"protein_id": "XP_047303825.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1573,
"cdna_end": null,
"cdna_length": 8079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447870.1",
"protein_id": "XP_047303826.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1330,
"cdna_end": null,
"cdna_length": 7836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser",
"transcript": "XM_047447871.1",
"protein_id": "XP_047303827.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1195,
"cds_start": 898,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1109,
"cdna_end": null,
"cdna_length": 7615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288585",
"gene_hgnc_id": null,
"hgvs_c": "n.749-8745G>A",
"hgvs_p": null,
"transcript": "ENST00000846212.1",
"protein_id": null,
"transcript_support_level": null,
"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": 994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288585",
"gene_hgnc_id": null,
"hgvs_c": "n.714-8138G>A",
"hgvs_p": null,
"transcript": "ENST00000846213.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ZBTB38",
"gene_hgnc_id": 26636,
"dbsnp": "rs62282002",
"frequency_reference_population": 0.00005452083,
"hom_count_reference_population": 0,
"allele_count_reference_population": 88,
"gnomad_exomes_af": 0.0000595121,
"gnomad_genomes_af": 0.00000657142,
"gnomad_exomes_ac": 87,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07680141925811768,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.034,
"revel_prediction": "Benign",
"alphamissense_score": 0.1249,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.705,
"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": 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": "ENST00000321464.7",
"gene_symbol": "ZBTB38",
"hgnc_id": 26636,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Pro300Ser"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000846212.1",
"gene_symbol": "ENSG00000288585",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.749-8745G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}