← 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: 9-92242195-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=92242195&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 92242195,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000443024.7",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_002161.6",
          "protein_id": "NP_002152.2",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 4483,
          "mane_select": "ENST00000443024.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "ENST00000443024.7",
          "protein_id": "ENSP00000406448.4",
          "transcript_support_level": 5,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 4483,
          "mane_select": "NM_002161.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "ENST00000375643.7",
          "protein_id": "ENSP00000364794.3",
          "transcript_support_level": 1,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3403,
          "cdna_end": null,
          "cdna_length": 4656,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.3136G>A",
          "hgvs_p": null,
          "transcript": "ENST00000447699.7",
          "protein_id": "ENSP00000415020.3",
          "transcript_support_level": 1,
          "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": 4587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3199G>A",
          "hgvs_p": "p.Val1067Ile",
          "transcript": "NM_001378569.1",
          "protein_id": "NP_001365498.1",
          "transcript_support_level": null,
          "aa_start": 1067,
          "aa_end": null,
          "aa_length": 1283,
          "cds_start": 3199,
          "cds_end": null,
          "cds_length": 3852,
          "cdna_start": 3463,
          "cdna_end": null,
          "cdna_length": 4716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3157G>A",
          "hgvs_p": "p.Val1053Ile",
          "transcript": "NM_001378571.1",
          "protein_id": "NP_001365500.1",
          "transcript_support_level": null,
          "aa_start": 1053,
          "aa_end": null,
          "aa_length": 1269,
          "cds_start": 3157,
          "cds_end": null,
          "cds_length": 3810,
          "cdna_start": 3251,
          "cdna_end": null,
          "cdna_length": 4504,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378572.1",
          "protein_id": "NP_001365501.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1269,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3810,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 4504,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378573.1",
          "protein_id": "NP_001365502.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3212,
          "cdna_end": null,
          "cdna_length": 4465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378574.1",
          "protein_id": "NP_001365503.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3277,
          "cdna_end": null,
          "cdna_length": 4530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378575.1",
          "protein_id": "NP_001365504.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3317,
          "cdna_end": null,
          "cdna_length": 4570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378576.1",
          "protein_id": "NP_001365505.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3310,
          "cdna_end": null,
          "cdna_length": 4563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_013417.4",
          "protein_id": "NP_038203.2",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3400,
          "cdna_end": null,
          "cdna_length": 4653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "ENST00000683565.1",
          "protein_id": "ENSP00000507144.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": 3313,
          "cdna_end": null,
          "cdna_length": 4535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378577.1",
          "protein_id": "NP_001365506.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1248,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3747,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 4441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378578.1",
          "protein_id": "NP_001365507.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": 3400,
          "cdna_end": null,
          "cdna_length": 4593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378579.1",
          "protein_id": "NP_001365508.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 4423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378580.1",
          "protein_id": "NP_001365509.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": 3310,
          "cdna_end": null,
          "cdna_length": 4503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "ENST00000683469.1",
          "protein_id": "ENSP00000507286.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": 3249,
          "cdna_end": null,
          "cdna_length": 4300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "ENST00000683679.1",
          "protein_id": "ENSP00000507577.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": 3392,
          "cdna_end": null,
          "cdna_length": 4443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3061G>A",
          "hgvs_p": "p.Val1021Ile",
          "transcript": "NM_001374299.1",
          "protein_id": "NP_001361228.1",
          "transcript_support_level": null,
          "aa_start": 1021,
          "aa_end": null,
          "aa_length": 1237,
          "cds_start": 3061,
          "cds_end": null,
          "cds_length": 3714,
          "cdna_start": 3155,
          "cdna_end": null,
          "cdna_length": 4408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3061G>A",
          "hgvs_p": "p.Val1021Ile",
          "transcript": "NM_001374300.1",
          "protein_id": "NP_001361229.1",
          "transcript_support_level": null,
          "aa_start": 1021,
          "aa_end": null,
          "aa_length": 1237,
          "cds_start": 3061,
          "cds_end": null,
          "cds_length": 3714,
          "cdna_start": 3325,
          "cdna_end": null,
          "cdna_length": 4578,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3061G>A",
          "hgvs_p": "p.Val1021Ile",
          "transcript": "ENST00000684557.1",
          "protein_id": "ENSP00000508205.1",
          "transcript_support_level": null,
          "aa_start": 1021,
          "aa_end": null,
          "aa_length": 1237,
          "cds_start": 3061,
          "cds_end": null,
          "cds_length": 3714,
          "cdna_start": 3153,
          "cdna_end": null,
          "cdna_length": 4370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3052G>A",
          "hgvs_p": "p.Val1018Ile",
          "transcript": "NM_001374301.1",
          "protein_id": "NP_001361230.1",
          "transcript_support_level": null,
          "aa_start": 1018,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": 3052,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": 3146,
          "cdna_end": null,
          "cdna_length": 4399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3040G>A",
          "hgvs_p": "p.Val1014Ile",
          "transcript": "NM_001378582.1",
          "protein_id": "NP_001365511.1",
          "transcript_support_level": null,
          "aa_start": 1014,
          "aa_end": null,
          "aa_length": 1230,
          "cds_start": 3040,
          "cds_end": null,
          "cds_length": 3693,
          "cdna_start": 3134,
          "cdna_end": null,
          "cdna_length": 4387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3013G>A",
          "hgvs_p": "p.Val1005Ile",
          "transcript": "NM_001378583.1",
          "protein_id": "NP_001365512.1",
          "transcript_support_level": null,
          "aa_start": 1005,
          "aa_end": null,
          "aa_length": 1221,
          "cds_start": 3013,
          "cds_end": null,
          "cds_length": 3666,
          "cdna_start": 3107,
          "cdna_end": null,
          "cdna_length": 4360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "ENST00000682578.1",
          "protein_id": "ENSP00000506798.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3228,
          "cdna_end": null,
          "cdna_length": 4213,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3061G>A",
          "hgvs_p": "p.Val1021Ile",
          "transcript": "NM_001378584.1",
          "protein_id": "NP_001365513.1",
          "transcript_support_level": null,
          "aa_start": 1021,
          "aa_end": null,
          "aa_length": 1217,
          "cds_start": 3061,
          "cds_end": null,
          "cds_length": 3654,
          "cdna_start": 3155,
          "cdna_end": null,
          "cdna_length": 4348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378585.1",
          "protein_id": "NP_001365514.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1214,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3645,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 4339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile",
          "transcript": "NM_001378586.1",
          "protein_id": "NP_001365515.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 3136,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 4330,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.375G>A",
          "hgvs_p": null,
          "transcript": "ENST00000375627.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 697,
          "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": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.2588G>A",
          "hgvs_p": null,
          "transcript": "ENST00000467876.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 3007,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.6454G>A",
          "hgvs_p": null,
          "transcript": "ENST00000472894.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 7614,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.370G>A",
          "hgvs_p": null,
          "transcript": "ENST00000473915.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 610,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.1034G>A",
          "hgvs_p": null,
          "transcript": "ENST00000474340.1",
          "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": 1748,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.5193G>A",
          "hgvs_p": null,
          "transcript": "ENST00000498025.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 6410,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*2763G>A",
          "hgvs_p": null,
          "transcript": "ENST00000627121.3",
          "protein_id": "ENSP00000486469.2",
          "transcript_support_level": 5,
          "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": 4186,
          "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": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.5185G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682141.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": 6402,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.4613G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682156.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": 5830,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.3167G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682521.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": 4384,
          "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": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*1787G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682533.1",
          "protein_id": "ENSP00000507221.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": 5132,
          "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": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*2680G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682756.1",
          "protein_id": "ENSP00000508281.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": 4239,
          "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": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.7427G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682893.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": 8644,
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.1361G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683017.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": 2578,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*952G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683119.1",
          "protein_id": "ENSP00000508070.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": 4452,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*2633G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683192.1",
          "protein_id": "ENSP00000508102.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": 4537,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.5267G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683376.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": 6427,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.3426G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683477.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": 4537,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*1004G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683495.1",
          "protein_id": "ENSP00000507926.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": 4403,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*2633G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683537.1",
          "protein_id": "ENSP00000508100.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": 4406,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.5398G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683793.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": 6618,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*954G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683817.1",
          "protein_id": "ENSP00000507796.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": 4597,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.1730G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684232.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": 2841,
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.1842G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684267.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": 2953,
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.2568G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684328.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": 3155,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.3136G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684445.1",
          "protein_id": "ENSP00000507341.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": 4403,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*1835G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684542.1",
          "protein_id": "ENSP00000507051.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": 4455,
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.1566G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684575.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": 2270,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.1818G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684594.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": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.5266G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684726.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": 6488,
          "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": 30,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*545G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684757.1",
          "protein_id": "ENSP00000507247.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": 4664,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.3073G>A",
          "hgvs_p": null,
          "transcript": "NR_073446.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": 4326,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*2763G>A",
          "hgvs_p": null,
          "transcript": "ENST00000627121.3",
          "protein_id": "ENSP00000486469.2",
          "transcript_support_level": 5,
          "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": 4186,
          "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": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*1787G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682533.1",
          "protein_id": "ENSP00000507221.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": 5132,
          "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": 27,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*2680G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682756.1",
          "protein_id": "ENSP00000508281.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": 4239,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*952G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683119.1",
          "protein_id": "ENSP00000508070.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": 4452,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*2633G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683192.1",
          "protein_id": "ENSP00000508102.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": 4537,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*1004G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683495.1",
          "protein_id": "ENSP00000507926.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": 4403,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*2633G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683537.1",
          "protein_id": "ENSP00000508100.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": 4406,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*954G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683817.1",
          "protein_id": "ENSP00000507796.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": 4597,
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*1835G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684542.1",
          "protein_id": "ENSP00000507051.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": 4455,
          "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": 30,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "IARS1",
          "gene_hgnc_id": 5330,
          "hgvs_c": "n.*545G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684757.1",
          "protein_id": "ENSP00000507247.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": 4664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "IARS1",
      "gene_hgnc_id": 5330,
      "dbsnp": "rs34737051",
      "frequency_reference_population": 0.006599051,
      "hom_count_reference_population": 45,
      "allele_count_reference_population": 10651,
      "gnomad_exomes_af": 0.00681324,
      "gnomad_genomes_af": 0.00454343,
      "gnomad_exomes_ac": 9959,
      "gnomad_genomes_ac": 692,
      "gnomad_exomes_homalt": 43,
      "gnomad_genomes_homalt": 2,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.007034957408905029,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.099,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0781,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.46,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.719,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000443024.7",
          "gene_symbol": "IARS1",
          "hgnc_id": 5330,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Val1046Ile"
        }
      ],
      "clinvar_disease": "IARS1-related disorder,not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:3 B:1",
      "phenotype_combined": "IARS1-related disorder|not provided|not specified",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}