← 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-32775995-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=32775995&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 32775995,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_003680.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1573G>A",
"hgvs_p": "p.Gly525Arg",
"transcript": "NM_003680.4",
"protein_id": "NP_003671.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 528,
"cds_start": 1573,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373477.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003680.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1573G>A",
"hgvs_p": "p.Gly525Arg",
"transcript": "ENST00000373477.9",
"protein_id": "ENSP00000362576.4",
"transcript_support_level": 1,
"aa_start": 525,
"aa_end": null,
"aa_length": 528,
"cds_start": 1573,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003680.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373477.9"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1660G>A",
"hgvs_p": "p.Gly554Arg",
"transcript": "ENST00000906066.1",
"protein_id": "ENSP00000576125.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 557,
"cds_start": 1660,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906066.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Gly524Arg",
"transcript": "ENST00000918766.1",
"protein_id": "ENSP00000588825.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 527,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918766.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Gly524Arg",
"transcript": "ENST00000918768.1",
"protein_id": "ENSP00000588827.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 527,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918768.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1561G>A",
"hgvs_p": "p.Gly521Arg",
"transcript": "ENST00000956435.1",
"protein_id": "ENSP00000626494.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 524,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956435.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Gly503Arg",
"transcript": "ENST00000906068.1",
"protein_id": "ENSP00000576127.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 506,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906068.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1492G>A",
"hgvs_p": "p.Gly498Arg",
"transcript": "ENST00000906065.1",
"protein_id": "ENSP00000576124.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 501,
"cds_start": 1492,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906065.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1480G>A",
"hgvs_p": "p.Gly494Arg",
"transcript": "ENST00000918767.1",
"protein_id": "ENSP00000588826.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 497,
"cds_start": 1480,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918767.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1426G>A",
"hgvs_p": "p.Gly476Arg",
"transcript": "ENST00000675785.2",
"protein_id": "ENSP00000502019.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 479,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675785.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1399G>A",
"hgvs_p": "p.Gly467Arg",
"transcript": "ENST00000906067.1",
"protein_id": "ENSP00000576126.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 470,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906067.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1351G>A",
"hgvs_p": "p.Gly451Arg",
"transcript": "ENST00000906064.1",
"protein_id": "ENSP00000576123.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 454,
"cds_start": 1351,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906064.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1258G>A",
"hgvs_p": "p.Gly420Arg",
"transcript": "ENST00000918770.1",
"protein_id": "ENSP00000588829.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 423,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918770.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1177G>A",
"hgvs_p": "p.Gly393Arg",
"transcript": "ENST00000918769.1",
"protein_id": "ENSP00000588828.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 396,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918769.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1120G>A",
"hgvs_p": "p.Gly374Arg",
"transcript": "ENST00000906069.1",
"protein_id": "ENSP00000576128.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 377,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906069.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.943G>A",
"hgvs_p": "p.Gly315Arg",
"transcript": "XM_011542347.3",
"protein_id": "XP_011540649.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 318,
"cds_start": 943,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542347.3"
},
{
"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": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.1489G>A",
"hgvs_p": null,
"transcript": "ENST00000469100.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": "ENST00000469100.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.1040G>A",
"hgvs_p": null,
"transcript": "ENST00000478828.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": "ENST00000478828.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": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.1883G>A",
"hgvs_p": null,
"transcript": "ENST00000487404.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": "ENST00000487404.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": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.1427G>A",
"hgvs_p": null,
"transcript": "ENST00000490826.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": "ENST00000490826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1121G>A",
"hgvs_p": null,
"transcript": "ENST00000674629.1",
"protein_id": "ENSP00000502470.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000674629.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1533G>A",
"hgvs_p": null,
"transcript": "ENST00000674654.1",
"protein_id": "ENSP00000501729.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000674654.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1747G>A",
"hgvs_p": null,
"transcript": "ENST00000676297.1",
"protein_id": "ENSP00000501596.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000676297.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1121G>A",
"hgvs_p": null,
"transcript": "ENST00000674629.1",
"protein_id": "ENSP00000502470.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000674629.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1533G>A",
"hgvs_p": null,
"transcript": "ENST00000674654.1",
"protein_id": "ENSP00000501729.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000674654.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1747G>A",
"hgvs_p": null,
"transcript": "ENST00000676297.1",
"protein_id": "ENSP00000501596.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000676297.1"
}
],
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"dbsnp": "rs1553122256",
"frequency_reference_population": 6.84075e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84075e-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.8040343523025513,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.429,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6563,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.13,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.53,
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3,PP5",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003680.4",
"gene_symbol": "YARS1",
"hgnc_id": 12840,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1573G>A",
"hgvs_p": "p.Gly525Arg"
}
],
"clinvar_disease": " and pancreatic disease, endocrine, infantile-onset 2, multisystem,Neurologic",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Neurologic, endocrine, and pancreatic disease, multisystem, infantile-onset 2",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}