← 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: 18-46485053-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=46485053&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 46485053,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000642948.1",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.6148A>G",
"hgvs_p": "p.Met2050Val",
"transcript": "NM_001384474.1",
"protein_id": "NP_001371403.1",
"transcript_support_level": null,
"aa_start": 2050,
"aa_end": null,
"aa_length": 2273,
"cds_start": 6148,
"cds_end": null,
"cds_length": 6822,
"cdna_start": 6335,
"cdna_end": null,
"cdna_length": 7208,
"mane_select": "ENST00000642948.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.6148A>G",
"hgvs_p": "p.Met2050Val",
"transcript": "ENST00000642948.1",
"protein_id": "ENSP00000496347.1",
"transcript_support_level": null,
"aa_start": 2050,
"aa_end": null,
"aa_length": 2273,
"cds_start": 6148,
"cds_end": null,
"cds_length": 6822,
"cdna_start": 6335,
"cdna_end": null,
"cdna_length": 7208,
"mane_select": "NM_001384474.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2815A>G",
"hgvs_p": "p.Met939Val",
"transcript": "ENST00000300591.11",
"protein_id": "ENSP00000300591.6",
"transcript_support_level": 1,
"aa_start": 939,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2815,
"cds_end": null,
"cds_length": 3345,
"cdna_start": 3229,
"cdna_end": null,
"cdna_length": 3968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2527A>G",
"hgvs_p": "p.Met843Val",
"transcript": "ENST00000579038.6",
"protein_id": "ENSP00000463285.1",
"transcript_support_level": 1,
"aa_start": 843,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2527,
"cds_end": null,
"cds_length": 3036,
"cdna_start": 2878,
"cdna_end": null,
"cdna_length": 3633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Met289Val",
"transcript": "ENST00000398686.8",
"protein_id": "ENSP00000381676.4",
"transcript_support_level": 1,
"aa_start": 289,
"aa_end": null,
"aa_length": 512,
"cds_start": 865,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1085,
"cdna_end": null,
"cdna_length": 1958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.5962A>G",
"hgvs_p": "p.Met1988Val",
"transcript": "NM_144612.7",
"protein_id": "NP_653213.6",
"transcript_support_level": null,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2211,
"cds_start": 5962,
"cds_end": null,
"cds_length": 6636,
"cdna_start": 6149,
"cdna_end": null,
"cdna_length": 7022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.5962A>G",
"hgvs_p": "p.Met1988Val",
"transcript": "ENST00000536736.5",
"protein_id": "ENSP00000444586.1",
"transcript_support_level": 5,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2211,
"cds_start": 5962,
"cds_end": null,
"cds_length": 6636,
"cdna_start": 5962,
"cdna_end": null,
"cdna_length": 6848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.5530A>G",
"hgvs_p": "p.Met1844Val",
"transcript": "ENST00000441551.6",
"protein_id": "ENSP00000387621.2",
"transcript_support_level": 5,
"aa_start": 1844,
"aa_end": null,
"aa_length": 2067,
"cds_start": 5530,
"cds_end": null,
"cds_length": 6204,
"cdna_start": 5530,
"cdna_end": null,
"cdna_length": 6226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2815A>G",
"hgvs_p": "p.Met939Val",
"transcript": "NM_001145472.3",
"protein_id": "NP_001138944.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2815,
"cds_end": null,
"cds_length": 3345,
"cdna_start": 3229,
"cdna_end": null,
"cdna_length": 3981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2629A>G",
"hgvs_p": "p.Met877Val",
"transcript": "ENST00000582408.6",
"protein_id": "ENSP00000461964.1",
"transcript_support_level": 2,
"aa_start": 877,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2629,
"cds_end": null,
"cds_length": 3303,
"cdna_start": 2869,
"cdna_end": null,
"cdna_length": 3761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2527A>G",
"hgvs_p": "p.Met843Val",
"transcript": "NM_001308013.2",
"protein_id": "NP_001294942.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2527,
"cds_end": null,
"cds_length": 3036,
"cdna_start": 2878,
"cdna_end": null,
"cdna_length": 3644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Met289Val",
"transcript": "NM_001145473.3",
"protein_id": "NP_001138945.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 512,
"cds_start": 865,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1085,
"cdna_end": null,
"cdna_length": 1958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Met289Val",
"transcript": "NM_001173129.2",
"protein_id": "NP_001166600.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 457,
"cds_start": 865,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 1085,
"cdna_end": null,
"cdna_length": 1851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Met289Val",
"transcript": "ENST00000398705.7",
"protein_id": "ENSP00000381692.2",
"transcript_support_level": 2,
"aa_start": 289,
"aa_end": null,
"aa_length": 457,
"cds_start": 865,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 1076,
"cdna_end": null,
"cdna_length": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.5104A>G",
"hgvs_p": "p.Met1702Val",
"transcript": "XM_047437289.1",
"protein_id": "XP_047293245.1",
"transcript_support_level": null,
"aa_start": 1702,
"aa_end": null,
"aa_length": 1925,
"cds_start": 5104,
"cds_end": null,
"cds_length": 5778,
"cdna_start": 5203,
"cdna_end": null,
"cdna_length": 6076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.4309A>G",
"hgvs_p": "p.Met1437Val",
"transcript": "XM_011525804.3",
"protein_id": "XP_011524106.1",
"transcript_support_level": null,
"aa_start": 1437,
"aa_end": null,
"aa_length": 1660,
"cds_start": 4309,
"cds_end": null,
"cds_length": 4983,
"cdna_start": 4378,
"cdna_end": null,
"cdna_length": 5251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2947A>G",
"hgvs_p": "p.Met983Val",
"transcript": "XM_006722388.4",
"protein_id": "XP_006722451.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1206,
"cds_start": 2947,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 3075,
"cdna_end": null,
"cdna_length": 3948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2812A>G",
"hgvs_p": "p.Met938Val",
"transcript": "XM_024451085.2",
"protein_id": "XP_024306853.1",
"transcript_support_level": null,
"aa_start": 938,
"aa_end": null,
"aa_length": 1161,
"cds_start": 2812,
"cds_end": null,
"cds_length": 3486,
"cdna_start": 2845,
"cdna_end": null,
"cdna_length": 3718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2761A>G",
"hgvs_p": "p.Met921Val",
"transcript": "XM_006722391.4",
"protein_id": "XP_006722454.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1144,
"cds_start": 2761,
"cds_end": null,
"cds_length": 3435,
"cdna_start": 2889,
"cdna_end": null,
"cdna_length": 3762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2527A>G",
"hgvs_p": "p.Met843Val",
"transcript": "XM_024451086.2",
"protein_id": "XP_024306854.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2527,
"cds_end": null,
"cds_length": 3201,
"cdna_start": 2878,
"cdna_end": null,
"cdna_length": 3751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2527A>G",
"hgvs_p": "p.Met843Val",
"transcript": "XM_024451088.2",
"protein_id": "XP_024306856.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2527,
"cds_end": null,
"cds_length": 3201,
"cdna_start": 2714,
"cdna_end": null,
"cdna_length": 3587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.916A>G",
"hgvs_p": "p.Met306Val",
"transcript": "XM_011525810.3",
"protein_id": "XP_011524112.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 529,
"cds_start": 916,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Met289Val",
"transcript": "XM_011525811.3",
"protein_id": "XP_011524113.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 512,
"cds_start": 865,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1871,
"cdna_end": null,
"cdna_length": 2744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.*81A>G",
"hgvs_p": null,
"transcript": "XM_047437290.1",
"protein_id": "XP_047293246.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1768,
"cds_start": -4,
"cds_end": null,
"cds_length": 5307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.*1752A>G",
"hgvs_p": null,
"transcript": "XM_047437291.1",
"protein_id": "XP_047293247.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1765,
"cds_start": -4,
"cds_end": null,
"cds_length": 5298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"dbsnp": "rs141749060",
"frequency_reference_population": 0.000016123498,
"hom_count_reference_population": 0,
"allele_count_reference_population": 25,
"gnomad_exomes_af": 0.0000157265,
"gnomad_genomes_af": 0.000019786,
"gnomad_exomes_ac": 22,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02857649326324463,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.044,
"revel_prediction": "Benign",
"alphamissense_score": 0.0444,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.048,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000642948.1",
"gene_symbol": "LOXHD1",
"hgnc_id": 26521,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.6148A>G",
"hgvs_p": "p.Met2050Val"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2",
"phenotype_combined": "not specified|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}