← 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: 1-151406430-TC-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=151406430&ref=TC&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 151406430,
"ref": "TC",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "ENST00000271715.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2604delG",
"hgvs_p": "p.Asn869fs",
"transcript": "NM_015100.4",
"protein_id": "NP_055915.2",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 1410,
"cds_start": 2604,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 2948,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": "ENST00000271715.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2604delG",
"hgvs_p": "p.Asn869fs",
"transcript": "ENST00000271715.7",
"protein_id": "ENSP00000271715.2",
"transcript_support_level": 1,
"aa_start": 868,
"aa_end": null,
"aa_length": 1410,
"cds_start": 2604,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 2948,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": "NM_015100.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2445delG",
"hgvs_p": "p.Asn816fs",
"transcript": "ENST00000392723.6",
"protein_id": "ENSP00000376484.1",
"transcript_support_level": 1,
"aa_start": 815,
"aa_end": null,
"aa_length": 1357,
"cds_start": 2445,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 2474,
"cdna_end": null,
"cdna_length": 6181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2319delG",
"hgvs_p": "p.Asn774fs",
"transcript": "ENST00000368863.6",
"protein_id": "ENSP00000357856.2",
"transcript_support_level": 1,
"aa_start": 773,
"aa_end": null,
"aa_length": 1315,
"cds_start": 2319,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 2348,
"cdna_end": null,
"cdna_length": 6054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2652delG",
"hgvs_p": "p.Asn885fs",
"transcript": "ENST00000710270.1",
"protein_id": "ENSP00000518163.1",
"transcript_support_level": null,
"aa_start": 884,
"aa_end": null,
"aa_length": 1426,
"cds_start": 2652,
"cds_end": null,
"cds_length": 4281,
"cdna_start": 2948,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2625delG",
"hgvs_p": "p.Asn876fs",
"transcript": "NM_001410860.1",
"protein_id": "NP_001397789.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1417,
"cds_start": 2625,
"cds_end": null,
"cds_length": 4254,
"cdna_start": 2745,
"cdna_end": null,
"cdna_length": 6452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2625delG",
"hgvs_p": "p.Asn876fs",
"transcript": "ENST00000703168.1",
"protein_id": "ENSP00000515214.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1417,
"cds_start": 2625,
"cds_end": null,
"cds_length": 4254,
"cdna_start": 2721,
"cdna_end": null,
"cdna_length": 4350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2604delG",
"hgvs_p": "p.Asn869fs",
"transcript": "ENST00000439756.2",
"protein_id": "ENSP00000390156.2",
"transcript_support_level": 3,
"aa_start": 868,
"aa_end": null,
"aa_length": 1410,
"cds_start": 2604,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 4183,
"cdna_end": null,
"cdna_length": 5812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2577delG",
"hgvs_p": "p.Asn860fs",
"transcript": "NM_001194937.2",
"protein_id": "NP_001181866.1",
"transcript_support_level": null,
"aa_start": 859,
"aa_end": null,
"aa_length": 1401,
"cds_start": 2577,
"cds_end": null,
"cds_length": 4206,
"cdna_start": 2921,
"cdna_end": null,
"cdna_length": 6628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2577delG",
"hgvs_p": "p.Asn860fs",
"transcript": "ENST00000409503.5",
"protein_id": "ENSP00000386836.1",
"transcript_support_level": 2,
"aa_start": 859,
"aa_end": null,
"aa_length": 1401,
"cds_start": 2577,
"cds_end": null,
"cds_length": 4206,
"cdna_start": 2606,
"cdna_end": null,
"cdna_length": 4813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2472delG",
"hgvs_p": "p.Asn825fs",
"transcript": "ENST00000491586.5",
"protein_id": "ENSP00000418408.1",
"transcript_support_level": 5,
"aa_start": 824,
"aa_end": null,
"aa_length": 1366,
"cds_start": 2472,
"cds_end": null,
"cds_length": 4101,
"cdna_start": 2501,
"cdna_end": null,
"cdna_length": 4130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2445delG",
"hgvs_p": "p.Asn816fs",
"transcript": "NM_207171.2",
"protein_id": "NP_997054.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 1357,
"cds_start": 2445,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 2446,
"cdna_end": null,
"cdna_length": 6153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2418delG",
"hgvs_p": "p.Asn807fs",
"transcript": "NM_001194938.2",
"protein_id": "NP_001181867.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 1348,
"cds_start": 2418,
"cds_end": null,
"cds_length": 4047,
"cdna_start": 2762,
"cdna_end": null,
"cdna_length": 6469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2418delG",
"hgvs_p": "p.Asn807fs",
"transcript": "ENST00000531094.5",
"protein_id": "ENSP00000431259.1",
"transcript_support_level": 2,
"aa_start": 806,
"aa_end": null,
"aa_length": 1348,
"cds_start": 2418,
"cds_end": null,
"cds_length": 4047,
"cdna_start": 2483,
"cdna_end": null,
"cdna_length": 4415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2319delG",
"hgvs_p": "p.Asn774fs",
"transcript": "NM_145796.4",
"protein_id": "NP_665739.3",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 1315,
"cds_start": 2319,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 2663,
"cdna_end": null,
"cdna_length": 6370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.804delG",
"hgvs_p": "p.Asn269fs",
"transcript": "ENST00000529669.1",
"protein_id": "ENSP00000432295.1",
"transcript_support_level": 5,
"aa_start": 268,
"aa_end": null,
"aa_length": 315,
"cds_start": 804,
"cds_end": null,
"cds_length": 949,
"cdna_start": 804,
"cdna_end": null,
"cdna_length": 949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2604delG",
"hgvs_p": "p.Asn869fs",
"transcript": "XM_005245000.5",
"protein_id": "XP_005245057.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 1410,
"cds_start": 2604,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 3481,
"cdna_end": null,
"cdna_length": 7188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2604delG",
"hgvs_p": "p.Asn869fs",
"transcript": "XM_047450064.1",
"protein_id": "XP_047306020.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 1410,
"cds_start": 2604,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 2644,
"cdna_end": null,
"cdna_length": 6351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2598delG",
"hgvs_p": "p.Asn867fs",
"transcript": "XM_047450065.1",
"protein_id": "XP_047306021.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 1408,
"cds_start": 2598,
"cds_end": null,
"cds_length": 4227,
"cdna_start": 2718,
"cdna_end": null,
"cdna_length": 6425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2577delG",
"hgvs_p": "p.Asn860fs",
"transcript": "XM_017000746.2",
"protein_id": "XP_016856235.1",
"transcript_support_level": null,
"aa_start": 859,
"aa_end": null,
"aa_length": 1401,
"cds_start": 2577,
"cds_end": null,
"cds_length": 4206,
"cdna_start": 3454,
"cdna_end": null,
"cdna_length": 7161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2466delG",
"hgvs_p": "p.Asn823fs",
"transcript": "XM_017000748.2",
"protein_id": "XP_016856237.2",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 1364,
"cds_start": 2466,
"cds_end": null,
"cds_length": 4095,
"cdna_start": 2586,
"cdna_end": null,
"cdna_length": 6293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2445delG",
"hgvs_p": "p.Asn816fs",
"transcript": "XM_005245005.3",
"protein_id": "XP_005245062.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 1357,
"cds_start": 2445,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 2789,
"cdna_end": null,
"cdna_length": 6496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2439delG",
"hgvs_p": "p.Asn814fs",
"transcript": "XM_047450068.1",
"protein_id": "XP_047306024.1",
"transcript_support_level": null,
"aa_start": 813,
"aa_end": null,
"aa_length": 1355,
"cds_start": 2439,
"cds_end": null,
"cds_length": 4068,
"cdna_start": 2559,
"cdna_end": null,
"cdna_length": 6266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.2418delG",
"hgvs_p": "p.Asn807fs",
"transcript": "XM_047450069.1",
"protein_id": "XP_047306025.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 1348,
"cds_start": 2418,
"cds_end": null,
"cds_length": 4047,
"cdna_start": 3295,
"cdna_end": null,
"cdna_length": 7002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "c.1404delG",
"hgvs_p": "p.Asn469fs",
"transcript": "XM_047450070.1",
"protein_id": "XP_047306026.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 1010,
"cds_start": 1404,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 1523,
"cdna_end": null,
"cdna_length": 5230,
"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": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"hgvs_c": "n.2752delG",
"hgvs_p": null,
"transcript": "ENST00000358476.7",
"protein_id": null,
"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": 6459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "POGZ",
"gene_hgnc_id": 18801,
"dbsnp": "rs1553213126",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.095,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000271715.7",
"gene_symbol": "POGZ",
"hgnc_id": 18801,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2604delG",
"hgvs_p": "p.Asn869fs"
}
],
"clinvar_disease": "Intellectual disability-microcephaly-strabismus-behavioral abnormalities syndrome",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Intellectual disability-microcephaly-strabismus-behavioral abnormalities syndrome",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}