← 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: 17-8369212-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=8369212&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 8369212,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_213597.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRABD2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "NM_001304947.3",
"protein_id": "NP_001291876.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000396267.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304947.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000396267.3",
"protein_id": "ENSP00000379565.3",
"transcript_support_level": 2,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001304947.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396267.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"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": "ENSG00000263809",
"gene_hgnc_id": null,
"hgvs_c": "n.*2138G>T",
"hgvs_p": null,
"transcript": "ENST00000582471.1",
"protein_id": "ENSP00000463847.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000582471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"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": "ENSG00000263809",
"gene_hgnc_id": null,
"hgvs_c": "n.*2138G>T",
"hgvs_p": null,
"transcript": "ENST00000582471.1",
"protein_id": "ENSP00000463847.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000582471.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRABD2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1401G>T",
"hgvs_p": "p.Met467Ile",
"transcript": "NM_213597.3",
"protein_id": "NP_998762.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 492,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_213597.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1401G>T",
"hgvs_p": "p.Met467Ile",
"transcript": "ENST00000643221.1",
"protein_id": "ENSP00000494883.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 492,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643221.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1299G>T",
"hgvs_p": "p.Met433Ile",
"transcript": "ENST00000647210.1",
"protein_id": "ENSP00000496270.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 458,
"cds_start": 1299,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647210.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1299G>T",
"hgvs_p": "p.Met433Ile",
"transcript": "ENST00000649935.1",
"protein_id": "ENSP00000496946.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 458,
"cds_start": 1299,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649935.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000851333.1",
"protein_id": "ENSP00000521392.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851333.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000851334.1",
"protein_id": "ENSP00000521393.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851334.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000952554.1",
"protein_id": "ENSP00000622613.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952554.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000952555.1",
"protein_id": "ENSP00000622614.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952555.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000952556.1",
"protein_id": "ENSP00000622615.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952556.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000952557.1",
"protein_id": "ENSP00000622616.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952557.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000952558.1",
"protein_id": "ENSP00000622617.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952558.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000952559.1",
"protein_id": "ENSP00000622618.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952559.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000952560.1",
"protein_id": "ENSP00000622619.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952560.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRBA2",
"gene_hgnc_id": 26989,
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile",
"transcript": "ENST00000952561.1",
"protein_id": "ENSP00000622620.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 410,
"cds_start": 1155,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952561.1"
},
{
"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": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.153+3491C>A",
"hgvs_p": null,
"transcript": "ENST00000579904.6",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000579904.6"
},
{
"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": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.153+3491C>A",
"hgvs_p": null,
"transcript": "ENST00000580537.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": "ENST00000580537.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.205+2004C>A",
"hgvs_p": null,
"transcript": "ENST00000583963.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000583963.1"
},
{
"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": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.158+3491C>A",
"hgvs_p": null,
"transcript": "ENST00000666354.2",
"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": "ENST00000666354.2"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.199+2004C>A",
"hgvs_p": null,
"transcript": "ENST00000774784.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": "ENST00000774784.1"
}
],
"gene_symbol": "KRABD2",
"gene_hgnc_id": 26989,
"dbsnp": "rs1002023600",
"frequency_reference_population": 0.0000034202253,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342023,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.023842960596084595,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.028,
"revel_prediction": "Benign",
"alphamissense_score": 0.1238,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.441,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_213597.3",
"gene_symbol": "KRABD2",
"hgnc_id": 26989,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1401G>T",
"hgvs_p": "p.Met467Ile"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000396267.3",
"gene_symbol": "KRBA2",
"hgnc_id": 26989,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1155G>T",
"hgvs_p": "p.Met385Ile"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000582471.1",
"gene_symbol": "ENSG00000263809",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*2138G>T",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000579904.6",
"gene_symbol": "ENSG00000265749",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.153+3491C>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
}