← 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: 16-89562378-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=89562378&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 89562378,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_000977.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "NM_000977.4",
"protein_id": "NP_000968.2",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 515,
"cdna_end": null,
"cdna_length": 2187,
"mane_select": "ENST00000311528.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000977.4"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000311528.10",
"protein_id": "ENSP00000307889.5",
"transcript_support_level": 1,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 515,
"cdna_end": null,
"cdna_length": 2187,
"mane_select": "NM_000977.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311528.10"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000393099.4",
"protein_id": "ENSP00000376811.3",
"transcript_support_level": 1,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 5677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393099.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "n.*112T>C",
"hgvs_p": null,
"transcript": "ENST00000562879.5",
"protein_id": "ENSP00000457174.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 958,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000562879.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "n.*112T>C",
"hgvs_p": null,
"transcript": "ENST00000562879.5",
"protein_id": "ENSP00000457174.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 958,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000562879.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.2T>C",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000563270.5",
"protein_id": "ENSP00000457686.1",
"transcript_support_level": 4,
"aa_start": 1,
"aa_end": null,
"aa_length": 53,
"cds_start": 2,
"cds_end": null,
"cds_length": 164,
"cdna_start": 392,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563270.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "NM_033251.2",
"protein_id": "NP_150254.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 4672,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033251.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000567815.5",
"protein_id": "ENSP00000455009.1",
"transcript_support_level": 3,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 712,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567815.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000902246.1",
"protein_id": "ENSP00000572305.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 525,
"cdna_end": null,
"cdna_length": 2197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902246.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000935774.1",
"protein_id": "ENSP00000605833.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 529,
"cdna_end": null,
"cdna_length": 1098,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935774.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000935779.1",
"protein_id": "ENSP00000605838.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 839,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935779.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000971043.1",
"protein_id": "ENSP00000641102.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 211,
"cds_start": 464,
"cds_end": null,
"cds_length": 636,
"cdna_start": 641,
"cdna_end": null,
"cdna_length": 838,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971043.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000902248.1",
"protein_id": "ENSP00000572307.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 208,
"cds_start": 464,
"cds_end": null,
"cds_length": 627,
"cdna_start": 514,
"cdna_end": null,
"cdna_length": 700,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902248.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr",
"transcript": "ENST00000935773.1",
"protein_id": "ENSP00000605832.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 208,
"cds_start": 464,
"cds_end": null,
"cds_length": 627,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 1124,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935773.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.446T>C",
"hgvs_p": "p.Met149Thr",
"transcript": "ENST00000902247.1",
"protein_id": "ENSP00000572306.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 205,
"cds_start": 446,
"cds_end": null,
"cds_length": 618,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 704,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902247.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.446T>C",
"hgvs_p": "p.Met149Thr",
"transcript": "ENST00000902249.1",
"protein_id": "ENSP00000572308.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 205,
"cds_start": 446,
"cds_end": null,
"cds_length": 618,
"cdna_start": 702,
"cdna_end": null,
"cdna_length": 893,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902249.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.407T>C",
"hgvs_p": "p.Met136Thr",
"transcript": "ENST00000935777.1",
"protein_id": "ENSP00000605836.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 192,
"cds_start": 407,
"cds_end": null,
"cds_length": 579,
"cdna_start": 476,
"cdna_end": null,
"cdna_length": 683,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935777.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.404T>C",
"hgvs_p": "p.Met135Thr",
"transcript": "ENST00000935775.1",
"protein_id": "ENSP00000605834.1",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 191,
"cds_start": 404,
"cds_end": null,
"cds_length": 576,
"cdna_start": 480,
"cdna_end": null,
"cdna_length": 1051,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935775.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.323T>C",
"hgvs_p": "p.Met108Thr",
"transcript": "NM_001243131.1",
"protein_id": "NP_001230060.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 164,
"cds_start": 323,
"cds_end": null,
"cds_length": 495,
"cdna_start": 399,
"cdna_end": null,
"cdna_length": 4358,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243131.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.323T>C",
"hgvs_p": "p.Met108Thr",
"transcript": "ENST00000452368.7",
"protein_id": "ENSP00000438959.2",
"transcript_support_level": 2,
"aa_start": 108,
"aa_end": null,
"aa_length": 164,
"cds_start": 323,
"cds_end": null,
"cds_length": 495,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 1455,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452368.7"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.317T>C",
"hgvs_p": "p.Met106Thr",
"transcript": "ENST00000935780.1",
"protein_id": "ENSP00000605839.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 162,
"cds_start": 317,
"cds_end": null,
"cds_length": 489,
"cdna_start": 364,
"cdna_end": null,
"cdna_length": 560,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935780.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.290T>C",
"hgvs_p": "p.Met97Thr",
"transcript": "ENST00000935772.1",
"protein_id": "ENSP00000605831.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 153,
"cds_start": 290,
"cds_end": null,
"cds_length": 462,
"cdna_start": 338,
"cdna_end": null,
"cdna_length": 1347,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935772.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.266T>C",
"hgvs_p": "p.Met89Thr",
"transcript": "ENST00000935778.1",
"protein_id": "ENSP00000605837.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 145,
"cds_start": 266,
"cds_end": null,
"cds_length": 438,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 518,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935778.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.8T>C",
"hgvs_p": "p.Met3Thr",
"transcript": "ENST00000472354.1",
"protein_id": "ENSP00000462380.1",
"transcript_support_level": 3,
"aa_start": 3,
"aa_end": null,
"aa_length": 77,
"cds_start": 8,
"cds_end": null,
"cds_length": 234,
"cdna_start": 9,
"cdna_end": null,
"cdna_length": 631,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000472354.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.459+5T>C",
"hgvs_p": null,
"transcript": "ENST00000935776.1",
"protein_id": "ENSP00000605835.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 205,
"cds_start": null,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1082,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935776.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "c.421-506T>C",
"hgvs_p": null,
"transcript": "ENST00000971042.1",
"protein_id": "ENSP00000641101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1005,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971042.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "n.683T>C",
"hgvs_p": null,
"transcript": "ENST00000399461.8",
"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": 879,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000399461.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "n.727T>C",
"hgvs_p": null,
"transcript": "ENST00000484610.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": 924,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484610.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "n.683T>C",
"hgvs_p": null,
"transcript": "ENST00000491523.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 698,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000491523.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "n.1702T>C",
"hgvs_p": null,
"transcript": "ENST00000563749.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": 2367,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000563749.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "RPL13",
"gene_hgnc_id": 10303,
"hgvs_c": "n.239T>C",
"hgvs_p": null,
"transcript": "ENST00000570149.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": 435,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000570149.1"
}
],
"gene_symbol": "RPL13",
"gene_hgnc_id": 10303,
"dbsnp": "rs148355340",
"frequency_reference_population": 0.0001308696,
"hom_count_reference_population": 0,
"allele_count_reference_population": 211,
"gnomad_exomes_af": 0.000130127,
"gnomad_genomes_af": 0.000137998,
"gnomad_exomes_ac": 190,
"gnomad_genomes_ac": 21,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21689000725746155,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.497,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9476,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.23,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.747,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,PP3,BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PP2",
"PP3",
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_000977.4",
"gene_symbol": "RPL13",
"hgnc_id": 10303,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Met155Thr"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}