← 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: 20-47221364-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=47221364&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 47221364,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001363714.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3367G>A",
"hgvs_p": "p.Ala1123Thr",
"transcript": "NM_001281775.3",
"protein_id": "NP_001268704.1",
"transcript_support_level": null,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3367,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000471951.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281775.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3367G>A",
"hgvs_p": "p.Ala1123Thr",
"transcript": "ENST00000471951.7",
"protein_id": "ENSP00000420095.2",
"transcript_support_level": 1,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1234,
"cds_start": 3367,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001281775.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000471951.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3307G>A",
"hgvs_p": "p.Ala1103Thr",
"transcript": "ENST00000446994.6",
"protein_id": "ENSP00000396725.3",
"transcript_support_level": 1,
"aa_start": 1103,
"aa_end": null,
"aa_length": 1214,
"cds_start": 3307,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446994.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3229G>A",
"hgvs_p": "p.Ala1077Thr",
"transcript": "ENST00000461685.5",
"protein_id": "ENSP00000418210.1",
"transcript_support_level": 1,
"aa_start": 1077,
"aa_end": null,
"aa_length": 1188,
"cds_start": 3229,
"cds_end": null,
"cds_length": 3567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000461685.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3307G>A",
"hgvs_p": "p.Ala1103Thr",
"transcript": "ENST00000311275.11",
"protein_id": "ENSP00000312237.7",
"transcript_support_level": 1,
"aa_start": 1103,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3307,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311275.11"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3169G>A",
"hgvs_p": "p.Ala1057Thr",
"transcript": "ENST00000262975.8",
"protein_id": "ENSP00000262975.4",
"transcript_support_level": 1,
"aa_start": 1057,
"aa_end": null,
"aa_length": 1168,
"cds_start": 3169,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262975.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3229G>A",
"hgvs_p": "p.Ala1077Thr",
"transcript": "ENST00000352431.6",
"protein_id": "ENSP00000335537.3",
"transcript_support_level": 1,
"aa_start": 1077,
"aa_end": null,
"aa_length": 1160,
"cds_start": 3229,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000352431.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3073G>A",
"hgvs_p": "p.Ala1025Thr",
"transcript": "ENST00000617418.4",
"protein_id": "ENSP00000479806.2",
"transcript_support_level": 1,
"aa_start": 1025,
"aa_end": null,
"aa_length": 1136,
"cds_start": 3073,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617418.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3154G>A",
"hgvs_p": "p.Ala1052Thr",
"transcript": "ENST00000360911.7",
"protein_id": "ENSP00000354166.3",
"transcript_support_level": 1,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1135,
"cds_start": 3154,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360911.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3151G>A",
"hgvs_p": "p.Ala1051Thr",
"transcript": "ENST00000540497.5",
"protein_id": "ENSP00000443086.3",
"transcript_support_level": 1,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1134,
"cds_start": 3151,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540497.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2947G>A",
"hgvs_p": "p.Ala983Thr",
"transcript": "ENST00000467200.6",
"protein_id": "ENSP00000418495.2",
"transcript_support_level": 1,
"aa_start": 983,
"aa_end": null,
"aa_length": 1094,
"cds_start": 2947,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467200.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2926G>A",
"hgvs_p": "p.Ala976Thr",
"transcript": "ENST00000611941.4",
"protein_id": "ENSP00000482048.1",
"transcript_support_level": 1,
"aa_start": 976,
"aa_end": null,
"aa_length": 1087,
"cds_start": 2926,
"cds_end": null,
"cds_length": 3264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000611941.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "ENST00000458360.6",
"protein_id": "ENSP00000392964.2",
"transcript_support_level": 1,
"aa_start": 971,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458360.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3367G>A",
"hgvs_p": "p.Ala1123Thr",
"transcript": "ENST00000962293.1",
"protein_id": "ENSP00000632352.1",
"transcript_support_level": null,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1258,
"cds_start": 3367,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962293.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3388G>A",
"hgvs_p": "p.Ala1130Thr",
"transcript": "NM_001363714.1",
"protein_id": "NP_001350643.1",
"transcript_support_level": null,
"aa_start": 1130,
"aa_end": null,
"aa_length": 1241,
"cds_start": 3388,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363714.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3388G>A",
"hgvs_p": "p.Ala1130Thr",
"transcript": "ENST00000536340.5",
"protein_id": "ENSP00000439800.1",
"transcript_support_level": 2,
"aa_start": 1130,
"aa_end": null,
"aa_length": 1241,
"cds_start": 3388,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536340.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3307G>A",
"hgvs_p": "p.Ala1103Thr",
"transcript": "NM_001281773.3",
"protein_id": "NP_001268702.1",
"transcript_support_level": null,
"aa_start": 1103,
"aa_end": null,
"aa_length": 1214,
"cds_start": 3307,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281773.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3307G>A",
"hgvs_p": "p.Ala1103Thr",
"transcript": "ENST00000355972.8",
"protein_id": "ENSP00000348246.4",
"transcript_support_level": 2,
"aa_start": 1103,
"aa_end": null,
"aa_length": 1214,
"cds_start": 3307,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355972.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3292G>A",
"hgvs_p": "p.Ala1098Thr",
"transcript": "ENST00000906034.1",
"protein_id": "ENSP00000576093.1",
"transcript_support_level": null,
"aa_start": 1098,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3292,
"cds_end": null,
"cds_length": 3630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906034.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3367G>A",
"hgvs_p": "p.Ala1123Thr",
"transcript": "NM_001281783.3",
"protein_id": "NP_001268712.1",
"transcript_support_level": null,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1206,
"cds_start": 3367,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281783.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3253G>A",
"hgvs_p": "p.Ala1085Thr",
"transcript": "ENST00000914345.1",
"protein_id": "ENSP00000584404.1",
"transcript_support_level": null,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1196,
"cds_start": 3253,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914345.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3229G>A",
"hgvs_p": "p.Ala1077Thr",
"transcript": "NM_183047.4",
"protein_id": "NP_898868.1",
"transcript_support_level": null,
"aa_start": 1077,
"aa_end": null,
"aa_length": 1188,
"cds_start": 3229,
"cds_end": null,
"cds_length": 3567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183047.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3307G>A",
"hgvs_p": "p.Ala1103Thr",
"transcript": "NM_001281772.3",
"protein_id": "NP_001268701.1",
"transcript_support_level": null,
"aa_start": 1103,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3307,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281772.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3307G>A",
"hgvs_p": "p.Ala1103Thr",
"transcript": "NM_001363741.2",
"protein_id": "NP_001350670.1",
"transcript_support_level": null,
"aa_start": 1103,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3307,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363741.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3307G>A",
"hgvs_p": "p.Ala1103Thr",
"transcript": "ENST00000396281.8",
"protein_id": "ENSP00000379577.4",
"transcript_support_level": 2,
"aa_start": 1103,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3307,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396281.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3223G>A",
"hgvs_p": "p.Ala1075Thr",
"transcript": "ENST00000914344.1",
"protein_id": "ENSP00000584403.1",
"transcript_support_level": null,
"aa_start": 1075,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3223,
"cds_end": null,
"cds_length": 3561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914344.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3292G>A",
"hgvs_p": "p.Ala1098Thr",
"transcript": "NM_001281778.3",
"protein_id": "NP_001268707.1",
"transcript_support_level": null,
"aa_start": 1098,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3292,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281778.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3292G>A",
"hgvs_p": "p.Ala1098Thr",
"transcript": "ENST00000906033.1",
"protein_id": "ENSP00000576092.1",
"transcript_support_level": null,
"aa_start": 1098,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3292,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906033.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3169G>A",
"hgvs_p": "p.Ala1057Thr",
"transcript": "NM_001281774.3",
"protein_id": "NP_001268703.1",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 1168,
"cds_start": 3169,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281774.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3154G>A",
"hgvs_p": "p.Ala1052Thr",
"transcript": "NM_001281777.3",
"protein_id": "NP_001268706.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1163,
"cds_start": 3154,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281777.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3154G>A",
"hgvs_p": "p.Ala1052Thr",
"transcript": "ENST00000906032.1",
"protein_id": "ENSP00000576091.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1163,
"cds_start": 3154,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906032.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3148G>A",
"hgvs_p": "p.Ala1050Thr",
"transcript": "ENST00000906038.1",
"protein_id": "ENSP00000576097.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1161,
"cds_start": 3148,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906038.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3229G>A",
"hgvs_p": "p.Ala1077Thr",
"transcript": "NM_012408.6",
"protein_id": "NP_036540.3",
"transcript_support_level": null,
"aa_start": 1077,
"aa_end": null,
"aa_length": 1160,
"cds_start": 3229,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012408.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3136G>A",
"hgvs_p": "p.Ala1046Thr",
"transcript": "ENST00000914339.1",
"protein_id": "ENSP00000584398.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1157,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914339.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3073G>A",
"hgvs_p": "p.Ala1025Thr",
"transcript": "NM_001281782.3",
"protein_id": "NP_001268711.1",
"transcript_support_level": null,
"aa_start": 1025,
"aa_end": null,
"aa_length": 1136,
"cds_start": 3073,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281782.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3154G>A",
"hgvs_p": "p.Ala1052Thr",
"transcript": "NM_183048.4",
"protein_id": "NP_898869.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1135,
"cds_start": 3154,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183048.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3151G>A",
"hgvs_p": "p.Ala1051Thr",
"transcript": "NM_001281784.3",
"protein_id": "NP_001268713.1",
"transcript_support_level": null,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1134,
"cds_start": 3151,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281784.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3010G>A",
"hgvs_p": "p.Ala1004Thr",
"transcript": "ENST00000914341.1",
"protein_id": "ENSP00000584400.1",
"transcript_support_level": null,
"aa_start": 1004,
"aa_end": null,
"aa_length": 1115,
"cds_start": 3010,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914341.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3088G>A",
"hgvs_p": "p.Ala1030Thr",
"transcript": "ENST00000906039.1",
"protein_id": "ENSP00000576098.1",
"transcript_support_level": null,
"aa_start": 1030,
"aa_end": null,
"aa_length": 1113,
"cds_start": 3088,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906039.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2986G>A",
"hgvs_p": "p.Ala996Thr",
"transcript": "NM_001281776.3",
"protein_id": "NP_001268705.1",
"transcript_support_level": null,
"aa_start": 996,
"aa_end": null,
"aa_length": 1107,
"cds_start": 2986,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281776.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2980G>A",
"hgvs_p": "p.Ala994Thr",
"transcript": "ENST00000372023.7",
"protein_id": "ENSP00000361093.5",
"transcript_support_level": 5,
"aa_start": 994,
"aa_end": null,
"aa_length": 1105,
"cds_start": 2980,
"cds_end": null,
"cds_length": 3318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372023.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Ala1018Thr",
"transcript": "ENST00000962289.1",
"protein_id": "ENSP00000632348.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1101,
"cds_start": 3052,
"cds_end": null,
"cds_length": 3306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962289.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Ala1005Thr",
"transcript": "NM_001281781.3",
"protein_id": "NP_001268710.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281781.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3013G>A",
"hgvs_p": "p.Ala1005Thr",
"transcript": "ENST00000906036.1",
"protein_id": "ENSP00000576095.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3013,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906036.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2914G>A",
"hgvs_p": "p.Ala972Thr",
"transcript": "ENST00000906040.1",
"protein_id": "ENSP00000576099.1",
"transcript_support_level": null,
"aa_start": 972,
"aa_end": null,
"aa_length": 1083,
"cds_start": 2914,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906040.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "ENST00000914343.1",
"protein_id": "ENSP00000584402.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1082,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914343.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2989G>A",
"hgvs_p": "p.Ala997Thr",
"transcript": "ENST00000914342.1",
"protein_id": "ENSP00000584401.1",
"transcript_support_level": null,
"aa_start": 997,
"aa_end": null,
"aa_length": 1080,
"cds_start": 2989,
"cds_end": null,
"cds_length": 3243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914342.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2986G>A",
"hgvs_p": "p.Ala996Thr",
"transcript": "ENST00000906035.1",
"protein_id": "ENSP00000576094.1",
"transcript_support_level": null,
"aa_start": 996,
"aa_end": null,
"aa_length": 1079,
"cds_start": 2986,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906035.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2947G>A",
"hgvs_p": "p.Ala983Thr",
"transcript": "ENST00000906037.1",
"protein_id": "ENSP00000576096.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2947,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906037.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2911G>A",
"hgvs_p": "p.Ala971Thr",
"transcript": "NM_001281771.3",
"protein_id": "NP_001268700.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2911,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281771.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2746G>A",
"hgvs_p": "p.Ala916Thr",
"transcript": "ENST00000962290.1",
"protein_id": "ENSP00000632349.1",
"transcript_support_level": null,
"aa_start": 916,
"aa_end": null,
"aa_length": 999,
"cds_start": 2746,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962290.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2476G>A",
"hgvs_p": "p.Ala826Thr",
"transcript": "ENST00000914340.1",
"protein_id": "ENSP00000584399.1",
"transcript_support_level": null,
"aa_start": 826,
"aa_end": null,
"aa_length": 937,
"cds_start": 2476,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914340.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2425G>A",
"hgvs_p": "p.Ala809Thr",
"transcript": "NM_001281779.3",
"protein_id": "NP_001268708.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 920,
"cds_start": 2425,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281779.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2425G>A",
"hgvs_p": "p.Ala809Thr",
"transcript": "NM_001281780.3",
"protein_id": "NP_001268709.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 892,
"cds_start": 2425,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281780.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2401G>A",
"hgvs_p": "p.Ala801Thr",
"transcript": "ENST00000906041.1",
"protein_id": "ENSP00000576100.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 884,
"cds_start": 2401,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906041.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2260G>A",
"hgvs_p": "p.Ala754Thr",
"transcript": "ENST00000962291.1",
"protein_id": "ENSP00000632350.1",
"transcript_support_level": null,
"aa_start": 754,
"aa_end": null,
"aa_length": 865,
"cds_start": 2260,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962291.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.3043+2953G>A",
"hgvs_p": null,
"transcript": "ENST00000962292.1",
"protein_id": "ENSP00000632351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1059,
"cds_start": null,
"cds_end": null,
"cds_length": 3180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962292.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"hgvs_c": "c.2065-10467G>A",
"hgvs_p": null,
"transcript": "ENST00000619049.4",
"protein_id": "ENSP00000479197.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 767,
"cds_start": null,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619049.4"
}
],
"gene_symbol": "ZMYND8",
"gene_hgnc_id": 9397,
"dbsnp": "rs143716806",
"frequency_reference_population": 0.00023603287,
"hom_count_reference_population": 0,
"allele_count_reference_population": 381,
"gnomad_exomes_af": 0.00022779,
"gnomad_genomes_af": 0.000315143,
"gnomad_exomes_ac": 333,
"gnomad_genomes_ac": 48,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.018911302089691162,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.07,
"revel_prediction": "Benign",
"alphamissense_score": 0.0575,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.108,
"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": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001363714.1",
"gene_symbol": "ZMYND8",
"hgnc_id": 9397,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3388G>A",
"hgvs_p": "p.Ala1130Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}