← 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: 1-23804441-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=23804441&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 23804441,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000191.3",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.835G>A",
"hgvs_p": "p.Glu279Lys",
"transcript": "NM_000191.3",
"protein_id": "NP_000182.2",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 325,
"cds_start": 835,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374490.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000191.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.835G>A",
"hgvs_p": "p.Glu279Lys",
"transcript": "ENST00000374490.8",
"protein_id": "ENSP00000363614.3",
"transcript_support_level": 1,
"aa_start": 279,
"aa_end": null,
"aa_length": 325,
"cds_start": 835,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000191.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374490.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "n.526G>A",
"hgvs_p": null,
"transcript": "ENST00000509389.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000509389.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.967G>A",
"hgvs_p": "p.Glu323Lys",
"transcript": "ENST00000892104.1",
"protein_id": "ENSP00000562163.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 369,
"cds_start": 967,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892104.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.835G>A",
"hgvs_p": "p.Glu279Lys",
"transcript": "ENST00000892105.1",
"protein_id": "ENSP00000562164.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 354,
"cds_start": 835,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892105.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.922G>A",
"hgvs_p": "p.Glu308Lys",
"transcript": "ENST00000892109.1",
"protein_id": "ENSP00000562168.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 354,
"cds_start": 922,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892109.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.919G>A",
"hgvs_p": "p.Glu307Lys",
"transcript": "ENST00000892119.1",
"protein_id": "ENSP00000562178.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 353,
"cds_start": 919,
"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": "ENST00000892119.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.916G>A",
"hgvs_p": "p.Glu306Lys",
"transcript": "ENST00000892118.1",
"protein_id": "ENSP00000562177.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 352,
"cds_start": 916,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892118.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.859G>A",
"hgvs_p": "p.Glu287Lys",
"transcript": "ENST00000967921.1",
"protein_id": "ENSP00000637980.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 333,
"cds_start": 859,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967921.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.826G>A",
"hgvs_p": "p.Glu276Lys",
"transcript": "ENST00000892115.1",
"protein_id": "ENSP00000562174.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 322,
"cds_start": 826,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892115.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Glu271Lys",
"transcript": "ENST00000892102.1",
"protein_id": "ENSP00000562161.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 317,
"cds_start": 811,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892102.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Glu260Lys",
"transcript": "ENST00000967924.1",
"protein_id": "ENSP00000637983.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 306,
"cds_start": 778,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967924.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.751G>A",
"hgvs_p": "p.Glu251Lys",
"transcript": "ENST00000892107.1",
"protein_id": "ENSP00000562166.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 297,
"cds_start": 751,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892107.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Glu247Lys",
"transcript": "ENST00000967922.1",
"protein_id": "ENSP00000637981.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 293,
"cds_start": 739,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967922.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.727G>A",
"hgvs_p": "p.Glu243Lys",
"transcript": "ENST00000892103.1",
"protein_id": "ENSP00000562162.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 289,
"cds_start": 727,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892103.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.727G>A",
"hgvs_p": "p.Glu243Lys",
"transcript": "ENST00000892106.1",
"protein_id": "ENSP00000562165.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 289,
"cds_start": 727,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892106.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.727G>A",
"hgvs_p": "p.Glu243Lys",
"transcript": "ENST00000892114.1",
"protein_id": "ENSP00000562173.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 289,
"cds_start": 727,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892114.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.646G>A",
"hgvs_p": "p.Glu216Lys",
"transcript": "ENST00000892112.1",
"protein_id": "ENSP00000562171.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 262,
"cds_start": 646,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892112.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.643G>A",
"hgvs_p": "p.Glu215Lys",
"transcript": "ENST00000967923.1",
"protein_id": "ENSP00000637982.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 261,
"cds_start": 643,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967923.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.631G>A",
"hgvs_p": "p.Glu211Lys",
"transcript": "ENST00000892110.1",
"protein_id": "ENSP00000562169.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 257,
"cds_start": 631,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892110.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Glu208Lys",
"transcript": "NM_001166059.2",
"protein_id": "NP_001159531.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 254,
"cds_start": 622,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166059.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.622G>A",
"hgvs_p": "p.Glu208Lys",
"transcript": "ENST00000436439.6",
"protein_id": "ENSP00000389281.2",
"transcript_support_level": 2,
"aa_start": 208,
"aa_end": null,
"aa_length": 254,
"cds_start": 622,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436439.6"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.598G>A",
"hgvs_p": "p.Glu200Lys",
"transcript": "ENST00000967920.1",
"protein_id": "ENSP00000637979.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 246,
"cds_start": 598,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967920.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.547G>A",
"hgvs_p": "p.Glu183Lys",
"transcript": "ENST00000926397.1",
"protein_id": "ENSP00000596456.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 229,
"cds_start": 547,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926397.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.538G>A",
"hgvs_p": "p.Glu180Lys",
"transcript": "ENST00000967926.1",
"protein_id": "ENSP00000637985.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 226,
"cds_start": 538,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967926.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.514G>A",
"hgvs_p": "p.Glu172Lys",
"transcript": "ENST00000892116.1",
"protein_id": "ENSP00000562175.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 218,
"cds_start": 514,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892116.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.514G>A",
"hgvs_p": "p.Glu172Lys",
"transcript": "ENST00000892117.1",
"protein_id": "ENSP00000562176.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 218,
"cds_start": 514,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892117.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.490G>A",
"hgvs_p": "p.Glu164Lys",
"transcript": "ENST00000967925.1",
"protein_id": "ENSP00000637984.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 210,
"cds_start": 490,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967925.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000892108.1",
"protein_id": "ENSP00000562167.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 191,
"cds_start": 433,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892108.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.403G>A",
"hgvs_p": "p.Glu135Lys",
"transcript": "ENST00000235958.4",
"protein_id": "ENSP00000235958.4",
"transcript_support_level": 5,
"aa_start": 135,
"aa_end": null,
"aa_length": 181,
"cds_start": 403,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000235958.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.334G>A",
"hgvs_p": "p.Glu112Lys",
"transcript": "ENST00000892113.1",
"protein_id": "ENSP00000562172.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 158,
"cds_start": 334,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892113.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.751-1877G>A",
"hgvs_p": null,
"transcript": "ENST00000892111.1",
"protein_id": "ENSP00000562170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 283,
"cds_start": null,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892111.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.349-1877G>A",
"hgvs_p": null,
"transcript": "ENST00000926396.1",
"protein_id": "ENSP00000596455.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 149,
"cds_start": null,
"cds_end": null,
"cds_length": 450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926396.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "n.1432G>A",
"hgvs_p": null,
"transcript": "ENST00000374487.6",
"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": "ENST00000374487.6"
}
],
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"dbsnp": "rs121964998",
"frequency_reference_population": 0.0000013681051,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136811,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9940539598464966,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.981,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8643,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.853,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000191.3",
"gene_symbol": "HMGCL",
"hgnc_id": 5005,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.835G>A",
"hgvs_p": "p.Glu279Lys"
}
],
"clinvar_disease": "Deficiency of hydroxymethylglutaryl-CoA lyase",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Deficiency of hydroxymethylglutaryl-CoA lyase",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}