← 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: 6-87518242-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=87518242&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 87518242,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000369536.10",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Gly480Arg",
"transcript": "NM_020320.5",
"protein_id": "NP_064716.2",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 578,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 1468,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": "ENST00000369536.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Gly480Arg",
"transcript": "ENST00000369536.10",
"protein_id": "ENSP00000358549.5",
"transcript_support_level": 1,
"aa_start": 480,
"aa_end": null,
"aa_length": 578,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 1468,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": "NM_020320.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Gly480Arg",
"transcript": "ENST00000687437.1",
"protein_id": "ENSP00000508968.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 608,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1496,
"cdna_end": null,
"cdna_length": 1885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Gly480Arg",
"transcript": "NM_001350505.2",
"protein_id": "NP_001337434.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 588,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 1468,
"cdna_end": null,
"cdna_length": 2123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Gly480Arg",
"transcript": "ENST00000691725.1",
"protein_id": "ENSP00000509453.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 588,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 1509,
"cdna_end": null,
"cdna_length": 2339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "ENST00000451155.2",
"protein_id": "ENSP00000389656.2",
"transcript_support_level": 3,
"aa_start": 305,
"aa_end": null,
"aa_length": 441,
"cds_start": 913,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1733,
"cdna_end": null,
"cdna_length": 2148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "NM_001350506.2",
"protein_id": "NP_001337435.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 413,
"cds_start": 913,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1689,
"cdna_end": null,
"cdna_length": 2344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "ENST00000693431.1",
"protein_id": "ENSP00000509147.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 413,
"cds_start": 913,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1714,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "NM_001318785.2",
"protein_id": "NP_001305714.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 2407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "NM_001350507.2",
"protein_id": "NP_001337436.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1812,
"cdna_end": null,
"cdna_length": 2586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "NM_001350508.2",
"protein_id": "NP_001337437.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1851,
"cdna_end": null,
"cdna_length": 2625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "NM_001350509.2",
"protein_id": "NP_001337438.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1559,
"cdna_end": null,
"cdna_length": 2333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "NM_001350510.2",
"protein_id": "NP_001337439.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1689,
"cdna_end": null,
"cdna_length": 2463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "NM_001350511.2",
"protein_id": "NP_001337440.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1808,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "ENST00000685408.1",
"protein_id": "ENSP00000509026.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1815,
"cdna_end": null,
"cdna_length": 2570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "ENST00000689174.1",
"protein_id": "ENSP00000510542.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "ENST00000692684.1",
"protein_id": "ENSP00000509712.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 2572,
"cdna_end": null,
"cdna_length": 3327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "ENST00000693327.1",
"protein_id": "ENSP00000509195.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 403,
"cds_start": 913,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 2388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Gly286Arg",
"transcript": "ENST00000687729.1",
"protein_id": "ENSP00000508582.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 384,
"cds_start": 856,
"cds_end": null,
"cds_length": 1155,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 1921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.499G>A",
"hgvs_p": "p.Gly167Arg",
"transcript": "ENST00000686154.1",
"protein_id": "ENSP00000508436.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 275,
"cds_start": 499,
"cds_end": null,
"cds_length": 828,
"cdna_start": 1756,
"cdna_end": null,
"cdna_length": 2202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.499G>A",
"hgvs_p": "p.Gly167Arg",
"transcript": "ENST00000689206.1",
"protein_id": "ENSP00000510495.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 275,
"cds_start": 499,
"cds_end": null,
"cds_length": 828,
"cdna_start": 1736,
"cdna_end": null,
"cdna_length": 2360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.499G>A",
"hgvs_p": "p.Gly167Arg",
"transcript": "ENST00000690622.1",
"protein_id": "ENSP00000508528.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 275,
"cds_start": 499,
"cds_end": null,
"cds_length": 828,
"cdna_start": 1813,
"cdna_end": null,
"cdna_length": 2437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.499G>A",
"hgvs_p": "p.Gly167Arg",
"transcript": "ENST00000685701.1",
"protein_id": "ENSP00000509573.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 265,
"cds_start": 499,
"cds_end": null,
"cds_length": 798,
"cdna_start": 1717,
"cdna_end": null,
"cdna_length": 2223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.499G>A",
"hgvs_p": "p.Gly167Arg",
"transcript": "ENST00000686284.1",
"protein_id": "ENSP00000510099.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 265,
"cds_start": 499,
"cds_end": null,
"cds_length": 798,
"cdna_start": 1276,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.499G>A",
"hgvs_p": "p.Gly167Arg",
"transcript": "ENST00000686407.1",
"protein_id": "ENSP00000509880.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 265,
"cds_start": 499,
"cds_end": null,
"cds_length": 798,
"cdna_start": 1533,
"cdna_end": null,
"cdna_length": 2039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.361G>A",
"hgvs_p": "p.Gly121Arg",
"transcript": "ENST00000688532.1",
"protein_id": "ENSP00000510320.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 257,
"cds_start": 361,
"cds_end": null,
"cds_length": 774,
"cdna_start": 1455,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.361G>A",
"hgvs_p": "p.Gly121Arg",
"transcript": "ENST00000687586.1",
"protein_id": "ENSP00000508441.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 219,
"cds_start": 361,
"cds_end": null,
"cds_length": 660,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 2476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.217G>A",
"hgvs_p": "p.Gly73Arg",
"transcript": "ENST00000692394.1",
"protein_id": "ENSP00000509567.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 171,
"cds_start": 217,
"cds_end": null,
"cds_length": 516,
"cdna_start": 1674,
"cdna_end": null,
"cdna_length": 1973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "XM_017011073.2",
"protein_id": "XP_016866562.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 413,
"cds_start": 913,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1907,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "XM_017011074.3",
"protein_id": "XP_016866563.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 413,
"cds_start": 913,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1525,
"cdna_end": null,
"cdna_length": 2180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "XM_047419092.1",
"protein_id": "XP_047275048.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 413,
"cds_start": 913,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1686,
"cdna_end": null,
"cdna_length": 2341,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "XM_047419093.1",
"protein_id": "XP_047275049.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 413,
"cds_start": 913,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 1932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Gly305Arg",
"transcript": "XM_047419094.1",
"protein_id": "XP_047275050.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 413,
"cds_start": 913,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 1684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1823G>A",
"hgvs_p": null,
"transcript": "ENST00000493269.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.3998G>A",
"hgvs_p": null,
"transcript": "ENST00000497828.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*444G>A",
"hgvs_p": null,
"transcript": "ENST00000684790.1",
"protein_id": "ENSP00000509974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1839G>A",
"hgvs_p": null,
"transcript": "ENST00000685219.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*861G>A",
"hgvs_p": null,
"transcript": "ENST00000685336.1",
"protein_id": "ENSP00000508757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*560G>A",
"hgvs_p": null,
"transcript": "ENST00000685376.1",
"protein_id": "ENSP00000508661.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1683G>A",
"hgvs_p": null,
"transcript": "ENST00000686196.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.940G>A",
"hgvs_p": null,
"transcript": "ENST00000686371.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000686857.1",
"protein_id": "ENSP00000509934.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*1386G>A",
"hgvs_p": null,
"transcript": "ENST00000686988.1",
"protein_id": "ENSP00000508830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.2168G>A",
"hgvs_p": null,
"transcript": "ENST00000687090.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*484G>A",
"hgvs_p": null,
"transcript": "ENST00000687579.1",
"protein_id": "ENSP00000510257.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*848G>A",
"hgvs_p": null,
"transcript": "ENST00000687909.1",
"protein_id": "ENSP00000508659.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1946G>A",
"hgvs_p": null,
"transcript": "ENST00000688391.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.2309G>A",
"hgvs_p": null,
"transcript": "ENST00000688808.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.3912G>A",
"hgvs_p": null,
"transcript": "ENST00000688842.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.2454G>A",
"hgvs_p": null,
"transcript": "ENST00000689561.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.2430G>A",
"hgvs_p": null,
"transcript": "ENST00000689594.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*776G>A",
"hgvs_p": null,
"transcript": "ENST00000689952.1",
"protein_id": "ENSP00000508977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*1316G>A",
"hgvs_p": null,
"transcript": "ENST00000690205.1",
"protein_id": "ENSP00000508972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000690705.1",
"protein_id": "ENSP00000509923.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000690884.1",
"protein_id": "ENSP00000509931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.2769G>A",
"hgvs_p": null,
"transcript": "ENST00000691205.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*560G>A",
"hgvs_p": null,
"transcript": "ENST00000691238.1",
"protein_id": "ENSP00000510094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1839G>A",
"hgvs_p": null,
"transcript": "ENST00000691533.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1319G>A",
"hgvs_p": null,
"transcript": "ENST00000691634.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000691815.1",
"protein_id": "ENSP00000509579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000692270.1",
"protein_id": "ENSP00000510055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*425G>A",
"hgvs_p": null,
"transcript": "ENST00000692843.1",
"protein_id": "ENSP00000509592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000693605.1",
"protein_id": "ENSP00000510050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1464G>A",
"hgvs_p": null,
"transcript": "NR_134857.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1736G>A",
"hgvs_p": null,
"transcript": "NR_146738.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1545G>A",
"hgvs_p": null,
"transcript": "NR_146739.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1813G>A",
"hgvs_p": null,
"transcript": "NR_146740.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1475G>A",
"hgvs_p": null,
"transcript": "NR_146741.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1847G>A",
"hgvs_p": null,
"transcript": "NR_146742.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1685G>A",
"hgvs_p": null,
"transcript": "NR_146743.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1472G>A",
"hgvs_p": null,
"transcript": "NR_146745.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1251G>A",
"hgvs_p": null,
"transcript": "NR_146747.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1711G>A",
"hgvs_p": null,
"transcript": "NR_146748.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1685G>A",
"hgvs_p": null,
"transcript": "NR_146749.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1809G>A",
"hgvs_p": null,
"transcript": "NR_146750.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1753G>A",
"hgvs_p": null,
"transcript": "NR_146752.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1605G>A",
"hgvs_p": null,
"transcript": "NR_146753.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1549G>A",
"hgvs_p": null,
"transcript": "NR_146754.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2204,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1813G>A",
"hgvs_p": null,
"transcript": "NR_146755.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1739G>A",
"hgvs_p": null,
"transcript": "NR_146757.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1468G>A",
"hgvs_p": null,
"transcript": "NR_146758.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1468G>A",
"hgvs_p": null,
"transcript": "NR_146759.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*444G>A",
"hgvs_p": null,
"transcript": "ENST00000684790.1",
"protein_id": "ENSP00000509974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*861G>A",
"hgvs_p": null,
"transcript": "ENST00000685336.1",
"protein_id": "ENSP00000508757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*560G>A",
"hgvs_p": null,
"transcript": "ENST00000685376.1",
"protein_id": "ENSP00000508661.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000686857.1",
"protein_id": "ENSP00000509934.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*1386G>A",
"hgvs_p": null,
"transcript": "ENST00000686988.1",
"protein_id": "ENSP00000508830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*484G>A",
"hgvs_p": null,
"transcript": "ENST00000687579.1",
"protein_id": "ENSP00000510257.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*848G>A",
"hgvs_p": null,
"transcript": "ENST00000687909.1",
"protein_id": "ENSP00000508659.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*776G>A",
"hgvs_p": null,
"transcript": "ENST00000689952.1",
"protein_id": "ENSP00000508977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*1316G>A",
"hgvs_p": null,
"transcript": "ENST00000690205.1",
"protein_id": "ENSP00000508972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000690705.1",
"protein_id": "ENSP00000509923.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000690884.1",
"protein_id": "ENSP00000509931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*560G>A",
"hgvs_p": null,
"transcript": "ENST00000691238.1",
"protein_id": "ENSP00000510094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000691815.1",
"protein_id": "ENSP00000509579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000692270.1",
"protein_id": "ENSP00000510055.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*425G>A",
"hgvs_p": null,
"transcript": "ENST00000692843.1",
"protein_id": "ENSP00000509592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.*354G>A",
"hgvs_p": null,
"transcript": "ENST00000693605.1",
"protein_id": "ENSP00000510050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.477-90G>A",
"hgvs_p": null,
"transcript": "ENST00000685069.1",
"protein_id": "ENSP00000509876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.891-90G>A",
"hgvs_p": null,
"transcript": "ENST00000685881.1",
"protein_id": "ENSP00000510572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.891-63G>A",
"hgvs_p": null,
"transcript": "ENST00000686142.1",
"protein_id": "ENSP00000510793.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.477-90G>A",
"hgvs_p": null,
"transcript": "ENST00000688106.1",
"protein_id": "ENSP00000509529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1791-90G>A",
"hgvs_p": null,
"transcript": "NR_146744.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1885-90G>A",
"hgvs_p": null,
"transcript": "NR_146746.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1667-90G>A",
"hgvs_p": null,
"transcript": "NR_146751.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "n.1446-90G>A",
"hgvs_p": null,
"transcript": "NR_146756.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"hgvs_c": "c.1416-90G>A",
"hgvs_p": null,
"transcript": "XM_011535949.4",
"protein_id": "XP_011534251.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 502,
"cds_start": -4,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RARS2",
"gene_hgnc_id": 21406,
"dbsnp": "rs769853119",
"frequency_reference_population": 0.000002052197,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.0000020522,
"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.09807741641998291,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.20999999344348907,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.139,
"revel_prediction": "Benign",
"alphamissense_score": 0.0994,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.64,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.21,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000369536.10",
"gene_symbol": "RARS2",
"hgnc_id": 21406,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Gly480Arg"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}