← 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-71435526-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=71435526&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 71435526,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001425107.1",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "NM_001360.3",
"protein_id": "NP_001351.2",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000355527.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001360.3"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000355527.8",
"protein_id": "ENSP00000347717.4",
"transcript_support_level": 1,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001360.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355527.8"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000407721.6",
"protein_id": "ENSP00000384739.2",
"transcript_support_level": 1,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407721.6"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.692A>C",
"hgvs_p": "p.His231Pro",
"transcript": "ENST00000685320.1",
"protein_id": "ENSP00000509319.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 280,
"cds_start": 692,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685320.1"
},
{
"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+2286A>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": null,
"cds_end": null,
"cds_length": 348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534795.5"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1328A>C",
"hgvs_p": "p.His443Pro",
"transcript": "NM_001425107.1",
"protein_id": "NP_001412036.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 492,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425107.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1328A>C",
"hgvs_p": "p.His443Pro",
"transcript": "ENST00000682708.1",
"protein_id": "ENSP00000506866.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 492,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682708.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1313A>C",
"hgvs_p": "p.His438Pro",
"transcript": "NM_001425108.1",
"protein_id": "NP_001412037.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 487,
"cds_start": 1313,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425108.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1313A>C",
"hgvs_p": "p.His438Pro",
"transcript": "ENST00000683287.1",
"protein_id": "ENSP00000507607.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 487,
"cds_start": 1313,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683287.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "NM_001163817.2",
"protein_id": "NP_001157289.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163817.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "NM_001425109.1",
"protein_id": "NP_001412038.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425109.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "NM_001425110.1",
"protein_id": "NP_001412039.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425110.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000525346.6",
"protein_id": "ENSP00000435707.3",
"transcript_support_level": 4,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525346.6"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000526780.6",
"protein_id": "ENSP00000435668.2",
"transcript_support_level": 2,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526780.6"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000864862.1",
"protein_id": "ENSP00000534921.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864862.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000864863.1",
"protein_id": "ENSP00000534922.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864863.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000864864.1",
"protein_id": "ENSP00000534923.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864864.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000864865.1",
"protein_id": "ENSP00000534924.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864865.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000864866.1",
"protein_id": "ENSP00000534925.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864866.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000938772.1",
"protein_id": "ENSP00000608831.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938772.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000938773.1",
"protein_id": "ENSP00000608832.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938773.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000938775.1",
"protein_id": "ENSP00000608834.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938775.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000938776.1",
"protein_id": "ENSP00000608835.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938776.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000956190.1",
"protein_id": "ENSP00000626249.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956190.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "ENST00000956191.1",
"protein_id": "ENSP00000626250.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 475,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956191.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.1277A>C",
"hgvs_p": "p.His426Pro",
"transcript": "NM_001425111.1",
"protein_id": "NP_001412040.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 471,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425111.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1256A>C",
"hgvs_p": "p.His419Pro",
"transcript": "ENST00000938774.1",
"protein_id": "ENSP00000608833.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 468,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938774.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1217A>C",
"hgvs_p": "p.His406Pro",
"transcript": "NM_001425113.1",
"protein_id": "NP_001412042.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 455,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425113.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1181A>C",
"hgvs_p": "p.His394Pro",
"transcript": "NM_001425114.1",
"protein_id": "NP_001412043.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 443,
"cds_start": 1181,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425114.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1181A>C",
"hgvs_p": "p.His394Pro",
"transcript": "ENST00000690257.1",
"protein_id": "ENSP00000510750.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 443,
"cds_start": 1181,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690257.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1103A>C",
"hgvs_p": "p.His368Pro",
"transcript": "NM_001425117.1",
"protein_id": "NP_001412046.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 417,
"cds_start": 1103,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425117.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.1103A>C",
"hgvs_p": "p.His368Pro",
"transcript": "ENST00000527316.6",
"protein_id": "ENSP00000435047.2",
"transcript_support_level": 5,
"aa_start": 368,
"aa_end": null,
"aa_length": 417,
"cds_start": 1103,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527316.6"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.692A>C",
"hgvs_p": "p.His231Pro",
"transcript": "ENST00000956192.1",
"protein_id": "ENSP00000626251.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 280,
"cds_start": 692,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956192.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.692A>C",
"hgvs_p": "p.His231Pro",
"transcript": "ENST00000956193.1",
"protein_id": "ENSP00000626252.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 280,
"cds_start": 692,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956193.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"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.692A>C",
"hgvs_p": "p.His231Pro",
"transcript": "ENST00000956194.1",
"protein_id": "ENSP00000626253.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 280,
"cds_start": 692,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956194.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.527A>C",
"hgvs_p": "p.His176Pro",
"transcript": "ENST00000533800.5",
"protein_id": "ENSP00000435011.1",
"transcript_support_level": 3,
"aa_start": 176,
"aa_end": null,
"aa_length": 221,
"cds_start": 527,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533800.5"
},
{
"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.*40A>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": null,
"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": "NM_001425112.1"
},
{
"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.*40A>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": null,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425116.1"
},
{
"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.*40A>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": null,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683714.1"
},
{
"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.*399A>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": null,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425119.1"
},
{
"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.*40A>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": null,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525137.1"
},
{
"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-336A>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": null,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425118.1"
},
{
"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+2286A>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": null,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425120.1"
},
{
"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-336A>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": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425121.1"
},
{
"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.1317A>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684396.1"
}
],
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"dbsnp": "rs1354718634",
"frequency_reference_population": 0.0000018621812,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000137097,
"gnomad_genomes_af": 0.00000657056,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8971918821334839,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.931,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.389,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.56,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.986,
"phylop100way_prediction": "Uncertain_significance",
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Moderate,PP5_Moderate",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001425107.1",
"gene_symbol": "DHCR7",
"hgnc_id": 2860,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1328A>C",
"hgvs_p": "p.His443Pro"
}
],
"clinvar_disease": "Smith-Lemli-Opitz syndrome",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Smith-Lemli-Opitz syndrome",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}