← 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: 13-27553334-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=27553334&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 27553334,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_153371.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "NM_153371.4",
"protein_id": "NP_699202.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1907,
"cdna_end": null,
"cdna_length": 4750,
"mane_select": "ENST00000316334.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153371.4"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "ENST00000316334.5",
"protein_id": "ENSP00000325929.3",
"transcript_support_level": 1,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1907,
"cdna_end": null,
"cdna_length": 4750,
"mane_select": "NM_153371.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000316334.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "ENST00000649248.1",
"protein_id": "ENSP00000497224.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1817,
"cdna_end": null,
"cdna_length": 4648,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649248.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "ENST00000869675.1",
"protein_id": "ENSP00000539734.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2058,
"cdna_end": null,
"cdna_length": 4899,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869675.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "ENST00000869676.1",
"protein_id": "ENSP00000539735.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2348,
"cdna_end": null,
"cdna_length": 5188,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869676.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "ENST00000869677.1",
"protein_id": "ENSP00000539736.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2061,
"cdna_end": null,
"cdna_length": 4901,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869677.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "ENST00000869681.1",
"protein_id": "ENSP00000539740.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2321,
"cdna_end": null,
"cdna_length": 5164,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869681.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "ENST00000869683.1",
"protein_id": "ENSP00000539742.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2116,
"cdna_end": null,
"cdna_length": 4956,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869683.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "ENST00000952571.1",
"protein_id": "ENSP00000622630.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1859,
"cdna_end": null,
"cdna_length": 4699,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952571.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1511A>G",
"hgvs_p": "p.Lys504Arg",
"transcript": "ENST00000869678.1",
"protein_id": "ENSP00000539737.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 643,
"cds_start": 1511,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 2198,
"cdna_end": null,
"cdna_length": 5041,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869678.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1511A>G",
"hgvs_p": "p.Lys504Arg",
"transcript": "ENST00000869680.1",
"protein_id": "ENSP00000539739.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 643,
"cds_start": 1511,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 1823,
"cdna_end": null,
"cdna_length": 4668,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869680.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1508A>G",
"hgvs_p": "p.Lys503Arg",
"transcript": "ENST00000940589.1",
"protein_id": "ENSP00000610648.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 642,
"cds_start": 1508,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 1763,
"cdna_end": null,
"cdna_length": 4606,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940589.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1283A>G",
"hgvs_p": "p.Lys428Arg",
"transcript": "ENST00000869679.1",
"protein_id": "ENSP00000539738.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 567,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1607,
"cdna_end": null,
"cdna_length": 4450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869679.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1283A>G",
"hgvs_p": "p.Lys428Arg",
"transcript": "ENST00000869682.1",
"protein_id": "ENSP00000539741.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 567,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1944,
"cdna_end": null,
"cdna_length": 4786,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869682.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1283A>G",
"hgvs_p": "p.Lys428Arg",
"transcript": "ENST00000952572.1",
"protein_id": "ENSP00000622631.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 567,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 3755,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952572.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1139A>G",
"hgvs_p": "p.Lys380Arg",
"transcript": "ENST00000952573.1",
"protein_id": "ENSP00000622632.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 519,
"cds_start": 1139,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 1397,
"cdna_end": null,
"cdna_length": 1954,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952573.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "XM_017020434.2",
"protein_id": "XP_016875923.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1821,
"cdna_end": null,
"cdna_length": 4664,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020434.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "XM_047430145.1",
"protein_id": "XP_047286101.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2264,
"cdna_end": null,
"cdna_length": 5107,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430145.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "XM_047430147.1",
"protein_id": "XP_047286103.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 13785,
"cdna_end": null,
"cdna_length": 16628,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430147.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "XM_047430148.1",
"protein_id": "XP_047286104.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 1972,
"cdna_end": null,
"cdna_length": 4815,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430148.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "XM_047430149.1",
"protein_id": "XP_047286105.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2429,
"cdna_end": null,
"cdna_length": 5272,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430149.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg",
"transcript": "XM_047430150.1",
"protein_id": "XP_047286106.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 690,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2259,
"cdna_end": null,
"cdna_length": 5102,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430150.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1283A>G",
"hgvs_p": "p.Lys428Arg",
"transcript": "XM_011534995.3",
"protein_id": "XP_011533297.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 567,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 4381,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534995.3"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "LNX2",
"gene_hgnc_id": 20421,
"hgvs_c": "c.1283A>G",
"hgvs_p": "p.Lys428Arg",
"transcript": "XM_047430151.1",
"protein_id": "XP_047286107.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 567,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1895,
"cdna_end": null,
"cdna_length": 4738,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430151.1"
}
],
"gene_symbol": "LNX2",
"gene_hgnc_id": 20421,
"dbsnp": "rs201709536",
"frequency_reference_population": 0.000060097344,
"hom_count_reference_population": 1,
"allele_count_reference_population": 97,
"gnomad_exomes_af": 0.0000636165,
"gnomad_genomes_af": 0.0000262878,
"gnomad_exomes_ac": 93,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.12609145045280457,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.077,
"revel_prediction": "Benign",
"alphamissense_score": 0.0744,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.129,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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_153371.4",
"gene_symbol": "LNX2",
"hgnc_id": 20421,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1652A>G",
"hgvs_p": "p.Lys551Arg"
}
],
"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
}