← 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: 6-29660564-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=29660564&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 29660564,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000376917.8",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "NM_206809.4",
"protein_id": "NP_996532.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": -4,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2042,
"mane_select": "ENST00000376917.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000376917.8",
"protein_id": "ENSP00000366115.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": -4,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2042,
"mane_select": "NM_206809.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000376894.8",
"protein_id": "ENSP00000366091.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": -4,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000376898.7",
"protein_id": "ENSP00000366095.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": -4,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000494692.5",
"protein_id": "ENSP00000417405.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": -4,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000396701.6",
"protein_id": "ENSP00000379929.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": -4,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000376891.8",
"protein_id": "ENSP00000366088.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 206,
"cds_start": -4,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.88+3267A>G",
"hgvs_p": null,
"transcript": "ENST00000376888.6",
"protein_id": "ENSP00000366085.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 131,
"cds_start": -4,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.88+3267A>G",
"hgvs_p": null,
"transcript": "ENST00000490427.5",
"protein_id": "ENSP00000420350.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": -4,
"cds_end": null,
"cds_length": 327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.88+3267A>G",
"hgvs_p": null,
"transcript": "ENST00000483013.5",
"protein_id": "ENSP00000418090.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "n.346+898A>G",
"hgvs_p": null,
"transcript": "ENST00000376889.3",
"protein_id": "ENSP00000366086.3",
"transcript_support_level": 1,
"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": 1981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "n.430+898A>G",
"hgvs_p": null,
"transcript": "ENST00000469603.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "n.430+898A>G",
"hgvs_p": null,
"transcript": "ENST00000476244.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "n.346+898A>G",
"hgvs_p": null,
"transcript": "ENST00000485211.5",
"protein_id": "ENSP00000418872.1",
"transcript_support_level": 1,
"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": 1077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "NM_001363610.2",
"protein_id": "NP_001350539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": -4,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "NM_002433.5",
"protein_id": "NP_002424.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": -4,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "NM_206811.4",
"protein_id": "NP_996534.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": -4,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "NM_001008228.3",
"protein_id": "NP_001008229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 224,
"cds_start": -4,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000396704.7",
"protein_id": "ENSP00000379932.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 224,
"cds_start": -4,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "NM_206810.4",
"protein_id": "NP_996533.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": -4,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000416766.6",
"protein_id": "ENSP00000409394.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "NM_206812.4",
"protein_id": "NP_996535.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 208,
"cds_start": -4,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "ENST00000431798.6",
"protein_id": "ENSP00000410866.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 208,
"cds_start": -4,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.436+898A>G",
"hgvs_p": null,
"transcript": "NM_001008229.3",
"protein_id": "NP_001008230.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 206,
"cds_start": -4,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.88+3267A>G",
"hgvs_p": null,
"transcript": "NM_206814.6",
"protein_id": "NP_996537.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 131,
"cds_start": -4,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "c.88+3267A>G",
"hgvs_p": null,
"transcript": "NM_001170418.2",
"protein_id": "NP_001163889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": -4,
"cds_end": null,
"cds_length": 327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"hgvs_c": "n.*293+898A>G",
"hgvs_p": null,
"transcript": "ENST00000376903.4",
"protein_id": "ENSP00000366101.4",
"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": 748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MOG",
"gene_hgnc_id": 7197,
"dbsnp": "rs3095293",
"frequency_reference_population": 0.0055285273,
"hom_count_reference_population": 6,
"allele_count_reference_population": 300,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00552853,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 300,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 6,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.949999988079071,
"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.95,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.145,
"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": "Benign",
"acmg_criteria": "BP4_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000376917.8",
"gene_symbol": "MOG",
"hgnc_id": 7197,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.436+898A>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
}