← 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-308631-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=308631&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MIER2",
"hgnc_id": 29210,
"hgvs_c": "c.1150G>A",
"hgvs_p": "p.Asp384Asn",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_001387152.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_score": -4,
"allele_count_reference_population": 597,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.0929,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.73,
"chr": "19",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.04428422451019287,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 545,
"aa_ref": "D",
"aa_start": 382,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2769,
"cdna_start": 1158,
"cds_end": null,
"cds_length": 1638,
"cds_start": 1144,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_017550.3",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1144G>A",
"hgvs_p": "p.Asp382Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000264819.7",
"protein_coding": true,
"protein_id": "NP_060020.1",
"strand": false,
"transcript": "NM_017550.3",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 545,
"aa_ref": "D",
"aa_start": 382,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2769,
"cdna_start": 1158,
"cds_end": null,
"cds_length": 1638,
"cds_start": 1144,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000264819.7",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1144G>A",
"hgvs_p": "p.Asp382Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_017550.3",
"protein_coding": true,
"protein_id": "ENSP00000264819.3",
"strand": false,
"transcript": "ENST00000264819.7",
"transcript_support_level": 1
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 547,
"aa_ref": "D",
"aa_start": 384,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3411,
"cdna_start": 1800,
"cds_end": null,
"cds_length": 1644,
"cds_start": 1150,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001387152.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1150G>A",
"hgvs_p": "p.Asp384Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001374081.1",
"strand": false,
"transcript": "NM_001387152.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 538,
"aa_ref": "D",
"aa_start": 375,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2748,
"cdna_start": 1137,
"cds_end": null,
"cds_length": 1617,
"cds_start": 1123,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001387153.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1123G>A",
"hgvs_p": "p.Asp375Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001374082.1",
"strand": false,
"transcript": "NM_001387153.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 514,
"aa_ref": "D",
"aa_start": 351,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2670,
"cdna_start": 1062,
"cds_end": null,
"cds_length": 1545,
"cds_start": 1051,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000931432.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1051G>A",
"hgvs_p": "p.Asp351Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000601491.1",
"strand": false,
"transcript": "ENST00000931432.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 509,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2678,
"cdna_start": 1067,
"cds_end": null,
"cds_length": 1530,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001346105.2",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001333034.1",
"strand": false,
"transcript": "NM_001346105.2",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 509,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3936,
"cdna_start": 2325,
"cds_end": null,
"cds_length": 1530,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001387155.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001374084.1",
"strand": false,
"transcript": "NM_001387155.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 503,
"aa_ref": "D",
"aa_start": 340,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2641,
"cdna_start": 1030,
"cds_end": null,
"cds_length": 1512,
"cds_start": 1018,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000871288.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1018G>A",
"hgvs_p": "p.Asp340Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541347.1",
"strand": false,
"transcript": "ENST00000871288.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 502,
"aa_ref": "D",
"aa_start": 339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2657,
"cdna_start": 1046,
"cds_end": null,
"cds_length": 1509,
"cds_start": 1015,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001387154.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1015G>A",
"hgvs_p": "p.Asp339Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001374083.1",
"strand": false,
"transcript": "NM_001387154.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 467,
"aa_ref": "D",
"aa_start": 304,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2533,
"cdna_start": 924,
"cds_end": null,
"cds_length": 1404,
"cds_start": 910,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000871287.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Asp304Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541346.1",
"strand": false,
"transcript": "ENST00000871287.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 461,
"aa_ref": "D",
"aa_start": 298,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2886,
"cdna_start": 1275,
"cds_end": null,
"cds_length": 1386,
"cds_start": 892,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001387156.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.892G>A",
"hgvs_p": "p.Asp298Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001374085.1",
"strand": false,
"transcript": "NM_001387156.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 461,
"aa_ref": "D",
"aa_start": 298,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2795,
"cdna_start": 1184,
"cds_end": null,
"cds_length": 1386,
"cds_start": 892,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001387157.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.892G>A",
"hgvs_p": "p.Asp298Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001374086.1",
"strand": false,
"transcript": "NM_001387157.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 361,
"aa_ref": "D",
"aa_start": 198,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2213,
"cdna_start": 603,
"cds_end": null,
"cds_length": 1086,
"cds_start": 592,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000931431.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Asp198Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000601490.1",
"strand": false,
"transcript": "ENST00000931431.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 209,
"aa_ref": "D",
"aa_start": 46,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1748,
"cdna_start": 137,
"cds_end": null,
"cds_length": 630,
"cds_start": 136,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000619835.4",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Asp46Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000482489.2",
"strand": false,
"transcript": "ENST00000619835.4",
"transcript_support_level": 3
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 552,
"aa_ref": "D",
"aa_start": 384,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3426,
"cdna_start": 1800,
"cds_end": null,
"cds_length": 1659,
"cds_start": 1150,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_047438969.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1150G>A",
"hgvs_p": "p.Asp384Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294925.1",
"strand": false,
"transcript": "XM_047438969.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 550,
"aa_ref": "D",
"aa_start": 382,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2784,
"cdna_start": 1158,
"cds_end": null,
"cds_length": 1653,
"cds_start": 1144,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_047438970.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1144G>A",
"hgvs_p": "p.Asp382Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294926.1",
"strand": false,
"transcript": "XM_047438970.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 545,
"aa_ref": "D",
"aa_start": 377,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3405,
"cdna_start": 1779,
"cds_end": null,
"cds_length": 1638,
"cds_start": 1129,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_047438971.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1129G>A",
"hgvs_p": "p.Asp377Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294927.1",
"strand": false,
"transcript": "XM_047438971.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 540,
"aa_ref": "D",
"aa_start": 377,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3390,
"cdna_start": 1779,
"cds_end": null,
"cds_length": 1623,
"cds_start": 1129,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_006722769.5",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1129G>A",
"hgvs_p": "p.Asp377Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006722832.1",
"strand": false,
"transcript": "XM_006722769.5",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 514,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2693,
"cdna_start": 1067,
"cds_end": null,
"cds_length": 1545,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047438972.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294928.1",
"strand": false,
"transcript": "XM_047438972.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 514,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6487,
"cdna_start": 4861,
"cds_end": null,
"cds_length": 1545,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_047438973.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294929.1",
"strand": false,
"transcript": "XM_047438973.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 514,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5557,
"cdna_start": 3931,
"cds_end": null,
"cds_length": 1545,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_047438974.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294930.1",
"strand": false,
"transcript": "XM_047438974.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 514,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4045,
"cdna_start": 2419,
"cds_end": null,
"cds_length": 1545,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_047438975.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294931.1",
"strand": false,
"transcript": "XM_047438975.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 514,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3951,
"cdna_start": 2325,
"cds_end": null,
"cds_length": 1545,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_047438976.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294932.1",
"strand": false,
"transcript": "XM_047438976.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 514,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3520,
"cdna_start": 1894,
"cds_end": null,
"cds_length": 1545,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_047438977.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294933.1",
"strand": false,
"transcript": "XM_047438977.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 514,
"aa_ref": "D",
"aa_start": 346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2878,
"cdna_start": 1252,
"cds_end": null,
"cds_length": 1545,
"cds_start": 1036,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XM_047438978.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.1036G>A",
"hgvs_p": "p.Asp346Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294934.1",
"strand": false,
"transcript": "XM_047438978.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 466,
"aa_ref": "D",
"aa_start": 298,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2554,
"cdna_start": 928,
"cds_end": null,
"cds_length": 1401,
"cds_start": 892,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "XM_047438979.1",
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"hgvs_c": "c.892G>A",
"hgvs_p": "p.Asp298Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294935.1",
"strand": false,
"transcript": "XM_047438979.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs202163232",
"effect": "missense_variant",
"frequency_reference_population": 0.00037169352,
"gene_hgnc_id": 29210,
"gene_symbol": "MIER2",
"gnomad_exomes_ac": 563,
"gnomad_exomes_af": 0.000387237,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 34,
"gnomad_genomes_af": 0.000223285,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.087,
"pos": 308631,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.041,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_001387152.1"
}
]
}