← 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-47036108-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=47036108&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 47036108,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_002517.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "NM_002517.4",
"protein_id": "NP_002508.2",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 590,
"cds_start": 667,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000602212.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002517.4"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "ENST00000602212.6",
"protein_id": "ENSP00000469142.1",
"transcript_support_level": 1,
"aa_start": 223,
"aa_end": null,
"aa_length": 590,
"cds_start": 667,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002517.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000602212.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "ENST00000449844.6",
"protein_id": "ENSP00000405290.1",
"transcript_support_level": 1,
"aa_start": 223,
"aa_end": null,
"aa_length": 590,
"cds_start": 667,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449844.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "ENST00000906441.1",
"protein_id": "ENSP00000576500.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 650,
"cds_start": 667,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906441.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "ENST00000906440.1",
"protein_id": "ENSP00000576499.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 590,
"cds_start": 667,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906440.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "ENST00000941427.1",
"protein_id": "ENSP00000611486.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 590,
"cds_start": 667,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941427.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "ENST00000941428.1",
"protein_id": "ENSP00000611487.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 590,
"cds_start": 667,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941428.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "ENST00000940003.1",
"protein_id": "ENSP00000610062.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 506,
"cds_start": 667,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940003.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.139C>G",
"hgvs_p": "p.Leu47Val",
"transcript": "ENST00000602189.5",
"protein_id": "ENSP00000472679.1",
"transcript_support_level": 5,
"aa_start": 47,
"aa_end": null,
"aa_length": 415,
"cds_start": 139,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000602189.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.139C>G",
"hgvs_p": "p.Leu47Val",
"transcript": "NM_001321086.2",
"protein_id": "NP_001308015.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 234,
"cds_start": 139,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321086.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.139C>G",
"hgvs_p": "p.Leu47Val",
"transcript": "ENST00000439365.6",
"protein_id": "ENSP00000398689.2",
"transcript_support_level": 2,
"aa_start": 47,
"aa_end": null,
"aa_length": 234,
"cds_start": 139,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439365.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.139C>G",
"hgvs_p": "p.Leu47Val",
"transcript": "ENST00000594670.1",
"protein_id": "ENSP00000472075.1",
"transcript_support_level": 5,
"aa_start": 47,
"aa_end": null,
"aa_length": 213,
"cds_start": 139,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000594670.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "XM_047438881.1",
"protein_id": "XP_047294837.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 650,
"cds_start": 667,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438881.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "XM_047438882.1",
"protein_id": "XP_047294838.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 591,
"cds_start": 667,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438882.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "XM_047438883.1",
"protein_id": "XP_047294839.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 521,
"cds_start": 667,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438883.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.548C>G",
"hgvs_p": "p.Ala183Gly",
"transcript": "XM_017026844.2",
"protein_id": "XP_016882333.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 519,
"cds_start": 548,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017026844.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "XM_024451526.2",
"protein_id": "XP_024307294.2",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 483,
"cds_start": 667,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451526.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.139C>G",
"hgvs_p": "p.Leu47Val",
"transcript": "XM_047438884.1",
"protein_id": "XP_047294840.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 474,
"cds_start": 139,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438884.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "XM_047438885.1",
"protein_id": "XP_047294841.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 454,
"cds_start": 667,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438885.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val",
"transcript": "XM_047438886.1",
"protein_id": "XP_047294842.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 453,
"cds_start": 667,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438886.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.139C>G",
"hgvs_p": "p.Leu47Val",
"transcript": "XM_047438887.1",
"protein_id": "XP_047294843.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 414,
"cds_start": 139,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438887.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.139C>G",
"hgvs_p": "p.Leu47Val",
"transcript": "XM_047438888.1",
"protein_id": "XP_047294844.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 345,
"cds_start": 139,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438888.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "c.139C>G",
"hgvs_p": "p.Leu47Val",
"transcript": "XM_047438889.1",
"protein_id": "XP_047294845.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 307,
"cds_start": 139,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438889.1"
},
{
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "n.139C>G",
"hgvs_p": null,
"transcript": "ENST00000594257.1",
"protein_id": "ENSP00000468871.1",
"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": "ENST00000594257.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "n.220C>G",
"hgvs_p": null,
"transcript": "ENST00000600352.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000600352.1"
},
{
"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": "NPAS1",
"gene_hgnc_id": 7894,
"hgvs_c": "n.276C>G",
"hgvs_p": null,
"transcript": "ENST00000601169.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000601169.1"
}
],
"gene_symbol": "NPAS1",
"gene_hgnc_id": 7894,
"dbsnp": "rs1216037930",
"frequency_reference_population": 7.0565653e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.05657e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08053791522979736,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.035,
"revel_prediction": "Benign",
"alphamissense_score": 0.0767,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.916,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002517.4",
"gene_symbol": "NPAS1",
"hgnc_id": 7894,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.667C>G",
"hgvs_p": "p.Leu223Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}