← 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: 5-146120433-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "LARS1",
          "hgnc_id": 6512,
          "hgvs_c": "c.3263G>A",
          "hgvs_p": "p.Arg1088Lys",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "NM_020117.11",
          "verdict": "Benign"
        },
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "effects": [
            "downstream_gene_variant"
          ],
          "gene_symbol": "ENSG00000251556",
          "hgnc_id": null,
          "hgvs_c": "n.*21C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "ENST00000514002.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
      "acmg_score": -20,
      "allele_count_reference_population": 443064,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1502,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.37,
      "chr": "5",
      "clinvar_classification": "Benign",
      "clinvar_disease": "not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0032483041286468506,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1176,
          "aa_ref": "R",
          "aa_start": 1088,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4760,
          "cdna_start": 3420,
          "cds_end": null,
          "cds_length": 3531,
          "cds_start": 3263,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "NM_020117.11",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3263G>A",
          "hgvs_p": "p.Arg1088Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000394434.7",
          "protein_coding": true,
          "protein_id": "NP_064502.9",
          "strand": false,
          "transcript": "NM_020117.11",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1176,
          "aa_ref": "R",
          "aa_start": 1088,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4760,
          "cdna_start": 3420,
          "cds_end": null,
          "cds_length": 3531,
          "cds_start": 3263,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000394434.7",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3263G>A",
          "hgvs_p": "p.Arg1088Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_020117.11",
          "protein_coding": true,
          "protein_id": "ENSP00000377954.2",
          "strand": false,
          "transcript": "ENST00000394434.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1216,
          "aa_ref": "R",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3976,
          "cdna_start": 3513,
          "cds_end": null,
          "cds_length": 3651,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000908002.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3383G>A",
          "hgvs_p": "p.Arg1128Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578061.1",
          "strand": false,
          "transcript": "ENST00000908002.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1207,
          "aa_ref": "R",
          "aa_start": 1119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4842,
          "cdna_start": 3505,
          "cds_end": null,
          "cds_length": 3624,
          "cds_start": 3356,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000907999.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3356G>A",
          "hgvs_p": "p.Arg1119Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578058.1",
          "strand": false,
          "transcript": "ENST00000907999.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1206,
          "aa_ref": "R",
          "aa_start": 1118,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3946,
          "cdna_start": 3483,
          "cds_end": null,
          "cds_length": 3621,
          "cds_start": 3353,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000923248.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3353G>A",
          "hgvs_p": "p.Arg1118Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593307.1",
          "strand": false,
          "transcript": "ENST00000923248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1175,
          "aa_ref": "R",
          "aa_start": 1087,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4768,
          "cdna_start": 3437,
          "cds_end": null,
          "cds_length": 3528,
          "cds_start": 3260,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674398.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3260G>A",
          "hgvs_p": "p.Arg1087Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501476.1",
          "strand": false,
          "transcript": "ENST00000674398.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1175,
          "aa_ref": "R",
          "aa_start": 1087,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4782,
          "cdna_start": 3434,
          "cds_end": null,
          "cds_length": 3528,
          "cds_start": 3260,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000923242.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3260G>A",
          "hgvs_p": "p.Arg1087Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593301.1",
          "strand": false,
          "transcript": "ENST00000923242.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "R",
          "aa_start": 1076,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7202,
          "cdna_start": 3394,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3227,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674290.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3227G>A",
          "hgvs_p": "p.Arg1076Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501435.1",
          "strand": false,
          "transcript": "ENST00000674290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1158,
          "aa_ref": "R",
          "aa_start": 1070,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3752,
          "cdna_start": 3289,
          "cds_end": null,
          "cds_length": 3477,
          "cds_start": 3209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000908004.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3209G>A",
          "hgvs_p": "p.Arg1070Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578063.1",
          "strand": false,
          "transcript": "ENST00000908004.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1157,
          "aa_ref": "R",
          "aa_start": 1069,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3801,
          "cdna_start": 3339,
          "cds_end": null,
          "cds_length": 3474,
          "cds_start": 3206,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000970934.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3206G>A",
          "hgvs_p": "p.Arg1069Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640993.1",
          "strand": false,
          "transcript": "ENST00000970934.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1152,
          "aa_ref": "R",
          "aa_start": 1064,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3809,
          "cdna_start": 3346,
          "cds_end": null,
          "cds_length": 3459,
          "cds_start": 3191,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000923244.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3191G>A",
          "hgvs_p": "p.Arg1064Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593303.1",
          "strand": false,
          "transcript": "ENST00000923244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1150,
          "aa_ref": "R",
          "aa_start": 1062,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3779,
          "cdna_start": 3316,
          "cds_end": null,
          "cds_length": 3453,
          "cds_start": 3185,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000923247.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3185G>A",
          "hgvs_p": "p.Arg1062Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593306.1",
          "strand": false,
          "transcript": "ENST00000923247.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1149,
          "aa_ref": "R",
          "aa_start": 1061,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4679,
          "cdna_start": 3339,
          "cds_end": null,
          "cds_length": 3450,
          "cds_start": 3182,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "NM_016460.4",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3182G>A",
          "hgvs_p": "p.Arg1061Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_057544.2",
          "strand": false,
          "transcript": "NM_016460.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1149,
          "aa_ref": "R",
          "aa_start": 1061,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7147,
          "cdna_start": 3339,
          "cds_end": null,
          "cds_length": 3450,
          "cds_start": 3182,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000674447.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3182G>A",
          "hgvs_p": "p.Arg1061Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501376.1",
          "strand": false,
          "transcript": "ENST00000674447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1144,
          "aa_ref": "R",
          "aa_start": 1056,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3734,
          "cdna_start": 3271,
          "cds_end": null,
          "cds_length": 3435,
          "cds_start": 3167,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000908003.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3167G>A",
          "hgvs_p": "p.Arg1056Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578062.1",
          "strand": false,
          "transcript": "ENST00000908003.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1144,
          "aa_ref": "R",
          "aa_start": 1056,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4673,
          "cdna_start": 3333,
          "cds_end": null,
          "cds_length": 3435,
          "cds_start": 3167,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000970933.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3167G>A",
          "hgvs_p": "p.Arg1056Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640992.1",
          "strand": false,
          "transcript": "ENST00000970933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1130,
          "aa_ref": "R",
          "aa_start": 1042,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4622,
          "cdna_start": 3282,
          "cds_end": null,
          "cds_length": 3393,
          "cds_start": 3125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "NM_001317964.2",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3125G>A",
          "hgvs_p": "p.Arg1042Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001304893.1",
          "strand": false,
          "transcript": "NM_001317964.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1130,
          "aa_ref": "R",
          "aa_start": 1042,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7090,
          "cdna_start": 3282,
          "cds_end": null,
          "cds_length": 3393,
          "cds_start": 3125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000674270.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3125G>A",
          "hgvs_p": "p.Arg1042Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501365.1",
          "strand": false,
          "transcript": "ENST00000674270.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "R",
          "aa_start": 1041,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4590,
          "cdna_start": 3259,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 3122,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000923243.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3122G>A",
          "hgvs_p": "p.Arg1041Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593302.1",
          "strand": false,
          "transcript": "ENST00000923243.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1122,
          "aa_ref": "R",
          "aa_start": 1034,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4641,
          "cdna_start": 3301,
          "cds_end": null,
          "cds_length": 3369,
          "cds_start": 3101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "NM_001317965.2",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3101G>A",
          "hgvs_p": "p.Arg1034Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001304894.1",
          "strand": false,
          "transcript": "NM_001317965.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1122,
          "aa_ref": "R",
          "aa_start": 1034,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3737,
          "cdna_start": 3274,
          "cds_end": null,
          "cds_length": 3369,
          "cds_start": 3101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000510191.5",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3101G>A",
          "hgvs_p": "p.Arg1034Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000426005.1",
          "strand": false,
          "transcript": "ENST00000510191.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1122,
          "aa_ref": "R",
          "aa_start": 1034,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7140,
          "cdna_start": 3332,
          "cds_end": null,
          "cds_length": 3369,
          "cds_start": 3101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674174.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3101G>A",
          "hgvs_p": "p.Arg1034Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501434.1",
          "strand": false,
          "transcript": "ENST00000674174.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1122,
          "aa_ref": "R",
          "aa_start": 1034,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3721,
          "cdna_start": 3258,
          "cds_end": null,
          "cds_length": 3369,
          "cds_start": 3101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000908001.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3101G>A",
          "hgvs_p": "p.Arg1034Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578060.1",
          "strand": false,
          "transcript": "ENST00000908001.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1121,
          "aa_ref": "R",
          "aa_start": 1033,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4669,
          "cdna_start": 3338,
          "cds_end": null,
          "cds_length": 3366,
          "cds_start": 3098,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674277.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3098G>A",
          "hgvs_p": "p.Arg1033Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501510.1",
          "strand": false,
          "transcript": "ENST00000674277.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1115,
          "aa_ref": "R",
          "aa_start": 1027,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3695,
          "cdna_start": 3232,
          "cds_end": null,
          "cds_length": 3348,
          "cds_start": 3080,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000923246.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3080G>A",
          "hgvs_p": "p.Arg1027Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593305.1",
          "strand": false,
          "transcript": "ENST00000923246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1105,
          "aa_ref": "R",
          "aa_start": 1017,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4583,
          "cdna_start": 3229,
          "cds_end": null,
          "cds_length": 3318,
          "cds_start": 3050,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000907998.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3050G>A",
          "hgvs_p": "p.Arg1017Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578057.1",
          "strand": false,
          "transcript": "ENST00000907998.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1104,
          "aa_ref": "R",
          "aa_start": 1016,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4488,
          "cdna_start": 3157,
          "cds_end": null,
          "cds_length": 3315,
          "cds_start": 3047,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000908000.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3047G>A",
          "hgvs_p": "p.Arg1016Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578059.1",
          "strand": false,
          "transcript": "ENST00000908000.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1077,
          "aa_ref": "R",
          "aa_start": 989,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3557,
          "cdna_start": 3094,
          "cds_end": null,
          "cds_length": 3234,
          "cds_start": 2966,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000923249.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.2966G>A",
          "hgvs_p": "p.Arg989Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593308.1",
          "strand": false,
          "transcript": "ENST00000923249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1059,
          "aa_ref": "R",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3530,
          "cdna_start": 3067,
          "cds_end": null,
          "cds_length": 3180,
          "cds_start": 2912,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000923245.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.2912G>A",
          "hgvs_p": "p.Arg971Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593304.1",
          "strand": false,
          "transcript": "ENST00000923245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1049,
          "aa_ref": "R",
          "aa_start": 961,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7182,
          "cdna_start": 3374,
          "cds_end": null,
          "cds_length": 3150,
          "cds_start": 2882,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000674158.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.2882G>A",
          "hgvs_p": "p.Arg961Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501474.1",
          "strand": false,
          "transcript": "ENST00000674158.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1024,
          "aa_ref": "R",
          "aa_start": 936,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6980,
          "cdna_start": 3172,
          "cds_end": null,
          "cds_length": 3075,
          "cds_start": 2807,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000674191.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.2807G>A",
          "hgvs_p": "p.Arg936Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501478.1",
          "strand": false,
          "transcript": "ENST00000674191.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1122,
          "aa_ref": "R",
          "aa_start": 1034,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4626,
          "cdna_start": 3286,
          "cds_end": null,
          "cds_length": 3369,
          "cds_start": 3101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_011537656.4",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "c.3101G>A",
          "hgvs_p": "p.Arg1034Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011535958.1",
          "strand": false,
          "transcript": "XM_011537656.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4156,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000504323.6",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.3693G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000504323.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9953,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000506231.6",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.6145G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000506231.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7331,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674170.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.*1701G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501381.1",
          "strand": false,
          "transcript": "ENST00000674170.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5318,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000674181.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.*1067G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501475.1",
          "strand": false,
          "transcript": "ENST00000674181.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9858,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000674218.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.6050G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000674218.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7157,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000674309.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.*619G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501400.1",
          "strand": false,
          "transcript": "ENST00000674309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3647,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 33,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674310.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.3263G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501486.1",
          "strand": false,
          "transcript": "ENST00000674310.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9724,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 30,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000674383.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.5916G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000674383.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7264,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674467.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.*1185G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501351.1",
          "strand": false,
          "transcript": "ENST00000674467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7339,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000674471.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.3531G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000674471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8108,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000674479.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.4300G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000674479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7331,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674170.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.*1701G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501381.1",
          "strand": false,
          "transcript": "ENST00000674170.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5318,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000674181.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.*1067G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501475.1",
          "strand": false,
          "transcript": "ENST00000674181.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7157,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 31,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000674309.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.*619G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501400.1",
          "strand": false,
          "transcript": "ENST00000674309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7264,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000674467.1",
          "gene_hgnc_id": 6512,
          "gene_symbol": "LARS1",
          "hgvs_c": "n.*1185G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501351.1",
          "strand": false,
          "transcript": "ENST00000674467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 439,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000514002.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000251556",
          "hgvs_c": "n.*21C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000514002.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs10988",
      "effect": "missense_variant",
      "frequency_reference_population": 0.2747827,
      "gene_hgnc_id": 6512,
      "gene_symbol": "LARS1",
      "gnomad_exomes_ac": 408891,
      "gnomad_exomes_af": 0.279989,
      "gnomad_exomes_homalt": 59976,
      "gnomad_genomes_ac": 34173,
      "gnomad_genomes_af": 0.224769,
      "gnomad_genomes_homalt": 4845,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 64821,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not specified|not provided",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.996,
      "pos": 146120433,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.092,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_020117.11"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.