← 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: 2-38310330-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=38310330&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 38310330,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001330463.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "NM_001135673.4",
"protein_id": "NP_001129145.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 583,
"cds_start": 922,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000378954.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135673.4"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "ENST00000378954.9",
"protein_id": "ENSP00000368237.4",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 583,
"cds_start": 922,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001135673.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378954.9"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "n.*527A>G",
"hgvs_p": null,
"transcript": "ENST00000405384.6",
"protein_id": "ENSP00000383944.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": "ENST00000405384.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "n.*527A>G",
"hgvs_p": null,
"transcript": "ENST00000405384.6",
"protein_id": "ENSP00000383944.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": "ENST00000405384.6"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "ENST00000960026.1",
"protein_id": "ENSP00000630085.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 588,
"cds_start": 922,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960026.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "NM_001330463.2",
"protein_id": "NP_001317392.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 584,
"cds_start": 922,
"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": "NM_001330463.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.907A>G",
"hgvs_p": "p.Ser303Gly",
"transcript": "NM_001330462.1",
"protein_id": "NP_001317391.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 579,
"cds_start": 907,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330462.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "NM_022374.5",
"protein_id": "NP_071769.2",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 579,
"cds_start": 922,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022374.5"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "ENST00000419554.6",
"protein_id": "ENSP00000415336.2",
"transcript_support_level": 2,
"aa_start": 308,
"aa_end": null,
"aa_length": 579,
"cds_start": 922,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419554.6"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.868A>G",
"hgvs_p": "p.Ser290Gly",
"transcript": "NM_001330459.1",
"protein_id": "NP_001317388.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 566,
"cds_start": 868,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330459.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.868A>G",
"hgvs_p": "p.Ser290Gly",
"transcript": "NM_001308076.1",
"protein_id": "NP_001295005.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 565,
"cds_start": 868,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308076.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.868A>G",
"hgvs_p": "p.Ser290Gly",
"transcript": "ENST00000452935.6",
"protein_id": "ENSP00000390743.2",
"transcript_support_level": 2,
"aa_start": 290,
"aa_end": null,
"aa_length": 565,
"cds_start": 868,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452935.6"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "ENST00000879827.1",
"protein_id": "ENSP00000549886.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 564,
"cds_start": 922,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879827.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.772A>G",
"hgvs_p": "p.Ser258Gly",
"transcript": "ENST00000879828.1",
"protein_id": "ENSP00000549887.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 533,
"cds_start": 772,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879828.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly",
"transcript": "ENST00000879829.1",
"protein_id": "ENSP00000549888.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 439,
"cds_start": 922,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879829.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.487A>G",
"hgvs_p": "p.Ser163Gly",
"transcript": "ENST00000940194.1",
"protein_id": "ENSP00000610253.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 438,
"cds_start": 487,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940194.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.409A>G",
"hgvs_p": "p.Ser137Gly",
"transcript": "NM_001330460.1",
"protein_id": "NP_001317389.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 413,
"cds_start": 409,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330460.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.409A>G",
"hgvs_p": "p.Ser137Gly",
"transcript": "NM_001330461.2",
"protein_id": "NP_001317390.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 413,
"cds_start": 409,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330461.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.409A>G",
"hgvs_p": "p.Ser137Gly",
"transcript": "ENST00000406122.5",
"protein_id": "ENSP00000385446.1",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 413,
"cds_start": 409,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406122.5"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.409A>G",
"hgvs_p": "p.Ser137Gly",
"transcript": "NM_001330458.2",
"protein_id": "NP_001317387.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 412,
"cds_start": 409,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330458.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.409A>G",
"hgvs_p": "p.Ser137Gly",
"transcript": "ENST00000402054.5",
"protein_id": "ENSP00000384062.1",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 412,
"cds_start": 409,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402054.5"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.409A>G",
"hgvs_p": "p.Ser137Gly",
"transcript": "ENST00000651368.1",
"protein_id": "ENSP00000498813.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 412,
"cds_start": 409,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651368.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.241A>G",
"hgvs_p": "p.Ser81Gly",
"transcript": "NM_001330464.2",
"protein_id": "NP_001317393.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 356,
"cds_start": 241,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330464.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.676A>G",
"hgvs_p": "p.Ser226Gly",
"transcript": "ENST00000443098.5",
"protein_id": "ENSP00000410592.1",
"transcript_support_level": 5,
"aa_start": 226,
"aa_end": null,
"aa_length": 256,
"cds_start": 676,
"cds_end": null,
"cds_length": 773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443098.5"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"hgvs_c": "c.376A>G",
"hgvs_p": "p.Ser126Gly",
"transcript": "ENST00000449130.5",
"protein_id": "ENSP00000409811.1",
"transcript_support_level": 3,
"aa_start": 126,
"aa_end": null,
"aa_length": 174,
"cds_start": 376,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449130.5"
}
],
"gene_symbol": "ATL2",
"gene_hgnc_id": 24047,
"dbsnp": "rs746341011",
"frequency_reference_population": 0.00009490326,
"hom_count_reference_population": 0,
"allele_count_reference_population": 153,
"gnomad_exomes_af": 0.0000828747,
"gnomad_genomes_af": 0.000210344,
"gnomad_exomes_ac": 121,
"gnomad_genomes_ac": 32,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02506774663925171,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.096,
"revel_prediction": "Benign",
"alphamissense_score": 0.0775,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.304,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001330463.2",
"gene_symbol": "ATL2",
"hgnc_id": 24047,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ser308Gly"
}
],
"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
}