← 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: 1-116384021-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=116384021&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 116384021,
"ref": "G",
"alt": "C",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001160234.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "NM_000701.8",
"protein_id": "NP_000692.2",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1023,
"cds_start": 20,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000295598.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000701.8"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000295598.10",
"protein_id": "ENSP00000295598.5",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 1023,
"cds_start": 20,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000701.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000295598.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.-74G>C",
"hgvs_p": null,
"transcript": "NM_001160234.2",
"protein_id": "NP_001153706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 992,
"cds_start": null,
"cds_end": null,
"cds_length": 2979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160234.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.-74G>C",
"hgvs_p": null,
"transcript": "ENST00000369496.8",
"protein_id": "ENSP00000358508.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 992,
"cds_start": null,
"cds_end": null,
"cds_length": 2979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369496.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.-74G>C",
"hgvs_p": null,
"transcript": "ENST00000369494.5",
"protein_id": "ENSP00000358506.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": null,
"cds_end": null,
"cds_length": 434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369494.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.-74G>C",
"hgvs_p": null,
"transcript": "ENST00000418797.5",
"protein_id": "ENSP00000400124.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418797.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000897942.1",
"protein_id": "ENSP00000568001.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1076,
"cds_start": 20,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897942.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000945201.1",
"protein_id": "ENSP00000615260.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1036,
"cds_start": 20,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945201.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "NM_001160233.2",
"protein_id": "NP_001153705.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1023,
"cds_start": 20,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160233.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000537345.5",
"protein_id": "ENSP00000445306.1",
"transcript_support_level": 2,
"aa_start": 7,
"aa_end": null,
"aa_length": 1023,
"cds_start": 20,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537345.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000897938.1",
"protein_id": "ENSP00000567997.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1023,
"cds_start": 20,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897938.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000897941.1",
"protein_id": "ENSP00000568000.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1022,
"cds_start": 20,
"cds_end": null,
"cds_length": 3069,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897941.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000897939.1",
"protein_id": "ENSP00000567998.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1019,
"cds_start": 20,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897939.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000897944.1",
"protein_id": "ENSP00000568003.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1019,
"cds_start": 20,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897944.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000897943.1",
"protein_id": "ENSP00000568002.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 985,
"cds_start": 20,
"cds_end": null,
"cds_length": 2958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897943.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000945199.1",
"protein_id": "ENSP00000615258.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 978,
"cds_start": 20,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945199.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000945200.1",
"protein_id": "ENSP00000615259.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 955,
"cds_start": 20,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945200.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000897940.1",
"protein_id": "ENSP00000567999.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 867,
"cds_start": 20,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897940.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.20G>C",
"hgvs_p": "p.Arg7Pro",
"transcript": "ENST00000897945.1",
"protein_id": "ENSP00000568004.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 472,
"cds_start": 20,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897945.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.-74G>C",
"hgvs_p": null,
"transcript": "NM_001160234.2",
"protein_id": "NP_001153706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 992,
"cds_start": null,
"cds_end": null,
"cds_length": 2979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160234.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.-74G>C",
"hgvs_p": null,
"transcript": "ENST00000369496.8",
"protein_id": "ENSP00000358508.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 992,
"cds_start": null,
"cds_end": null,
"cds_length": 2979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369496.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.-74G>C",
"hgvs_p": null,
"transcript": "ENST00000369494.5",
"protein_id": "ENSP00000358506.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": null,
"cds_end": null,
"cds_length": 434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369494.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "c.-74G>C",
"hgvs_p": null,
"transcript": "ENST00000418797.5",
"protein_id": "ENSP00000400124.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418797.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"hgvs_c": "n.263G>C",
"hgvs_p": null,
"transcript": "ENST00000488733.1",
"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": "retained_intron",
"feature": "ENST00000488733.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ATP1A1-AS1",
"gene_hgnc_id": 28262,
"hgvs_c": "n.386-3976C>G",
"hgvs_p": null,
"transcript": "ENST00000675607.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": "ENST00000675607.1"
}
],
"gene_symbol": "ATP1A1",
"gene_hgnc_id": 799,
"dbsnp": "rs146195513",
"frequency_reference_population": 0.0000065722884,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657229,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.32425689697265625,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.549,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2652,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.37,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.526,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001160234.2",
"gene_symbol": "ATP1A1",
"hgnc_id": 799,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-74G>C",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000675607.1",
"gene_symbol": "ATP1A1-AS1",
"hgnc_id": 28262,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.386-3976C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}