← 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-71444950-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=71444950&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PS1_Moderate",
"PM2",
"PP5_Very_Strong"
],
"effects": [
"start_lost"
],
"gene_symbol": "DHCR7",
"hgnc_id": 2860,
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"inheritance_mode": "AR",
"pathogenic_score": 20,
"score": 20,
"transcript": "NM_001425107.1",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PS1_Moderate,PM2,PP5_Very_Strong",
"acmg_score": 20,
"allele_count_reference_population": 21,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.53,
"chr": "11",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_disease": "Smith-Lemli-Opitz syndrome,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:2",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.8608273267745972,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2627,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001360.3",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000355527.8",
"protein_coding": true,
"protein_id": "NP_001351.2",
"strand": false,
"transcript": "NM_001360.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2627,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000355527.8",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001360.3",
"protein_coding": true,
"protein_id": "ENSP00000347717.4",
"strand": false,
"transcript": "ENST00000355527.8",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2601,
"cdna_start": 215,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000407721.6",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000384739.2",
"strand": false,
"transcript": "ENST00000407721.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 280,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2287,
"cdna_start": null,
"cds_end": null,
"cds_length": 843,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000685320.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.-333-889G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509319.1",
"strand": false,
"transcript": "ENST00000685320.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 492,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2678,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1479,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425107.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412036.1",
"strand": false,
"transcript": "NM_001425107.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 492,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2710,
"cdna_start": 280,
"cds_end": null,
"cds_length": 1479,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000682708.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506866.1",
"strand": false,
"transcript": "ENST00000682708.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 487,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2663,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1464,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425108.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412037.1",
"strand": false,
"transcript": "NM_001425108.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 487,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2695,
"cdna_start": 280,
"cds_end": null,
"cds_length": 1464,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000683287.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507607.1",
"strand": false,
"transcript": "ENST00000683287.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2604,
"cdna_start": 215,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001163817.2",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001157289.1",
"strand": false,
"transcript": "NM_001163817.2",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2854,
"cdna_start": 465,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425109.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412038.1",
"strand": false,
"transcript": "NM_001425109.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2640,
"cdna_start": 251,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425110.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412039.1",
"strand": false,
"transcript": "NM_001425110.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2603,
"cdna_start": 224,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000525346.6",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000435707.3",
"strand": false,
"transcript": "ENST00000525346.6",
"transcript_support_level": 4
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2850,
"cdna_start": 471,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000526780.6",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000435668.2",
"strand": false,
"transcript": "ENST00000526780.6",
"transcript_support_level": 2
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2576,
"cdna_start": 187,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000864862.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534921.1",
"strand": false,
"transcript": "ENST00000864862.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2649,
"cdna_start": 266,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000864863.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534922.1",
"strand": false,
"transcript": "ENST00000864863.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2548,
"cdna_start": 165,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000864864.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534923.1",
"strand": false,
"transcript": "ENST00000864864.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2007,
"cdna_start": 167,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000864865.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534924.1",
"strand": false,
"transcript": "ENST00000864865.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1982,
"cdna_start": 141,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000864866.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534925.1",
"strand": false,
"transcript": "ENST00000864866.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2643,
"cdna_start": 254,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000938772.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608831.1",
"strand": false,
"transcript": "ENST00000938772.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2818,
"cdna_start": 429,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000938773.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608832.1",
"strand": false,
"transcript": "ENST00000938773.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2553,
"cdna_start": 167,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000938775.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608834.1",
"strand": false,
"transcript": "ENST00000938775.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2667,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000938776.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608835.1",
"strand": false,
"transcript": "ENST00000938776.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2636,
"cdna_start": 253,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000956190.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626249.1",
"strand": false,
"transcript": "ENST00000956190.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 475,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2639,
"cdna_start": 257,
"cds_end": null,
"cds_length": 1428,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000956191.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626250.1",
"strand": false,
"transcript": "ENST00000956191.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 471,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2376,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1416,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425111.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412040.1",
"strand": false,
"transcript": "NM_001425111.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 468,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2530,
"cdna_start": 162,
"cds_end": null,
"cds_length": 1407,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000938774.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608833.1",
"strand": false,
"transcript": "ENST00000938774.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 456,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2761,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1371,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425112.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412041.1",
"strand": false,
"transcript": "NM_001425112.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 455,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2567,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1368,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425113.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412042.1",
"strand": false,
"transcript": "NM_001425113.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 443,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2531,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1332,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425114.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412043.1",
"strand": false,
"transcript": "NM_001425114.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 443,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2515,
"cdna_start": 232,
"cds_end": null,
"cds_length": 1332,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000690257.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510750.1",
"strand": false,
"transcript": "ENST00000690257.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 424,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2665,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1275,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425116.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412045.1",
"strand": false,
"transcript": "NM_001425116.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 414,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2645,
"cdna_start": 280,
"cds_end": null,
"cds_length": 1245,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000683714.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508207.1",
"strand": false,
"transcript": "ENST00000683714.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 366,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2472,
"cdna_start": 280,
"cds_end": null,
"cds_length": 1101,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000682880.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507520.1",
"strand": false,
"transcript": "ENST00000682880.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 347,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1978,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1044,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425118.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412047.1",
"strand": false,
"transcript": "NM_001425118.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 339,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2769,
"cdna_start": 238,
"cds_end": null,
"cds_length": 1020,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425119.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412048.1",
"strand": false,
"transcript": "NM_001425119.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 330,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2764,
"cdna_start": 238,
"cds_end": null,
"cds_length": 993,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425120.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412049.1",
"strand": false,
"transcript": "NM_001425120.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 307,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1884,
"cdna_start": 238,
"cds_end": null,
"cds_length": 924,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425121.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412050.1",
"strand": false,
"transcript": "NM_001425121.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 104,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 507,
"cdna_start": 193,
"cds_end": null,
"cds_length": 317,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000531364.5",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000432589.1",
"strand": false,
"transcript": "ENST00000531364.5",
"transcript_support_level": 4
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 90,
"aa_ref": "M",
"aa_start": 1,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 579,
"cdna_start": 309,
"cds_end": null,
"cds_length": 273,
"cds_start": 3,
"consequences": [
"start_lost"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000527452.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.3G>A",
"hgvs_p": "p.Met1?",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000436007.1",
"strand": false,
"transcript": "ENST00000527452.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 417,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2698,
"cdna_start": null,
"cds_end": null,
"cds_length": 1254,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001425117.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.-243G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412046.1",
"strand": false,
"transcript": "NM_001425117.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 417,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1732,
"cdna_start": null,
"cds_end": null,
"cds_length": 1254,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000527316.6",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.-243G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000435047.2",
"strand": false,
"transcript": "ENST00000527316.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 280,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2519,
"cdna_start": null,
"cds_end": null,
"cds_length": 843,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000956192.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.-487G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626251.1",
"strand": false,
"transcript": "ENST00000956192.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 280,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2505,
"cdna_start": null,
"cds_end": null,
"cds_length": 843,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000956193.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.-487G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626252.1",
"strand": false,
"transcript": "ENST00000956193.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 280,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2733,
"cdna_start": null,
"cds_end": null,
"cds_length": 843,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000956194.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.-487G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626253.1",
"strand": false,
"transcript": "ENST00000956194.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 34,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 525,
"cdna_start": null,
"cds_end": null,
"cds_length": 106,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000529990.6",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "c.-210G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000435058.2",
"strand": false,
"transcript": "ENST00000529990.6",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1658,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000683874.1",
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"hgvs_c": "n.280G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000683874.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs121909767",
"effect": "start_lost",
"frequency_reference_population": 0.00001301141,
"gene_hgnc_id": 2860,
"gene_symbol": "DHCR7",
"gnomad_exomes_ac": 17,
"gnomad_exomes_af": 0.0000116297,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 4,
"gnomad_genomes_af": 0.0000262819,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"phenotype_combined": "Smith-Lemli-Opitz syndrome|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.621,
"pos": 71444950,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.726,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.029999999329447746,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.03,
"transcript": "NM_001425107.1"
}
]
}