← 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-151404894-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=151404894&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 151404894,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_015100.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4141C>T",
"hgvs_p": "p.Pro1381Ser",
"transcript": "NM_015100.4",
"protein_id": "NP_055915.2",
"transcript_support_level": null,
"aa_start": 1381,
"aa_end": null,
"aa_length": 1410,
"cds_start": 4141,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 4485,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": "ENST00000271715.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4141C>T",
"hgvs_p": "p.Pro1381Ser",
"transcript": "ENST00000271715.7",
"protein_id": "ENSP00000271715.2",
"transcript_support_level": 1,
"aa_start": 1381,
"aa_end": null,
"aa_length": 1410,
"cds_start": 4141,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 4485,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": "NM_015100.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3982C>T",
"hgvs_p": "p.Pro1328Ser",
"transcript": "ENST00000392723.6",
"protein_id": "ENSP00000376484.1",
"transcript_support_level": 1,
"aa_start": 1328,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3982,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 4011,
"cdna_end": null,
"cdna_length": 6181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3856C>T",
"hgvs_p": "p.Pro1286Ser",
"transcript": "ENST00000368863.6",
"protein_id": "ENSP00000357856.2",
"transcript_support_level": 1,
"aa_start": 1286,
"aa_end": null,
"aa_length": 1315,
"cds_start": 3856,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 3885,
"cdna_end": null,
"cdna_length": 6054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4189C>T",
"hgvs_p": "p.Pro1397Ser",
"transcript": "ENST00000710270.1",
"protein_id": "ENSP00000518163.1",
"transcript_support_level": null,
"aa_start": 1397,
"aa_end": null,
"aa_length": 1426,
"cds_start": 4189,
"cds_end": null,
"cds_length": 4281,
"cdna_start": 4485,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4162C>T",
"hgvs_p": "p.Pro1388Ser",
"transcript": "NM_001410860.1",
"protein_id": "NP_001397789.1",
"transcript_support_level": null,
"aa_start": 1388,
"aa_end": null,
"aa_length": 1417,
"cds_start": 4162,
"cds_end": null,
"cds_length": 4254,
"cdna_start": 4282,
"cdna_end": null,
"cdna_length": 6452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4162C>T",
"hgvs_p": "p.Pro1388Ser",
"transcript": "ENST00000703168.1",
"protein_id": "ENSP00000515214.1",
"transcript_support_level": null,
"aa_start": 1388,
"aa_end": null,
"aa_length": 1417,
"cds_start": 4162,
"cds_end": null,
"cds_length": 4254,
"cdna_start": 4258,
"cdna_end": null,
"cdna_length": 4350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4141C>T",
"hgvs_p": "p.Pro1381Ser",
"transcript": "ENST00000439756.2",
"protein_id": "ENSP00000390156.2",
"transcript_support_level": 3,
"aa_start": 1381,
"aa_end": null,
"aa_length": 1410,
"cds_start": 4141,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 5720,
"cdna_end": null,
"cdna_length": 5812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4114C>T",
"hgvs_p": "p.Pro1372Ser",
"transcript": "NM_001194937.2",
"protein_id": "NP_001181866.1",
"transcript_support_level": null,
"aa_start": 1372,
"aa_end": null,
"aa_length": 1401,
"cds_start": 4114,
"cds_end": null,
"cds_length": 4206,
"cdna_start": 4458,
"cdna_end": null,
"cdna_length": 6628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4114C>T",
"hgvs_p": "p.Pro1372Ser",
"transcript": "ENST00000409503.5",
"protein_id": "ENSP00000386836.1",
"transcript_support_level": 2,
"aa_start": 1372,
"aa_end": null,
"aa_length": 1401,
"cds_start": 4114,
"cds_end": null,
"cds_length": 4206,
"cdna_start": 4143,
"cdna_end": null,
"cdna_length": 4813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4009C>T",
"hgvs_p": "p.Pro1337Ser",
"transcript": "ENST00000491586.5",
"protein_id": "ENSP00000418408.1",
"transcript_support_level": 5,
"aa_start": 1337,
"aa_end": null,
"aa_length": 1366,
"cds_start": 4009,
"cds_end": null,
"cds_length": 4101,
"cdna_start": 4038,
"cdna_end": null,
"cdna_length": 4130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3982C>T",
"hgvs_p": "p.Pro1328Ser",
"transcript": "NM_207171.2",
"protein_id": "NP_997054.1",
"transcript_support_level": null,
"aa_start": 1328,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3982,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 3983,
"cdna_end": null,
"cdna_length": 6153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3955C>T",
"hgvs_p": "p.Pro1319Ser",
"transcript": "NM_001194938.2",
"protein_id": "NP_001181867.1",
"transcript_support_level": null,
"aa_start": 1319,
"aa_end": null,
"aa_length": 1348,
"cds_start": 3955,
"cds_end": null,
"cds_length": 4047,
"cdna_start": 4299,
"cdna_end": null,
"cdna_length": 6469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3955C>T",
"hgvs_p": "p.Pro1319Ser",
"transcript": "ENST00000531094.5",
"protein_id": "ENSP00000431259.1",
"transcript_support_level": 2,
"aa_start": 1319,
"aa_end": null,
"aa_length": 1348,
"cds_start": 3955,
"cds_end": null,
"cds_length": 4047,
"cdna_start": 4020,
"cdna_end": null,
"cdna_length": 4415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3856C>T",
"hgvs_p": "p.Pro1286Ser",
"transcript": "NM_145796.4",
"protein_id": "NP_665739.3",
"transcript_support_level": null,
"aa_start": 1286,
"aa_end": null,
"aa_length": 1315,
"cds_start": 3856,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 4200,
"cdna_end": null,
"cdna_length": 6370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4141C>T",
"hgvs_p": "p.Pro1381Ser",
"transcript": "XM_005245000.5",
"protein_id": "XP_005245057.1",
"transcript_support_level": null,
"aa_start": 1381,
"aa_end": null,
"aa_length": 1410,
"cds_start": 4141,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 5018,
"cdna_end": null,
"cdna_length": 7188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4141C>T",
"hgvs_p": "p.Pro1381Ser",
"transcript": "XM_047450064.1",
"protein_id": "XP_047306020.1",
"transcript_support_level": null,
"aa_start": 1381,
"aa_end": null,
"aa_length": 1410,
"cds_start": 4141,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 4181,
"cdna_end": null,
"cdna_length": 6351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4135C>T",
"hgvs_p": "p.Pro1379Ser",
"transcript": "XM_047450065.1",
"protein_id": "XP_047306021.1",
"transcript_support_level": null,
"aa_start": 1379,
"aa_end": null,
"aa_length": 1408,
"cds_start": 4135,
"cds_end": null,
"cds_length": 4227,
"cdna_start": 4255,
"cdna_end": null,
"cdna_length": 6425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4114C>T",
"hgvs_p": "p.Pro1372Ser",
"transcript": "XM_017000746.2",
"protein_id": "XP_016856235.1",
"transcript_support_level": null,
"aa_start": 1372,
"aa_end": null,
"aa_length": 1401,
"cds_start": 4114,
"cds_end": null,
"cds_length": 4206,
"cdna_start": 4991,
"cdna_end": null,
"cdna_length": 7161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.4003C>T",
"hgvs_p": "p.Pro1335Ser",
"transcript": "XM_017000748.2",
"protein_id": "XP_016856237.2",
"transcript_support_level": null,
"aa_start": 1335,
"aa_end": null,
"aa_length": 1364,
"cds_start": 4003,
"cds_end": null,
"cds_length": 4095,
"cdna_start": 4123,
"cdna_end": null,
"cdna_length": 6293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3982C>T",
"hgvs_p": "p.Pro1328Ser",
"transcript": "XM_005245005.3",
"protein_id": "XP_005245062.1",
"transcript_support_level": null,
"aa_start": 1328,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3982,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 4326,
"cdna_end": null,
"cdna_length": 6496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3976C>T",
"hgvs_p": "p.Pro1326Ser",
"transcript": "XM_047450068.1",
"protein_id": "XP_047306024.1",
"transcript_support_level": null,
"aa_start": 1326,
"aa_end": null,
"aa_length": 1355,
"cds_start": 3976,
"cds_end": null,
"cds_length": 4068,
"cdna_start": 4096,
"cdna_end": null,
"cdna_length": 6266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.3955C>T",
"hgvs_p": "p.Pro1319Ser",
"transcript": "XM_047450069.1",
"protein_id": "XP_047306025.1",
"transcript_support_level": null,
"aa_start": 1319,
"aa_end": null,
"aa_length": 1348,
"cds_start": 3955,
"cds_end": null,
"cds_length": 4047,
"cdna_start": 4832,
"cdna_end": null,
"cdna_length": 7002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2941C>T",
"hgvs_p": "p.Pro981Ser",
"transcript": "XM_047450070.1",
"protein_id": "XP_047306026.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2941,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 3060,
"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.4289C>T",
"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": null,
"frequency_reference_population": 0.0000061564224,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000615642,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15187227725982666,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.132,
"revel_prediction": "Benign",
"alphamissense_score": 0.294,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.882,
"phylop100way_prediction": "Uncertain_significance",
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_015100.4",
"gene_symbol": "POGZ",
"hgnc_id": 18801,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4141C>T",
"hgvs_p": "p.Pro1381Ser"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}