← 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: 11-71435419-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=71435419&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 71435419,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000355527.8",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His",
"transcript": "NM_001360.3",
"protein_id": "NP_001351.2",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 475,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1619,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": "ENST00000355527.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His",
"transcript": "ENST00000355527.8",
"protein_id": "ENSP00000347717.4",
"transcript_support_level": 1,
"aa_start": 462,
"aa_end": null,
"aa_length": 475,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1619,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": "NM_001360.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His",
"transcript": "ENST00000407721.6",
"protein_id": "ENSP00000384739.2",
"transcript_support_level": 1,
"aa_start": 462,
"aa_end": null,
"aa_length": 475,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 2601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.799T>C",
"hgvs_p": "p.Tyr267His",
"transcript": "ENST00000685320.1",
"protein_id": "ENSP00000509319.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 280,
"cds_start": 799,
"cds_end": null,
"cds_length": 843,
"cdna_start": 1289,
"cdna_end": null,
"cdna_length": 2287,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.318+2393T>C",
"hgvs_p": null,
"transcript": "ENST00000534795.5",
"protein_id": "ENSP00000432256.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 115,
"cds_start": -4,
"cds_end": null,
"cds_length": 348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1435T>C",
"hgvs_p": "p.Tyr479His",
"transcript": "NM_001425107.1",
"protein_id": "NP_001412036.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 492,
"cds_start": 1435,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1670,
"cdna_end": null,
"cdna_length": 2678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1435T>C",
"hgvs_p": "p.Tyr479His",
"transcript": "ENST00000682708.1",
"protein_id": "ENSP00000506866.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 492,
"cds_start": 1435,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1712,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1420T>C",
"hgvs_p": "p.Tyr474His",
"transcript": "NM_001425108.1",
"protein_id": "NP_001412037.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 487,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1655,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1420T>C",
"hgvs_p": "p.Tyr474His",
"transcript": "ENST00000683287.1",
"protein_id": "ENSP00000507607.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 487,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1697,
"cdna_end": null,
"cdna_length": 2695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His",
"transcript": "NM_001163817.2",
"protein_id": "NP_001157289.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 475,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 2604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His",
"transcript": "NM_001425109.1",
"protein_id": "NP_001412038.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 475,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1846,
"cdna_end": null,
"cdna_length": 2854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His",
"transcript": "NM_001425110.1",
"protein_id": "NP_001412039.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 475,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 2640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His",
"transcript": "ENST00000525346.6",
"protein_id": "ENSP00000435707.3",
"transcript_support_level": 4,
"aa_start": 462,
"aa_end": null,
"aa_length": 475,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1605,
"cdna_end": null,
"cdna_length": 2603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His",
"transcript": "ENST00000526780.6",
"protein_id": "ENSP00000435668.2",
"transcript_support_level": 2,
"aa_start": 462,
"aa_end": null,
"aa_length": 475,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1852,
"cdna_end": null,
"cdna_length": 2850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1324T>C",
"hgvs_p": "p.Tyr442His",
"transcript": "NM_001425113.1",
"protein_id": "NP_001412042.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 455,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1559,
"cdna_end": null,
"cdna_length": 2567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1288T>C",
"hgvs_p": "p.Tyr430His",
"transcript": "NM_001425114.1",
"protein_id": "NP_001412043.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 443,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 1523,
"cdna_end": null,
"cdna_length": 2531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1288T>C",
"hgvs_p": "p.Tyr430His",
"transcript": "ENST00000690257.1",
"protein_id": "ENSP00000510750.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 443,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 1517,
"cdna_end": null,
"cdna_length": 2515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1210T>C",
"hgvs_p": "p.Tyr404His",
"transcript": "NM_001425117.1",
"protein_id": "NP_001412046.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 417,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 2698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1210T>C",
"hgvs_p": "p.Tyr404His",
"transcript": "ENST00000527316.6",
"protein_id": "ENSP00000435047.2",
"transcript_support_level": 5,
"aa_start": 404,
"aa_end": null,
"aa_length": 417,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1688,
"cdna_end": null,
"cdna_length": 1732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "n.1424T>C",
"hgvs_p": null,
"transcript": "ENST00000684396.1",
"protein_id": null,
"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": 2422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.*147T>C",
"hgvs_p": null,
"transcript": "NM_001425112.1",
"protein_id": "NP_001412041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 456,
"cds_start": -4,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.*147T>C",
"hgvs_p": null,
"transcript": "NM_001425116.1",
"protein_id": "NP_001412045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 424,
"cds_start": -4,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.*147T>C",
"hgvs_p": null,
"transcript": "ENST00000683714.1",
"protein_id": "ENSP00000508207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 414,
"cds_start": -4,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.*506T>C",
"hgvs_p": null,
"transcript": "NM_001425119.1",
"protein_id": "NP_001412048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 339,
"cds_start": -4,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.*147T>C",
"hgvs_p": null,
"transcript": "ENST00000525137.1",
"protein_id": "ENSP00000435956.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 996,
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1361+23T>C",
"hgvs_p": null,
"transcript": "NM_001425111.1",
"protein_id": "NP_001412040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 471,
"cds_start": -4,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2376,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.964-229T>C",
"hgvs_p": null,
"transcript": "NM_001425118.1",
"protein_id": "NP_001412047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 347,
"cds_start": -4,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1978,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.963+2393T>C",
"hgvs_p": null,
"transcript": "NM_001425120.1",
"protein_id": "NP_001412049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 330,
"cds_start": -4,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2764,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.870-229T>C",
"hgvs_p": null,
"transcript": "NM_001425121.1",
"protein_id": "NP_001412050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": -4,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1884,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.611+23T>C",
"hgvs_p": null,
"transcript": "ENST00000533800.5",
"protein_id": "ENSP00000435011.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": -4,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"dbsnp": "rs201270451",
"frequency_reference_population": 6.8476925e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84769e-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.9935332536697388,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.986,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9734,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.063,
"phylop100way_prediction": "Pathogenic",
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Strong",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000355527.8",
"gene_symbol": "DHCR7",
"hgnc_id": 2860,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1384T>C",
"hgvs_p": "p.Tyr462His"
}
],
"clinvar_disease": "Smith-Lemli-Opitz syndrome,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 LP:1 US:1",
"phenotype_combined": "not provided|Smith-Lemli-Opitz syndrome",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}