← 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-71435433-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=71435433&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 71435433,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000355527.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1370G>A",
"hgvs_p": "p.Arg457Gln",
"transcript": "NM_001360.3",
"protein_id": "NP_001351.2",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 475,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1605,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": "ENST00000355527.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1370G>A",
"hgvs_p": "p.Arg457Gln",
"transcript": "ENST00000355527.8",
"protein_id": "ENSP00000347717.4",
"transcript_support_level": 1,
"aa_start": 457,
"aa_end": null,
"aa_length": 475,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1605,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": "NM_001360.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1370G>A",
"hgvs_p": "p.Arg457Gln",
"transcript": "ENST00000407721.6",
"protein_id": "ENSP00000384739.2",
"transcript_support_level": 1,
"aa_start": 457,
"aa_end": null,
"aa_length": 475,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1582,
"cdna_end": null,
"cdna_length": 2601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.785G>A",
"hgvs_p": "p.Arg262Gln",
"transcript": "ENST00000685320.1",
"protein_id": "ENSP00000509319.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 280,
"cds_start": 785,
"cds_end": null,
"cds_length": 843,
"cdna_start": 1275,
"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+2379G>A",
"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": "R",
"aa_alt": "Q",
"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.1421G>A",
"hgvs_p": "p.Arg474Gln",
"transcript": "NM_001425107.1",
"protein_id": "NP_001412036.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 492,
"cds_start": 1421,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1656,
"cdna_end": null,
"cdna_length": 2678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1421G>A",
"hgvs_p": "p.Arg474Gln",
"transcript": "ENST00000682708.1",
"protein_id": "ENSP00000506866.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 492,
"cds_start": 1421,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1698,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1406G>A",
"hgvs_p": "p.Arg469Gln",
"transcript": "NM_001425108.1",
"protein_id": "NP_001412037.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 487,
"cds_start": 1406,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1641,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1406G>A",
"hgvs_p": "p.Arg469Gln",
"transcript": "ENST00000683287.1",
"protein_id": "ENSP00000507607.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 487,
"cds_start": 1406,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1683,
"cdna_end": null,
"cdna_length": 2695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1370G>A",
"hgvs_p": "p.Arg457Gln",
"transcript": "NM_001163817.2",
"protein_id": "NP_001157289.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 475,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1582,
"cdna_end": null,
"cdna_length": 2604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1370G>A",
"hgvs_p": "p.Arg457Gln",
"transcript": "NM_001425109.1",
"protein_id": "NP_001412038.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 475,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 2854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1370G>A",
"hgvs_p": "p.Arg457Gln",
"transcript": "NM_001425110.1",
"protein_id": "NP_001412039.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 475,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 2640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1370G>A",
"hgvs_p": "p.Arg457Gln",
"transcript": "ENST00000525346.6",
"protein_id": "ENSP00000435707.3",
"transcript_support_level": 4,
"aa_start": 457,
"aa_end": null,
"aa_length": 475,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1591,
"cdna_end": null,
"cdna_length": 2603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1370G>A",
"hgvs_p": "p.Arg457Gln",
"transcript": "ENST00000526780.6",
"protein_id": "ENSP00000435668.2",
"transcript_support_level": 2,
"aa_start": 457,
"aa_end": null,
"aa_length": 475,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1838,
"cdna_end": null,
"cdna_length": 2850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1310G>A",
"hgvs_p": "p.Arg437Gln",
"transcript": "NM_001425113.1",
"protein_id": "NP_001412042.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 455,
"cds_start": 1310,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 2567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1274G>A",
"hgvs_p": "p.Arg425Gln",
"transcript": "NM_001425114.1",
"protein_id": "NP_001412043.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 443,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 1509,
"cdna_end": null,
"cdna_length": 2531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1274G>A",
"hgvs_p": "p.Arg425Gln",
"transcript": "ENST00000690257.1",
"protein_id": "ENSP00000510750.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 443,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 1503,
"cdna_end": null,
"cdna_length": 2515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1196G>A",
"hgvs_p": "p.Arg399Gln",
"transcript": "NM_001425117.1",
"protein_id": "NP_001412046.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 417,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 2698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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.1196G>A",
"hgvs_p": "p.Arg399Gln",
"transcript": "ENST00000527316.6",
"protein_id": "ENSP00000435047.2",
"transcript_support_level": 5,
"aa_start": 399,
"aa_end": null,
"aa_length": 417,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1674,
"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.1410G>A",
"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.*133G>A",
"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.*133G>A",
"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.*133G>A",
"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.*492G>A",
"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.*133G>A",
"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+9G>A",
"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-243G>A",
"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+2379G>A",
"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-243G>A",
"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+9G>A",
"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": "rs886043122",
"frequency_reference_population": 0.000031002677,
"hom_count_reference_population": 0,
"allele_count_reference_population": 50,
"gnomad_exomes_af": 0.0000314977,
"gnomad_genomes_af": 0.0000262567,
"gnomad_exomes_ac": 46,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16754677891731262,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.302,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0701,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.92,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 2,
"pathogenic_score": 4,
"criteria": [
"PM1",
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000355527.8",
"gene_symbol": "DHCR7",
"hgnc_id": 2860,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1370G>A",
"hgvs_p": "p.Arg457Gln"
}
],
"clinvar_disease": "Inborn genetic diseases,Smith-Lemli-Opitz syndrome,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:4",
"phenotype_combined": "not provided|Smith-Lemli-Opitz syndrome|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}