← 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: 19-5692064-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=5692064&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 5692064,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_004793.4",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2848G>T",
"hgvs_p": "p.Glu950*",
"transcript": "NM_004793.4",
"protein_id": "NP_004784.2",
"transcript_support_level": null,
"aa_start": 950,
"aa_end": null,
"aa_length": 959,
"cds_start": 2848,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000360614.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004793.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2848G>T",
"hgvs_p": "p.Glu950*",
"transcript": "ENST00000360614.8",
"protein_id": "ENSP00000353826.2",
"transcript_support_level": 1,
"aa_start": 950,
"aa_end": null,
"aa_length": 959,
"cds_start": 2848,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004793.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360614.8"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2458G>T",
"hgvs_p": "p.Glu820*",
"transcript": "ENST00000590729.5",
"protein_id": "ENSP00000465139.1",
"transcript_support_level": 1,
"aa_start": 820,
"aa_end": null,
"aa_length": 829,
"cds_start": 2458,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590729.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.3034G>T",
"hgvs_p": "p.Glu1012*",
"transcript": "ENST00000958482.1",
"protein_id": "ENSP00000628541.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1021,
"cds_start": 3034,
"cds_end": null,
"cds_length": 3066,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958482.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2995G>T",
"hgvs_p": "p.Glu999*",
"transcript": "ENST00000877980.1",
"protein_id": "ENSP00000548039.1",
"transcript_support_level": null,
"aa_start": 999,
"aa_end": null,
"aa_length": 1008,
"cds_start": 2995,
"cds_end": null,
"cds_length": 3027,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877980.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2845G>T",
"hgvs_p": "p.Glu949*",
"transcript": "ENST00000913306.1",
"protein_id": "ENSP00000583365.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 958,
"cds_start": 2845,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913306.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2656G>T",
"hgvs_p": "p.Glu886*",
"transcript": "NM_001276479.2",
"protein_id": "NP_001263408.1",
"transcript_support_level": null,
"aa_start": 886,
"aa_end": null,
"aa_length": 895,
"cds_start": 2656,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001276479.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2656G>T",
"hgvs_p": "p.Glu886*",
"transcript": "ENST00000593119.5",
"protein_id": "ENSP00000468541.1",
"transcript_support_level": 2,
"aa_start": 886,
"aa_end": null,
"aa_length": 895,
"cds_start": 2656,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000593119.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2608G>T",
"hgvs_p": "p.Glu870*",
"transcript": "ENST00000877979.1",
"protein_id": "ENSP00000548038.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 879,
"cds_start": 2608,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877979.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2506G>T",
"hgvs_p": "p.Glu836*",
"transcript": "ENST00000585374.5",
"protein_id": "ENSP00000465585.1",
"transcript_support_level": 5,
"aa_start": 836,
"aa_end": null,
"aa_length": 845,
"cds_start": 2506,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000585374.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2260G>T",
"hgvs_p": "p.Glu754*",
"transcript": "NM_001276480.1",
"protein_id": "NP_001263409.1",
"transcript_support_level": null,
"aa_start": 754,
"aa_end": null,
"aa_length": 763,
"cds_start": 2260,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001276480.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.2260G>T",
"hgvs_p": "p.Glu754*",
"transcript": "ENST00000540670.6",
"protein_id": "ENSP00000441523.1",
"transcript_support_level": 2,
"aa_start": 754,
"aa_end": null,
"aa_length": 763,
"cds_start": 2260,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540670.6"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "c.722G>T",
"hgvs_p": "p.Arg241Leu",
"transcript": "ENST00000589473.1",
"protein_id": "ENSP00000468379.1",
"transcript_support_level": 3,
"aa_start": 241,
"aa_end": null,
"aa_length": 263,
"cds_start": 722,
"cds_end": null,
"cds_length": 793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "n.2586G>T",
"hgvs_p": null,
"transcript": "ENST00000587552.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000587552.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "n.*2097G>T",
"hgvs_p": null,
"transcript": "ENST00000590558.5",
"protein_id": "ENSP00000467808.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000590558.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "n.2653G>T",
"hgvs_p": null,
"transcript": "NR_076392.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_076392.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"hgvs_c": "n.*2097G>T",
"hgvs_p": null,
"transcript": "ENST00000590558.5",
"protein_id": "ENSP00000467808.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000590558.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "NM_033643.3",
"protein_id": "NP_378669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000347512.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033643.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000347512.8",
"protein_id": "ENSP00000252543.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_033643.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347512.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "NM_015414.4",
"protein_id": "NP_056229.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015414.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913550.1",
"protein_id": "ENSP00000583609.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913550.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913553.1",
"protein_id": "ENSP00000583612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913553.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913556.1",
"protein_id": "ENSP00000583615.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913556.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913554.1",
"protein_id": "ENSP00000583613.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913554.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913552.1",
"protein_id": "ENSP00000583611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": null,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913552.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913555.1",
"protein_id": "ENSP00000583614.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 91,
"cds_start": null,
"cds_end": null,
"cds_length": 276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913555.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913557.1",
"protein_id": "ENSP00000583616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 68,
"cds_start": null,
"cds_end": null,
"cds_length": 207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913557.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913551.1",
"protein_id": "ENSP00000583610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 60,
"cds_start": null,
"cds_end": null,
"cds_length": 183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913551.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL36",
"gene_hgnc_id": 13631,
"hgvs_c": "c.*443C>A",
"hgvs_p": null,
"transcript": "ENST00000913558.1",
"protein_id": "ENSP00000583617.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 60,
"cds_start": null,
"cds_end": null,
"cds_length": 183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913558.1"
}
],
"gene_symbol": "LONP1",
"gene_hgnc_id": 9479,
"dbsnp": "rs1271772498",
"frequency_reference_population": 6.842098e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8421e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.27000001072883606,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.1071,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.291,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PVS1_Moderate,PM2",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PVS1_Moderate",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004793.4",
"gene_symbol": "LONP1",
"hgnc_id": 9479,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD,XL",
"hgvs_c": "c.2848G>T",
"hgvs_p": "p.Glu950*"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015414.4",
"gene_symbol": "RPL36",
"hgnc_id": 13631,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*443C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}