← 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-18433712-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=18433712&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 18433712,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000699568.1",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "NM_001367614.1",
"protein_id": "NP_001354543.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 777,
"cds_start": 858,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 912,
"cdna_end": null,
"cdna_length": 3420,
"mane_select": "ENST00000699568.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "ENST00000699568.1",
"protein_id": "ENSP00000514442.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 777,
"cds_start": 858,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 912,
"cdna_end": null,
"cdna_length": 3420,
"mane_select": "NM_001367614.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.816T>C",
"hgvs_p": "p.Cys272Cys",
"transcript": "ENST00000699590.1",
"protein_id": "ENSP00000514461.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 763,
"cds_start": 816,
"cds_end": null,
"cds_length": 2292,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 3138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.801T>C",
"hgvs_p": "p.Cys267Cys",
"transcript": "ENST00000699525.1",
"protein_id": "ENSP00000514418.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 758,
"cds_start": 801,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 3363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.204T>C",
"hgvs_p": "p.Cys68Cys",
"transcript": "ENST00000357236.8",
"protein_id": "ENSP00000349774.5",
"transcript_support_level": 5,
"aa_start": 68,
"aa_end": null,
"aa_length": 559,
"cds_start": 204,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 3739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.54T>C",
"hgvs_p": "p.Cys18Cys",
"transcript": "ENST00000329494.9",
"protein_id": "ENSP00000328866.6",
"transcript_support_level": 1,
"aa_start": 18,
"aa_end": null,
"aa_length": 462,
"cds_start": 54,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 54,
"cdna_end": null,
"cdna_length": 1389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.733T>C",
"hgvs_p": null,
"transcript": "ENST00000377630.9",
"protein_id": "ENSP00000366857.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.733T>C",
"hgvs_p": null,
"transcript": "ENST00000460891.5",
"protein_id": "ENSP00000477872.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "NM_001367617.1",
"protein_id": "NP_001354546.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 777,
"cds_start": 858,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 902,
"cdna_end": null,
"cdna_length": 3410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "NM_001367618.1",
"protein_id": "NP_001354547.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 777,
"cds_start": 858,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 3554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "NM_001351683.4",
"protein_id": "NP_001338612.2",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 771,
"cds_start": 858,
"cds_end": null,
"cds_length": 2316,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 3538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "NM_001351684.2",
"protein_id": "NP_001338613.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 771,
"cds_start": 858,
"cds_end": null,
"cds_length": 2316,
"cdna_start": 912,
"cdna_end": null,
"cdna_length": 3402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.816T>C",
"hgvs_p": "p.Cys272Cys",
"transcript": "NM_001367612.1",
"protein_id": "NP_001354541.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 763,
"cds_start": 816,
"cds_end": null,
"cds_length": 2292,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 3378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.816T>C",
"hgvs_p": "p.Cys272Cys",
"transcript": "NM_001367613.1",
"protein_id": "NP_001354542.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 763,
"cds_start": 816,
"cds_end": null,
"cds_length": 2292,
"cdna_start": 868,
"cdna_end": null,
"cdna_length": 3376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.801T>C",
"hgvs_p": "p.Cys267Cys",
"transcript": "NM_001367611.1",
"protein_id": "NP_001354540.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 758,
"cds_start": 801,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 3365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.801T>C",
"hgvs_p": "p.Cys267Cys",
"transcript": "NM_001099407.2",
"protein_id": "NP_001092877.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 752,
"cds_start": 801,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 3345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.801T>C",
"hgvs_p": "p.Cys267Cys",
"transcript": "ENST00000262547.9",
"protein_id": "ENSP00000262547.5",
"transcript_support_level": 5,
"aa_start": 267,
"aa_end": null,
"aa_length": 752,
"cds_start": 801,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 3498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.801T>C",
"hgvs_p": "p.Cys267Cys",
"transcript": "ENST00000358866.10",
"protein_id": "ENSP00000351734.6",
"transcript_support_level": 5,
"aa_start": 267,
"aa_end": null,
"aa_length": 752,
"cds_start": 801,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 3310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.459T>C",
"hgvs_p": "p.Cys153Cys",
"transcript": "NM_001367619.1",
"protein_id": "NP_001354548.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 638,
"cds_start": 459,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 3588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.282T>C",
"hgvs_p": "p.Cys94Cys",
"transcript": "NM_018152.3",
"protein_id": "NP_060622.2",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 585,
"cds_start": 282,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 787,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.210T>C",
"hgvs_p": "p.Cys70Cys",
"transcript": "ENST00000699607.1",
"protein_id": "ENSP00000514474.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 514,
"cds_start": 210,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 211,
"cdna_end": null,
"cdna_length": 2302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.885T>C",
"hgvs_p": "p.Cys295Cys",
"transcript": "XM_011529268.3",
"protein_id": "XP_011527570.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 786,
"cds_start": 885,
"cds_end": null,
"cds_length": 2361,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 3556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "XM_011529272.3",
"protein_id": "XP_011527574.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 777,
"cds_start": 858,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 3552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "XM_017027910.2",
"protein_id": "XP_016883399.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 777,
"cds_start": 858,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 3422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "XM_017027911.2",
"protein_id": "XP_016883400.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 777,
"cds_start": 858,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 3418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.852T>C",
"hgvs_p": "p.Cys284Cys",
"transcript": "XM_017027912.3",
"protein_id": "XP_016883401.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 775,
"cds_start": 852,
"cds_end": null,
"cds_length": 2328,
"cdna_start": 1731,
"cdna_end": null,
"cdna_length": 4239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys",
"transcript": "XM_047440248.1",
"protein_id": "XP_047296204.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 771,
"cds_start": 858,
"cds_end": null,
"cds_length": 2316,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 3404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.837T>C",
"hgvs_p": "p.Cys279Cys",
"transcript": "XM_017027913.3",
"protein_id": "XP_016883402.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 770,
"cds_start": 837,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 1716,
"cdna_end": null,
"cdna_length": 4224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.828T>C",
"hgvs_p": "p.Cys276Cys",
"transcript": "XM_047440249.1",
"protein_id": "XP_047296205.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 767,
"cds_start": 828,
"cds_end": null,
"cds_length": 2304,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 3499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.828T>C",
"hgvs_p": "p.Cys276Cys",
"transcript": "XM_047440250.1",
"protein_id": "XP_047296206.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 761,
"cds_start": 828,
"cds_end": null,
"cds_length": 2286,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.801T>C",
"hgvs_p": "p.Cys267Cys",
"transcript": "XM_017027915.3",
"protein_id": "XP_016883404.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 758,
"cds_start": 801,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 3361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.801T>C",
"hgvs_p": "p.Cys267Cys",
"transcript": "XM_047440251.1",
"protein_id": "XP_047296207.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 752,
"cds_start": 801,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 3347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.651T>C",
"hgvs_p": "p.Cys217Cys",
"transcript": "XM_017027916.3",
"protein_id": "XP_016883405.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 708,
"cds_start": 651,
"cds_end": null,
"cds_length": 2127,
"cdna_start": 1530,
"cdna_end": null,
"cdna_length": 4038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.615T>C",
"hgvs_p": "p.Cys205Cys",
"transcript": "XM_006723584.3",
"protein_id": "XP_006723647.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 696,
"cds_start": 615,
"cds_end": null,
"cds_length": 2091,
"cdna_start": 669,
"cdna_end": null,
"cdna_length": 3177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.474T>C",
"hgvs_p": "p.Cys158Cys",
"transcript": "XM_024451934.2",
"protein_id": "XP_024307702.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 649,
"cds_start": 474,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 3051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.459T>C",
"hgvs_p": "p.Cys153Cys",
"transcript": "XM_047440252.1",
"protein_id": "XP_047296208.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 644,
"cds_start": 459,
"cds_end": null,
"cds_length": 1935,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.66T>C",
"hgvs_p": "p.Cys22Cys",
"transcript": "XM_017027921.3",
"protein_id": "XP_016883410.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 513,
"cds_start": 66,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1389,
"cdna_end": null,
"cdna_length": 3897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "c.801T>C",
"hgvs_p": "p.Cys267Cys",
"transcript": "XM_047440253.1",
"protein_id": "XP_047296209.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 418,
"cds_start": 801,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 4072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.177T>C",
"hgvs_p": null,
"transcript": "ENST00000470526.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.*340T>C",
"hgvs_p": null,
"transcript": "ENST00000608192.5",
"protein_id": "ENSP00000476391.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.801T>C",
"hgvs_p": null,
"transcript": "ENST00000609267.5",
"protein_id": "ENSP00000477046.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.*444T>C",
"hgvs_p": null,
"transcript": "ENST00000699588.1",
"protein_id": "ENSP00000514460.1",
"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": 3272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.949T>C",
"hgvs_p": null,
"transcript": "ENST00000699589.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": 3307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.*211T>C",
"hgvs_p": null,
"transcript": "ENST00000699591.1",
"protein_id": "ENSP00000514462.1",
"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": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.991T>C",
"hgvs_p": null,
"transcript": "ENST00000699592.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": 1899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.894T>C",
"hgvs_p": null,
"transcript": "ENST00000699593.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": 1794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.905T>C",
"hgvs_p": null,
"transcript": "ENST00000699608.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": 1796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.855T>C",
"hgvs_p": null,
"transcript": "NR_160273.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": 1787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.855T>C",
"hgvs_p": null,
"transcript": "NR_160274.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": 1769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.1773T>C",
"hgvs_p": null,
"transcript": "XR_007067462.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": 2878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.*340T>C",
"hgvs_p": null,
"transcript": "ENST00000608192.5",
"protein_id": "ENSP00000476391.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.*444T>C",
"hgvs_p": null,
"transcript": "ENST00000699588.1",
"protein_id": "ENSP00000514460.1",
"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": 3272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"hgvs_c": "n.*211T>C",
"hgvs_p": null,
"transcript": "ENST00000699591.1",
"protein_id": "ENSP00000514462.1",
"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": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNA5SP476",
"gene_hgnc_id": 43376,
"hgvs_c": "n.-130A>G",
"hgvs_p": null,
"transcript": "ENST00000516613.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DZANK1",
"gene_hgnc_id": 15858,
"dbsnp": "rs6035042",
"frequency_reference_population": 0.8779149,
"hom_count_reference_population": 623897,
"allele_count_reference_population": 1416844,
"gnomad_exomes_af": 0.882954,
"gnomad_genomes_af": 0.829546,
"gnomad_exomes_ac": 1290539,
"gnomad_genomes_ac": 126305,
"gnomad_exomes_homalt": 571015,
"gnomad_genomes_homalt": 52882,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15000000596046448,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.15,
"revel_prediction": "Benign",
"alphamissense_score": 0.1539,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.821,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP7,BA1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000699568.1",
"gene_symbol": "DZANK1",
"hgnc_id": 15858,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.858T>C",
"hgvs_p": "p.Cys286Cys"
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000516613.1",
"gene_symbol": "RNA5SP476",
"hgnc_id": 43376,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-130A>G",
"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
}