← 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: 10-102830871-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=102830871&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PM2",
"PP2",
"PP3_Strong",
"PP5"
],
"effects": [
"missense_variant"
],
"gene_symbol": "CYP17A1",
"hgnc_id": 2593,
"hgvs_c": "c.1358T>C",
"hgvs_p": "p.Phe453Ser",
"inheritance_mode": "AR",
"pathogenic_score": 10,
"score": 10,
"transcript": "NM_000102.4",
"verdict": "Pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "WBP1L",
"hgnc_id": 23510,
"hgvs_c": "n.*553A>G",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 7,
"score": 7,
"transcript": "ENST00000647664.1",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP2,PP3_Strong,PP5",
"acmg_score": 10,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.9653,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.31,
"chr": "10",
"clinvar_classification": "Pathogenic",
"clinvar_disease": " combined partial,17-alpha-hydroxylase/17,20-lyase deficiency",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9853280186653137,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 508,
"aa_ref": "F",
"aa_start": 453,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1750,
"cdna_start": 1410,
"cds_end": null,
"cds_length": 1527,
"cds_start": 1358,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_000102.4",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1358T>C",
"hgvs_p": "p.Phe453Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000369887.4",
"protein_coding": true,
"protein_id": "NP_000093.1",
"strand": false,
"transcript": "NM_000102.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 508,
"aa_ref": "F",
"aa_start": 453,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1750,
"cdna_start": 1410,
"cds_end": null,
"cds_length": 1527,
"cds_start": 1358,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000369887.4",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1358T>C",
"hgvs_p": "p.Phe453Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000102.4",
"protein_coding": true,
"protein_id": "ENSP00000358903.3",
"strand": false,
"transcript": "ENST00000369887.4",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 517,
"aa_ref": "F",
"aa_start": 462,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1850,
"cdna_start": 1440,
"cds_end": null,
"cds_length": 1554,
"cds_start": 1385,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960108.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1385T>C",
"hgvs_p": "p.Phe462Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630166.1",
"strand": false,
"transcript": "ENST00000960108.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 517,
"aa_ref": "F",
"aa_start": 462,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1770,
"cdna_start": 1437,
"cds_end": null,
"cds_length": 1554,
"cds_start": 1385,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960123.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1385T>C",
"hgvs_p": "p.Phe462Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630182.1",
"strand": false,
"transcript": "ENST00000960123.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 509,
"aa_ref": "F",
"aa_start": 454,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1684,
"cdna_start": 1422,
"cds_end": null,
"cds_length": 1530,
"cds_start": 1361,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000639393.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1361T>C",
"hgvs_p": "p.Phe454Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000492651.1",
"strand": false,
"transcript": "ENST00000639393.1",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 507,
"aa_ref": "F",
"aa_start": 452,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1904,
"cdna_start": 1495,
"cds_end": null,
"cds_length": 1524,
"cds_start": 1355,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960106.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1355T>C",
"hgvs_p": "p.Phe452Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630165.1",
"strand": false,
"transcript": "ENST00000960106.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 506,
"aa_ref": "F",
"aa_start": 451,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1747,
"cdna_start": 1407,
"cds_end": null,
"cds_length": 1521,
"cds_start": 1352,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960110.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1352T>C",
"hgvs_p": "p.Phe451Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630168.1",
"strand": false,
"transcript": "ENST00000960110.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 497,
"aa_ref": "F",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1716,
"cdna_start": 1378,
"cds_end": null,
"cds_length": 1494,
"cds_start": 1325,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960117.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1325T>C",
"hgvs_p": "p.Phe442Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630177.1",
"strand": false,
"transcript": "ENST00000960117.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 497,
"aa_ref": "F",
"aa_start": 442,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1715,
"cdna_start": 1379,
"cds_end": null,
"cds_length": 1494,
"cds_start": 1325,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960119.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1325T>C",
"hgvs_p": "p.Phe442Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630178.1",
"strand": false,
"transcript": "ENST00000960119.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 486,
"aa_ref": "F",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1681,
"cdna_start": 1347,
"cds_end": null,
"cds_length": 1461,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960121.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1292T>C",
"hgvs_p": "p.Phe431Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630180.1",
"strand": false,
"transcript": "ENST00000960121.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 485,
"aa_ref": "F",
"aa_start": 430,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1751,
"cdna_start": 1344,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1289,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960109.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1289T>C",
"hgvs_p": "p.Phe430Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630167.1",
"strand": false,
"transcript": "ENST00000960109.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 485,
"aa_ref": "F",
"aa_start": 430,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1681,
"cdna_start": 1344,
"cds_end": null,
"cds_length": 1458,
"cds_start": 1289,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000960114.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1289T>C",
"hgvs_p": "p.Phe430Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630174.1",
"strand": false,
"transcript": "ENST00000960114.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 480,
"aa_ref": "F",
"aa_start": 425,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1667,
"cdna_start": 1329,
"cds_end": null,
"cds_length": 1443,
"cds_start": 1274,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000960111.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1274T>C",
"hgvs_p": "p.Phe425Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630170.1",
"strand": false,
"transcript": "ENST00000960111.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 479,
"aa_ref": "F",
"aa_start": 424,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1722,
"cdna_start": 1382,
"cds_end": null,
"cds_length": 1440,
"cds_start": 1271,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000638971.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1271T>C",
"hgvs_p": "p.Phe424Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000492313.1",
"strand": false,
"transcript": "ENST00000638971.1",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 456,
"aa_ref": "F",
"aa_start": 401,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1588,
"cdna_start": 1253,
"cds_end": null,
"cds_length": 1371,
"cds_start": 1202,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000960122.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1202T>C",
"hgvs_p": "p.Phe401Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630181.1",
"strand": false,
"transcript": "ENST00000960122.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 418,
"aa_ref": "F",
"aa_start": 363,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1477,
"cdna_start": 1143,
"cds_end": null,
"cds_length": 1257,
"cds_start": 1088,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000960120.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1088T>C",
"hgvs_p": "p.Phe363Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630179.1",
"strand": false,
"transcript": "ENST00000960120.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 407,
"aa_ref": "F",
"aa_start": 352,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1506,
"cdna_start": 1166,
"cds_end": null,
"cds_length": 1224,
"cds_start": 1055,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000638190.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.1055T>C",
"hgvs_p": "p.Phe352Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000492539.1",
"strand": false,
"transcript": "ENST00000638190.1",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 357,
"aa_ref": "F",
"aa_start": 302,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1298,
"cdna_start": 960,
"cds_end": null,
"cds_length": 1074,
"cds_start": 905,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000960113.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.905T>C",
"hgvs_p": "p.Phe302Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630172.1",
"strand": false,
"transcript": "ENST00000960113.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 356,
"aa_ref": "F",
"aa_start": 301,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1227,
"cdna_start": 963,
"cds_end": null,
"cds_length": 1071,
"cds_start": 902,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000638272.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "c.902T>C",
"hgvs_p": "p.Phe301Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000491508.1",
"strand": false,
"transcript": "ENST00000638272.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1386,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000640633.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "n.1120T>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000640633.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3617,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000647664.1",
"gene_hgnc_id": 23510,
"gene_symbol": "WBP1L",
"hgvs_c": "n.*553A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498131.1",
"strand": true,
"transcript": "ENST00000647664.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3617,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000647664.1",
"gene_hgnc_id": 23510,
"gene_symbol": "WBP1L",
"hgvs_c": "n.*553A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498131.1",
"strand": true,
"transcript": "ENST00000647664.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 234,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000469683.1",
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"hgvs_c": "n.*77T>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000469683.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs104894151",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 2593,
"gene_symbol": "CYP17A1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "17-alpha-hydroxylase/17,20-lyase deficiency, combined partial",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 8.693,
"pos": 102830871,
"ref": "A",
"revel_prediction": "Pathogenic",
"revel_score": 0.779,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000102.4"
}
]
}