← 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-71441383-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=71441383&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 71441383,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001425107.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001360.3",
"protein_id": "NP_001351.2",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000355527.8",
"protein_id": "ENSP00000347717.4",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000407721.6",
"protein_id": "ENSP00000384739.2",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.-116T>C",
"hgvs_p": null,
"transcript": "ENST00000685320.1",
"protein_id": "ENSP00000509319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425107.1",
"protein_id": "NP_001412036.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 492,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000682708.1",
"protein_id": "ENSP00000506866.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 492,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"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": "p.Leu169Pro",
"transcript": "NM_001425108.1",
"protein_id": "NP_001412037.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 487,
"cds_start": 506,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"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": "p.Leu169Pro",
"transcript": "ENST00000683287.1",
"protein_id": "ENSP00000507607.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 487,
"cds_start": 506,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001163817.2",
"protein_id": "NP_001157289.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425109.1",
"protein_id": "NP_001412038.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425110.1",
"protein_id": "NP_001412039.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000525346.6",
"protein_id": "ENSP00000435707.3",
"transcript_support_level": 4,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000526780.6",
"protein_id": "ENSP00000435668.2",
"transcript_support_level": 2,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000864862.1",
"protein_id": "ENSP00000534921.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000864863.1",
"protein_id": "ENSP00000534922.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000864864.1",
"protein_id": "ENSP00000534923.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000864865.1",
"protein_id": "ENSP00000534924.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000864866.1",
"protein_id": "ENSP00000534925.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000938772.1",
"protein_id": "ENSP00000608831.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000938773.1",
"protein_id": "ENSP00000608832.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000938775.1",
"protein_id": "ENSP00000608834.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000938776.1",
"protein_id": "ENSP00000608835.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000956190.1",
"protein_id": "ENSP00000626249.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000956191.1",
"protein_id": "ENSP00000626250.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 475,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425111.1",
"protein_id": "NP_001412040.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 471,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000938774.1",
"protein_id": "ENSP00000608833.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 468,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425112.1",
"protein_id": "NP_001412041.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 456,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Leu137Pro",
"transcript": "NM_001425113.1",
"protein_id": "NP_001412042.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 455,
"cds_start": 410,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.374T>C",
"hgvs_p": "p.Leu125Pro",
"transcript": "NM_001425114.1",
"protein_id": "NP_001412043.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 443,
"cds_start": 374,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.374T>C",
"hgvs_p": "p.Leu125Pro",
"transcript": "ENST00000690257.1",
"protein_id": "ENSP00000510750.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 443,
"cds_start": 374,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.374T>C",
"hgvs_p": "p.Leu125Pro",
"transcript": "NM_001425116.1",
"protein_id": "NP_001412045.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 424,
"cds_start": 374,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.296T>C",
"hgvs_p": "p.Leu99Pro",
"transcript": "NM_001425117.1",
"protein_id": "NP_001412046.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 417,
"cds_start": 296,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.296T>C",
"hgvs_p": "p.Leu99Pro",
"transcript": "ENST00000527316.6",
"protein_id": "ENSP00000435047.2",
"transcript_support_level": 5,
"aa_start": 99,
"aa_end": null,
"aa_length": 417,
"cds_start": 296,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000683714.1",
"protein_id": "ENSP00000508207.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 414,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"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": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000682880.1",
"protein_id": "ENSP00000507520.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 366,
"cds_start": 470,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682880.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425118.1",
"protein_id": "NP_001412047.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 347,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425119.1",
"protein_id": "NP_001412048.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 339,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425120.1",
"protein_id": "NP_001412049.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 330,
"cds_start": 470,
"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": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "NM_001425121.1",
"protein_id": "NP_001412050.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 307,
"cds_start": 470,
"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": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.-116T>C",
"hgvs_p": null,
"transcript": "ENST00000956192.1",
"protein_id": "ENSP00000626251.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.-116T>C",
"hgvs_p": null,
"transcript": "ENST00000956193.1",
"protein_id": "ENSP00000626252.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "c.-116T>C",
"hgvs_p": null,
"transcript": "ENST00000956194.1",
"protein_id": "ENSP00000626253.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"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": 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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "n.747T>C",
"hgvs_p": null,
"transcript": "ENST00000683874.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": "ENST00000683874.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": "DHCR7",
"gene_hgnc_id": 2860,
"hgvs_c": "n.-36T>C",
"hgvs_p": null,
"transcript": "ENST00000534701.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000534701.1"
}
],
"gene_symbol": "DHCR7",
"gene_hgnc_id": 2860,
"dbsnp": "rs753960624",
"frequency_reference_population": 0.000027260145,
"hom_count_reference_population": 0,
"allele_count_reference_population": 44,
"gnomad_exomes_af": 0.0000287302,
"gnomad_genomes_af": 0.0000131406,
"gnomad_exomes_ac": 42,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8964877128601074,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.88,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8092,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.56,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.129,
"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": 14,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001425107.1",
"gene_symbol": "DHCR7",
"hgnc_id": 2860,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro"
}
],
"clinvar_disease": "Smith-Lemli-Opitz syndrome,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6 LP:1",
"phenotype_combined": "Smith-Lemli-Opitz syndrome|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}