← 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: 12-24348226-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=24348226&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 24348226,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_152989.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-99+20337T>C",
"hgvs_p": null,
"transcript": "NM_152989.5",
"protein_id": "NP_694534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "NM_001261414.3",
"protein_id": "NP_001248343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 642,
"cds_start": -4,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "ENST00000646273.1",
"protein_id": "ENSP00000493866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 642,
"cds_start": -4,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-99+20337T>C",
"hgvs_p": null,
"transcript": "ENST00000704300.1",
"protein_id": "ENSP00000515824.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 228,
"cds_start": -4,
"cds_end": null,
"cds_length": 688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+9112T>C",
"hgvs_p": null,
"transcript": "ENST00000536729.2",
"protein_id": "ENSP00000496161.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 106,
"cds_start": -4,
"cds_end": null,
"cds_length": 321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "ENST00000446891.7",
"protein_id": "ENSP00000494627.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 56,
"cds_start": -4,
"cds_end": null,
"cds_length": 172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "n.496+20337T>C",
"hgvs_p": null,
"transcript": "ENST00000429944.6",
"protein_id": null,
"transcript_support_level": 4,
"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": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "n.466-16830T>C",
"hgvs_p": null,
"transcript": "ENST00000456299.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "n.-174+20337T>C",
"hgvs_p": null,
"transcript": "ENST00000704298.1",
"protein_id": "ENSP00000515822.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": 2809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-99+20337T>C",
"hgvs_p": null,
"transcript": "XM_011520835.3",
"protein_id": "XP_011519137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "XM_017019890.2",
"protein_id": "XP_016875379.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "XM_017019891.2",
"protein_id": "XP_016875380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "XM_017019892.2",
"protein_id": "XP_016875381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-2+20337T>C",
"hgvs_p": null,
"transcript": "XM_017019893.2",
"protein_id": "XP_016875382.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "XM_024449150.2",
"protein_id": "XP_024304918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "XM_024449151.2",
"protein_id": "XP_024304919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 31632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+13631T>C",
"hgvs_p": null,
"transcript": "XM_024449153.2",
"protein_id": "XP_024304921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-77+20337T>C",
"hgvs_p": null,
"transcript": "XM_024449154.2",
"protein_id": "XP_024304922.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "XM_024449157.2",
"protein_id": "XP_024304925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "XM_024449158.2",
"protein_id": "XP_024304926.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-163+20337T>C",
"hgvs_p": null,
"transcript": "XM_024449159.2",
"protein_id": "XP_024304927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-163+20337T>C",
"hgvs_p": null,
"transcript": "XM_047429456.1",
"protein_id": "XP_047285412.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-293-16830T>C",
"hgvs_p": null,
"transcript": "XM_047429457.1",
"protein_id": "XP_047285413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-77+20337T>C",
"hgvs_p": null,
"transcript": "XM_047429458.1",
"protein_id": "XP_047285414.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-196-16830T>C",
"hgvs_p": null,
"transcript": "XM_047429459.1",
"protein_id": "XP_047285415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-174+20337T>C",
"hgvs_p": null,
"transcript": "XM_047429460.1",
"protein_id": "XP_047285416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"hgvs_c": "c.-293-16830T>C",
"hgvs_p": null,
"transcript": "XM_047429461.1",
"protein_id": "XP_047285417.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 751,
"cds_start": -4,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SOX5",
"gene_hgnc_id": 11201,
"dbsnp": "rs575608",
"frequency_reference_population": 0.33638546,
"hom_count_reference_population": 9861,
"allele_count_reference_population": 51029,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.336385,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 51029,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 9861,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.552,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_152989.5",
"gene_symbol": "SOX5",
"hgnc_id": 11201,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-99+20337T>C",
"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
}