← 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: 16-71860379-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=71860379&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 71860379,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001201552.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "NM_001201552.2",
"protein_id": "NP_001188481.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000425432.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201552.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000425432.6",
"protein_id": "ENSP00000398089.1",
"transcript_support_level": 5,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001201552.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425432.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "ENST00000313565.10",
"protein_id": "ENSP00000313822.6",
"transcript_support_level": 1,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313565.10"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "ENST00000446827.6",
"protein_id": "ENSP00000405908.2",
"transcript_support_level": 1,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446827.6"
},
{
"aa_ref": "?",
"aa_alt": "?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.???251???",
"transcript": "ENST00000565516.5",
"protein_id": "ENSP00000456193.1",
"transcript_support_level": 1,
"aa_start": 251,
"aa_end": null,
"aa_length": 249,
"cds_start": 752,
"cds_end": null,
"cds_length": 752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565516.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*543G>A",
"hgvs_p": null,
"transcript": "ENST00000568961.5",
"protein_id": "ENSP00000457396.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000568961.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*543G>A",
"hgvs_p": null,
"transcript": "ENST00000568961.5",
"protein_id": "ENSP00000457396.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000568961.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "NM_001201553.1",
"protein_id": "NP_001188482.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201553.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "NM_001376297.1",
"protein_id": "NP_001363226.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376297.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "NM_001376298.1",
"protein_id": "NP_001363227.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376298.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "NM_001376299.1",
"protein_id": "NP_001363228.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376299.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000565601.5",
"protein_id": "ENSP00000455648.1",
"transcript_support_level": 2,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565601.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000861708.1",
"protein_id": "ENSP00000531767.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861708.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000861709.1",
"protein_id": "ENSP00000531768.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861709.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000861710.1",
"protein_id": "ENSP00000531769.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861710.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000861712.1",
"protein_id": "ENSP00000531771.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861712.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000861716.1",
"protein_id": "ENSP00000531775.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861716.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000918406.1",
"protein_id": "ENSP00000588465.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918406.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000918407.1",
"protein_id": "ENSP00000588466.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918407.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000918408.1",
"protein_id": "ENSP00000588467.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918408.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000918410.1",
"protein_id": "ENSP00000588469.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918410.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000918411.1",
"protein_id": "ENSP00000588470.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918411.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000958192.1",
"protein_id": "ENSP00000628251.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958192.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "ENST00000568666.5",
"protein_id": "ENSP00000456563.1",
"transcript_support_level": 5,
"aa_start": 293,
"aa_end": null,
"aa_length": 402,
"cds_start": 878,
"cds_end": null,
"cds_length": 1210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568666.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "NM_001201554.1",
"protein_id": "NP_001188483.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201554.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "NM_001376300.1",
"protein_id": "NP_001363229.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376300.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "NM_017530.2",
"protein_id": "NP_060000.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017530.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "ENST00000861711.1",
"protein_id": "ENSP00000531770.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861711.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "ENST00000861713.1",
"protein_id": "ENSP00000531772.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861713.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "ENST00000861714.1",
"protein_id": "ENSP00000531773.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861714.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "ENST00000861715.1",
"protein_id": "ENSP00000531774.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861715.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.752G>A",
"hgvs_p": "p.Arg251Gln",
"transcript": "ENST00000958191.1",
"protein_id": "ENSP00000628250.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 370,
"cds_start": 752,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958191.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.479G>A",
"hgvs_p": "p.Arg160Gln",
"transcript": "ENST00000918409.1",
"protein_id": "ENSP00000588468.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 279,
"cds_start": 479,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918409.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "NM_001318238.2",
"protein_id": "NP_001305167.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318238.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "NM_001318239.2",
"protein_id": "NP_001305168.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318239.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "XM_011523211.4",
"protein_id": "XP_011521513.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523211.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "XM_011523212.4",
"protein_id": "XP_011521514.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523212.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln",
"transcript": "XM_047434342.1",
"protein_id": "XP_047290298.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 412,
"cds_start": 878,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434342.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "XM_011523214.3",
"protein_id": "XP_011521516.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523214.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "XM_017023422.2",
"protein_id": "XP_016878911.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023422.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "XM_047434343.1",
"protein_id": "XP_047290299.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434343.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "XM_047434344.1",
"protein_id": "XP_047290300.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434344.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "XM_047434345.1",
"protein_id": "XP_047290301.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434345.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "XM_047434346.1",
"protein_id": "XP_047290302.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434346.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.428G>A",
"hgvs_p": "p.Arg143Gln",
"transcript": "XM_047434347.1",
"protein_id": "XP_047290303.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434347.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.*291G>A",
"hgvs_p": null,
"transcript": "NM_001201556.1",
"protein_id": "NP_001188485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 139,
"cds_start": null,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201556.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.*291G>A",
"hgvs_p": null,
"transcript": "ENST00000611294.4",
"protein_id": "ENSP00000481362.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 139,
"cds_start": null,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000611294.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.*291G>A",
"hgvs_p": null,
"transcript": "ENST00000564134.5",
"protein_id": "ENSP00000455738.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564134.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IST1",
"gene_hgnc_id": 28977,
"hgvs_c": "c.-16+12308C>T",
"hgvs_p": null,
"transcript": "ENST00000568581.5",
"protein_id": "ENSP00000456200.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 104,
"cds_start": null,
"cds_end": null,
"cds_length": 317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568581.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*708G>A",
"hgvs_p": null,
"transcript": "ENST00000562808.5",
"protein_id": "ENSP00000455454.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000562808.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*383G>A",
"hgvs_p": null,
"transcript": "ENST00000563827.5",
"protein_id": "ENSP00000456087.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000563827.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*708G>A",
"hgvs_p": null,
"transcript": "ENST00000566987.5",
"protein_id": "ENSP00000457985.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000566987.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000279592",
"gene_hgnc_id": null,
"hgvs_c": "n.700C>T",
"hgvs_p": null,
"transcript": "ENST00000623505.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "TEC",
"feature": "ENST00000623505.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*708G>A",
"hgvs_p": null,
"transcript": "ENST00000562808.5",
"protein_id": "ENSP00000455454.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000562808.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*383G>A",
"hgvs_p": null,
"transcript": "ENST00000563827.5",
"protein_id": "ENSP00000456087.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000563827.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*708G>A",
"hgvs_p": null,
"transcript": "ENST00000566987.5",
"protein_id": "ENSP00000457985.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000566987.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ATXN1L",
"gene_hgnc_id": 33279,
"hgvs_c": "n.119+12308C>T",
"hgvs_p": null,
"transcript": "ENST00000569119.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000569119.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "c.*114G>A",
"hgvs_p": null,
"transcript": "ENST00000562797.5",
"protein_id": "ENSP00000458112.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": null,
"cds_end": null,
"cds_length": 638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562797.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"hgvs_c": "n.*708G>A",
"hgvs_p": null,
"transcript": "ENST00000563878.5",
"protein_id": "ENSP00000456031.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000563878.5"
}
],
"gene_symbol": "ZNF821",
"gene_hgnc_id": 28043,
"dbsnp": "rs753358133",
"frequency_reference_population": 0.0000043427926,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000411054,
"gnomad_genomes_af": 0.00000657022,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2937451899051666,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.226,
"revel_prediction": "Benign",
"alphamissense_score": 0.846,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.538,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001201552.2",
"gene_symbol": "ZNF821",
"hgnc_id": 28043,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293Gln"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000623505.1",
"gene_symbol": "ENSG00000279592",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.700C>T",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000568581.5",
"gene_symbol": "IST1",
"hgnc_id": 28977,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-16+12308C>T",
"hgvs_p": null
},
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000569119.1",
"gene_symbol": "ATXN1L",
"hgnc_id": 33279,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.119+12308C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}