← 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: 9-112447393-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=112447393&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 112447393,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_032303.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.865+5623C>G",
"hgvs_p": null,
"transcript": "NM_032303.5",
"protein_id": "NP_115679.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000398805.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032303.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.865+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000398805.8",
"protein_id": "ENSP00000381785.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032303.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398805.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.646+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000398803.1",
"protein_id": "ENSP00000381783.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398803.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.859+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000942135.1",
"protein_id": "ENSP00000612194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942135.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.865+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000942137.1",
"protein_id": "ENSP00000612196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942137.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.856+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860570.1",
"protein_id": "ENSP00000530629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": null,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860570.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.787+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860574.1",
"protein_id": "ENSP00000530633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 392,
"cds_start": null,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860574.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.766+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860569.1",
"protein_id": "ENSP00000530628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860569.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.766+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860575.1",
"protein_id": "ENSP00000530634.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860575.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.865+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000942139.1",
"protein_id": "ENSP00000612198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 375,
"cds_start": null,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942139.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.865+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860572.1",
"protein_id": "ENSP00000530631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860572.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.670+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860566.1",
"protein_id": "ENSP00000530625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 353,
"cds_start": null,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860566.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.646+5623C>G",
"hgvs_p": null,
"transcript": "NM_001195822.2",
"protein_id": "NP_001182751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195822.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.640+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000942134.1",
"protein_id": "ENSP00000612193.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 343,
"cds_start": null,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942134.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.599-6620C>G",
"hgvs_p": null,
"transcript": "ENST00000860568.1",
"protein_id": "ENSP00000530627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 329,
"cds_start": null,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860568.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.547+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860567.1",
"protein_id": "ENSP00000530626.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 312,
"cds_start": null,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860567.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.547+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000942136.1",
"protein_id": "ENSP00000612195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 312,
"cds_start": null,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942136.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.544+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000942140.1",
"protein_id": "ENSP00000612199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": null,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942140.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.487+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860565.1",
"protein_id": "ENSP00000530624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 292,
"cds_start": null,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860565.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.451+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000929491.1",
"protein_id": "ENSP00000599550.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": "ENST00000929491.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.448+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860573.1",
"protein_id": "ENSP00000530632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860573.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.352+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000860571.1",
"protein_id": "ENSP00000530630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860571.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.281-6620C>G",
"hgvs_p": null,
"transcript": "ENST00000942138.1",
"protein_id": "ENSP00000612197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942138.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.343+5623C>G",
"hgvs_p": null,
"transcript": "XM_017015203.3",
"protein_id": "XP_016870692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 244,
"cds_start": null,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015203.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.343+5623C>G",
"hgvs_p": null,
"transcript": "XM_047423969.1",
"protein_id": "XP_047279925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 244,
"cds_start": null,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423969.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.287-13280G>C",
"hgvs_p": null,
"transcript": "ENST00000412934.2",
"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": "pseudogene",
"feature": "ENST00000412934.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "n.639+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000467434.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "pseudogene",
"feature": "ENST00000467434.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "n.761+5623C>G",
"hgvs_p": null,
"transcript": "ENST00000488101.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000488101.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.329-37380G>C",
"hgvs_p": null,
"transcript": "ENST00000656504.2",
"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": "pseudogene",
"feature": "ENST00000656504.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.513+37063G>C",
"hgvs_p": null,
"transcript": "ENST00000687181.3",
"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": "pseudogene",
"feature": "ENST00000687181.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.303-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803330.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": "pseudogene",
"feature": "ENST00000803330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.336-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803331.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": "pseudogene",
"feature": "ENST00000803331.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.365-37380G>C",
"hgvs_p": null,
"transcript": "ENST00000803332.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": "pseudogene",
"feature": "ENST00000803332.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.336-37380G>C",
"hgvs_p": null,
"transcript": "ENST00000803333.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": "pseudogene",
"feature": "ENST00000803333.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.439-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803334.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": "pseudogene",
"feature": "ENST00000803334.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.303-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803335.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": "pseudogene",
"feature": "ENST00000803335.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.300-5132G>C",
"hgvs_p": null,
"transcript": "ENST00000803336.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": "pseudogene",
"feature": "ENST00000803336.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.406+22330G>C",
"hgvs_p": null,
"transcript": "ENST00000803337.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": "pseudogene",
"feature": "ENST00000803337.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.294-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803338.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": "pseudogene",
"feature": "ENST00000803338.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.334-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803339.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": "pseudogene",
"feature": "ENST00000803339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.366-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803340.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": "pseudogene",
"feature": "ENST00000803340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.480-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803341.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": "pseudogene",
"feature": "ENST00000803341.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.363-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803342.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": "pseudogene",
"feature": "ENST00000803342.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.650-13280G>C",
"hgvs_p": null,
"transcript": "ENST00000803343.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": "pseudogene",
"feature": "ENST00000803343.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.520-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803344.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": "pseudogene",
"feature": "ENST00000803344.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.338-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803345.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": "pseudogene",
"feature": "ENST00000803345.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.450-5132G>C",
"hgvs_p": null,
"transcript": "ENST00000803346.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": "pseudogene",
"feature": "ENST00000803346.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.334-5132G>C",
"hgvs_p": null,
"transcript": "ENST00000803347.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": "pseudogene",
"feature": "ENST00000803347.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.449-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803348.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": "pseudogene",
"feature": "ENST00000803348.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.429-13418G>C",
"hgvs_p": null,
"transcript": "ENST00000803349.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": "pseudogene",
"feature": "ENST00000803349.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.303-5132G>C",
"hgvs_p": null,
"transcript": "ENST00000803350.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": "pseudogene",
"feature": "ENST00000803350.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.418-13421G>C",
"hgvs_p": null,
"transcript": "ENST00000803351.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": "pseudogene",
"feature": "ENST00000803351.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.303-13280G>C",
"hgvs_p": null,
"transcript": "ENST00000803352.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": "pseudogene",
"feature": "ENST00000803352.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.460-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803353.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": "pseudogene",
"feature": "ENST00000803353.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.406-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803354.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": "pseudogene",
"feature": "ENST00000803354.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.336-5132G>C",
"hgvs_p": null,
"transcript": "ENST00000803355.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": "pseudogene",
"feature": "ENST00000803355.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.288-5299G>C",
"hgvs_p": null,
"transcript": "ENST00000803356.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": "pseudogene",
"feature": "ENST00000803356.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "n.757+5623C>G",
"hgvs_p": null,
"transcript": "NR_036651.2",
"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": "pseudogene",
"feature": "NR_036651.2"
}
],
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"dbsnp": "rs1999263",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7099999785423279,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.576,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_032303.5",
"gene_symbol": "HSDL2",
"hgnc_id": 18572,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.865+5623C>G",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000412934.2",
"gene_symbol": "HSDL2-AS1",
"hgnc_id": 31438,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.287-13280G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}