← 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: 19-1054256-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=1054256&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 1054256,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_019112.4",
"consequences": [
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "NM_019112.4",
"protein_id": "NP_061985.2",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 2146,
"cds_start": 3641,
"cds_end": null,
"cds_length": 6441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263094.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_019112.4"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "ENST00000263094.11",
"protein_id": "ENSP00000263094.6",
"transcript_support_level": 5,
"aa_start": 1214,
"aa_end": null,
"aa_length": 2146,
"cds_start": 3641,
"cds_end": null,
"cds_length": 6441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_019112.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263094.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.4321G>A",
"hgvs_p": null,
"transcript": "ENST00000433129.6",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000433129.6"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_047438044.1",
"protein_id": "XP_047294000.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 2146,
"cds_start": 3641,
"cds_end": null,
"cds_length": 6441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438044.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3614G>A",
"hgvs_p": "p.Trp1205*",
"transcript": "XM_047438045.1",
"protein_id": "XP_047294001.1",
"transcript_support_level": null,
"aa_start": 1205,
"aa_end": null,
"aa_length": 2137,
"cds_start": 3614,
"cds_end": null,
"cds_length": 6414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438045.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_006722616.2",
"protein_id": "XP_006722679.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 2128,
"cds_start": 3641,
"cds_end": null,
"cds_length": 6387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722616.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_047438046.1",
"protein_id": "XP_047294002.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 2128,
"cds_start": 3641,
"cds_end": null,
"cds_length": 6387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438046.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_047438047.1",
"protein_id": "XP_047294003.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 2103,
"cds_start": 3641,
"cds_end": null,
"cds_length": 6312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438047.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_047438048.1",
"protein_id": "XP_047294004.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1997,
"cds_start": 3641,
"cds_end": null,
"cds_length": 5994,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438048.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3185G>A",
"hgvs_p": "p.Trp1062*",
"transcript": "XM_047438049.1",
"protein_id": "XP_047294005.1",
"transcript_support_level": null,
"aa_start": 1062,
"aa_end": null,
"aa_length": 1994,
"cds_start": 3185,
"cds_end": null,
"cds_length": 5985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438049.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_047438051.1",
"protein_id": "XP_047294007.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1988,
"cds_start": 3641,
"cds_end": null,
"cds_length": 5967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438051.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_047438052.1",
"protein_id": "XP_047294008.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1688,
"cds_start": 3641,
"cds_end": null,
"cds_length": 5067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438052.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_006722617.3",
"protein_id": "XP_006722680.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1636,
"cds_start": 3641,
"cds_end": null,
"cds_length": 4911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722617.3"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_011527633.3",
"protein_id": "XP_011525935.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1631,
"cds_start": 3641,
"cds_end": null,
"cds_length": 4896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527633.3"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_047438053.1",
"protein_id": "XP_047294009.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1593,
"cds_start": 3641,
"cds_end": null,
"cds_length": 4782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438053.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_011527634.2",
"protein_id": "XP_011525936.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1487,
"cds_start": 3641,
"cds_end": null,
"cds_length": 4464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527634.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_011527635.2",
"protein_id": "XP_011525937.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1487,
"cds_start": 3641,
"cds_end": null,
"cds_length": 4464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527635.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.1298G>A",
"hgvs_p": "p.Trp433*",
"transcript": "XM_047438054.1",
"protein_id": "XP_047294010.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 1365,
"cds_start": 1298,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438054.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.1298G>A",
"hgvs_p": "p.Trp433*",
"transcript": "XM_047438055.1",
"protein_id": "XP_047294011.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 1365,
"cds_start": 1298,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438055.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*",
"transcript": "XM_047438056.1",
"protein_id": "XP_047294012.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1242,
"cds_start": 3641,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438056.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.1112G>A",
"hgvs_p": null,
"transcript": "ENST00000435683.7",
"protein_id": "ENSP00000465322.2",
"transcript_support_level": 5,
"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": "ENST00000435683.7"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.98G>A",
"hgvs_p": null,
"transcript": "ENST00000530092.2",
"protein_id": "ENSP00000437311.2",
"transcript_support_level": 4,
"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": "ENST00000530092.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.3868G>A",
"hgvs_p": null,
"transcript": "XR_007066538.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_007066538.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.3868G>A",
"hgvs_p": null,
"transcript": "XR_936149.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": "XR_936149.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.3868G>A",
"hgvs_p": null,
"transcript": "XR_936152.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": "XR_936152.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.3868G>A",
"hgvs_p": null,
"transcript": "XR_936154.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": "XR_936154.2"
}
],
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"dbsnp": "rs201060968",
"frequency_reference_population": 0.00027221438,
"hom_count_reference_population": 3,
"allele_count_reference_population": 438,
"gnomad_exomes_af": 0.000260123,
"gnomad_genomes_af": 0.000388097,
"gnomad_exomes_ac": 379,
"gnomad_genomes_ac": 59,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5799999833106995,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.81,
"phylop100way_prediction": "Uncertain_significance",
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PVS1,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 9,
"pathogenic_score": 8,
"criteria": [
"PVS1",
"BP6",
"BS1",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_019112.4",
"gene_symbol": "ABCA7",
"hgnc_id": 37,
"effects": [
"stop_gained"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Trp1214*"
}
],
"clinvar_disease": "Alzheimer disease 9,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "Alzheimer disease 9|not specified|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}