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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1_Strong",
            "PM2"
          ],
          "effects": [
            "start_lost"
          ],
          "gene_symbol": "MSTO1",
          "hgnc_id": 29678,
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "inheritance_mode": "AR",
          "pathogenic_score": 6,
          "score": 6,
          "transcript": "NM_018116.4",
          "verdict": "Likely_pathogenic"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "LOC105371452",
          "hgnc_id": null,
          "hgvs_c": "n.77-357T>C",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "XR_922171.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000232519",
          "hgnc_id": null,
          "hgvs_c": "n.103+29T>C",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000456382.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PVS1_Strong,PM2",
      "acmg_score": 6,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.22,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.6105374097824097,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 570,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2422,
          "cdna_start": 32,
          "cds_end": null,
          "cds_length": 1713,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_018116.4",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000245564.8",
          "protein_coding": true,
          "protein_id": "NP_060586.2",
          "strand": true,
          "transcript": "NM_018116.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 570,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2422,
          "cdna_start": 32,
          "cds_end": null,
          "cds_length": 1713,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000245564.8",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_018116.4",
          "protein_coding": true,
          "protein_id": "ENSP00000245564.3",
          "strand": true,
          "transcript": "ENST00000245564.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 524,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2245,
          "cdna_start": 9,
          "cds_end": null,
          "cds_length": 1575,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000368341.8",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000357325.4",
          "strand": true,
          "transcript": "ENST00000368341.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2346,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000490743.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.1A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000476353.1",
          "strand": true,
          "transcript": "ENST00000490743.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 604,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2546,
          "cdna_start": 54,
          "cds_end": null,
          "cds_length": 1815,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000863884.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000533943.1",
          "strand": true,
          "transcript": "ENST00000863884.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 569,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2483,
          "cdna_start": 80,
          "cds_end": null,
          "cds_length": 1710,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001256532.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243461.1",
          "strand": true,
          "transcript": "NM_001256532.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 569,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4009,
          "cdna_start": 62,
          "cds_end": null,
          "cds_length": 1710,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000863883.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000533942.1",
          "strand": true,
          "transcript": "ENST00000863883.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 569,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2396,
          "cdna_start": 24,
          "cds_end": null,
          "cds_length": 1710,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000933227.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603286.1",
          "strand": true,
          "transcript": "ENST00000933227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2453,
          "cdna_start": 80,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350772.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337701.1",
          "strand": true,
          "transcript": "NM_001350772.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 558,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2450,
          "cdna_start": 80,
          "cds_end": null,
          "cds_length": 1677,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001256533.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243462.1",
          "strand": true,
          "transcript": "NM_001256533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 558,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2523,
          "cdna_start": 80,
          "cds_end": null,
          "cds_length": 1677,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350773.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337702.1",
          "strand": true,
          "transcript": "NM_001350773.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 558,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2386,
          "cdna_start": 32,
          "cds_end": null,
          "cds_length": 1677,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000863886.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000533945.1",
          "strand": true,
          "transcript": "ENST00000863886.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 557,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2520,
          "cdna_start": 80,
          "cds_end": null,
          "cds_length": 1674,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350774.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337703.1",
          "strand": true,
          "transcript": "NM_001350774.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 557,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2438,
          "cdna_start": 32,
          "cds_end": null,
          "cds_length": 1674,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000649846.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498188.1",
          "strand": true,
          "transcript": "ENST00000649846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 555,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1744,
          "cdna_start": 25,
          "cds_end": null,
          "cds_length": 1668,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000941778.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611837.1",
          "strand": true,
          "transcript": "ENST00000941778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 554,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2511,
          "cdna_start": 80,
          "cds_end": null,
          "cds_length": 1665,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350775.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337704.1",
          "strand": true,
          "transcript": "NM_001350775.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 553,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2348,
          "cdna_start": 9,
          "cds_end": null,
          "cds_length": 1662,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000863888.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000533947.1",
          "strand": true,
          "transcript": "ENST00000863888.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 552,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2327,
          "cdna_start": 7,
          "cds_end": null,
          "cds_length": 1659,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000933229.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603288.1",
          "strand": true,
          "transcript": "ENST00000933229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 541,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1685,
          "cdna_start": 7,
          "cds_end": null,
          "cds_length": 1626,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000941779.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611838.1",
          "strand": true,
          "transcript": "ENST00000941779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1831,
          "cdna_start": 35,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000863889.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000533948.1",
          "strand": true,
          "transcript": "ENST00000863889.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 519,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2262,
          "cdna_start": 6,
          "cds_end": null,
          "cds_length": 1560,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000863887.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000533946.1",
          "strand": true,
          "transcript": "ENST00000863887.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 518,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2262,
          "cdna_start": 32,
          "cds_end": null,
          "cds_length": 1557,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000941775.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611834.1",
          "strand": true,
          "transcript": "ENST00000941775.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 508,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2217,
          "cdna_start": 30,
          "cds_end": null,
          "cds_length": 1527,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000941777.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611836.1",
          "strand": true,
          "transcript": "ENST00000941777.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 507,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2215,
          "cdna_start": 32,
          "cds_end": null,
          "cds_length": 1524,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000941776.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611835.1",
          "strand": true,
          "transcript": "ENST00000941776.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 480,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2165,
          "cdna_start": 62,
          "cds_end": null,
          "cds_length": 1443,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000863885.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000533944.1",
          "strand": true,
          "transcript": "ENST00000863885.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1783,
          "cdna_start": 11,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000933228.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603287.1",
          "strand": true,
          "transcript": "ENST00000933228.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 570,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3098,
          "cdna_start": 692,
          "cds_end": null,
          "cds_length": 1713,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 18,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047424007.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279963.1",
          "strand": true,
          "transcript": "XM_047424007.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 570,
          "aa_ref": "M",
          "aa_start": 1,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3014,
          "cdna_start": 608,
          "cds_end": null,
          "cds_length": 1713,
          "cds_start": 1,
          "consequences": [
            "start_lost"
          ],
          "exon_count": 17,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047424008.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.1A>G",
          "hgvs_p": "p.Met1?",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279964.1",
          "strand": true,
          "transcript": "XM_047424008.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2608,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350776.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-287A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337705.1",
          "strand": true,
          "transcript": "NM_001350776.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2511,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350777.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-556A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337706.1",
          "strand": true,
          "transcript": "NM_001350777.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2575,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350778.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-620A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337707.1",
          "strand": true,
          "transcript": "NM_001350778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2516,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350779.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-561A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337708.1",
          "strand": true,
          "transcript": "NM_001350779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 392,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2624,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1179,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350780.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-672A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337709.1",
          "strand": true,
          "transcript": "NM_001350780.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 392,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3025,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1179,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350781.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-1073A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337710.1",
          "strand": true,
          "transcript": "NM_001350781.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 392,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1179,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350782.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-598A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337711.1",
          "strand": true,
          "transcript": "NM_001350782.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2547,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350783.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-598A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337712.1",
          "strand": true,
          "transcript": "NM_001350783.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 389,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2553,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1170,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350784.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-610A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337713.1",
          "strand": true,
          "transcript": "NM_001350784.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 389,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3013,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1170,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350785.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-1070A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337714.1",
          "strand": true,
          "transcript": "NM_001350785.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2587,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350786.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-598A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337715.1",
          "strand": true,
          "transcript": "NM_001350786.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2515,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350787.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-605A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337716.1",
          "strand": true,
          "transcript": "NM_001350787.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 376,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2575,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1131,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350788.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-598A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337717.1",
          "strand": true,
          "transcript": "NM_001350788.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 373,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2637,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1122,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001350789.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-669A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337718.1",
          "strand": true,
          "transcript": "NM_001350789.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3014,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047424011.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-693A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279967.1",
          "strand": true,
          "transcript": "XM_047424011.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3058,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047424021.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-770A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279977.1",
          "strand": true,
          "transcript": "XM_047424021.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2938,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047424030.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-770A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279986.1",
          "strand": true,
          "transcript": "XM_047424030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 381,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1997,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1146,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000697770.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "c.-378-790A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513434.1",
          "strand": true,
          "transcript": "ENST00000697770.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1033,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000460199.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.34A>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": "ENST00000460199.5",
          "transcript_support_level": 5
        },
        {
          "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": 442,
          "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": "ENST00000471209.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.31A>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": "ENST00000471209.1",
          "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": 535,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000482284.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.7A>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": "ENST00000482284.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": 983,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000488901.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.45A>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": "ENST00000488901.5",
          "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": 541,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000490642.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.6A>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": "ENST00000490642.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2406,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000494995.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.9A>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": "ENST00000494995.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": 2575,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_046292.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.80A>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_046292.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": 2517,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_046293.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.80A>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_046293.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": 2509,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_046294.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.80A>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_046294.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": 2410,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_046295.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.80A>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_046295.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": 2443,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_146907.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.80A>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_146907.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": 2524,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_146908.1",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.80A>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_146908.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": 220,
          "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": "ENST00000456382.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000232519",
          "hgvs_c": "n.103+29T>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": "ENST00000456382.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 360,
          "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": "XR_922171.2",
          "gene_hgnc_id": null,
          "gene_symbol": "LOC105371452",
          "hgvs_c": "n.77-357T>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": "XR_922171.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": 865,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000465137.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.-63A>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": "ENST00000465137.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 835,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000473327.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.-135A>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": "ENST00000473327.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 781,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000483832.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.-14A>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": "ENST00000483832.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 904,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000491308.5",
          "gene_hgnc_id": 29678,
          "gene_symbol": "MSTO1",
          "hgvs_c": "n.-5A>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": "ENST00000491308.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs955399709",
      "effect": "start_lost",
      "frequency_reference_population": null,
      "gene_hgnc_id": 29678,
      "gene_symbol": "MSTO1",
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 3.73,
      "pos": 155610249,
      "ref": "A",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.292,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_018116.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.