← 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-112459574-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=112459574&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 112459574,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_032303.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1141T>G",
"hgvs_p": "p.Ser381Ala",
"transcript": "NM_032303.5",
"protein_id": "NP_115679.2",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 418,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1197,
"cdna_end": null,
"cdna_length": 3174,
"mane_select": "ENST00000398805.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032303.5"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1141T>G",
"hgvs_p": "p.Ser381Ala",
"transcript": "ENST00000398805.8",
"protein_id": "ENSP00000381785.3",
"transcript_support_level": 1,
"aa_start": 381,
"aa_end": null,
"aa_length": 418,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1197,
"cdna_end": null,
"cdna_length": 3174,
"mane_select": "NM_032303.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398805.8"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.922T>G",
"hgvs_p": "p.Ser308Ala",
"transcript": "ENST00000398803.1",
"protein_id": "ENSP00000381783.1",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 345,
"cds_start": 922,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 1006,
"cdna_end": null,
"cdna_length": 2983,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398803.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1135T>G",
"hgvs_p": "p.Ser379Ala",
"transcript": "ENST00000942135.1",
"protein_id": "ENSP00000612194.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 416,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1228,
"cdna_end": null,
"cdna_length": 3204,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942135.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1135T>G",
"hgvs_p": "p.Ser379Ala",
"transcript": "ENST00000942137.1",
"protein_id": "ENSP00000612196.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 416,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1212,
"cdna_end": null,
"cdna_length": 3189,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942137.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Ser378Ala",
"transcript": "ENST00000860570.1",
"protein_id": "ENSP00000530629.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 415,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1245,
"cdna_end": null,
"cdna_length": 2509,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860570.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1063T>G",
"hgvs_p": "p.Ser355Ala",
"transcript": "ENST00000860574.1",
"protein_id": "ENSP00000530633.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 392,
"cds_start": 1063,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 1330,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860574.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1042T>G",
"hgvs_p": "p.Ser348Ala",
"transcript": "ENST00000860569.1",
"protein_id": "ENSP00000530628.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 385,
"cds_start": 1042,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 3073,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860569.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1042T>G",
"hgvs_p": "p.Ser348Ala",
"transcript": "ENST00000860575.1",
"protein_id": "ENSP00000530634.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 385,
"cds_start": 1042,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 1090,
"cdna_end": null,
"cdna_length": 1241,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860575.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.991T>G",
"hgvs_p": "p.Ser331Ala",
"transcript": "ENST00000860572.1",
"protein_id": "ENSP00000530631.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 368,
"cds_start": 991,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 1084,
"cdna_end": null,
"cdna_length": 1667,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860572.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.946T>G",
"hgvs_p": "p.Ser316Ala",
"transcript": "ENST00000860566.1",
"protein_id": "ENSP00000530625.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 353,
"cds_start": 946,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 1049,
"cdna_end": null,
"cdna_length": 3026,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860566.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.922T>G",
"hgvs_p": "p.Ser308Ala",
"transcript": "NM_001195822.2",
"protein_id": "NP_001182751.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 345,
"cds_start": 922,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 978,
"cdna_end": null,
"cdna_length": 2955,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195822.2"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.916T>G",
"hgvs_p": "p.Ser306Ala",
"transcript": "ENST00000942134.1",
"protein_id": "ENSP00000612193.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 343,
"cds_start": 916,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1016,
"cdna_end": null,
"cdna_length": 2996,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942134.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.874T>G",
"hgvs_p": "p.Ser292Ala",
"transcript": "ENST00000860568.1",
"protein_id": "ENSP00000530627.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 329,
"cds_start": 874,
"cds_end": null,
"cds_length": 990,
"cdna_start": 951,
"cdna_end": null,
"cdna_length": 2926,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860568.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.823T>G",
"hgvs_p": "p.Ser275Ala",
"transcript": "ENST00000860567.1",
"protein_id": "ENSP00000530626.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 312,
"cds_start": 823,
"cds_end": null,
"cds_length": 939,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 2893,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860567.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.823T>G",
"hgvs_p": "p.Ser275Ala",
"transcript": "ENST00000942136.1",
"protein_id": "ENSP00000612195.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 312,
"cds_start": 823,
"cds_end": null,
"cds_length": 939,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 2887,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942136.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.820T>G",
"hgvs_p": "p.Ser274Ala",
"transcript": "ENST00000942140.1",
"protein_id": "ENSP00000612199.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 311,
"cds_start": 820,
"cds_end": null,
"cds_length": 936,
"cdna_start": 880,
"cdna_end": null,
"cdna_length": 2147,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942140.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.763T>G",
"hgvs_p": "p.Ser255Ala",
"transcript": "ENST00000860565.1",
"protein_id": "ENSP00000530624.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 292,
"cds_start": 763,
"cds_end": null,
"cds_length": 879,
"cdna_start": 869,
"cdna_end": null,
"cdna_length": 2846,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860565.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.727T>G",
"hgvs_p": "p.Ser243Ala",
"transcript": "ENST00000929491.1",
"protein_id": "ENSP00000599550.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 280,
"cds_start": 727,
"cds_end": null,
"cds_length": 843,
"cdna_start": 782,
"cdna_end": null,
"cdna_length": 2759,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929491.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.724T>G",
"hgvs_p": "p.Ser242Ala",
"transcript": "ENST00000860573.1",
"protein_id": "ENSP00000530632.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 279,
"cds_start": 724,
"cds_end": null,
"cds_length": 840,
"cdna_start": 796,
"cdna_end": null,
"cdna_length": 1379,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860573.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.628T>G",
"hgvs_p": "p.Ser210Ala",
"transcript": "ENST00000860571.1",
"protein_id": "ENSP00000530630.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 247,
"cds_start": 628,
"cds_end": null,
"cds_length": 744,
"cdna_start": 695,
"cdna_end": null,
"cdna_length": 1443,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860571.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.556T>G",
"hgvs_p": "p.Ser186Ala",
"transcript": "ENST00000942138.1",
"protein_id": "ENSP00000612197.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 223,
"cds_start": 556,
"cds_end": null,
"cds_length": 672,
"cdna_start": 618,
"cdna_end": null,
"cdna_length": 2594,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942138.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.619T>G",
"hgvs_p": "p.Ser207Ala",
"transcript": "XM_017015203.3",
"protein_id": "XP_016870692.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 244,
"cds_start": 619,
"cds_end": null,
"cds_length": 735,
"cdna_start": 814,
"cdna_end": null,
"cdna_length": 2791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015203.3"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.619T>G",
"hgvs_p": "p.Ser207Ala",
"transcript": "XM_047423969.1",
"protein_id": "XP_047279925.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 244,
"cds_start": 619,
"cds_end": null,
"cds_length": 735,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423969.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": 9,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "c.1015+5412T>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": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942139.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "n.1033T>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": 3010,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_036651.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.286+10149A>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": 584,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000412934.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.328+26816A>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": 1332,
"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+24882A>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": 1517,
"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-17480A>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": 1399,
"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-17480A>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": 2166,
"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.364+26816A>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": 822,
"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.335+26816A>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": 808,
"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.438+10149A>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": 1004,
"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-17480A>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": 864,
"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-17313A>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": 934,
"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+10149A>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": 879,
"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-17480A>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": 644,
"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-17480A>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": 589,
"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-17480A>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": 626,
"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.479+10149A>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": 740,
"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-17480A>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": 620,
"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.649+10149A>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": 950,
"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-17480A>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": 777,
"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-17480A>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": 736,
"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.449+10149A>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": 786,
"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-17313A>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": 667,
"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.448+10149A>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": 706,
"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.428+10149A>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": 596,
"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-17313A>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": 639,
"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.417+10149A>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": 577,
"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-25461A>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": 603,
"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-17480A>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": 720,
"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.405+10149A>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": 799,
"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-17313A>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": 916,
"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-17480A>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": 797,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000803356.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.291-8541A>C",
"hgvs_p": null,
"transcript": "ENST00000803357.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": 538,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000803357.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.303-5502A>C",
"hgvs_p": null,
"transcript": "ENST00000803358.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": 650,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000803358.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.487-5502A>C",
"hgvs_p": null,
"transcript": "ENST00000803359.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": 800,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000803359.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.367-5502A>C",
"hgvs_p": null,
"transcript": "ENST00000803360.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": 719,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000803360.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.534-5502A>C",
"hgvs_p": null,
"transcript": "ENST00000803361.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": 881,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000803361.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.453-5502A>C",
"hgvs_p": null,
"transcript": "ENST00000803362.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": 800,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000803362.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.472-5502A>C",
"hgvs_p": null,
"transcript": "NR_171777.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": 2746,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_171777.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": 3,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.587-5502A>C",
"hgvs_p": null,
"transcript": "NR_171778.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": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_171778.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": 4,
"intron_rank_end": null,
"gene_symbol": "HSDL2-AS1",
"gene_hgnc_id": 31438,
"hgvs_c": "n.1072+1050A>C",
"hgvs_p": null,
"transcript": "NR_171779.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": 3347,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_171779.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"hgvs_c": "n.*37T>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": 878,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000467434.5"
}
],
"gene_symbol": "HSDL2",
"gene_hgnc_id": 18572,
"dbsnp": "rs755528134",
"frequency_reference_population": 0.000008058917,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000821398,
"gnomad_genomes_af": 0.00000657047,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07336804270744324,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.028,
"revel_prediction": "Benign",
"alphamissense_score": 0.0663,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.158,
"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": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_032303.5",
"gene_symbol": "HSDL2",
"hgnc_id": 18572,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1141T>G",
"hgvs_p": "p.Ser381Ala"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000412934.2",
"gene_symbol": "HSDL2-AS1",
"hgnc_id": 31438,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.286+10149A>C",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}