← 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-48615882-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=48615882&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 48615882,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_000979.4",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.486C>T",
"hgvs_p": "p.His162His",
"transcript": "NM_000979.4",
"protein_id": "NP_000970.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 188,
"cds_start": 486,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000549920.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000979.4"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.486C>T",
"hgvs_p": "p.His162His",
"transcript": "ENST00000549920.6",
"protein_id": "ENSP00000447001.1",
"transcript_support_level": 1,
"aa_start": 162,
"aa_end": null,
"aa_length": 188,
"cds_start": 486,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000979.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549920.6"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.489C>T",
"hgvs_p": "p.His163His",
"transcript": "ENST00000084795.9",
"protein_id": "ENSP00000084795.5",
"transcript_support_level": 1,
"aa_start": 163,
"aa_end": null,
"aa_length": 189,
"cds_start": 489,
"cds_end": null,
"cds_length": 570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000084795.9"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.477C>T",
"hgvs_p": "p.His159His",
"transcript": "ENST00000919794.1",
"protein_id": "ENSP00000589853.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 185,
"cds_start": 477,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919794.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.471C>T",
"hgvs_p": "p.His157His",
"transcript": "ENST00000950806.1",
"protein_id": "ENSP00000620865.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 183,
"cds_start": 471,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950806.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.420C>T",
"hgvs_p": "p.His140His",
"transcript": "ENST00000546623.5",
"protein_id": "ENSP00000446634.1",
"transcript_support_level": 5,
"aa_start": 140,
"aa_end": null,
"aa_length": 166,
"cds_start": 420,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000546623.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"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": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.486C>T",
"hgvs_p": "p.His162His",
"transcript": "ENST00000549273.5",
"protein_id": "ENSP00000449610.1",
"transcript_support_level": 2,
"aa_start": 162,
"aa_end": null,
"aa_length": 164,
"cds_start": 486,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549273.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.405C>T",
"hgvs_p": "p.His135His",
"transcript": "ENST00000919803.1",
"protein_id": "ENSP00000589862.1",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 161,
"cds_start": 405,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919803.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.399C>T",
"hgvs_p": "p.His133His",
"transcript": "NM_001270490.2",
"protein_id": "NP_001257419.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 159,
"cds_start": 399,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270490.2"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.399C>T",
"hgvs_p": "p.His133His",
"transcript": "ENST00000552588.5",
"protein_id": "ENSP00000449204.1",
"transcript_support_level": 3,
"aa_start": 133,
"aa_end": null,
"aa_length": 159,
"cds_start": 399,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552588.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.387C>T",
"hgvs_p": "p.His129His",
"transcript": "ENST00000919793.1",
"protein_id": "ENSP00000589852.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 155,
"cds_start": 387,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919793.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.387C>T",
"hgvs_p": "p.His129His",
"transcript": "ENST00000919801.1",
"protein_id": "ENSP00000589860.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 155,
"cds_start": 387,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919801.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.378C>T",
"hgvs_p": "p.His126His",
"transcript": "ENST00000919799.1",
"protein_id": "ENSP00000589858.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 152,
"cds_start": 378,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919799.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.324C>T",
"hgvs_p": "p.His108His",
"transcript": "ENST00000919797.1",
"protein_id": "ENSP00000589856.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 134,
"cds_start": 324,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919797.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.321C>T",
"hgvs_p": "p.His107His",
"transcript": "ENST00000550645.5",
"protein_id": "ENSP00000448899.1",
"transcript_support_level": 5,
"aa_start": 107,
"aa_end": null,
"aa_length": 133,
"cds_start": 321,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550645.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.330C>T",
"hgvs_p": "p.His110His",
"transcript": "ENST00000550973.5",
"protein_id": "ENSP00000447894.1",
"transcript_support_level": 5,
"aa_start": 110,
"aa_end": null,
"aa_length": 129,
"cds_start": 330,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550973.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.279C>T",
"hgvs_p": "p.His93His",
"transcript": "ENST00000919798.1",
"protein_id": "ENSP00000589857.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 119,
"cds_start": 279,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919798.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.246C>T",
"hgvs_p": "p.His82His",
"transcript": "ENST00000919802.1",
"protein_id": "ENSP00000589861.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 108,
"cds_start": 246,
"cds_end": null,
"cds_length": 327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919802.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.192C>T",
"hgvs_p": "p.His64His",
"transcript": "ENST00000919796.1",
"protein_id": "ENSP00000589855.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 90,
"cds_start": 192,
"cds_end": null,
"cds_length": 273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919796.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.462+24C>T",
"hgvs_p": null,
"transcript": "ENST00000901609.1",
"protein_id": "ENSP00000571668.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": null,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901609.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": 5,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.352+266C>T",
"hgvs_p": null,
"transcript": "ENST00000919800.1",
"protein_id": "ENSP00000589859.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": null,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919800.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.91-463C>T",
"hgvs_p": null,
"transcript": "ENST00000919795.1",
"protein_id": "ENSP00000589854.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 45,
"cds_start": null,
"cds_end": null,
"cds_length": 138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919795.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.3294C>T",
"hgvs_p": null,
"transcript": "ENST00000547892.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "ENST00000547892.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.*223C>T",
"hgvs_p": null,
"transcript": "ENST00000549370.5",
"protein_id": "ENSP00000449067.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": "ENST00000549370.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.544C>T",
"hgvs_p": null,
"transcript": "ENST00000549533.1",
"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": "ENST00000549533.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.1540C>T",
"hgvs_p": null,
"transcript": "ENST00000551749.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": "ENST00000551749.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.1520C>T",
"hgvs_p": null,
"transcript": "ENST00000552347.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000552347.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.513C>T",
"hgvs_p": null,
"transcript": "NR_073022.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_073022.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.*223C>T",
"hgvs_p": null,
"transcript": "ENST00000549370.5",
"protein_id": "ENSP00000449067.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": "ENST00000549370.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.298-435C>T",
"hgvs_p": null,
"transcript": "ENST00000547897.5",
"protein_id": "ENSP00000470988.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": "non_stop_decay",
"feature": "ENST00000547897.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000304120",
"gene_hgnc_id": null,
"hgvs_c": "n.-197G>A",
"hgvs_p": null,
"transcript": "ENST00000799895.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000799895.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.*100C>T",
"hgvs_p": null,
"transcript": "ENST00000552705.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": "ENST00000552705.5"
}
],
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"dbsnp": "rs774517554",
"frequency_reference_population": 0.0000020573084,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205731,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6620000004768372,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.662,
"revel_prediction": "Pathogenic",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.991,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3,BP6_Moderate",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 2,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3",
"BP6_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000979.4",
"gene_symbol": "RPL18",
"hgnc_id": 10310,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.486C>T",
"hgvs_p": "p.His162His"
},
{
"score": 1,
"benign_score": 2,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3",
"BP6_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000799895.1",
"gene_symbol": "ENSG00000304120",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-197G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}