← 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: 19-20949106-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=20949106&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 20949106,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001256171.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.592A>G",
"hgvs_p": "p.Arg198Gly",
"transcript": "NM_003429.5",
"protein_id": "NP_003420.2",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 595,
"cds_start": 592,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000328178.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003429.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.592A>G",
"hgvs_p": "p.Arg198Gly",
"transcript": "ENST00000328178.13",
"protein_id": "ENSP00000329793.7",
"transcript_support_level": 1,
"aa_start": 198,
"aa_end": null,
"aa_length": 595,
"cds_start": 592,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003429.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328178.13"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.570A>G",
"hgvs_p": null,
"transcript": "ENST00000596534.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000596534.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.1061A>G",
"hgvs_p": null,
"transcript": "ENST00000601023.2",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000601023.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.727A>G",
"hgvs_p": "p.Arg243Gly",
"transcript": "ENST00000871848.1",
"protein_id": "ENSP00000541907.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 640,
"cds_start": 727,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871848.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.682A>G",
"hgvs_p": "p.Arg228Gly",
"transcript": "NM_001256171.2",
"protein_id": "NP_001243100.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 625,
"cds_start": 682,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256171.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.637A>G",
"hgvs_p": "p.Arg213Gly",
"transcript": "ENST00000916283.1",
"protein_id": "ENSP00000586342.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 610,
"cds_start": 637,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916283.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.493A>G",
"hgvs_p": "p.Arg165Gly",
"transcript": "ENST00000345030.6",
"protein_id": "ENSP00000342340.5",
"transcript_support_level": 5,
"aa_start": 165,
"aa_end": null,
"aa_length": 562,
"cds_start": 493,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345030.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.400A>G",
"hgvs_p": "p.Arg134Gly",
"transcript": "NM_001256173.2",
"protein_id": "NP_001243102.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 531,
"cds_start": 400,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256173.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.379A>G",
"hgvs_p": "p.Arg127Gly",
"transcript": "ENST00000916284.1",
"protein_id": "ENSP00000586343.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 524,
"cds_start": 379,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916284.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.727A>G",
"hgvs_p": "p.Arg243Gly",
"transcript": "XM_011528263.3",
"protein_id": "XP_011526565.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 640,
"cds_start": 727,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528263.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.631A>G",
"hgvs_p": "p.Arg211Gly",
"transcript": "XM_047439353.1",
"protein_id": "XP_047295309.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 608,
"cds_start": 631,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439353.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.436A>G",
"hgvs_p": "p.Arg146Gly",
"transcript": "XM_047439354.1",
"protein_id": "XP_047295310.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 543,
"cds_start": 436,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439354.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.415A>G",
"hgvs_p": "p.Arg139Gly",
"transcript": "XM_011528264.1",
"protein_id": "XP_011526566.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 536,
"cds_start": 415,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528264.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.361A>G",
"hgvs_p": "p.Arg121Gly",
"transcript": "XM_047439355.1",
"protein_id": "XP_047295311.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 518,
"cds_start": 361,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439355.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.361A>G",
"hgvs_p": "p.Arg121Gly",
"transcript": "XM_047439356.1",
"protein_id": "XP_047295312.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 518,
"cds_start": 361,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439356.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.361A>G",
"hgvs_p": "p.Arg121Gly",
"transcript": "XM_047439357.1",
"protein_id": "XP_047295313.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 518,
"cds_start": 361,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439357.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.361A>G",
"hgvs_p": "p.Arg121Gly",
"transcript": "XM_047439358.1",
"protein_id": "XP_047295314.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 518,
"cds_start": 361,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439358.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.361A>G",
"hgvs_p": "p.Arg121Gly",
"transcript": "XM_047439359.1",
"protein_id": "XP_047295315.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 518,
"cds_start": 361,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439359.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.515A>G",
"hgvs_p": null,
"transcript": "ENST00000595742.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000595742.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.511A>G",
"hgvs_p": null,
"transcript": "ENST00000598862.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000598862.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.439A>G",
"hgvs_p": null,
"transcript": "ENST00000599064.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000599064.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298806",
"gene_hgnc_id": null,
"hgvs_c": "n.278+22272T>C",
"hgvs_p": null,
"transcript": "ENST00000758057.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000758057.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.*13A>G",
"hgvs_p": null,
"transcript": "ENST00000599885.1",
"protein_id": "ENSP00000470667.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 128,
"cds_start": null,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000599885.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.*213A>G",
"hgvs_p": null,
"transcript": "ENST00000601924.5",
"protein_id": "ENSP00000471286.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 118,
"cds_start": null,
"cds_end": null,
"cds_length": 358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000601924.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.*386A>G",
"hgvs_p": null,
"transcript": "ENST00000597314.5",
"protein_id": "ENSP00000471467.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 62,
"cds_start": null,
"cds_end": null,
"cds_length": 189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000597314.5"
}
],
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"dbsnp": "rs943893493",
"frequency_reference_population": 0.0000020529806,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205298,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.048480451107025146,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.089,
"revel_prediction": "Benign",
"alphamissense_score": 0.0745,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.222,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001256171.2",
"gene_symbol": "ZNF85",
"hgnc_id": 13160,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.682A>G",
"hgvs_p": "p.Arg228Gly"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000758057.1",
"gene_symbol": "ENSG00000298806",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.278+22272T>C",
"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
}