← 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: 14-50591598-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=50591598&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 50591598,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000358385.12",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "NM_015915.5",
"protein_id": "NP_056999.2",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 558,
"cds_start": 481,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 2504,
"mane_select": "ENST00000358385.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "ENST00000358385.12",
"protein_id": "ENSP00000351155.7",
"transcript_support_level": 1,
"aa_start": 161,
"aa_end": null,
"aa_length": 558,
"cds_start": 481,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 2504,
"mane_select": "NM_015915.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "ENST00000441560.6",
"protein_id": "ENSP00000413675.2",
"transcript_support_level": 1,
"aa_start": 161,
"aa_end": null,
"aa_length": 553,
"cds_start": 481,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 2853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "ENST00000682037.1",
"protein_id": "ENSP00000508289.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 619,
"cds_start": 481,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 815,
"cdna_end": null,
"cdna_length": 2356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "NM_001127713.1",
"protein_id": "NP_001121185.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 553,
"cds_start": 481,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 2816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "NM_181598.4",
"protein_id": "NP_853629.2",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 553,
"cds_start": 481,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "ENST00000553509.2",
"protein_id": "ENSP00000450989.2",
"transcript_support_level": 4,
"aa_start": 161,
"aa_end": null,
"aa_length": 553,
"cds_start": 481,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 919,
"cdna_end": null,
"cdna_length": 3778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "ENST00000556478.3",
"protein_id": "ENSP00000501428.2",
"transcript_support_level": 2,
"aa_start": 161,
"aa_end": null,
"aa_length": 553,
"cds_start": 481,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 985,
"cdna_end": null,
"cdna_length": 3844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "ENST00000713928.1",
"protein_id": "ENSP00000519225.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 553,
"cds_start": 481,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 2673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "ENST00000713929.1",
"protein_id": "ENSP00000519226.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 534,
"cds_start": 481,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 600,
"cdna_end": null,
"cdna_length": 2058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.232G>T",
"hgvs_p": "p.Ala78Ser",
"transcript": "ENST00000557735.2",
"protein_id": "ENSP00000451015.2",
"transcript_support_level": 4,
"aa_start": 78,
"aa_end": null,
"aa_length": 470,
"cds_start": 232,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 2106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.232G>T",
"hgvs_p": "p.Ala78Ser",
"transcript": "ENST00000674503.2",
"protein_id": "ENSP00000501520.2",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 470,
"cds_start": 232,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 627,
"cdna_end": null,
"cdna_length": 2235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.232G>T",
"hgvs_p": "p.Ala78Ser",
"transcript": "ENST00000713930.1",
"protein_id": "ENSP00000519227.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 470,
"cds_start": 232,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 3437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.232G>T",
"hgvs_p": "p.Ala78Ser",
"transcript": "ENST00000713931.1",
"protein_id": "ENSP00000519228.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 470,
"cds_start": 232,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 544,
"cdna_end": null,
"cdna_length": 1990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.49G>T",
"hgvs_p": "p.Ala17Ser",
"transcript": "ENST00000554886.1",
"protein_id": "ENSP00000452074.1",
"transcript_support_level": 4,
"aa_start": 17,
"aa_end": null,
"aa_length": 74,
"cds_start": 49,
"cds_end": null,
"cds_length": 226,
"cdna_start": 368,
"cdna_end": null,
"cdna_length": 545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser",
"transcript": "XM_047431430.1",
"protein_id": "XP_047287386.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 558,
"cds_start": 481,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 2831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.2439G>T",
"hgvs_p": null,
"transcript": "ENST00000553746.2",
"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": 3652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.*1773G>T",
"hgvs_p": null,
"transcript": "ENST00000674288.1",
"protein_id": "ENSP00000501522.1",
"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": 5298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.815G>T",
"hgvs_p": null,
"transcript": "ENST00000674478.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": 1565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.1819G>T",
"hgvs_p": null,
"transcript": "ENST00000682219.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": 3321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.815G>T",
"hgvs_p": null,
"transcript": "ENST00000682226.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": 1974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.815G>T",
"hgvs_p": null,
"transcript": "ENST00000682487.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": 3293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.815G>T",
"hgvs_p": null,
"transcript": "ENST00000683330.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": 2976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.815G>T",
"hgvs_p": null,
"transcript": "ENST00000683703.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": 2538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.815G>T",
"hgvs_p": null,
"transcript": "ENST00000683837.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": 3198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.815G>T",
"hgvs_p": null,
"transcript": "ENST00000684737.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": 1894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.*1773G>T",
"hgvs_p": null,
"transcript": "ENST00000674288.1",
"protein_id": "ENSP00000501522.1",
"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": 5298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"dbsnp": "rs1555363969",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.753423273563385,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.507,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7887,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.904,
"phylop100way_prediction": "Pathogenic",
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000358385.12",
"gene_symbol": "ATL1",
"hgnc_id": 11231,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,SD",
"hgvs_c": "c.481G>T",
"hgvs_p": "p.Ala161Ser"
}
],
"clinvar_disease": "Hereditary spastic paraplegia 3A,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:1",
"phenotype_combined": "not specified|Hereditary spastic paraplegia 3A",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}