← 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: 1-32776080-TTT-CCG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=32776080&ref=TTT&alt=CCG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "YARS1",
"hgnc_id": 12840,
"hgvs_c": "c.1486_1488delAAAinsCGG",
"hgvs_p": "p.Lys496Arg",
"inheritance_mode": "AD,AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_003680.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "CCG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "1",
"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": "R",
"aa_end": null,
"aa_length": 528,
"aa_ref": "K",
"aa_start": 496,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2443,
"cdna_start": 1602,
"cds_end": null,
"cds_length": 1587,
"cds_start": 1486,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_003680.4",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1486_1488delAAAinsCGG",
"hgvs_p": "p.Lys496Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000373477.9",
"protein_coding": true,
"protein_id": "NP_003671.1",
"strand": false,
"transcript": "NM_003680.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 528,
"aa_ref": "K",
"aa_start": 496,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2443,
"cdna_start": 1602,
"cds_end": null,
"cds_length": 1587,
"cds_start": 1486,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000373477.9",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1486_1488delAAAinsCGG",
"hgvs_p": "p.Lys496Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_003680.4",
"protein_coding": true,
"protein_id": "ENSP00000362576.4",
"strand": false,
"transcript": "ENST00000373477.9",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 557,
"aa_ref": "K",
"aa_start": 525,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2536,
"cdna_start": 1698,
"cds_end": null,
"cds_length": 1674,
"cds_start": 1573,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000906066.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1573_1575delAAAinsCGG",
"hgvs_p": "p.Lys525Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576125.1",
"strand": false,
"transcript": "ENST00000906066.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 527,
"aa_ref": "K",
"aa_start": 495,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2503,
"cdna_start": 1660,
"cds_end": null,
"cds_length": 1584,
"cds_start": 1483,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000918766.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1483_1485delAAAinsCGG",
"hgvs_p": "p.Lys495Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000588825.1",
"strand": false,
"transcript": "ENST00000918766.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 527,
"aa_ref": "K",
"aa_start": 495,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2502,
"cdna_start": 1660,
"cds_end": null,
"cds_length": 1584,
"cds_start": 1483,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000918768.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1483_1485delAAAinsCGG",
"hgvs_p": "p.Lys495Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000588827.1",
"strand": false,
"transcript": "ENST00000918768.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 524,
"aa_ref": "K",
"aa_start": 492,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1927,
"cdna_start": 1528,
"cds_end": null,
"cds_length": 1575,
"cds_start": 1474,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000956435.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1474_1476delAAAinsCGG",
"hgvs_p": "p.Lys492Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626494.1",
"strand": false,
"transcript": "ENST00000956435.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 506,
"aa_ref": "K",
"aa_start": 474,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2377,
"cdna_start": 1550,
"cds_end": null,
"cds_length": 1521,
"cds_start": 1420,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000906068.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1420_1422delAAAinsCGG",
"hgvs_p": "p.Lys474Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576127.1",
"strand": false,
"transcript": "ENST00000906068.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 501,
"aa_ref": "K",
"aa_start": 469,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2383,
"cdna_start": 1541,
"cds_end": null,
"cds_length": 1506,
"cds_start": 1405,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000906065.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1405_1407delAAAinsCGG",
"hgvs_p": "p.Lys469Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576124.1",
"strand": false,
"transcript": "ENST00000906065.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 497,
"aa_ref": "K",
"aa_start": 465,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2413,
"cdna_start": 1571,
"cds_end": null,
"cds_length": 1494,
"cds_start": 1393,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000918767.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1393_1395delAAAinsCGG",
"hgvs_p": "p.Lys465Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000588826.1",
"strand": false,
"transcript": "ENST00000918767.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 479,
"aa_ref": "K",
"aa_start": 447,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2899,
"cdna_start": 2128,
"cds_end": null,
"cds_length": 1440,
"cds_start": 1339,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000675785.2",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1339_1341delAAAinsCGG",
"hgvs_p": "p.Lys447Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502019.1",
"strand": false,
"transcript": "ENST00000675785.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 470,
"aa_ref": "K",
"aa_start": 438,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2275,
"cdna_start": 1434,
"cds_end": null,
"cds_length": 1413,
"cds_start": 1312,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000906067.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1312_1314delAAAinsCGG",
"hgvs_p": "p.Lys438Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576126.1",
"strand": false,
"transcript": "ENST00000906067.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 454,
"aa_ref": "K",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2246,
"cdna_start": 1403,
"cds_end": null,
"cds_length": 1365,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000906064.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1264_1266delAAAinsCGG",
"hgvs_p": "p.Lys422Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576123.1",
"strand": false,
"transcript": "ENST00000906064.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 423,
"aa_ref": "K",
"aa_start": 391,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2088,
"cdna_start": 1249,
"cds_end": null,
"cds_length": 1272,
"cds_start": 1171,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000918770.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1171_1173delAAAinsCGG",
"hgvs_p": "p.Lys391Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000588829.1",
"strand": false,
"transcript": "ENST00000918770.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 396,
"aa_ref": "K",
"aa_start": 364,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2053,
"cdna_start": 1210,
"cds_end": null,
"cds_length": 1191,
"cds_start": 1090,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000918769.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1090_1092delAAAinsCGG",
"hgvs_p": "p.Lys364Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000588828.1",
"strand": false,
"transcript": "ENST00000918769.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "K",
"aa_start": 345,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1964,
"cdna_start": 1131,
"cds_end": null,
"cds_length": 1134,
"cds_start": 1033,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000906069.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.1033_1035delAAAinsCGG",
"hgvs_p": "p.Lys345Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576128.1",
"strand": false,
"transcript": "ENST00000906069.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 318,
"aa_ref": "K",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2120,
"cdna_start": 1279,
"cds_end": null,
"cds_length": 957,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011542347.3",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "c.856_858delAAAinsCGG",
"hgvs_p": "p.Lys286Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011540649.1",
"strand": false,
"transcript": "XM_011542347.3",
"transcript_support_level": null
},
{
"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": 2247,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000469100.5",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.1402_1404delAAAinsCGG",
"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": "ENST00000469100.5",
"transcript_support_level": 2
},
{
"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": 1044,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000478828.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.953_955delAAAinsCGG",
"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": "ENST00000478828.1",
"transcript_support_level": 2
},
{
"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": 2197,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000487404.5",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.1796_1798delAAAinsCGG",
"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": "ENST00000487404.5",
"transcript_support_level": 2
},
{
"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": 2178,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000490826.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.1340_1342delAAAinsCGG",
"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": "ENST00000490826.1",
"transcript_support_level": 2
},
{
"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": 2075,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000674629.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.*1034_*1036delAAAinsCGG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502470.1",
"strand": false,
"transcript": "ENST00000674629.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": 2784,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000674654.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.*1446_*1448delAAAinsCGG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501729.1",
"strand": false,
"transcript": "ENST00000674654.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": 3263,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000676297.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.*1660_*1662delAAAinsCGG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501596.1",
"strand": false,
"transcript": "ENST00000676297.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": 2075,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000674629.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.*1034_*1036delAAAinsCGG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502470.1",
"strand": false,
"transcript": "ENST00000674629.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": 2784,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000674654.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.*1446_*1448delAAAinsCGG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501729.1",
"strand": false,
"transcript": "ENST00000674654.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": 3263,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000676297.1",
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"hgvs_c": "n.*1660_*1662delAAAinsCGG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501596.1",
"strand": false,
"transcript": "ENST00000676297.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 12840,
"gene_symbol": "YARS1",
"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": 3.499,
"pos": 32776080,
"ref": "TTT",
"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_003680.4"
}
]
}