← 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: 16-70253726-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=70253726&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 70253726,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001605.3",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "NM_001605.3",
"protein_id": "NP_001596.2",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000261772.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001605.3"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000261772.13",
"protein_id": "ENSP00000261772.8",
"transcript_support_level": 1,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001605.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261772.13"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2688C>T",
"hgvs_p": "p.Gly896Gly",
"transcript": "ENST00000565361.3",
"protein_id": "ENSP00000455360.3",
"transcript_support_level": 5,
"aa_start": 896,
"aa_end": null,
"aa_length": 999,
"cds_start": 2688,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565361.3"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2688C>T",
"hgvs_p": "p.Gly896Gly",
"transcript": "ENST00000896288.1",
"protein_id": "ENSP00000566347.1",
"transcript_support_level": null,
"aa_start": 896,
"aa_end": null,
"aa_length": 999,
"cds_start": 2688,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896288.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000675853.1",
"protein_id": "ENSP00000502367.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 984,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675853.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000951926.1",
"protein_id": "ENSP00000621985.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 984,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951926.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2622C>T",
"hgvs_p": "p.Gly874Gly",
"transcript": "ENST00000675045.1",
"protein_id": "ENSP00000502014.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 977,
"cds_start": 2622,
"cds_end": null,
"cds_length": 2934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675045.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000674691.1",
"protein_id": "ENSP00000502247.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674691.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000674963.1",
"protein_id": "ENSP00000501924.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674963.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000675643.1",
"protein_id": "ENSP00000502797.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675643.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000896284.1",
"protein_id": "ENSP00000566343.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896284.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000896291.1",
"protein_id": "ENSP00000566350.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896291.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000934581.1",
"protein_id": "ENSP00000604640.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934581.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000934584.1",
"protein_id": "ENSP00000604643.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934584.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly",
"transcript": "ENST00000951922.1",
"protein_id": "ENSP00000621981.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 968,
"cds_start": 2595,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951922.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2592C>T",
"hgvs_p": "p.Gly864Gly",
"transcript": "ENST00000951923.1",
"protein_id": "ENSP00000621982.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 967,
"cds_start": 2592,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951923.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2586C>T",
"hgvs_p": "p.Gly862Gly",
"transcript": "ENST00000951924.1",
"protein_id": "ENSP00000621983.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 965,
"cds_start": 2586,
"cds_end": null,
"cds_length": 2898,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951924.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2580C>T",
"hgvs_p": "p.Gly860Gly",
"transcript": "ENST00000896285.1",
"protein_id": "ENSP00000566344.1",
"transcript_support_level": null,
"aa_start": 860,
"aa_end": null,
"aa_length": 963,
"cds_start": 2580,
"cds_end": null,
"cds_length": 2892,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896285.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2574C>T",
"hgvs_p": "p.Gly858Gly",
"transcript": "ENST00000674512.1",
"protein_id": "ENSP00000501613.1",
"transcript_support_level": null,
"aa_start": 858,
"aa_end": null,
"aa_length": 961,
"cds_start": 2574,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674512.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2568C>T",
"hgvs_p": "p.Gly856Gly",
"transcript": "ENST00000675133.1",
"protein_id": "ENSP00000502230.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 959,
"cds_start": 2568,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675133.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2544C>T",
"hgvs_p": "p.Gly848Gly",
"transcript": "ENST00000934582.1",
"protein_id": "ENSP00000604641.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 951,
"cds_start": 2544,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934582.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2511C>T",
"hgvs_p": "p.Gly837Gly",
"transcript": "ENST00000675953.1",
"protein_id": "ENSP00000502321.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 940,
"cds_start": 2511,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675953.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2481C>T",
"hgvs_p": "p.Gly827Gly",
"transcript": "ENST00000951927.1",
"protein_id": "ENSP00000621986.1",
"transcript_support_level": null,
"aa_start": 827,
"aa_end": null,
"aa_length": 930,
"cds_start": 2481,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951927.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2466C>T",
"hgvs_p": "p.Gly822Gly",
"transcript": "ENST00000675691.1",
"protein_id": "ENSP00000502196.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 925,
"cds_start": 2466,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675691.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2418C>T",
"hgvs_p": "p.Gly806Gly",
"transcript": "ENST00000896290.1",
"protein_id": "ENSP00000566349.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 909,
"cds_start": 2418,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896290.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2409C>T",
"hgvs_p": "p.Gly803Gly",
"transcript": "ENST00000896287.1",
"protein_id": "ENSP00000566346.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 906,
"cds_start": 2409,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896287.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2406C>T",
"hgvs_p": "p.Gly802Gly",
"transcript": "ENST00000951925.1",
"protein_id": "ENSP00000621984.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 905,
"cds_start": 2406,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951925.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2388C>T",
"hgvs_p": "p.Gly796Gly",
"transcript": "ENST00000896289.1",
"protein_id": "ENSP00000566348.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 899,
"cds_start": 2388,
"cds_end": null,
"cds_length": 2700,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896289.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2325C>T",
"hgvs_p": "p.Gly775Gly",
"transcript": "ENST00000896292.1",
"protein_id": "ENSP00000566351.1",
"transcript_support_level": null,
"aa_start": 775,
"aa_end": null,
"aa_length": 878,
"cds_start": 2325,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896292.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2304C>T",
"hgvs_p": "p.Gly768Gly",
"transcript": "ENST00000934585.1",
"protein_id": "ENSP00000604644.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 871,
"cds_start": 2304,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934585.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2211C>T",
"hgvs_p": "p.Gly737Gly",
"transcript": "ENST00000896286.1",
"protein_id": "ENSP00000566345.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 840,
"cds_start": 2211,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896286.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "c.2187C>T",
"hgvs_p": "p.Gly729Gly",
"transcript": "ENST00000934583.1",
"protein_id": "ENSP00000604642.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 832,
"cds_start": 2187,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934583.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.708C>T",
"hgvs_p": null,
"transcript": "ENST00000569825.2",
"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": "ENST00000569825.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*2384C>T",
"hgvs_p": null,
"transcript": "ENST00000674652.1",
"protein_id": "ENSP00000502620.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": "ENST00000674652.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*850C>T",
"hgvs_p": null,
"transcript": "ENST00000674768.1",
"protein_id": "ENSP00000501679.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": "ENST00000674768.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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*788C>T",
"hgvs_p": null,
"transcript": "ENST00000674811.1",
"protein_id": "ENSP00000502055.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": "ENST00000674811.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.2644C>T",
"hgvs_p": null,
"transcript": "ENST00000674848.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000674848.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.4949C>T",
"hgvs_p": null,
"transcript": "ENST00000674962.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000674962.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*205C>T",
"hgvs_p": null,
"transcript": "ENST00000675035.1",
"protein_id": "ENSP00000502712.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": "ENST00000675035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*905C>T",
"hgvs_p": null,
"transcript": "ENST00000675120.1",
"protein_id": "ENSP00000502823.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": "ENST00000675120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.2730C>T",
"hgvs_p": null,
"transcript": "ENST00000675270.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000675270.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1529C>T",
"hgvs_p": null,
"transcript": "ENST00000675297.1",
"protein_id": "ENSP00000502753.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": "ENST00000675297.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*205C>T",
"hgvs_p": null,
"transcript": "ENST00000675371.1",
"protein_id": "ENSP00000502645.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": "ENST00000675371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.3515C>T",
"hgvs_p": null,
"transcript": "ENST00000675403.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000675403.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1829C>T",
"hgvs_p": null,
"transcript": "ENST00000675569.1",
"protein_id": "ENSP00000502534.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": "ENST00000675569.1"
},
{
"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": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.1342C>T",
"hgvs_p": null,
"transcript": "ENST00000675588.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000675588.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1622C>T",
"hgvs_p": null,
"transcript": "ENST00000675751.1",
"protein_id": "ENSP00000502277.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": "ENST00000675751.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.2892C>T",
"hgvs_p": null,
"transcript": "ENST00000675917.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000675917.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.2753C>T",
"hgvs_p": null,
"transcript": "ENST00000675986.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000675986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*2594C>T",
"hgvs_p": null,
"transcript": "ENST00000676004.1",
"protein_id": "ENSP00000502765.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": "ENST00000676004.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1829C>T",
"hgvs_p": null,
"transcript": "ENST00000676040.1",
"protein_id": "ENSP00000502108.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": "ENST00000676040.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*205C>T",
"hgvs_p": null,
"transcript": "ENST00000676168.1",
"protein_id": "ENSP00000502479.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": "ENST00000676168.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*947C>T",
"hgvs_p": null,
"transcript": "ENST00000676209.1",
"protein_id": "ENSP00000502052.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": "ENST00000676209.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1622C>T",
"hgvs_p": null,
"transcript": "ENST00000676211.1",
"protein_id": "ENSP00000502726.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": "ENST00000676211.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*284C>T",
"hgvs_p": null,
"transcript": "ENST00000676212.1",
"protein_id": "ENSP00000501853.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": "ENST00000676212.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*947C>T",
"hgvs_p": null,
"transcript": "ENST00000676247.1",
"protein_id": "ENSP00000502699.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": "ENST00000676247.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*2384C>T",
"hgvs_p": null,
"transcript": "ENST00000674652.1",
"protein_id": "ENSP00000502620.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": "ENST00000674652.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*850C>T",
"hgvs_p": null,
"transcript": "ENST00000674768.1",
"protein_id": "ENSP00000501679.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": "ENST00000674768.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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*788C>T",
"hgvs_p": null,
"transcript": "ENST00000674811.1",
"protein_id": "ENSP00000502055.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": "ENST00000674811.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*205C>T",
"hgvs_p": null,
"transcript": "ENST00000675035.1",
"protein_id": "ENSP00000502712.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": "ENST00000675035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*905C>T",
"hgvs_p": null,
"transcript": "ENST00000675120.1",
"protein_id": "ENSP00000502823.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": "ENST00000675120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1529C>T",
"hgvs_p": null,
"transcript": "ENST00000675297.1",
"protein_id": "ENSP00000502753.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": "ENST00000675297.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*205C>T",
"hgvs_p": null,
"transcript": "ENST00000675371.1",
"protein_id": "ENSP00000502645.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": "ENST00000675371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1829C>T",
"hgvs_p": null,
"transcript": "ENST00000675569.1",
"protein_id": "ENSP00000502534.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": "ENST00000675569.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1622C>T",
"hgvs_p": null,
"transcript": "ENST00000675751.1",
"protein_id": "ENSP00000502277.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": "ENST00000675751.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*2594C>T",
"hgvs_p": null,
"transcript": "ENST00000676004.1",
"protein_id": "ENSP00000502765.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": "ENST00000676004.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1829C>T",
"hgvs_p": null,
"transcript": "ENST00000676040.1",
"protein_id": "ENSP00000502108.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": "ENST00000676040.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*205C>T",
"hgvs_p": null,
"transcript": "ENST00000676168.1",
"protein_id": "ENSP00000502479.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": "ENST00000676168.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*947C>T",
"hgvs_p": null,
"transcript": "ENST00000676209.1",
"protein_id": "ENSP00000502052.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": "ENST00000676209.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*1622C>T",
"hgvs_p": null,
"transcript": "ENST00000676211.1",
"protein_id": "ENSP00000502726.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": "ENST00000676211.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*284C>T",
"hgvs_p": null,
"transcript": "ENST00000676212.1",
"protein_id": "ENSP00000501853.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": "ENST00000676212.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"hgvs_c": "n.*947C>T",
"hgvs_p": null,
"transcript": "ENST00000676247.1",
"protein_id": "ENSP00000502699.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": "ENST00000676247.1"
}
],
"gene_symbol": "AARS1",
"gene_hgnc_id": 20,
"dbsnp": "rs751781504",
"frequency_reference_population": 0.0000020526127,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205261,
"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.6299999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.28999999165534973,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.915,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.29,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP6",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP6"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001605.3",
"gene_symbol": "AARS1",
"hgnc_id": 20,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.2595C>T",
"hgvs_p": "p.Gly865Gly"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease type 2,Inborn genetic diseases",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "Charcot-Marie-Tooth disease type 2|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}