← 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: 3-45516219-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=45516219&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PS3",
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "LARS2",
"hgnc_id": 17095,
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"inheritance_mode": "AR",
"pathogenic_score": 18,
"score": 18,
"transcript": "NM_015340.4",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS3,PM2,PP3_Strong,PP5_Very_Strong",
"acmg_score": 18,
"allele_count_reference_population": 13,
"alphamissense_prediction": null,
"alphamissense_score": 0.7908,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.45,
"chr": "3",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_disease": "Perrault syndrome 4,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9759690761566162,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4781,
"cdna_start": 2179,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_015340.4",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000645846.2",
"protein_coding": true,
"protein_id": "NP_056155.1",
"strand": true,
"transcript": "NM_015340.4",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4781,
"cdna_start": 2179,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000645846.2",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_015340.4",
"protein_coding": true,
"protein_id": "ENSP00000495093.1",
"strand": true,
"transcript": "ENST00000645846.2",
"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": 4169,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000265537.8",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "n.*377C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000265537.4",
"strand": true,
"transcript": "ENST00000265537.8",
"transcript_support_level": 1
},
{
"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": 4169,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 23,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000265537.8",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "n.*377C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000265537.4",
"strand": true,
"transcript": "ENST00000265537.8",
"transcript_support_level": 1
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 937,
"aa_ref": "R",
"aa_start": 697,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4313,
"cdna_start": 2281,
"cds_end": null,
"cds_length": 2814,
"cds_start": 2089,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000935381.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.2089C>T",
"hgvs_p": "p.Arg697Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605440.1",
"strand": true,
"transcript": "ENST00000935381.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4715,
"cdna_start": 2113,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001368263.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001355192.1",
"strand": true,
"transcript": "NM_001368263.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4139,
"cdna_start": 2345,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000642274.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495707.1",
"strand": true,
"transcript": "ENST00000642274.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10049,
"cdna_start": 2128,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000650792.2",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498867.1",
"strand": true,
"transcript": "ENST00000650792.2",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4704,
"cdna_start": 2102,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000872207.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542266.1",
"strand": true,
"transcript": "ENST00000872207.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4328,
"cdna_start": 2303,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000872209.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542268.1",
"strand": true,
"transcript": "ENST00000872209.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4886,
"cdna_start": 2290,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000935377.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605436.1",
"strand": true,
"transcript": "ENST00000935377.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4237,
"cdna_start": 2205,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000935379.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605438.1",
"strand": true,
"transcript": "ENST00000935379.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4190,
"cdna_start": 2159,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000935382.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605441.1",
"strand": true,
"transcript": "ENST00000935382.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4262,
"cdna_start": 2230,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000935384.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605443.1",
"strand": true,
"transcript": "ENST00000935384.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4321,
"cdna_start": 2293,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000953712.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623771.1",
"strand": true,
"transcript": "ENST00000953712.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 903,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4310,
"cdna_start": 2283,
"cds_end": null,
"cds_length": 2712,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000953713.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623772.1",
"strand": true,
"transcript": "ENST00000953713.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 886,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4153,
"cdna_start": 2175,
"cds_end": null,
"cds_length": 2661,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000953714.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623773.1",
"strand": true,
"transcript": "ENST00000953714.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 877,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4749,
"cdna_start": 2207,
"cds_end": null,
"cds_length": 2634,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000872206.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542265.1",
"strand": true,
"transcript": "ENST00000872206.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 877,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4064,
"cdna_start": 2110,
"cds_end": null,
"cds_length": 2634,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000872212.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542271.1",
"strand": true,
"transcript": "ENST00000872212.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 873,
"aa_ref": "R",
"aa_start": 633,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4121,
"cdna_start": 2089,
"cds_end": null,
"cds_length": 2622,
"cds_start": 1897,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000872211.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1897C>T",
"hgvs_p": "p.Arg633Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542270.1",
"strand": true,
"transcript": "ENST00000872211.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 873,
"aa_ref": "R",
"aa_start": 633,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4099,
"cdna_start": 2072,
"cds_end": null,
"cds_length": 2622,
"cds_start": 1897,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000935378.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1897C>T",
"hgvs_p": "p.Arg633Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605437.1",
"strand": true,
"transcript": "ENST00000935378.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 867,
"aa_ref": "R",
"aa_start": 627,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4106,
"cdna_start": 2071,
"cds_end": null,
"cds_length": 2604,
"cds_start": 1879,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000872210.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1879C>T",
"hgvs_p": "p.Arg627Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542269.1",
"strand": true,
"transcript": "ENST00000872210.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 860,
"aa_ref": "R",
"aa_start": 620,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2800,
"cdna_start": 1996,
"cds_end": null,
"cds_length": 2583,
"cds_start": 1858,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000414984.5",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1858C>T",
"hgvs_p": "p.Arg620Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000412893.1",
"strand": true,
"transcript": "ENST00000414984.5",
"transcript_support_level": 5
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 860,
"aa_ref": "R",
"aa_start": 620,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4091,
"cdna_start": 2062,
"cds_end": null,
"cds_length": 2583,
"cds_start": 1858,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000872208.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1858C>T",
"hgvs_p": "p.Arg620Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542267.1",
"strand": true,
"transcript": "ENST00000872208.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 857,
"aa_ref": "R",
"aa_start": 617,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4081,
"cdna_start": 2049,
"cds_end": null,
"cds_length": 2574,
"cds_start": 1849,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000935380.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1849C>T",
"hgvs_p": "p.Arg617Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605439.1",
"strand": true,
"transcript": "ENST00000935380.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 855,
"aa_ref": "R",
"aa_start": 615,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4066,
"cdna_start": 2034,
"cds_end": null,
"cds_length": 2568,
"cds_start": 1843,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000935383.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1843C>T",
"hgvs_p": "p.Arg615Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605442.1",
"strand": true,
"transcript": "ENST00000935383.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 852,
"aa_ref": "R",
"aa_start": 612,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3998,
"cdna_start": 1960,
"cds_end": null,
"cds_length": 2559,
"cds_start": 1834,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000953711.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1834C>T",
"hgvs_p": "p.Arg612Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623770.1",
"strand": true,
"transcript": "ENST00000953711.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 830,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4049,
"cdna_start": 2179,
"cds_end": null,
"cds_length": 2493,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_011533554.3",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011531856.1",
"strand": true,
"transcript": "XM_011533554.3",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 830,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3983,
"cdna_start": 2113,
"cds_end": null,
"cds_length": 2493,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047447829.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047303785.1",
"strand": true,
"transcript": "XM_047447829.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 804,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4653,
"cdna_start": 2179,
"cds_end": null,
"cds_length": 2415,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_017006042.2",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016861531.1",
"strand": true,
"transcript": "XM_017006042.2",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 804,
"aa_ref": "R",
"aa_start": 663,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4587,
"cdna_start": 2113,
"cds_end": null,
"cds_length": 2415,
"cds_start": 1987,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047447830.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "c.1987C>T",
"hgvs_p": "p.Arg663Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047303786.1",
"strand": true,
"transcript": "XM_047447830.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": 804,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000467936.5",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "n.266C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000467936.5",
"transcript_support_level": 4
},
{
"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": 3409,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000651549.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "n.*277C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499002.1",
"strand": true,
"transcript": "ENST00000651549.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": 2752,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000652135.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "n.*1855C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499104.1",
"strand": true,
"transcript": "ENST00000652135.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": 3409,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000651549.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "n.*277C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499002.1",
"strand": true,
"transcript": "ENST00000651549.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": 2752,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000652135.1",
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"hgvs_c": "n.*1855C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499104.1",
"strand": true,
"transcript": "ENST00000652135.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs774649299",
"effect": "missense_variant",
"frequency_reference_population": 0.000008054433,
"gene_hgnc_id": 17095,
"gene_symbol": "LARS2",
"gnomad_exomes_ac": 12,
"gnomad_exomes_af": 0.0000082088,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657151,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"phenotype_combined": "Perrault syndrome 4|not provided",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.695,
"pos": 45516219,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.868,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_015340.4"
}
]
}