← 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: 6-43184835-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=43184835&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 43184835,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_015089.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "NM_015089.4",
"protein_id": "NP_055904.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2517,
"cds_start": 525,
"cds_end": null,
"cds_length": 7554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000252050.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015089.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "ENST00000252050.9",
"protein_id": "ENSP00000252050.4",
"transcript_support_level": 5,
"aa_start": 175,
"aa_end": null,
"aa_length": 2517,
"cds_start": 525,
"cds_end": null,
"cds_length": 7554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015089.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252050.9"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "ENST00000372647.6",
"protein_id": "ENSP00000361730.2",
"transcript_support_level": 1,
"aa_start": 175,
"aa_end": null,
"aa_length": 2489,
"cds_start": 525,
"cds_end": null,
"cds_length": 7470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372647.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.203A>G",
"hgvs_p": "p.Tyr68Cys",
"transcript": "XM_047418477.1",
"protein_id": "XP_047274433.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2447,
"cds_start": 203,
"cds_end": null,
"cds_length": 7344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418477.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.203A>G",
"hgvs_p": "p.Tyr68Cys",
"transcript": "XM_047418478.1",
"protein_id": "XP_047274434.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2447,
"cds_start": 203,
"cds_end": null,
"cds_length": 7344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418478.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.203A>G",
"hgvs_p": "p.Tyr68Cys",
"transcript": "XM_047418480.1",
"protein_id": "XP_047274436.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2398,
"cds_start": 203,
"cds_end": null,
"cds_length": 7197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418480.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "ENST00000885097.1",
"protein_id": "ENSP00000555156.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2517,
"cds_start": 525,
"cds_end": null,
"cds_length": 7554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885097.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "ENST00000912223.1",
"protein_id": "ENSP00000582282.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2517,
"cds_start": 525,
"cds_end": null,
"cds_length": 7554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912223.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "ENST00000885098.1",
"protein_id": "ENSP00000555157.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2490,
"cds_start": 525,
"cds_end": null,
"cds_length": 7473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885098.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "ENST00000885096.1",
"protein_id": "ENSP00000555155.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2407,
"cds_start": 525,
"cds_end": null,
"cds_length": 7224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885096.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_011514422.2",
"protein_id": "XP_011512724.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2566,
"cds_start": 525,
"cds_end": null,
"cds_length": 7701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514422.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_011514423.3",
"protein_id": "XP_011512725.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2566,
"cds_start": 525,
"cds_end": null,
"cds_length": 7701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514423.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_017010589.2",
"protein_id": "XP_016866078.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2566,
"cds_start": 525,
"cds_end": null,
"cds_length": 7701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010589.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_011514424.2",
"protein_id": "XP_011512726.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2539,
"cds_start": 525,
"cds_end": null,
"cds_length": 7620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514424.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_047418475.1",
"protein_id": "XP_047274431.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2517,
"cds_start": 525,
"cds_end": null,
"cds_length": 7554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418475.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_047418476.1",
"protein_id": "XP_047274432.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2490,
"cds_start": 525,
"cds_end": null,
"cds_length": 7473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418476.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_011514425.2",
"protein_id": "XP_011512727.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2456,
"cds_start": 525,
"cds_end": null,
"cds_length": 7371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514425.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_047418479.1",
"protein_id": "XP_047274435.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2407,
"cds_start": 525,
"cds_end": null,
"cds_length": 7224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418479.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_011514426.2",
"protein_id": "XP_011512728.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2339,
"cds_start": 525,
"cds_end": null,
"cds_length": 7020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514426.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_047418481.1",
"protein_id": "XP_047274437.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 2082,
"cds_start": 525,
"cds_end": null,
"cds_length": 6249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418481.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_011514428.2",
"protein_id": "XP_011512730.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 1851,
"cds_start": 525,
"cds_end": null,
"cds_length": 5556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514428.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_047418482.1",
"protein_id": "XP_047274438.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 1765,
"cds_start": 525,
"cds_end": null,
"cds_length": 5298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418482.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_011514430.2",
"protein_id": "XP_011512732.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 1403,
"cds_start": 525,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514430.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu",
"transcript": "XM_047418483.1",
"protein_id": "XP_047274439.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 1403,
"cds_start": 525,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418483.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": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "n.600A>G",
"hgvs_p": null,
"transcript": "ENST00000451399.5",
"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": "ENST00000451399.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": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"hgvs_c": "n.600A>G",
"hgvs_p": null,
"transcript": "ENST00000515773.5",
"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": "ENST00000515773.5"
}
],
"gene_symbol": "CUL9",
"gene_hgnc_id": 15982,
"dbsnp": "rs9472022",
"frequency_reference_population": 0.18967743,
"hom_count_reference_population": 37005,
"allele_count_reference_population": 305650,
"gnomad_exomes_af": 0.179177,
"gnomad_genomes_af": 0.290434,
"gnomad_exomes_ac": 261479,
"gnomad_genomes_ac": 44171,
"gnomad_exomes_homalt": 28079,
"gnomad_genomes_homalt": 8926,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6100000143051147,
"computational_prediction_selected": "Benign",
"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.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.569,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BP7,BA1",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_015089.4",
"gene_symbol": "CUL9",
"hgnc_id": 15982,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.525A>G",
"hgvs_p": "p.Leu175Leu"
}
],
"clinvar_disease": "CUL9-related disorder",
"clinvar_classification": "Benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "CUL9-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}