← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-48982973-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ARIH2",
          "hgnc_id": 690,
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001349213.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000235236",
          "hgnc_id": null,
          "hgvs_c": "n.312+922G>C",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000415982.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2612,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.46,
      "chr": "3",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.15663951635360718,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4912,
          "cdna_start": 1722,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_006321.4",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000356401.9",
          "protein_coding": true,
          "protein_id": "NP_006312.1",
          "strand": true,
          "transcript": "NM_006321.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4912,
          "cdna_start": 1722,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000356401.9",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006321.4",
          "protein_coding": true,
          "protein_id": "ENSP00000348769.4",
          "strand": true,
          "transcript": "ENST00000356401.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2278,
          "cdna_start": 1850,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000449376.5",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000403222.1",
          "strand": true,
          "transcript": "ENST00000449376.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 523,
          "aa_ref": "D",
          "aa_start": 498,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2888,
          "cdna_start": 1907,
          "cds_end": null,
          "cds_length": 1572,
          "cds_start": 1494,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000972221.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1494C>G",
          "hgvs_p": "p.Asp498Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642280.1",
          "strand": true,
          "transcript": "ENST00000972221.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5103,
          "cdna_start": 1913,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001349213.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336142.1",
          "strand": true,
          "transcript": "NM_001349213.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4981,
          "cdna_start": 1791,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001349214.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336143.1",
          "strand": true,
          "transcript": "NM_001349214.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2906,
          "cdna_start": 1929,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907509.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577568.1",
          "strand": true,
          "transcript": "ENST00000907509.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2338,
          "cdna_start": 1910,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907514.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577573.1",
          "strand": true,
          "transcript": "ENST00000907514.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2314,
          "cdna_start": 1886,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907520.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577579.1",
          "strand": true,
          "transcript": "ENST00000907520.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2240,
          "cdna_start": 1826,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000907521.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577580.1",
          "strand": true,
          "transcript": "ENST00000907521.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2252,
          "cdna_start": 1764,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000913588.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583647.1",
          "strand": true,
          "transcript": "ENST00000913588.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4188,
          "cdna_start": 1844,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000972216.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642275.1",
          "strand": true,
          "transcript": "ENST00000972216.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4334,
          "cdna_start": 1990,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000972220.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642279.1",
          "strand": true,
          "transcript": "ENST00000972220.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2317,
          "cdna_start": 1830,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000972226.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642285.1",
          "strand": true,
          "transcript": "ENST00000972226.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2333,
          "cdna_start": 1905,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000972227.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642286.1",
          "strand": true,
          "transcript": "ENST00000972227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2300,
          "cdna_start": 1888,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000972233.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642292.1",
          "strand": true,
          "transcript": "ENST00000972233.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 499,
          "aa_ref": "D",
          "aa_start": 474,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4191,
          "cdna_start": 1848,
          "cds_end": null,
          "cds_length": 1500,
          "cds_start": 1422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000972218.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1422C>G",
          "hgvs_p": "p.Asp474Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642277.1",
          "strand": true,
          "transcript": "ENST00000972218.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5034,
          "cdna_start": 1844,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001317333.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001304262.1",
          "strand": true,
          "transcript": "NM_001317333.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4970,
          "cdna_start": 1780,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001349209.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336138.1",
          "strand": true,
          "transcript": "NM_001349209.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5154,
          "cdna_start": 1964,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001349210.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336139.1",
          "strand": true,
          "transcript": "NM_001349210.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4848,
          "cdna_start": 1658,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001349211.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336140.1",
          "strand": true,
          "transcript": "NM_001349211.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4205,
          "cdna_start": 1856,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907507.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577566.1",
          "strand": true,
          "transcript": "ENST00000907507.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4195,
          "cdna_start": 1851,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907508.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577567.1",
          "strand": true,
          "transcript": "ENST00000907508.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2452,
          "cdna_start": 1964,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000907510.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577569.1",
          "strand": true,
          "transcript": "ENST00000907510.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2229,
          "cdna_start": 1801,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000907511.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577570.1",
          "strand": true,
          "transcript": "ENST00000907511.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2185,
          "cdna_start": 1757,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907513.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577572.1",
          "strand": true,
          "transcript": "ENST00000907513.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2282,
          "cdna_start": 1868,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907515.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577574.1",
          "strand": true,
          "transcript": "ENST00000907515.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2204,
          "cdna_start": 1776,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000907516.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577575.1",
          "strand": true,
          "transcript": "ENST00000907516.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2262,
          "cdna_start": 1834,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907518.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577577.1",
          "strand": true,
          "transcript": "ENST00000907518.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2192,
          "cdna_start": 1764,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000907519.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577578.1",
          "strand": true,
          "transcript": "ENST00000907519.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2162,
          "cdna_start": 1734,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000907523.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577582.1",
          "strand": true,
          "transcript": "ENST00000907523.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2067,
          "cdna_start": 1639,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000907525.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577584.1",
          "strand": true,
          "transcript": "ENST00000907525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4080,
          "cdna_start": 1731,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000913578.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583637.1",
          "strand": true,
          "transcript": "ENST00000913578.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4188,
          "cdna_start": 1848,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000913580.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583639.1",
          "strand": true,
          "transcript": "ENST00000913580.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4248,
          "cdna_start": 1899,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000913582.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583641.1",
          "strand": true,
          "transcript": "ENST00000913582.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2715,
          "cdna_start": 1736,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000913583.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583642.1",
          "strand": true,
          "transcript": "ENST00000913583.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2810,
          "cdna_start": 1831,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000913584.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583643.1",
          "strand": true,
          "transcript": "ENST00000913584.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2470,
          "cdna_start": 1982,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000913585.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583644.1",
          "strand": true,
          "transcript": "ENST00000913585.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2090,
          "cdna_start": 1602,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000913586.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583645.1",
          "strand": true,
          "transcript": "ENST00000913586.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4307,
          "cdna_start": 3819,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000913587.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583646.1",
          "strand": true,
          "transcript": "ENST00000913587.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2099,
          "cdna_start": 1671,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000913589.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583648.1",
          "strand": true,
          "transcript": "ENST00000913589.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4282,
          "cdna_start": 1940,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000972217.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642276.1",
          "strand": true,
          "transcript": "ENST00000972217.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4289,
          "cdna_start": 1945,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000972219.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642278.1",
          "strand": true,
          "transcript": "ENST00000972219.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3923,
          "cdna_start": 3435,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000972224.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642283.1",
          "strand": true,
          "transcript": "ENST00000972224.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2392,
          "cdna_start": 1904,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000972225.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642284.1",
          "strand": true,
          "transcript": "ENST00000972225.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5020,
          "cdna_start": 4606,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000972228.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642287.1",
          "strand": true,
          "transcript": "ENST00000972228.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2375,
          "cdna_start": 1965,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000972230.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642289.1",
          "strand": true,
          "transcript": "ENST00000972230.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2380,
          "cdna_start": 1966,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000972231.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642290.1",
          "strand": true,
          "transcript": "ENST00000972231.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2300,
          "cdna_start": 1886,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000972232.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642291.1",
          "strand": true,
          "transcript": "ENST00000972232.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2327,
          "cdna_start": 1899,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000972234.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642293.1",
          "strand": true,
          "transcript": "ENST00000972234.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2156,
          "cdna_start": 1669,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000972235.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642294.1",
          "strand": true,
          "transcript": "ENST00000972235.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "D",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2285,
          "cdna_start": 1857,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 1401,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000907512.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1401C>G",
          "hgvs_p": "p.Asp467Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577571.1",
          "strand": true,
          "transcript": "ENST00000907512.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "D",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1940,
          "cdna_start": 1526,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 1401,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000907527.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1401C>G",
          "hgvs_p": "p.Asp467Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577586.1",
          "strand": true,
          "transcript": "ENST00000907527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "D",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2264,
          "cdna_start": 1796,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 1401,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000913590.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1401C>G",
          "hgvs_p": "p.Asp467Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583649.1",
          "strand": true,
          "transcript": "ENST00000913590.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "D",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2791,
          "cdna_start": 1810,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 1401,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000972222.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1401C>G",
          "hgvs_p": "p.Asp467Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642281.1",
          "strand": true,
          "transcript": "ENST00000972222.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "T",
          "aa_start": 477,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4938,
          "cdna_start": 1748,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 1430,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001349215.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1430C>G",
          "hgvs_p": "p.Thr477Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336144.1",
          "strand": true,
          "transcript": "NM_001349215.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "D",
          "aa_start": 424,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2012,
          "cdna_start": 1584,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1272,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000907517.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1272C>G",
          "hgvs_p": "p.Asp424Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577576.1",
          "strand": true,
          "transcript": "ENST00000907517.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "D",
          "aa_start": 424,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2083,
          "cdna_start": 1669,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1272,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000907524.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1272C>G",
          "hgvs_p": "p.Asp424Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577583.1",
          "strand": true,
          "transcript": "ENST00000907524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "D",
          "aa_start": 424,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3836,
          "cdna_start": 1487,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1272,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000913581.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1272C>G",
          "hgvs_p": "p.Asp424Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583640.1",
          "strand": true,
          "transcript": "ENST00000913581.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "D",
          "aa_start": 424,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2050,
          "cdna_start": 1621,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1272,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000913591.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1272C>G",
          "hgvs_p": "p.Asp424Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583650.1",
          "strand": true,
          "transcript": "ENST00000913591.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "D",
          "aa_start": 424,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3896,
          "cdna_start": 1552,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1272,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000972236.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1272C>G",
          "hgvs_p": "p.Asp424Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642295.1",
          "strand": true,
          "transcript": "ENST00000972236.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "D",
          "aa_start": 420,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2183,
          "cdna_start": 1698,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 1260,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000972223.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1260C>G",
          "hgvs_p": "p.Asp420Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642282.1",
          "strand": true,
          "transcript": "ENST00000972223.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "D",
          "aa_start": 419,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5027,
          "cdna_start": 1837,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 1257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001349216.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1257C>G",
          "hgvs_p": "p.Asp419Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336145.1",
          "strand": true,
          "transcript": "NM_001349216.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "D",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4958,
          "cdna_start": 1768,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 1188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001349217.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1188C>G",
          "hgvs_p": "p.Asp396Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336146.1",
          "strand": true,
          "transcript": "NM_001349217.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "D",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4894,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 1188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001349218.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1188C>G",
          "hgvs_p": "p.Asp396Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336147.1",
          "strand": true,
          "transcript": "NM_001349218.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "D",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5016,
          "cdna_start": 1826,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 1188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001349219.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1188C>G",
          "hgvs_p": "p.Asp396Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336148.1",
          "strand": true,
          "transcript": "NM_001349219.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "D",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5234,
          "cdna_start": 2044,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 1188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001349220.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1188C>G",
          "hgvs_p": "p.Asp396Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336149.1",
          "strand": true,
          "transcript": "NM_001349220.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "D",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4606,
          "cdna_start": 1416,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 1188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001349221.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1188C>G",
          "hgvs_p": "p.Asp396Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336150.1",
          "strand": true,
          "transcript": "NM_001349221.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 409,
          "aa_ref": "D",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5047,
          "cdna_start": 1857,
          "cds_end": null,
          "cds_length": 1230,
          "cds_start": 1152,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001349222.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1152C>G",
          "hgvs_p": "p.Asp384Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336151.1",
          "strand": true,
          "transcript": "NM_001349222.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 409,
          "aa_ref": "D",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4989,
          "cdna_start": 1799,
          "cds_end": null,
          "cds_length": 1230,
          "cds_start": 1152,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001349223.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1152C>G",
          "hgvs_p": "p.Asp384Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336152.1",
          "strand": true,
          "transcript": "NM_001349223.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 409,
          "aa_ref": "D",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4591,
          "cdna_start": 1401,
          "cds_end": null,
          "cds_length": 1230,
          "cds_start": 1152,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001349224.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1152C>G",
          "hgvs_p": "p.Asp384Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336153.1",
          "strand": true,
          "transcript": "NM_001349224.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 409,
          "aa_ref": "D",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5111,
          "cdna_start": 1921,
          "cds_end": null,
          "cds_length": 1230,
          "cds_start": 1152,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001349225.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1152C>G",
          "hgvs_p": "p.Asp384Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336154.1",
          "strand": true,
          "transcript": "NM_001349225.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 409,
          "aa_ref": "D",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4573,
          "cdna_start": 1383,
          "cds_end": null,
          "cds_length": 1230,
          "cds_start": 1152,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001349226.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1152C>G",
          "hgvs_p": "p.Asp384Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336155.1",
          "strand": true,
          "transcript": "NM_001349226.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "D",
          "aa_start": 377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1840,
          "cdna_start": 1426,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 1131,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000907522.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1131C>G",
          "hgvs_p": "p.Asp377Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577581.1",
          "strand": true,
          "transcript": "ENST00000907522.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "D",
          "aa_start": 377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1868,
          "cdna_start": 1440,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 1131,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000907526.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1131C>G",
          "hgvs_p": "p.Asp377Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000577585.1",
          "strand": true,
          "transcript": "ENST00000907526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "D",
          "aa_start": 377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3920,
          "cdna_start": 1571,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 1131,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000913579.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1131C>G",
          "hgvs_p": "p.Asp377Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583638.1",
          "strand": true,
          "transcript": "ENST00000913579.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "D",
          "aa_start": 377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1851,
          "cdna_start": 1442,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 1131,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000972229.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1131C>G",
          "hgvs_p": "p.Asp377Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642288.1",
          "strand": true,
          "transcript": "ENST00000972229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 351,
          "aa_ref": "D",
          "aa_start": 326,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4496,
          "cdna_start": 1306,
          "cds_end": null,
          "cds_length": 1056,
          "cds_start": 978,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_001317334.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.978C>G",
          "hgvs_p": "p.Asp326Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001304263.1",
          "strand": true,
          "transcript": "NM_001317334.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 351,
          "aa_ref": "D",
          "aa_start": 326,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4560,
          "cdna_start": 1370,
          "cds_end": null,
          "cds_length": 1056,
          "cds_start": 978,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001349212.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.978C>G",
          "hgvs_p": "p.Asp326Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336141.1",
          "strand": true,
          "transcript": "NM_001349212.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 333,
          "aa_ref": "D",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4792,
          "cdna_start": 1602,
          "cds_end": null,
          "cds_length": 1002,
          "cds_start": 924,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001349227.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.924C>G",
          "hgvs_p": "p.Asp308Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336156.1",
          "strand": true,
          "transcript": "NM_001349227.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4917,
          "cdna_start": 1727,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_011533268.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011531570.1",
          "strand": true,
          "transcript": "XM_011533268.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4972,
          "cdna_start": 1782,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_047447265.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303221.1",
          "strand": true,
          "transcript": "XM_047447265.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "D",
          "aa_start": 491,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4778,
          "cdna_start": 1588,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047447267.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1473C>G",
          "hgvs_p": "p.Asp491Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303223.1",
          "strand": true,
          "transcript": "XM_047447267.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "D",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7656,
          "cdna_start": 4466,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1404,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_024453309.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1404C>G",
          "hgvs_p": "p.Asp468Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024309077.1",
          "strand": true,
          "transcript": "XM_024453309.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "D",
          "aa_start": 419,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4675,
          "cdna_start": 1485,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 1257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_011533271.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1257C>G",
          "hgvs_p": "p.Asp419Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011531573.1",
          "strand": true,
          "transcript": "XM_011533271.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "D",
          "aa_start": 419,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4611,
          "cdna_start": 1421,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 1257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_017005534.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1257C>G",
          "hgvs_p": "p.Asp419Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016861023.1",
          "strand": true,
          "transcript": "XM_017005534.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "D",
          "aa_start": 419,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4908,
          "cdna_start": 1718,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 1257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_017005535.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1257C>G",
          "hgvs_p": "p.Asp419Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016861024.1",
          "strand": true,
          "transcript": "XM_017005535.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 432,
          "aa_ref": "D",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4706,
          "cdna_start": 1516,
          "cds_end": null,
          "cds_length": 1299,
          "cds_start": 1221,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047447278.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1221C>G",
          "hgvs_p": "p.Asp407Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303234.1",
          "strand": true,
          "transcript": "XM_047447278.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 432,
          "aa_ref": "D",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4642,
          "cdna_start": 1452,
          "cds_end": null,
          "cds_length": 1299,
          "cds_start": 1221,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047447283.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1221C>G",
          "hgvs_p": "p.Asp407Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303239.1",
          "strand": true,
          "transcript": "XM_047447283.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "D",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4542,
          "cdna_start": 1352,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 1188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047447284.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1188C>G",
          "hgvs_p": "p.Asp396Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303240.1",
          "strand": true,
          "transcript": "XM_047447284.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 374,
          "aa_ref": "D",
          "aa_start": 349,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4565,
          "cdna_start": 1375,
          "cds_end": null,
          "cds_length": 1125,
          "cds_start": 1047,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_024453311.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1047C>G",
          "hgvs_p": "p.Asp349Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024309079.1",
          "strand": true,
          "transcript": "XM_024453311.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 488,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4105,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1467,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000972215.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "c.1396-226C>G",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642274.1",
          "strand": true,
          "transcript": "ENST00000972215.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": 2778,
          "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": "ENST00000452385.5",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "n.*1129C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000403845.1",
          "strand": true,
          "transcript": "ENST00000452385.5",
          "transcript_support_level": 2
        },
        {
          "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": 494,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000487891.1",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "n.264C>G",
          "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": "ENST00000487891.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5186,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NR_146082.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "n.1996C>G",
          "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": "NR_146082.2",
          "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": 5064,
          "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": "NR_146083.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "n.1874C>G",
          "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": "NR_146083.2",
          "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": 5323,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NR_146084.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "n.2133C>G",
          "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": "NR_146084.2",
          "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": 4743,
          "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": "NR_146085.2",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "n.1553C>G",
          "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": "NR_146085.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2778,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000452385.5",
          "gene_hgnc_id": 690,
          "gene_symbol": "ARIH2",
          "hgvs_c": "n.*1129C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000403845.1",
          "strand": true,
          "transcript": "ENST00000452385.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 753,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000415982.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000235236",
          "hgvs_c": "n.312+922G>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000415982.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 555,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000429681.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000235236",
          "hgvs_c": "n.140+754G>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000429681.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 697,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000845499.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000235236",
          "hgvs_c": "n.247-2627G>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000845499.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": 692,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000845500.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000235236",
          "hgvs_c": "n.242-2627G>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000845500.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 690,
      "gene_symbol": "ARIH2",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.549,
      "pos": 48982973,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.297,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001349213.2"
    }
  ]
}
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.