← 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: 12-10118534-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=10118534&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 10118534,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000304084.13",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.668T>G",
"hgvs_p": "p.Ile223Ser",
"transcript": "NM_197947.3",
"protein_id": "NP_922938.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 247,
"cds_start": 668,
"cds_end": null,
"cds_length": 744,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 2542,
"mane_select": "ENST00000304084.13",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.668T>G",
"hgvs_p": "p.Ile223Ser",
"transcript": "ENST00000304084.13",
"protein_id": "ENSP00000302569.8",
"transcript_support_level": 1,
"aa_start": 223,
"aa_end": null,
"aa_length": 247,
"cds_start": 668,
"cds_end": null,
"cds_length": 744,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 2542,
"mane_select": "NM_197947.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.530T>G",
"hgvs_p": "p.Ile177Ser",
"transcript": "ENST00000353231.9",
"protein_id": "ENSP00000266456.6",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 201,
"cds_start": 530,
"cds_end": null,
"cds_length": 606,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.549T>G",
"hgvs_p": "p.Asp183Glu",
"transcript": "ENST00000533022.5",
"protein_id": "ENSP00000431461.1",
"transcript_support_level": 1,
"aa_start": 183,
"aa_end": null,
"aa_length": 189,
"cds_start": 549,
"cds_end": null,
"cds_length": 570,
"cdna_start": 549,
"cdna_end": null,
"cdna_length": 625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.431T>G",
"hgvs_p": "p.Ile144Ser",
"transcript": "ENST00000396484.6",
"protein_id": "ENSP00000379743.2",
"transcript_support_level": 1,
"aa_start": 144,
"aa_end": null,
"aa_length": 168,
"cds_start": 431,
"cds_end": null,
"cds_length": 507,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 1000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.411T>G",
"hgvs_p": "p.Asp137Glu",
"transcript": "ENST00000298523.9",
"protein_id": "ENSP00000298523.5",
"transcript_support_level": 1,
"aa_start": 137,
"aa_end": null,
"aa_length": 143,
"cds_start": 411,
"cds_end": null,
"cds_length": 432,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 1154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "n.*141T>G",
"hgvs_p": null,
"transcript": "ENST00000349926.9",
"protein_id": "ENSP00000344723.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "n.*454T>G",
"hgvs_p": null,
"transcript": "ENST00000465100.5",
"protein_id": "ENSP00000436923.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "n.668T>G",
"hgvs_p": null,
"transcript": "ENST00000529761.5",
"protein_id": "ENSP00000432876.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "n.1968T>G",
"hgvs_p": null,
"transcript": "ENST00000534609.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "n.*141T>G",
"hgvs_p": null,
"transcript": "ENST00000349926.9",
"protein_id": "ENSP00000344723.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "n.*454T>G",
"hgvs_p": null,
"transcript": "ENST00000465100.5",
"protein_id": "ENSP00000436923.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.530T>G",
"hgvs_p": "p.Ile177Ser",
"transcript": "NM_022570.5",
"protein_id": "NP_072092.2",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 201,
"cds_start": 530,
"cds_end": null,
"cds_length": 606,
"cdna_start": 647,
"cdna_end": null,
"cdna_length": 2404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.549T>G",
"hgvs_p": "p.Asp183Glu",
"transcript": "NM_197948.3",
"protein_id": "NP_922939.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 189,
"cds_start": 549,
"cds_end": null,
"cds_length": 570,
"cdna_start": 666,
"cdna_end": null,
"cdna_length": 2423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.431T>G",
"hgvs_p": "p.Ile144Ser",
"transcript": "NM_197950.3",
"protein_id": "NP_922941.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 168,
"cds_start": 431,
"cds_end": null,
"cds_length": 507,
"cdna_start": 548,
"cdna_end": null,
"cdna_length": 2305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.411T>G",
"hgvs_p": "p.Asp137Glu",
"transcript": "NM_197949.3",
"protein_id": "NP_922940.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 143,
"cds_start": 411,
"cds_end": null,
"cds_length": 432,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 2285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.668T>G",
"hgvs_p": "p.Ile223Ser",
"transcript": "XM_047429359.1",
"protein_id": "XP_047285315.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 247,
"cds_start": 668,
"cds_end": null,
"cds_length": 744,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 2542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "n.872T>G",
"hgvs_p": null,
"transcript": "NR_125336.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2629,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "c.*57T>G",
"hgvs_p": null,
"transcript": "XM_006719135.4",
"protein_id": "XP_006719198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000299754",
"gene_hgnc_id": null,
"hgvs_c": "n.163+2991A>C",
"hgvs_p": null,
"transcript": "ENST00000766122.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000299754",
"gene_hgnc_id": null,
"hgvs_c": "n.155+2991A>C",
"hgvs_p": null,
"transcript": "ENST00000766123.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000299754",
"gene_hgnc_id": null,
"hgvs_c": "n.151+2991A>C",
"hgvs_p": null,
"transcript": "ENST00000766124.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000299754",
"gene_hgnc_id": null,
"hgvs_c": "n.34+2991A>C",
"hgvs_p": null,
"transcript": "ENST00000766125.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105369655",
"gene_hgnc_id": null,
"hgvs_c": "n.181+2991A>C",
"hgvs_p": null,
"transcript": "XR_007063208.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105369655",
"gene_hgnc_id": null,
"hgvs_c": "n.149+2991A>C",
"hgvs_p": null,
"transcript": "XR_931352.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"hgvs_c": "n.*176T>G",
"hgvs_p": null,
"transcript": "ENST00000531192.5",
"protein_id": "ENSP00000434392.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CLEC7A",
"gene_hgnc_id": 14558,
"dbsnp": "rs16910527",
"frequency_reference_population": 0.0018711567,
"hom_count_reference_population": 46,
"allele_count_reference_population": 3018,
"gnomad_exomes_af": 0.000998242,
"gnomad_genomes_af": 0.0102404,
"gnomad_exomes_ac": 1458,
"gnomad_genomes_ac": 1560,
"gnomad_exomes_homalt": 19,
"gnomad_genomes_homalt": 27,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0039116740226745605,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.157,
"revel_prediction": "Benign",
"alphamissense_score": 0.8023,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.48,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000304084.13",
"gene_symbol": "CLEC7A",
"hgnc_id": 14558,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.668T>G",
"hgvs_p": "p.Ile223Ser"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000766122.1",
"gene_symbol": "ENSG00000299754",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.163+2991A>C",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "XR_931352.3",
"gene_symbol": "LOC105369655",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.149+2991A>C",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}