← 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: 5-72223689-TC-CG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=72223689&ref=TC&alt=CG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "MRPS27",
"hgnc_id": 14512,
"hgvs_c": "c.1040_1041delGAinsCG",
"hgvs_p": "p.Arg347Pro",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001286748.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "CG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "5",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 414,
"aa_ref": "R",
"aa_start": 333,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2770,
"cdna_start": 1018,
"cds_end": null,
"cds_length": 1245,
"cds_start": 998,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_015084.3",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.998_999delGAinsCG",
"hgvs_p": "p.Arg333Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000261413.10",
"protein_coding": true,
"protein_id": "NP_055899.2",
"strand": false,
"transcript": "NM_015084.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 414,
"aa_ref": "R",
"aa_start": 333,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2770,
"cdna_start": 1018,
"cds_end": null,
"cds_length": 1245,
"cds_start": 998,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000261413.10",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.998_999delGAinsCG",
"hgvs_p": "p.Arg333Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_015084.3",
"protein_coding": true,
"protein_id": "ENSP00000261413.5",
"strand": false,
"transcript": "ENST00000261413.10",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 333,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2562,
"cdna_start": 1039,
"cds_end": null,
"cds_length": 1383,
"cds_start": 998,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000695404.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.998_999delGAinsCG",
"hgvs_p": "p.Arg333Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511886.1",
"strand": false,
"transcript": "ENST00000695404.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 436,
"aa_ref": "R",
"aa_start": 355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2811,
"cdna_start": 1078,
"cds_end": null,
"cds_length": 1311,
"cds_start": 1064,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000694998.2",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.1064_1065delGAinsCG",
"hgvs_p": "p.Arg355Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511636.2",
"strand": false,
"transcript": "ENST00000694998.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 429,
"aa_ref": "R",
"aa_start": 348,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2681,
"cdna_start": 1054,
"cds_end": null,
"cds_length": 1290,
"cds_start": 1043,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000926538.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.1043_1044delGAinsCG",
"hgvs_p": "p.Arg348Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000596597.1",
"strand": false,
"transcript": "ENST00000926538.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 428,
"aa_ref": "R",
"aa_start": 347,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2812,
"cdna_start": 1060,
"cds_end": null,
"cds_length": 1287,
"cds_start": 1040,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001286748.2",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.1040_1041delGAinsCG",
"hgvs_p": "p.Arg347Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001273677.1",
"strand": false,
"transcript": "NM_001286748.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 428,
"aa_ref": "R",
"aa_start": 347,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2823,
"cdna_start": 1077,
"cds_end": null,
"cds_length": 1287,
"cds_start": 1040,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000513900.6",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.1040_1041delGAinsCG",
"hgvs_p": "p.Arg347Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426941.1",
"strand": false,
"transcript": "ENST00000513900.6",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 419,
"aa_ref": "R",
"aa_start": 338,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2659,
"cdna_start": 1032,
"cds_end": null,
"cds_length": 1260,
"cds_start": 1013,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000953797.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.1013_1014delGAinsCG",
"hgvs_p": "p.Arg338Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623856.1",
"strand": false,
"transcript": "ENST00000953797.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 414,
"aa_ref": "R",
"aa_start": 333,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7518,
"cdna_start": 1390,
"cds_end": null,
"cds_length": 1245,
"cds_start": 998,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000694989.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.998_999delGAinsCG",
"hgvs_p": "p.Arg333Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511631.1",
"strand": false,
"transcript": "ENST00000694989.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 414,
"aa_ref": "R",
"aa_start": 333,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7716,
"cdna_start": 1514,
"cds_end": null,
"cds_length": 1245,
"cds_start": 998,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000694990.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.998_999delGAinsCG",
"hgvs_p": "p.Arg333Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511632.1",
"strand": false,
"transcript": "ENST00000694990.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 401,
"aa_ref": "R",
"aa_start": 320,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2715,
"cdna_start": 982,
"cds_end": null,
"cds_length": 1206,
"cds_start": 959,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000695403.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.959_960delGAinsCG",
"hgvs_p": "p.Arg320Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511885.1",
"strand": false,
"transcript": "ENST00000695403.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 395,
"aa_ref": "R",
"aa_start": 314,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2843,
"cdna_start": 1110,
"cds_end": null,
"cds_length": 1188,
"cds_start": 941,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000694994.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.941_942delGAinsCG",
"hgvs_p": "p.Arg314Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511933.1",
"strand": false,
"transcript": "ENST00000694994.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 388,
"aa_ref": "R",
"aa_start": 307,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2662,
"cdna_start": 929,
"cds_end": null,
"cds_length": 1167,
"cds_start": 920,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000695298.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.920_921delGAinsCG",
"hgvs_p": "p.Arg307Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511790.1",
"strand": false,
"transcript": "ENST00000695298.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 373,
"aa_ref": "R",
"aa_start": 292,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2856,
"cdna_start": 1123,
"cds_end": null,
"cds_length": 1122,
"cds_start": 875,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000694995.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.875_876delGAinsCG",
"hgvs_p": "p.Arg292Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511935.1",
"strand": false,
"transcript": "ENST00000694995.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 358,
"aa_ref": "R",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2738,
"cdna_start": 986,
"cds_end": null,
"cds_length": 1077,
"cds_start": 830,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001286751.2",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.830_831delGAinsCG",
"hgvs_p": "p.Arg277Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001273680.1",
"strand": false,
"transcript": "NM_001286751.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 358,
"aa_ref": "R",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2715,
"cdna_start": 1088,
"cds_end": null,
"cds_length": 1077,
"cds_start": 830,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000457646.9",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.830_831delGAinsCG",
"hgvs_p": "p.Arg277Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000428120.2",
"strand": false,
"transcript": "ENST00000457646.9",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 358,
"aa_ref": "R",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3036,
"cdna_start": 1303,
"cds_end": null,
"cds_length": 1077,
"cds_start": 830,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000519143.6",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.830_831delGAinsCG",
"hgvs_p": "p.Arg277Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511934.1",
"strand": false,
"transcript": "ENST00000519143.6",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 358,
"aa_ref": "R",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3289,
"cdna_start": 1556,
"cds_end": null,
"cds_length": 1077,
"cds_start": 830,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000694996.2",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.830_831delGAinsCG",
"hgvs_p": "p.Arg277Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000511936.1",
"strand": false,
"transcript": "ENST00000694996.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 298,
"aa_ref": "R",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 956,
"cdna_start": 890,
"cds_end": null,
"cds_length": 897,
"cds_start": 830,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000508863.6",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "c.830_831delGAinsCG",
"hgvs_p": "p.Arg277Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426176.2",
"strand": false,
"transcript": "ENST00000508863.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4435,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000515226.5",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.2808_2809delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000515226.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2565,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000522042.2",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.775_776delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000522042.2",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 127,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000522585.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.41_42delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000522585.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2898,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000523654.6",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.*1024_*1025delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000511637.1",
"strand": false,
"transcript": "ENST00000523654.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2995,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000694991.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.1261_1262delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000694991.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2592,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000694992.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.858_859delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000694992.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2721,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000694993.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.987_988delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000694993.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2894,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000694997.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.*780_*781delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000511635.1",
"strand": false,
"transcript": "ENST00000694997.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6865,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000695297.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.5131_5132delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000695297.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2898,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000523654.6",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.*1024_*1025delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000511637.1",
"strand": false,
"transcript": "ENST00000523654.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2894,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000694997.1",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.*780_*781delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000511635.1",
"strand": false,
"transcript": "ENST00000694997.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 832,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000522562.5",
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"hgvs_c": "n.*426_*427delGAinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000511937.1",
"strand": true,
"transcript": "ENST00000522562.5",
"transcript_support_level": 1
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 14512,
"gene_symbol": "MRPS27",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.142,
"pos": 72223689,
"ref": "TC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001286748.2"
}
]
}