← 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-23802499-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=23802499&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 23802499,
"ref": "A",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_000191.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.942T>A",
"hgvs_p": "p.Thr314Thr",
"transcript": "NM_000191.3",
"protein_id": "NP_000182.2",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 325,
"cds_start": 942,
"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": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.942T>A",
"hgvs_p": "p.Thr314Thr",
"transcript": "ENST00000374490.8",
"protein_id": "ENSP00000363614.3",
"transcript_support_level": 1,
"aa_start": 314,
"aa_end": null,
"aa_length": 325,
"cds_start": 942,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.1074T>A",
"hgvs_p": "p.Thr358Thr",
"transcript": "ENST00000892104.1",
"protein_id": "ENSP00000562163.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 369,
"cds_start": 1074,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.1029T>A",
"hgvs_p": "p.Thr343Thr",
"transcript": "ENST00000892105.1",
"protein_id": "ENSP00000562164.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 354,
"cds_start": 1029,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.1029T>A",
"hgvs_p": "p.Thr343Thr",
"transcript": "ENST00000892109.1",
"protein_id": "ENSP00000562168.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 354,
"cds_start": 1029,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.1026T>A",
"hgvs_p": "p.Thr342Thr",
"transcript": "ENST00000892119.1",
"protein_id": "ENSP00000562178.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 353,
"cds_start": 1026,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.1023T>A",
"hgvs_p": "p.Thr341Thr",
"transcript": "ENST00000892118.1",
"protein_id": "ENSP00000562177.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 352,
"cds_start": 1023,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.966T>A",
"hgvs_p": "p.Thr322Thr",
"transcript": "ENST00000967921.1",
"protein_id": "ENSP00000637980.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 333,
"cds_start": 966,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.933T>A",
"hgvs_p": "p.Thr311Thr",
"transcript": "ENST00000892115.1",
"protein_id": "ENSP00000562174.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 322,
"cds_start": 933,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.918T>A",
"hgvs_p": "p.Thr306Thr",
"transcript": "ENST00000892102.1",
"protein_id": "ENSP00000562161.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 317,
"cds_start": 918,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.885T>A",
"hgvs_p": "p.Thr295Thr",
"transcript": "ENST00000967924.1",
"protein_id": "ENSP00000637983.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 306,
"cds_start": 885,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.858T>A",
"hgvs_p": "p.Thr286Thr",
"transcript": "ENST00000892107.1",
"protein_id": "ENSP00000562166.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 297,
"cds_start": 858,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.846T>A",
"hgvs_p": "p.Thr282Thr",
"transcript": "ENST00000967922.1",
"protein_id": "ENSP00000637981.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 293,
"cds_start": 846,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.834T>A",
"hgvs_p": "p.Thr278Thr",
"transcript": "ENST00000892103.1",
"protein_id": "ENSP00000562162.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 289,
"cds_start": 834,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.834T>A",
"hgvs_p": "p.Thr278Thr",
"transcript": "ENST00000892106.1",
"protein_id": "ENSP00000562165.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 289,
"cds_start": 834,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.834T>A",
"hgvs_p": "p.Thr278Thr",
"transcript": "ENST00000892114.1",
"protein_id": "ENSP00000562173.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 289,
"cds_start": 834,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.816T>A",
"hgvs_p": "p.Thr272Thr",
"transcript": "ENST00000892111.1",
"protein_id": "ENSP00000562170.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 283,
"cds_start": 816,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.753T>A",
"hgvs_p": "p.Thr251Thr",
"transcript": "ENST00000892112.1",
"protein_id": "ENSP00000562171.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 262,
"cds_start": 753,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.750T>A",
"hgvs_p": "p.Thr250Thr",
"transcript": "ENST00000967923.1",
"protein_id": "ENSP00000637982.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 261,
"cds_start": 750,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.738T>A",
"hgvs_p": "p.Thr246Thr",
"transcript": "ENST00000892110.1",
"protein_id": "ENSP00000562169.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 257,
"cds_start": 738,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.729T>A",
"hgvs_p": "p.Thr243Thr",
"transcript": "NM_001166059.2",
"protein_id": "NP_001159531.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 254,
"cds_start": 729,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.729T>A",
"hgvs_p": "p.Thr243Thr",
"transcript": "ENST00000436439.6",
"protein_id": "ENSP00000389281.2",
"transcript_support_level": 2,
"aa_start": 243,
"aa_end": null,
"aa_length": 254,
"cds_start": 729,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.705T>A",
"hgvs_p": "p.Thr235Thr",
"transcript": "ENST00000967920.1",
"protein_id": "ENSP00000637979.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 246,
"cds_start": 705,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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": "c.654T>A",
"hgvs_p": "p.Thr218Thr",
"transcript": "ENST00000926397.1",
"protein_id": "ENSP00000596456.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 229,
"cds_start": 654,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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": "c.645T>A",
"hgvs_p": "p.Thr215Thr",
"transcript": "ENST00000967926.1",
"protein_id": "ENSP00000637985.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 226,
"cds_start": 645,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.621T>A",
"hgvs_p": "p.Thr207Thr",
"transcript": "ENST00000892116.1",
"protein_id": "ENSP00000562175.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 218,
"cds_start": 621,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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": "c.621T>A",
"hgvs_p": "p.Thr207Thr",
"transcript": "ENST00000892117.1",
"protein_id": "ENSP00000562176.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 218,
"cds_start": 621,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.597T>A",
"hgvs_p": "p.Thr199Thr",
"transcript": "ENST00000967925.1",
"protein_id": "ENSP00000637984.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 210,
"cds_start": 597,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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": "c.540T>A",
"hgvs_p": "p.Thr180Thr",
"transcript": "ENST00000892108.1",
"protein_id": "ENSP00000562167.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 191,
"cds_start": 540,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.510T>A",
"hgvs_p": "p.Thr170Thr",
"transcript": "ENST00000235958.4",
"protein_id": "ENSP00000235958.4",
"transcript_support_level": 5,
"aa_start": 170,
"aa_end": null,
"aa_length": 181,
"cds_start": 510,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.441T>A",
"hgvs_p": "p.Thr147Thr",
"transcript": "ENST00000892113.1",
"protein_id": "ENSP00000562172.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 158,
"cds_start": 441,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "c.414T>A",
"hgvs_p": "p.Thr138Thr",
"transcript": "ENST00000926396.1",
"protein_id": "ENSP00000596455.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 149,
"cds_start": 414,
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCL",
"gene_hgnc_id": 5005,
"hgvs_c": "n.1539T>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": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07400000095367432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.355,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_000191.3",
"gene_symbol": "HMGCL",
"hgnc_id": 5005,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.942T>A",
"hgvs_p": "p.Thr314Thr"
}
],
"clinvar_disease": "Deficiency of hydroxymethylglutaryl-CoA lyase",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Deficiency of hydroxymethylglutaryl-CoA lyase",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}