← 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-149788410-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=149788410&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 149788410,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001378804.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"transcript": "NM_000566.4",
"protein_id": "NP_000557.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 374,
"cds_start": 352,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369168.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000566.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"transcript": "ENST00000369168.5",
"protein_id": "ENSP00000358165.4",
"transcript_support_level": 1,
"aa_start": 118,
"aa_end": null,
"aa_length": 374,
"cds_start": 352,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000566.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369168.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000233030",
"gene_hgnc_id": null,
"hgvs_c": "n.1064-272C>T",
"hgvs_p": null,
"transcript": "ENST00000428289.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000428289.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.442G>A",
"hgvs_p": "p.Glu148Lys",
"transcript": "ENST00000964516.1",
"protein_id": "ENSP00000634575.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 404,
"cds_start": 442,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964516.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Glu119Lys",
"transcript": "NM_001378804.1",
"protein_id": "NP_001365733.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 375,
"cds_start": 355,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378804.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Glu119Lys",
"transcript": "ENST00000866776.1",
"protein_id": "ENSP00000536835.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 375,
"cds_start": 355,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866776.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Glu111Lys",
"transcript": "NM_001378805.1",
"protein_id": "NP_001365734.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 367,
"cds_start": 331,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378805.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"transcript": "NM_001378806.1",
"protein_id": "NP_001365735.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 357,
"cds_start": 352,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378806.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"transcript": "ENST00000866777.1",
"protein_id": "ENSP00000536836.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 357,
"cds_start": 352,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866777.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.283G>A",
"hgvs_p": "p.Glu95Lys",
"transcript": "NM_001378807.1",
"protein_id": "NP_001365736.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 351,
"cds_start": 283,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378807.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Glu33Lys",
"transcript": "NM_001378809.1",
"protein_id": "NP_001365738.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 289,
"cds_start": 97,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378809.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Glu33Lys",
"transcript": "ENST00000866778.1",
"protein_id": "ENSP00000536837.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 289,
"cds_start": 97,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866778.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Glu26Lys",
"transcript": "NM_001378810.1",
"protein_id": "NP_001365739.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 282,
"cds_start": 76,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378810.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Glu26Lys",
"transcript": "NM_001378811.1",
"protein_id": "NP_001365740.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 265,
"cds_start": 76,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378811.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.76G>A",
"hgvs_p": "p.Glu26Lys",
"transcript": "ENST00000444948.5",
"protein_id": "ENSP00000394279.1",
"transcript_support_level": 2,
"aa_start": 26,
"aa_end": null,
"aa_length": 239,
"cds_start": 76,
"cds_end": null,
"cds_length": 722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444948.5"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.308-1644G>A",
"hgvs_p": null,
"transcript": "NM_001378808.1",
"protein_id": "NP_001365737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": null,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378808.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "H2BC18",
"gene_hgnc_id": 24700,
"hgvs_c": "c.378-5150C>T",
"hgvs_p": null,
"transcript": "NM_001161334.2",
"protein_id": "NP_001154806.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 134,
"cds_start": null,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161334.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "H2BC18",
"gene_hgnc_id": 24700,
"hgvs_c": "c.378-5150C>T",
"hgvs_p": null,
"transcript": "ENST00000545683.1",
"protein_id": "ENSP00000445831.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 134,
"cds_start": null,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545683.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124904411",
"gene_hgnc_id": null,
"hgvs_c": "c.*577-272C>T",
"hgvs_p": null,
"transcript": "XM_047438180.1",
"protein_id": "XP_047294136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 224,
"cds_start": null,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438180.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124904411",
"gene_hgnc_id": null,
"hgvs_c": "c.*577-272C>T",
"hgvs_p": null,
"transcript": "XM_047438182.1",
"protein_id": "XP_047294138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 224,
"cds_start": null,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438182.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124904411",
"gene_hgnc_id": null,
"hgvs_c": "c.*576+3548C>T",
"hgvs_p": null,
"transcript": "XM_047438183.1",
"protein_id": "XP_047294139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 224,
"cds_start": null,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438183.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "n.402G>A",
"hgvs_p": null,
"transcript": "NR_166121.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_166121.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "n.402G>A",
"hgvs_p": null,
"transcript": "NR_166122.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_166122.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "n.402G>A",
"hgvs_p": null,
"transcript": "NR_166123.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_166123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "H2BC18",
"gene_hgnc_id": 24700,
"hgvs_c": "n.76-5150C>T",
"hgvs_p": null,
"transcript": "ENST00000420462.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000420462.1"
}
],
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"dbsnp": null,
"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": 0.23872366547584534,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.114,
"revel_prediction": "Benign",
"alphamissense_score": 0.153,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.464,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001378804.1",
"gene_symbol": "FCGR1A",
"hgnc_id": 3613,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Glu119Lys"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001161334.2",
"gene_symbol": "H2BC18",
"hgnc_id": 24700,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.378-5150C>T",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000428289.1",
"gene_symbol": "ENSG00000233030",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1064-272C>T",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XM_047438180.1",
"gene_symbol": "LOC124904411",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.*577-272C>T",
"hgvs_p": null
}
],
"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
}