← 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-149791413-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=149791413&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 149791413,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001378804.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.1021C>T",
"hgvs_p": "p.Leu341Phe",
"transcript": "NM_000566.4",
"protein_id": "NP_000557.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 374,
"cds_start": 1021,
"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": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.1021C>T",
"hgvs_p": "p.Leu341Phe",
"transcript": "ENST00000369168.5",
"protein_id": "ENSP00000358165.4",
"transcript_support_level": 1,
"aa_start": 341,
"aa_end": null,
"aa_length": 374,
"cds_start": 1021,
"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.1063+545G>A",
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.1111C>T",
"hgvs_p": "p.Leu371Phe",
"transcript": "ENST00000964516.1",
"protein_id": "ENSP00000634575.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 404,
"cds_start": 1111,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.1024C>T",
"hgvs_p": "p.Leu342Phe",
"transcript": "NM_001378804.1",
"protein_id": "NP_001365733.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 375,
"cds_start": 1024,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.1024C>T",
"hgvs_p": "p.Leu342Phe",
"transcript": "ENST00000866776.1",
"protein_id": "ENSP00000536835.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 375,
"cds_start": 1024,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.1000C>T",
"hgvs_p": "p.Leu334Phe",
"transcript": "NM_001378805.1",
"protein_id": "NP_001365734.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 367,
"cds_start": 1000,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.970C>T",
"hgvs_p": "p.Leu324Phe",
"transcript": "NM_001378806.1",
"protein_id": "NP_001365735.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 357,
"cds_start": 970,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.970C>T",
"hgvs_p": "p.Leu324Phe",
"transcript": "ENST00000866777.1",
"protein_id": "ENSP00000536836.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 357,
"cds_start": 970,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.952C>T",
"hgvs_p": "p.Leu318Phe",
"transcript": "NM_001378807.1",
"protein_id": "NP_001365736.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 351,
"cds_start": 952,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.769C>T",
"hgvs_p": "p.Leu257Phe",
"transcript": "NM_001378808.1",
"protein_id": "NP_001365737.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 290,
"cds_start": 769,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Leu256Phe",
"transcript": "NM_001378809.1",
"protein_id": "NP_001365738.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 289,
"cds_start": 766,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Leu256Phe",
"transcript": "ENST00000866778.1",
"protein_id": "ENSP00000536837.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 289,
"cds_start": 766,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.745C>T",
"hgvs_p": "p.Leu249Phe",
"transcript": "NM_001378810.1",
"protein_id": "NP_001365739.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 282,
"cds_start": 745,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.694C>T",
"hgvs_p": "p.Leu232Phe",
"transcript": "NM_001378811.1",
"protein_id": "NP_001365740.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 265,
"cds_start": 694,
"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": 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-8153G>A",
"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-8153G>A",
"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.*576+545G>A",
"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.*576+545G>A",
"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+545G>A",
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "n.215C>T",
"hgvs_p": null,
"transcript": "ENST00000489704.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": "ENST00000489704.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "n.973C>T",
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "n.1071C>T",
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "n.1071C>T",
"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-8153G>A",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"hgvs_c": "c.*23C>T",
"hgvs_p": null,
"transcript": "ENST00000444948.5",
"protein_id": "ENSP00000394279.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": null,
"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"
}
],
"gene_symbol": "FCGR1A",
"gene_hgnc_id": 3613,
"dbsnp": "rs782053090",
"frequency_reference_population": 0.0000043693744,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000343576,
"gnomad_genomes_af": 0.000013626,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10826939344406128,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.067,
"revel_prediction": "Benign",
"alphamissense_score": 0.067,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.022,
"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": 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.1024C>T",
"hgvs_p": "p.Leu342Phe"
},
{
"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-8153G>A",
"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.1063+545G>A",
"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.*576+545G>A",
"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
}