← 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: 7-150951713-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=150951713&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 150951713,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000262186.10",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Ile560Ile",
"transcript": "NM_000238.4",
"protein_id": "NP_000229.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 1159,
"cds_start": 1680,
"cds_end": null,
"cds_length": 3480,
"cdna_start": 2088,
"cdna_end": null,
"cdna_length": 4292,
"mane_select": "ENST00000262186.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Ile560Ile",
"transcript": "ENST00000262186.10",
"protein_id": "ENSP00000262186.5",
"transcript_support_level": 1,
"aa_start": 560,
"aa_end": null,
"aa_length": 1159,
"cds_start": 1680,
"cds_end": null,
"cds_length": 3480,
"cdna_start": 2088,
"cdna_end": null,
"cdna_length": 4292,
"mane_select": "NM_000238.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.660C>T",
"hgvs_p": "p.Ile220Ile",
"transcript": "ENST00000330883.9",
"protein_id": "ENSP00000328531.4",
"transcript_support_level": 1,
"aa_start": 220,
"aa_end": null,
"aa_length": 819,
"cds_start": 660,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 3165,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.978C>T",
"hgvs_p": null,
"transcript": "ENST00000461280.2",
"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": 2441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Ile560Ile",
"transcript": "ENST00000713710.1",
"protein_id": "ENSP00000519013.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 1137,
"cds_start": 1680,
"cds_end": null,
"cds_length": 3414,
"cdna_start": 2023,
"cdna_end": null,
"cdna_length": 4161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1392C>T",
"hgvs_p": "p.Ile464Ile",
"transcript": "NM_001406753.1",
"protein_id": "NP_001393682.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 1063,
"cds_start": 1392,
"cds_end": null,
"cds_length": 3192,
"cdna_start": 1693,
"cdna_end": null,
"cdna_length": 3897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1380C>T",
"hgvs_p": "p.Ile460Ile",
"transcript": "ENST00000713701.1",
"protein_id": "ENSP00000519004.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 1059,
"cds_start": 1380,
"cds_end": null,
"cds_length": 3180,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 3749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Ile560Ile",
"transcript": "NM_172056.3",
"protein_id": "NP_742053.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 888,
"cds_start": 1680,
"cds_end": null,
"cds_length": 2667,
"cdna_start": 2088,
"cdna_end": null,
"cdna_length": 3565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1503C>T",
"hgvs_p": "p.Ile501Ile",
"transcript": "NM_001406755.1",
"protein_id": "NP_001393684.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 829,
"cds_start": 1503,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 1621,
"cdna_end": null,
"cdna_length": 3098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.660C>T",
"hgvs_p": "p.Ile220Ile",
"transcript": "NM_172057.3",
"protein_id": "NP_742054.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 819,
"cds_start": 660,
"cds_end": null,
"cds_length": 2460,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1392C>T",
"hgvs_p": "p.Ile464Ile",
"transcript": "NM_001406756.1",
"protein_id": "NP_001393685.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 792,
"cds_start": 1392,
"cds_end": null,
"cds_length": 2379,
"cdna_start": 1693,
"cdna_end": null,
"cdna_length": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1380C>T",
"hgvs_p": "p.Ile460Ile",
"transcript": "NM_001406757.1",
"protein_id": "NP_001393686.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 788,
"cds_start": 1380,
"cds_end": null,
"cds_length": 2367,
"cdna_start": 1510,
"cdna_end": null,
"cdna_length": 2987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.660C>T",
"hgvs_p": "p.Ile220Ile",
"transcript": "NM_001204798.2",
"protein_id": "NP_001191727.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 548,
"cds_start": 660,
"cds_end": null,
"cds_length": 1647,
"cdna_start": 961,
"cdna_end": null,
"cdna_length": 2438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1758C>T",
"hgvs_p": "p.Ile586Ile",
"transcript": "XM_047420348.1",
"protein_id": "XP_047276304.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 1185,
"cds_start": 1758,
"cds_end": null,
"cds_length": 3558,
"cdna_start": 1773,
"cdna_end": null,
"cdna_length": 3977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1530C>T",
"hgvs_p": "p.Ile510Ile",
"transcript": "XM_017012195.2",
"protein_id": "XP_016867684.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1109,
"cds_start": 1530,
"cds_end": null,
"cds_length": 3330,
"cdna_start": 2162,
"cdna_end": null,
"cdna_length": 4366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1503C>T",
"hgvs_p": "p.Ile501Ile",
"transcript": "XM_017012196.2",
"protein_id": "XP_016867685.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 1100,
"cds_start": 1503,
"cds_end": null,
"cds_length": 3303,
"cdna_start": 1621,
"cdna_end": null,
"cdna_length": 3825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1380C>T",
"hgvs_p": "p.Ile460Ile",
"transcript": "XM_011516185.3",
"protein_id": "XP_011514487.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 1059,
"cds_start": 1380,
"cds_end": null,
"cds_length": 3180,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 3599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "c.1758C>T",
"hgvs_p": "p.Ile586Ile",
"transcript": "XM_047420349.1",
"protein_id": "XP_047276305.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 936,
"cds_start": 1758,
"cds_end": null,
"cds_length": 2811,
"cdna_start": 1773,
"cdna_end": null,
"cdna_length": 2962,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.985C>T",
"hgvs_p": null,
"transcript": "ENST00000473610.5",
"protein_id": null,
"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": 2782,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.1903C>T",
"hgvs_p": null,
"transcript": "ENST00000532957.5",
"protein_id": null,
"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": 3374,
"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": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.2513C>T",
"hgvs_p": null,
"transcript": "ENST00000684241.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": 4717,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.1638C>T",
"hgvs_p": null,
"transcript": "ENST00000713700.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": 3115,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.2088C>T",
"hgvs_p": null,
"transcript": "NR_176254.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": 4105,
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.961C>T",
"hgvs_p": null,
"transcript": "NR_176255.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": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.-197C>T",
"hgvs_p": null,
"transcript": "ENST00000683359.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": 510,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"hgvs_c": "n.*15C>T",
"hgvs_p": null,
"transcript": "ENST00000684116.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": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KCNH2",
"gene_hgnc_id": 6251,
"dbsnp": "rs372725107",
"frequency_reference_population": 0.000026642247,
"hom_count_reference_population": 0,
"allele_count_reference_population": 43,
"gnomad_exomes_af": 0.0000280489,
"gnomad_genomes_af": 0.0000131368,
"gnomad_exomes_ac": 41,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5600000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.555,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000262186.10",
"gene_symbol": "KCNH2",
"hgnc_id": 6251,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Ile560Ile"
}
],
"clinvar_disease": "Cardiac arrhythmia,Cardiovascular phenotype,Long QT syndrome,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4 B:1",
"phenotype_combined": "not provided|Cardiovascular phenotype|Long QT syndrome|Cardiac arrhythmia",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}