← 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-23364491-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=23364491&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 23364491,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_022482.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "NM_022482.5",
"protein_id": "NP_071927.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 711,
"cds_start": 108,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000338121.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022482.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000338121.10",
"protein_id": "ENSP00000338290.5",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 711,
"cds_start": 108,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022482.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000338121.10"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000377051.2",
"protein_id": "ENSP00000366250.2",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 711,
"cds_start": 108,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377051.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000907448.1",
"protein_id": "ENSP00000577507.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 728,
"cds_start": 108,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907448.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000907446.1",
"protein_id": "ENSP00000577505.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 718,
"cds_start": 108,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907446.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000907449.1",
"protein_id": "ENSP00000577508.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 718,
"cds_start": 108,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907449.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000915630.1",
"protein_id": "ENSP00000585689.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 718,
"cds_start": 108,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915630.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "NM_001317012.2",
"protein_id": "NP_001303941.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 711,
"cds_start": 108,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317012.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "NM_001317019.1",
"protein_id": "NP_001303948.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 677,
"cds_start": 108,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317019.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000907447.1",
"protein_id": "ENSP00000577506.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 643,
"cds_start": 108,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907447.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000915629.1",
"protein_id": "ENSP00000585688.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 326,
"cds_start": 108,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915629.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "ENST00000424216.1",
"protein_id": "ENSP00000410009.1",
"transcript_support_level": 5,
"aa_start": 36,
"aa_end": null,
"aa_length": 47,
"cds_start": 108,
"cds_end": null,
"cds_length": 146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424216.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_011529321.4",
"protein_id": "XP_011527623.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 711,
"cds_start": 108,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529321.4"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_011529322.3",
"protein_id": "XP_011527624.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 711,
"cds_start": 108,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529322.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_024451968.2",
"protein_id": "XP_024307736.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 711,
"cds_start": 108,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451968.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_024451969.2",
"protein_id": "XP_024307737.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 711,
"cds_start": 108,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451969.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_005260800.4",
"protein_id": "XP_005260857.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 677,
"cds_start": 108,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260800.4"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_017028017.3",
"protein_id": "XP_016883506.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 677,
"cds_start": 108,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028017.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_017028018.3",
"protein_id": "XP_016883507.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 677,
"cds_start": 108,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028018.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_047440375.1",
"protein_id": "XP_047296331.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 677,
"cds_start": 108,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440375.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_047440376.1",
"protein_id": "XP_047296332.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 677,
"cds_start": 108,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440376.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_005260802.5",
"protein_id": "XP_005260859.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 545,
"cds_start": 108,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260802.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_017028019.3",
"protein_id": "XP_016883508.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 545,
"cds_start": 108,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028019.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_047440377.1",
"protein_id": "XP_047296333.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 545,
"cds_start": 108,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440377.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser",
"transcript": "XM_047440378.1",
"protein_id": "XP_047296334.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 455,
"cds_start": 108,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440378.1"
}
],
"gene_symbol": "GZF1",
"gene_hgnc_id": 15808,
"dbsnp": "rs149633064",
"frequency_reference_population": 0.000013010459,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.000011629,
"gnomad_genomes_af": 0.0000262781,
"gnomad_exomes_ac": 17,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6899999976158142,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.168,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_022482.5",
"gene_symbol": "GZF1",
"hgnc_id": 15808,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Ser36Ser"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}