← 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-23808187-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=23808187&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 23808187,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000191.3",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.698A>C",
"hgvs_p": "p.His233Pro",
"transcript": "NM_000191.3",
"protein_id": "NP_000182.2",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 325,
"cds_start": 698,
"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": "H",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.698A>C",
"hgvs_p": "p.His233Pro",
"transcript": "ENST00000374490.8",
"protein_id": "ENSP00000363614.3",
"transcript_support_level": 1,
"aa_start": 233,
"aa_end": null,
"aa_length": 325,
"cds_start": 698,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "n.389A>C",
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.698A>C",
"hgvs_p": "p.His233Pro",
"transcript": "ENST00000892104.1",
"protein_id": "ENSP00000562163.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 369,
"cds_start": 698,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.698A>C",
"hgvs_p": "p.His233Pro",
"transcript": "ENST00000892105.1",
"protein_id": "ENSP00000562164.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 354,
"cds_start": 698,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.785A>C",
"hgvs_p": "p.His262Pro",
"transcript": "ENST00000892109.1",
"protein_id": "ENSP00000562168.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 354,
"cds_start": 785,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.782A>C",
"hgvs_p": "p.His261Pro",
"transcript": "ENST00000892119.1",
"protein_id": "ENSP00000562178.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 353,
"cds_start": 782,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.779A>C",
"hgvs_p": "p.His260Pro",
"transcript": "ENST00000892118.1",
"protein_id": "ENSP00000562177.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 352,
"cds_start": 779,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.590A>C",
"hgvs_p": "p.His197Pro",
"transcript": "ENST00000967921.1",
"protein_id": "ENSP00000637980.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 333,
"cds_start": 590,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.689A>C",
"hgvs_p": "p.His230Pro",
"transcript": "ENST00000892115.1",
"protein_id": "ENSP00000562174.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 322,
"cds_start": 689,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.674A>C",
"hgvs_p": "p.His225Pro",
"transcript": "ENST00000892102.1",
"protein_id": "ENSP00000562161.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 317,
"cds_start": 674,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.485A>C",
"hgvs_p": "p.His162Pro",
"transcript": "ENST00000967924.1",
"protein_id": "ENSP00000637983.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 306,
"cds_start": 485,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.614A>C",
"hgvs_p": "p.His205Pro",
"transcript": "ENST00000892107.1",
"protein_id": "ENSP00000562166.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 297,
"cds_start": 614,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.602A>C",
"hgvs_p": "p.His201Pro",
"transcript": "ENST00000967922.1",
"protein_id": "ENSP00000637981.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 293,
"cds_start": 602,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.590A>C",
"hgvs_p": "p.His197Pro",
"transcript": "ENST00000892103.1",
"protein_id": "ENSP00000562162.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 289,
"cds_start": 590,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.590A>C",
"hgvs_p": "p.His197Pro",
"transcript": "ENST00000892106.1",
"protein_id": "ENSP00000562165.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 289,
"cds_start": 590,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.590A>C",
"hgvs_p": "p.His197Pro",
"transcript": "ENST00000892114.1",
"protein_id": "ENSP00000562173.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 289,
"cds_start": 590,
"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": "H",
"aa_alt": "P",
"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.698A>C",
"hgvs_p": "p.His233Pro",
"transcript": "ENST00000892111.1",
"protein_id": "ENSP00000562170.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 283,
"cds_start": 698,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.506A>C",
"hgvs_p": "p.His169Pro",
"transcript": "ENST00000967923.1",
"protein_id": "ENSP00000637982.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 261,
"cds_start": 506,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.494A>C",
"hgvs_p": "p.His165Pro",
"transcript": "ENST00000892110.1",
"protein_id": "ENSP00000562169.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 257,
"cds_start": 494,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.485A>C",
"hgvs_p": "p.His162Pro",
"transcript": "NM_001166059.2",
"protein_id": "NP_001159531.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 254,
"cds_start": 485,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.485A>C",
"hgvs_p": "p.His162Pro",
"transcript": "ENST00000436439.6",
"protein_id": "ENSP00000389281.2",
"transcript_support_level": 2,
"aa_start": 162,
"aa_end": null,
"aa_length": 254,
"cds_start": 485,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.461A>C",
"hgvs_p": "p.His154Pro",
"transcript": "ENST00000967920.1",
"protein_id": "ENSP00000637979.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 246,
"cds_start": 461,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.410A>C",
"hgvs_p": "p.His137Pro",
"transcript": "ENST00000926397.1",
"protein_id": "ENSP00000596456.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 229,
"cds_start": 410,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.401A>C",
"hgvs_p": "p.His134Pro",
"transcript": "ENST00000967926.1",
"protein_id": "ENSP00000637985.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 226,
"cds_start": 401,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.377A>C",
"hgvs_p": "p.His126Pro",
"transcript": "ENST00000892116.1",
"protein_id": "ENSP00000562175.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 218,
"cds_start": 377,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.377A>C",
"hgvs_p": "p.His126Pro",
"transcript": "ENST00000892117.1",
"protein_id": "ENSP00000562176.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 218,
"cds_start": 377,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.353A>C",
"hgvs_p": "p.His118Pro",
"transcript": "ENST00000967925.1",
"protein_id": "ENSP00000637984.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 210,
"cds_start": 353,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.266A>C",
"hgvs_p": "p.His89Pro",
"transcript": "ENST00000235958.4",
"protein_id": "ENSP00000235958.4",
"transcript_support_level": 5,
"aa_start": 89,
"aa_end": null,
"aa_length": 181,
"cds_start": 266,
"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": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.197A>C",
"hgvs_p": "p.His66Pro",
"transcript": "ENST00000892113.1",
"protein_id": "ENSP00000562172.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 158,
"cds_start": 197,
"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": 6,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.561+2549A>C",
"hgvs_p": null,
"transcript": "ENST00000892112.1",
"protein_id": "ENSP00000562171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 262,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.349-3662A>C",
"hgvs_p": null,
"transcript": "ENST00000892108.1",
"protein_id": "ENSP00000562167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": null,
"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": 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-5623A>C",
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "n.1295A>C",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "n.333A>C",
"hgvs_p": null,
"transcript": "ENST00000496907.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000496907.1"
}
],
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"dbsnp": "rs727503963",
"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.9924527406692505,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.954,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8837,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.945,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP2,PP3_Strong",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM2",
"PM5",
"PP2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000191.3",
"gene_symbol": "HMGCL",
"hgnc_id": 5005,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.698A>C",
"hgvs_p": "p.His233Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}