← 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-308828-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=308828&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 308828,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001387152.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.1082G>A",
"hgvs_p": "p.Arg361Gln",
"transcript": "NM_017550.3",
"protein_id": "NP_060020.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 545,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264819.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017550.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.1082G>A",
"hgvs_p": "p.Arg361Gln",
"transcript": "ENST00000264819.7",
"protein_id": "ENSP00000264819.3",
"transcript_support_level": 1,
"aa_start": 361,
"aa_end": null,
"aa_length": 545,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017550.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264819.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln",
"transcript": "NM_001387152.1",
"protein_id": "NP_001374081.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 547,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387152.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.1082G>A",
"hgvs_p": "p.Arg361Gln",
"transcript": "NM_001387153.1",
"protein_id": "NP_001374082.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 538,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387153.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.989G>A",
"hgvs_p": "p.Arg330Gln",
"transcript": "ENST00000931432.1",
"protein_id": "ENSP00000601491.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 514,
"cds_start": 989,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931432.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "NM_001346105.2",
"protein_id": "NP_001333034.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 509,
"cds_start": 974,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346105.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "NM_001387155.1",
"protein_id": "NP_001374084.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 509,
"cds_start": 974,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387155.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.956G>A",
"hgvs_p": "p.Arg319Gln",
"transcript": "ENST00000871288.1",
"protein_id": "ENSP00000541347.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 503,
"cds_start": 956,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871288.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "NM_001387154.1",
"protein_id": "NP_001374083.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 502,
"cds_start": 974,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387154.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.848G>A",
"hgvs_p": "p.Arg283Gln",
"transcript": "ENST00000871287.1",
"protein_id": "ENSP00000541346.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 467,
"cds_start": 848,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871287.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.830G>A",
"hgvs_p": "p.Arg277Gln",
"transcript": "NM_001387156.1",
"protein_id": "NP_001374085.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 461,
"cds_start": 830,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387156.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.830G>A",
"hgvs_p": "p.Arg277Gln",
"transcript": "NM_001387157.1",
"protein_id": "NP_001374086.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 461,
"cds_start": 830,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387157.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.530G>A",
"hgvs_p": "p.Arg177Gln",
"transcript": "ENST00000931431.1",
"protein_id": "ENSP00000601490.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 361,
"cds_start": 530,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931431.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.95G>A",
"hgvs_p": "p.Arg32Gln",
"transcript": "ENST00000619835.4",
"protein_id": "ENSP00000482489.2",
"transcript_support_level": 3,
"aa_start": 32,
"aa_end": null,
"aa_length": 209,
"cds_start": 95,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619835.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln",
"transcript": "XM_047438969.1",
"protein_id": "XP_047294925.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 552,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438969.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.1082G>A",
"hgvs_p": "p.Arg361Gln",
"transcript": "XM_047438970.1",
"protein_id": "XP_047294926.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 550,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438970.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln",
"transcript": "XM_047438971.1",
"protein_id": "XP_047294927.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 545,
"cds_start": 1088,
"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_047438971.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln",
"transcript": "XM_006722769.5",
"protein_id": "XP_006722832.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 540,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722769.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "XM_047438972.1",
"protein_id": "XP_047294928.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 514,
"cds_start": 974,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438972.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "XM_047438973.1",
"protein_id": "XP_047294929.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 514,
"cds_start": 974,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438973.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "XM_047438974.1",
"protein_id": "XP_047294930.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 514,
"cds_start": 974,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438974.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "XM_047438975.1",
"protein_id": "XP_047294931.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 514,
"cds_start": 974,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438975.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "XM_047438976.1",
"protein_id": "XP_047294932.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 514,
"cds_start": 974,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438976.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "XM_047438977.1",
"protein_id": "XP_047294933.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 514,
"cds_start": 974,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438977.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "XM_047438978.1",
"protein_id": "XP_047294934.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 514,
"cds_start": 974,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438978.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"hgvs_c": "c.830G>A",
"hgvs_p": "p.Arg277Gln",
"transcript": "XM_047438979.1",
"protein_id": "XP_047294935.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 466,
"cds_start": 830,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438979.1"
}
],
"gene_symbol": "MIER2",
"gene_hgnc_id": 29210,
"dbsnp": "rs760986945",
"frequency_reference_population": 0.0000034336038,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.0000034336,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6093338131904602,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.163,
"revel_prediction": "Benign",
"alphamissense_score": 0.2806,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.498,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001387152.1",
"gene_symbol": "MIER2",
"hgnc_id": 29210,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1088G>A",
"hgvs_p": "p.Arg363Gln"
}
],
"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
}