← 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: 7-123616410-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ASB15",
          "hgnc_id": 19767,
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "NM_080928.4",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "BP4_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ASB15-AS1",
          "hgnc_id": 40904,
          "hgvs_c": "n.40+8133C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "ENST00000422401.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_score": -4,
      "allele_count_reference_population": 536,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1895,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.56,
      "chr": "7",
      "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.021614789962768555,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4605,
          "cdna_start": 545,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001290258.2",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000451215.6",
          "protein_coding": true,
          "protein_id": "NP_001277187.1",
          "strand": true,
          "transcript": "NM_001290258.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4605,
          "cdna_start": 545,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000451215.6",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001290258.2",
          "protein_coding": true,
          "protein_id": "ENSP00000416433.1",
          "strand": true,
          "transcript": "ENST00000451215.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 240,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 765,
          "cdna_start": 249,
          "cds_end": null,
          "cds_length": 723,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000447789.5",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401166.1",
          "strand": true,
          "transcript": "ENST00000447789.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 612,
          "aa_ref": "M",
          "aa_start": 93,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3011,
          "cdna_start": 556,
          "cds_end": null,
          "cds_length": 1839,
          "cds_start": 279,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944024.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.279G>A",
          "hgvs_p": "p.Met93Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614083.1",
          "strand": true,
          "transcript": "ENST00000944024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2760,
          "cdna_start": 284,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_080928.4",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_563616.3",
          "strand": true,
          "transcript": "NM_080928.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2706,
          "cdna_start": 249,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000275699.4",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000275699.3",
          "strand": true,
          "transcript": "ENST00000275699.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2817,
          "cdna_start": 371,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000434204.5",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000390963.1",
          "strand": true,
          "transcript": "ENST00000434204.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4788,
          "cdna_start": 728,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000451558.5",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000397655.1",
          "strand": true,
          "transcript": "ENST00000451558.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4600,
          "cdna_start": 540,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000883309.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553368.1",
          "strand": true,
          "transcript": "ENST00000883309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4739,
          "cdna_start": 726,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883310.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553369.1",
          "strand": true,
          "transcript": "ENST00000883310.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3241,
          "cdna_start": 762,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883312.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553371.1",
          "strand": true,
          "transcript": "ENST00000883312.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3157,
          "cdna_start": 678,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000883314.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553373.1",
          "strand": true,
          "transcript": "ENST00000883314.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3192,
          "cdna_start": 713,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883315.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553374.1",
          "strand": true,
          "transcript": "ENST00000883315.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3080,
          "cdna_start": 601,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000883317.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553376.1",
          "strand": true,
          "transcript": "ENST00000883317.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2955,
          "cdna_start": 476,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000883319.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553378.1",
          "strand": true,
          "transcript": "ENST00000883319.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2782,
          "cdna_start": 303,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000883320.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553379.1",
          "strand": true,
          "transcript": "ENST00000883320.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3140,
          "cdna_start": 661,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000883321.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553380.1",
          "strand": true,
          "transcript": "ENST00000883321.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2584,
          "cdna_start": 428,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000883324.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553383.1",
          "strand": true,
          "transcript": "ENST00000883324.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2414,
          "cdna_start": 537,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000883325.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553384.1",
          "strand": true,
          "transcript": "ENST00000883325.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2941,
          "cdna_start": 462,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000883326.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553385.1",
          "strand": true,
          "transcript": "ENST00000883326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2787,
          "cdna_start": 308,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000883328.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553387.1",
          "strand": true,
          "transcript": "ENST00000883328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4747,
          "cdna_start": 690,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944011.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614070.1",
          "strand": true,
          "transcript": "ENST00000944011.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2949,
          "cdna_start": 493,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000944018.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614077.1",
          "strand": true,
          "transcript": "ENST00000944018.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3192,
          "cdna_start": 735,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000944023.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614082.1",
          "strand": true,
          "transcript": "ENST00000944023.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3198,
          "cdna_start": 741,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000944025.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614084.1",
          "strand": true,
          "transcript": "ENST00000944025.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3177,
          "cdna_start": 721,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000944031.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614090.1",
          "strand": true,
          "transcript": "ENST00000944031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2920,
          "cdna_start": 464,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944037.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614096.1",
          "strand": true,
          "transcript": "ENST00000944037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 553,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2922,
          "cdna_start": 548,
          "cds_end": null,
          "cds_length": 1662,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000883313.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553372.1",
          "strand": true,
          "transcript": "ENST00000883313.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 553,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2968,
          "cdna_start": 616,
          "cds_end": null,
          "cds_length": 1662,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944017.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614076.1",
          "strand": true,
          "transcript": "ENST00000944017.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 553,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2962,
          "cdna_start": 588,
          "cds_end": null,
          "cds_length": 1662,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944019.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614078.1",
          "strand": true,
          "transcript": "ENST00000944019.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 553,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3022,
          "cdna_start": 670,
          "cds_end": null,
          "cds_length": 1662,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000944020.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614079.1",
          "strand": true,
          "transcript": "ENST00000944020.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 553,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2888,
          "cdna_start": 536,
          "cds_end": null,
          "cds_length": 1662,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000944028.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614087.1",
          "strand": true,
          "transcript": "ENST00000944028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2994,
          "cdna_start": 617,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000883311.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553370.1",
          "strand": true,
          "transcript": "ENST00000883311.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3000,
          "cdna_start": 680,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883316.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553375.1",
          "strand": true,
          "transcript": "ENST00000883316.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3005,
          "cdna_start": 685,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000883323.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553382.1",
          "strand": true,
          "transcript": "ENST00000883323.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4461,
          "cdna_start": 609,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944012.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614071.1",
          "strand": true,
          "transcript": "ENST00000944012.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4511,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944013.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614072.1",
          "strand": true,
          "transcript": "ENST00000944013.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2836,
          "cdna_start": 540,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000944026.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614085.1",
          "strand": true,
          "transcript": "ENST00000944026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2895,
          "cdna_start": 597,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944027.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614086.1",
          "strand": true,
          "transcript": "ENST00000944027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2564,
          "cdna_start": 266,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000944034.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614093.1",
          "strand": true,
          "transcript": "ENST00000944034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2687,
          "cdna_start": 498,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944036.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614095.1",
          "strand": true,
          "transcript": "ENST00000944036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2763,
          "cdna_start": 674,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944015.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614074.1",
          "strand": true,
          "transcript": "ENST00000944015.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2684,
          "cdna_start": 616,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944016.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614075.1",
          "strand": true,
          "transcript": "ENST00000944016.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2737,
          "cdna_start": 670,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000944022.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614081.1",
          "strand": true,
          "transcript": "ENST00000944022.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2764,
          "cdna_start": 698,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000944033.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614092.1",
          "strand": true,
          "transcript": "ENST00000944033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2568,
          "cdna_start": 503,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000944035.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614094.1",
          "strand": true,
          "transcript": "ENST00000944035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 423,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4015,
          "cdna_start": 496,
          "cds_end": null,
          "cds_length": 1272,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000944014.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614073.1",
          "strand": true,
          "transcript": "ENST00000944014.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 96,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 531,
          "cdna_start": 446,
          "cds_end": null,
          "cds_length": 292,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000437535.5",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000406163.1",
          "strand": true,
          "transcript": "ENST00000437535.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 594,
          "aa_ref": "M",
          "aa_start": 75,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4363,
          "cdna_start": 303,
          "cds_end": null,
          "cds_length": 1785,
          "cds_start": 225,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_011515816.3",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.225G>A",
          "hgvs_p": "p.Met75Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514118.1",
          "strand": true,
          "transcript": "XM_011515816.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4669,
          "cdna_start": 609,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005250146.5",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250203.1",
          "strand": true,
          "transcript": "XM_005250146.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4730,
          "cdna_start": 670,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011515817.3",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514119.1",
          "strand": true,
          "transcript": "XM_011515817.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4786,
          "cdna_start": 726,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011515818.3",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514120.1",
          "strand": true,
          "transcript": "XM_011515818.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4717,
          "cdna_start": 657,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011515819.3",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514121.1",
          "strand": true,
          "transcript": "XM_011515819.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4544,
          "cdna_start": 484,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011515820.3",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514122.1",
          "strand": true,
          "transcript": "XM_011515820.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4937,
          "cdna_start": 877,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_017011756.3",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016867245.1",
          "strand": true,
          "transcript": "XM_017011756.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 588,
          "aa_ref": "M",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4658,
          "cdna_start": 598,
          "cds_end": null,
          "cds_length": 1767,
          "cds_start": 207,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_017011757.2",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.207G>A",
          "hgvs_p": "p.Met69Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016867246.1",
          "strand": true,
          "transcript": "XM_017011757.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 541,
          "aa_ref": "M",
          "aa_start": 75,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4204,
          "cdna_start": 303,
          "cds_end": null,
          "cds_length": 1626,
          "cds_start": 225,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_011515821.3",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.225G>A",
          "hgvs_p": "p.Met75Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514123.1",
          "strand": true,
          "transcript": "XM_011515821.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 568,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2918,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1707,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000944032.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.232+137G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614091.1",
          "strand": true,
          "transcript": "ENST00000944032.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 544,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2809,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1635,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000944021.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.160+137G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614080.1",
          "strand": true,
          "transcript": "ENST00000944021.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 544,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2856,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1635,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000944029.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.160+137G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614088.1",
          "strand": true,
          "transcript": "ENST00000944029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2672,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000883318.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.160+137G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553377.1",
          "strand": true,
          "transcript": "ENST00000883318.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2470,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000883322.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.160+137G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553381.1",
          "strand": true,
          "transcript": "ENST00000883322.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2506,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000883327.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.160+137G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553386.1",
          "strand": true,
          "transcript": "ENST00000883327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2683,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000944030.1",
          "gene_hgnc_id": 19767,
          "gene_symbol": "ASB15",
          "hgvs_c": "c.160+137G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614089.1",
          "strand": true,
          "transcript": "ENST00000944030.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": 578,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000418409.5",
          "gene_hgnc_id": 40904,
          "gene_symbol": "ASB15-AS1",
          "hgvs_c": "n.506-881C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000418409.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 410,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000422401.1",
          "gene_hgnc_id": 40904,
          "gene_symbol": "ASB15-AS1",
          "hgvs_c": "n.40+8133C>T",
          "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": "ENST00000422401.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": 555,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000440504.5",
          "gene_hgnc_id": 40904,
          "gene_symbol": "ASB15-AS1",
          "hgvs_c": "n.387-1010C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000440504.5",
          "transcript_support_level": 4
        },
        {
          "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": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_111922.1",
          "gene_hgnc_id": 40904,
          "gene_symbol": "ASB15-AS1",
          "hgvs_c": "n.387-1010C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_111922.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs111686992",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00033356692,
      "gene_hgnc_id": 19767,
      "gene_symbol": "ASB15",
      "gnomad_exomes_ac": 498,
      "gnomad_exomes_af": 0.000342309,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 38,
      "gnomad_genomes_af": 0.000249921,
      "gnomad_genomes_homalt": 0,
      "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": 1.28,
      "pos": 123616410,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.036,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.029999999329447746,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "transcript": "NM_080928.4"
    }
  ]
}
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.