← 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-102832577-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=102832577&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 102832577,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000102.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358Gln",
"transcript": "NM_000102.4",
"protein_id": "NP_000093.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 508,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369887.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000102.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358Gln",
"transcript": "ENST00000369887.4",
"protein_id": "ENSP00000358903.3",
"transcript_support_level": 1,
"aa_start": 358,
"aa_end": null,
"aa_length": 508,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000102.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369887.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1100G>A",
"hgvs_p": "p.Arg367Gln",
"transcript": "ENST00000960108.1",
"protein_id": "ENSP00000630166.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 517,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960108.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1100G>A",
"hgvs_p": "p.Arg367Gln",
"transcript": "ENST00000960123.1",
"protein_id": "ENSP00000630182.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 517,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960123.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358Gln",
"transcript": "ENST00000639393.1",
"protein_id": "ENSP00000492651.1",
"transcript_support_level": 5,
"aa_start": 358,
"aa_end": null,
"aa_length": 509,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639393.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1070G>A",
"hgvs_p": "p.Arg357Gln",
"transcript": "ENST00000960106.1",
"protein_id": "ENSP00000630165.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 507,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960106.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1067G>A",
"hgvs_p": "p.Arg356Gln",
"transcript": "ENST00000960110.1",
"protein_id": "ENSP00000630168.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 506,
"cds_start": 1067,
"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": "ENST00000960110.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1040G>A",
"hgvs_p": "p.Arg347Gln",
"transcript": "ENST00000960117.1",
"protein_id": "ENSP00000630177.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 497,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960117.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1040G>A",
"hgvs_p": "p.Arg347Gln",
"transcript": "ENST00000960119.1",
"protein_id": "ENSP00000630178.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 497,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960119.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358Gln",
"transcript": "ENST00000960121.1",
"protein_id": "ENSP00000630180.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 486,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960121.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358Gln",
"transcript": "ENST00000960109.1",
"protein_id": "ENSP00000630167.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 485,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960109.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1004G>A",
"hgvs_p": "p.Arg335Gln",
"transcript": "ENST00000960114.1",
"protein_id": "ENSP00000630174.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 485,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960114.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.986G>A",
"hgvs_p": "p.Arg329Gln",
"transcript": "ENST00000960111.1",
"protein_id": "ENSP00000630170.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 480,
"cds_start": 986,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960111.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.986G>A",
"hgvs_p": "p.Arg329Gln",
"transcript": "ENST00000638971.1",
"protein_id": "ENSP00000492313.1",
"transcript_support_level": 5,
"aa_start": 329,
"aa_end": null,
"aa_length": 479,
"cds_start": 986,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638971.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.986G>A",
"hgvs_p": "p.Arg329Gln",
"transcript": "ENST00000960122.1",
"protein_id": "ENSP00000630181.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 456,
"cds_start": 986,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960122.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.803G>A",
"hgvs_p": "p.Arg268Gln",
"transcript": "ENST00000960120.1",
"protein_id": "ENSP00000630179.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 418,
"cds_start": 803,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960120.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000638190.1",
"protein_id": "ENSP00000492539.1",
"transcript_support_level": 5,
"aa_start": 257,
"aa_end": null,
"aa_length": 407,
"cds_start": 770,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638190.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.617G>A",
"hgvs_p": "p.Arg206Gln",
"transcript": "ENST00000960113.1",
"protein_id": "ENSP00000630172.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 357,
"cds_start": 617,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960113.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.617G>A",
"hgvs_p": "p.Arg206Gln",
"transcript": "ENST00000638272.1",
"protein_id": "ENSP00000491508.1",
"transcript_support_level": 5,
"aa_start": 206,
"aa_end": null,
"aa_length": 356,
"cds_start": 617,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638272.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "n.835G>A",
"hgvs_p": null,
"transcript": "ENST00000640633.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000640633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP1L",
"gene_hgnc_id": 23510,
"hgvs_c": "n.*1608C>T",
"hgvs_p": null,
"transcript": "ENST00000647664.1",
"protein_id": "ENSP00000498131.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000647664.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP1L",
"gene_hgnc_id": 23510,
"hgvs_c": "n.*1608C>T",
"hgvs_p": null,
"transcript": "ENST00000647664.1",
"protein_id": "ENSP00000498131.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000647664.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP1L",
"gene_hgnc_id": 23510,
"hgvs_c": "n.-144C>T",
"hgvs_p": null,
"transcript": "ENST00000369884.4",
"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": "pseudogene",
"feature": "ENST00000369884.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1-AS1",
"gene_hgnc_id": 31671,
"hgvs_c": "n.-99C>T",
"hgvs_p": null,
"transcript": "XR_428804.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_428804.2"
}
],
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"dbsnp": "rs104894139",
"frequency_reference_population": 0.0000099369745,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000102882,
"gnomad_genomes_af": 0.00000657151,
"gnomad_exomes_ac": 15,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8292803764343262,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.20000000298023224,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.385,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1989,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.664,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.2,
"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": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP2,PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM1",
"PM2",
"PP2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000102.4",
"gene_symbol": "CYP17A1",
"hgnc_id": 2593,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358Gln"
},
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000647664.1",
"gene_symbol": "WBP1L",
"hgnc_id": 23510,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*1608C>T",
"hgvs_p": null
},
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "XR_428804.2",
"gene_symbol": "CYP17A1-AS1",
"hgnc_id": 31671,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-99C>T",
"hgvs_p": null
}
],
"clinvar_disease": " isolated,17,20-lyase deficiency,Congenital adrenal hyperplasia,Deficiency of steroid 17-alpha-monooxygenase,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:1",
"phenotype_combined": "17,20-lyase deficiency, isolated|not provided|Deficiency of steroid 17-alpha-monooxygenase|Congenital adrenal hyperplasia",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}