← 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-32780244-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=32780244&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 32780244,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_003680.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1175T>G",
"hgvs_p": "p.Ile392Ser",
"transcript": "NM_003680.4",
"protein_id": "NP_003671.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 528,
"cds_start": 1175,
"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": "I",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1175T>G",
"hgvs_p": "p.Ile392Ser",
"transcript": "ENST00000373477.9",
"protein_id": "ENSP00000362576.4",
"transcript_support_level": 1,
"aa_start": 392,
"aa_end": null,
"aa_length": 528,
"cds_start": 1175,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1262T>G",
"hgvs_p": "p.Ile421Ser",
"transcript": "ENST00000906066.1",
"protein_id": "ENSP00000576125.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 557,
"cds_start": 1262,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1172T>G",
"hgvs_p": "p.Ile391Ser",
"transcript": "ENST00000918766.1",
"protein_id": "ENSP00000588825.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 527,
"cds_start": 1172,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1172T>G",
"hgvs_p": "p.Ile391Ser",
"transcript": "ENST00000918768.1",
"protein_id": "ENSP00000588827.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 527,
"cds_start": 1172,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1175T>G",
"hgvs_p": "p.Ile392Ser",
"transcript": "ENST00000956435.1",
"protein_id": "ENSP00000626494.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 524,
"cds_start": 1175,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1175T>G",
"hgvs_p": "p.Ile392Ser",
"transcript": "ENST00000906068.1",
"protein_id": "ENSP00000576127.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 506,
"cds_start": 1175,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1094T>G",
"hgvs_p": "p.Ile365Ser",
"transcript": "ENST00000906065.1",
"protein_id": "ENSP00000576124.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 501,
"cds_start": 1094,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1082T>G",
"hgvs_p": "p.Ile361Ser",
"transcript": "ENST00000918767.1",
"protein_id": "ENSP00000588826.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 497,
"cds_start": 1082,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1028T>G",
"hgvs_p": "p.Ile343Ser",
"transcript": "ENST00000675785.2",
"protein_id": "ENSP00000502019.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 479,
"cds_start": 1028,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1001T>G",
"hgvs_p": "p.Ile334Ser",
"transcript": "ENST00000906067.1",
"protein_id": "ENSP00000576126.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 470,
"cds_start": 1001,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.953T>G",
"hgvs_p": "p.Ile318Ser",
"transcript": "ENST00000906064.1",
"protein_id": "ENSP00000576123.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 454,
"cds_start": 953,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.860T>G",
"hgvs_p": "p.Ile287Ser",
"transcript": "ENST00000918770.1",
"protein_id": "ENSP00000588829.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 423,
"cds_start": 860,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.779T>G",
"hgvs_p": "p.Ile260Ser",
"transcript": "ENST00000918769.1",
"protein_id": "ENSP00000588828.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 396,
"cds_start": 779,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.722T>G",
"hgvs_p": "p.Ile241Ser",
"transcript": "ENST00000906069.1",
"protein_id": "ENSP00000576128.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 377,
"cds_start": 722,
"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": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.545T>G",
"hgvs_p": "p.Ile182Ser",
"transcript": "XM_011542347.3",
"protein_id": "XP_011540649.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 318,
"cds_start": 545,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.1091T>G",
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.642T>G",
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.1485T>G",
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.468T>G",
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*723T>G",
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1135T>G",
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1349T>G",
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*723T>G",
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1135T>G",
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1349T>G",
"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": "rs749411607",
"frequency_reference_population": 0.000002052166,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205217,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9667370319366455,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.931,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9006,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.924,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_003680.4",
"gene_symbol": "YARS1",
"hgnc_id": 12840,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1175T>G",
"hgvs_p": "p.Ile392Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}