← 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-48615440-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=48615440&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 48615440,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000979.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.499G>T",
"hgvs_p": "p.Val167Phe",
"transcript": "NM_000979.4",
"protein_id": "NP_000970.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 188,
"cds_start": 499,
"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": "V",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.499G>T",
"hgvs_p": "p.Val167Phe",
"transcript": "ENST00000549920.6",
"protein_id": "ENSP00000447001.1",
"transcript_support_level": 1,
"aa_start": 167,
"aa_end": null,
"aa_length": 188,
"cds_start": 499,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.502G>T",
"hgvs_p": "p.Val168Phe",
"transcript": "ENST00000084795.9",
"protein_id": "ENSP00000084795.5",
"transcript_support_level": 1,
"aa_start": 168,
"aa_end": null,
"aa_length": 189,
"cds_start": 502,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.490G>T",
"hgvs_p": "p.Val164Phe",
"transcript": "ENST00000919794.1",
"protein_id": "ENSP00000589853.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 185,
"cds_start": 490,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.484G>T",
"hgvs_p": "p.Val162Phe",
"transcript": "ENST00000950806.1",
"protein_id": "ENSP00000620865.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 183,
"cds_start": 484,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.433G>T",
"hgvs_p": "p.Val145Phe",
"transcript": "ENST00000546623.5",
"protein_id": "ENSP00000446634.1",
"transcript_support_level": 5,
"aa_start": 145,
"aa_end": null,
"aa_length": 166,
"cds_start": 433,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.418G>T",
"hgvs_p": "p.Val140Phe",
"transcript": "ENST00000919803.1",
"protein_id": "ENSP00000589862.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 161,
"cds_start": 418,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.412G>T",
"hgvs_p": "p.Val138Phe",
"transcript": "NM_001270490.2",
"protein_id": "NP_001257419.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 159,
"cds_start": 412,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.412G>T",
"hgvs_p": "p.Val138Phe",
"transcript": "ENST00000552588.5",
"protein_id": "ENSP00000449204.1",
"transcript_support_level": 3,
"aa_start": 138,
"aa_end": null,
"aa_length": 159,
"cds_start": 412,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.400G>T",
"hgvs_p": "p.Val134Phe",
"transcript": "ENST00000919793.1",
"protein_id": "ENSP00000589852.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 155,
"cds_start": 400,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.400G>T",
"hgvs_p": "p.Val134Phe",
"transcript": "ENST00000919801.1",
"protein_id": "ENSP00000589860.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 155,
"cds_start": 400,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.391G>T",
"hgvs_p": "p.Val131Phe",
"transcript": "ENST00000919799.1",
"protein_id": "ENSP00000589858.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 152,
"cds_start": 391,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.337G>T",
"hgvs_p": "p.Val113Phe",
"transcript": "ENST00000919797.1",
"protein_id": "ENSP00000589856.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 134,
"cds_start": 337,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.334G>T",
"hgvs_p": "p.Val112Phe",
"transcript": "ENST00000550645.5",
"protein_id": "ENSP00000448899.1",
"transcript_support_level": 5,
"aa_start": 112,
"aa_end": null,
"aa_length": 133,
"cds_start": 334,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.343G>T",
"hgvs_p": "p.Val115Phe",
"transcript": "ENST00000550973.5",
"protein_id": "ENSP00000447894.1",
"transcript_support_level": 5,
"aa_start": 115,
"aa_end": null,
"aa_length": 129,
"cds_start": 343,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Val98Phe",
"transcript": "ENST00000919798.1",
"protein_id": "ENSP00000589857.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 119,
"cds_start": 292,
"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": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.259G>T",
"hgvs_p": "p.Val87Phe",
"transcript": "ENST00000919802.1",
"protein_id": "ENSP00000589861.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 108,
"cds_start": 259,
"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": "V",
"aa_alt": "F",
"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": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "c.205G>T",
"hgvs_p": "p.Val69Phe",
"transcript": "ENST00000919796.1",
"protein_id": "ENSP00000589855.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 90,
"cds_start": 205,
"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": [
"3_prime_UTR_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.*433G>T",
"hgvs_p": null,
"transcript": "ENST00000549273.5",
"protein_id": "ENSP00000449610.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 164,
"cds_start": null,
"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": 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.463-21G>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.353-55G>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-21G>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.3736G>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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.305G>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": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.*236G>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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.557G>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.1982G>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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.1533G>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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.526G>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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"hgvs_c": "n.*236G>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"
}
],
"gene_symbol": "RPL18",
"gene_hgnc_id": 10310,
"dbsnp": "rs774339729",
"frequency_reference_population": 6.846792e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84679e-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.7878381609916687,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.278,
"revel_prediction": "Benign",
"alphamissense_score": 0.9751,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.178,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000979.4",
"gene_symbol": "RPL18",
"hgnc_id": 10310,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.499G>T",
"hgvs_p": "p.Val167Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}