← 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: 4-150220769-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=150220769&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 150220769,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001040261.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1123A>C",
"hgvs_p": "p.Ser375Arg",
"transcript": "NM_001040260.4",
"protein_id": "NP_001035350.2",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 766,
"cds_start": 1123,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000296550.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040260.4"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1123A>C",
"hgvs_p": "p.Ser375Arg",
"transcript": "ENST00000296550.12",
"protein_id": "ENSP00000296550.7",
"transcript_support_level": 1,
"aa_start": 375,
"aa_end": null,
"aa_length": 766,
"cds_start": 1123,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001040260.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296550.12"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1174A>C",
"hgvs_p": "p.Ser392Arg",
"transcript": "ENST00000302176.8",
"protein_id": "ENSP00000303887.8",
"transcript_support_level": 1,
"aa_start": 392,
"aa_end": null,
"aa_length": 783,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302176.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "n.1120A>C",
"hgvs_p": null,
"transcript": "ENST00000411937.6",
"protein_id": "ENSP00000401916.2",
"transcript_support_level": 1,
"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": "ENST00000411937.6"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1174A>C",
"hgvs_p": "p.Ser392Arg",
"transcript": "NM_001040261.5",
"protein_id": "NP_001035351.4",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 783,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040261.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1171A>C",
"hgvs_p": "p.Ser391Arg",
"transcript": "ENST00000897298.1",
"protein_id": "ENSP00000567357.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 782,
"cds_start": 1171,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897298.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1120A>C",
"hgvs_p": "p.Ser374Arg",
"transcript": "NM_001410852.1",
"protein_id": "NP_001397781.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 765,
"cds_start": 1120,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410852.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1120A>C",
"hgvs_p": "p.Ser374Arg",
"transcript": "ENST00000506325.5",
"protein_id": "ENSP00000427235.1",
"transcript_support_level": 5,
"aa_start": 374,
"aa_end": null,
"aa_length": 765,
"cds_start": 1120,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506325.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1171A>C",
"hgvs_p": "p.Ser391Arg",
"transcript": "ENST00000635524.1",
"protein_id": "ENSP00000489372.1",
"transcript_support_level": 5,
"aa_start": 391,
"aa_end": null,
"aa_length": 716,
"cds_start": 1171,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635524.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1189A>C",
"hgvs_p": "p.Ser397Arg",
"transcript": "ENST00000897300.1",
"protein_id": "ENSP00000567359.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 699,
"cds_start": 1189,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897300.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1186A>C",
"hgvs_p": "p.Ser396Arg",
"transcript": "ENST00000953292.1",
"protein_id": "ENSP00000623351.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 698,
"cds_start": 1186,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953292.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1174A>C",
"hgvs_p": "p.Ser392Arg",
"transcript": "ENST00000953289.1",
"protein_id": "ENSP00000623348.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 694,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953289.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1123A>C",
"hgvs_p": "p.Ser375Arg",
"transcript": "ENST00000953290.1",
"protein_id": "ENSP00000623349.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 677,
"cds_start": 1123,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953290.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1120A>C",
"hgvs_p": "p.Ser374Arg",
"transcript": "ENST00000953291.1",
"protein_id": "ENSP00000623350.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 676,
"cds_start": 1120,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953291.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.823A>C",
"hgvs_p": "p.Ser275Arg",
"transcript": "ENST00000897299.1",
"protein_id": "ENSP00000567358.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 666,
"cds_start": 823,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897299.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1171A>C",
"hgvs_p": "p.Ser391Arg",
"transcript": "XM_005262785.4",
"protein_id": "XP_005262842.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 782,
"cds_start": 1171,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262785.4"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1174A>C",
"hgvs_p": "p.Ser392Arg",
"transcript": "XM_017007832.3",
"protein_id": "XP_016863321.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 717,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007832.3"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1174A>C",
"hgvs_p": "p.Ser392Arg",
"transcript": "XM_017007833.3",
"protein_id": "XP_016863322.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 694,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007833.3"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1123A>C",
"hgvs_p": "p.Ser375Arg",
"transcript": "XM_024453913.2",
"protein_id": "XP_024309681.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 677,
"cds_start": 1123,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453913.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1120A>C",
"hgvs_p": "p.Ser374Arg",
"transcript": "XM_024453914.2",
"protein_id": "XP_024309682.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 592,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453914.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.1174A>C",
"hgvs_p": "p.Ser392Arg",
"transcript": "XM_024453915.2",
"protein_id": "XP_024309683.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 584,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453915.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.*17A>C",
"hgvs_p": null,
"transcript": "XM_047449701.1",
"protein_id": "XP_047305657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 336,
"cds_start": null,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449701.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "c.*17A>C",
"hgvs_p": null,
"transcript": "XM_047449702.1",
"protein_id": "XP_047305658.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 335,
"cds_start": null,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449702.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "n.1703A>C",
"hgvs_p": null,
"transcript": "NR_036614.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": "NR_036614.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"hgvs_c": "n.1706A>C",
"hgvs_p": null,
"transcript": "XR_007096380.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": "XR_007096380.1"
}
],
"gene_symbol": "DCLK2",
"gene_hgnc_id": 19002,
"dbsnp": "rs368925890",
"frequency_reference_population": 0.000010537356,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.00000889764,
"gnomad_genomes_af": 0.0000262733,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22403070330619812,
"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.108,
"revel_prediction": "Benign",
"alphamissense_score": 0.5995,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.617,
"phylop100way_prediction": "Uncertain_significance",
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001040261.5",
"gene_symbol": "DCLK2",
"hgnc_id": 19002,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1174A>C",
"hgvs_p": "p.Ser392Arg"
}
],
"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
}