← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 9-131506100-G-GT (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "POMT1",
          "hgnc_id": 9202,
          "hgvs_c": "c.",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000372228.9",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "9",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3057,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000402686.8",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001077365.2",
          "protein_coding": true,
          "protein_id": "ENSP00000385797.4",
          "strand": true,
          "transcript": "ENST00000402686.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3252,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000372228.9",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000361302.3",
          "strand": true,
          "transcript": "ENST00000372228.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 744,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2235,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2235,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000423007.6",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000404119.2",
          "strand": true,
          "transcript": "ENST00000423007.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3280,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000955372.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625431.1",
          "strand": true,
          "transcript": "ENST00000955372.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 745,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3042,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2238,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000955371.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625430.1",
          "strand": true,
          "transcript": "ENST00000955371.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3309,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000676640.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503281.1",
          "strand": true,
          "transcript": "ENST00000676640.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3237,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929070.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599129.1",
          "strand": true,
          "transcript": "ENST00000929070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 720,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3016,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2163,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000851501.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000521560.1",
          "strand": true,
          "transcript": "ENST00000851501.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 705,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2931,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2118,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000851502.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000521561.1",
          "strand": true,
          "transcript": "ENST00000851502.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 695,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2573,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2088,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678303.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503696.1",
          "strand": true,
          "transcript": "ENST00000678303.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 671,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2935,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2016,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000341012.13",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000343034.7",
          "strand": true,
          "transcript": "ENST00000341012.13",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 608,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2461,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1827,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677216.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503772.1",
          "strand": true,
          "transcript": "ENST00000677216.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 608,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1827,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677626.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503552.1",
          "strand": true,
          "transcript": "ENST00000677626.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 608,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2111,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1827,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679189.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503356.1",
          "strand": true,
          "transcript": "ENST00000679189.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 573,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2213,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1722,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677029.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000502936.1",
          "strand": true,
          "transcript": "ENST00000677029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1983,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000676803.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503093.1",
          "strand": true,
          "transcript": "ENST00000676803.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 348,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1764,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1047,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000372220.5",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000361294.5",
          "strand": true,
          "transcript": "ENST00000372220.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 295,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 890,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000441334.5",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000395060.1",
          "strand": true,
          "transcript": "ENST00000441334.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 217,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 791,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 655,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000448212.5",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000403736.1",
          "strand": true,
          "transcript": "ENST00000448212.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 183,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 712,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 552,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000676915.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504628.1",
          "strand": true,
          "transcript": "ENST00000676915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 157,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 556,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 476,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677167.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503307.1",
          "strand": true,
          "transcript": "ENST00000677167.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 388,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677293.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504278.1",
          "strand": true,
          "transcript": "ENST00000677293.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 122,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 548,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 369,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000430619.2",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000402083.2",
          "strand": true,
          "transcript": "ENST00000430619.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 110,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 549,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 334,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678785.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504231.1",
          "strand": true,
          "transcript": "ENST00000678785.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 107,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 463,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 326,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000418774.6",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000390737.2",
          "strand": true,
          "transcript": "ENST00000418774.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 26,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 231,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 83,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000683229.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506964.1",
          "strand": true,
          "transcript": "ENST00000683229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 23,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 445,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 73,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679221.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504422.1",
          "strand": true,
          "transcript": "ENST00000679221.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 21,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 165,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 67,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000683615.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506831.1",
          "strand": true,
          "transcript": "ENST00000683615.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": 4770,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000683900.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "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": "ENST00000683900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": null,
          "canonical": null,
          "cdna_end": null,
          "cdna_length": null,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intragenic_variant"
          ],
          "exon_count": null,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": null,
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": null,
          "protein_id": null,
          "strand": true,
          "transcript": null,
          "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": 3367,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000404875.7",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000404875.7",
          "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": 847,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000415075.6",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000405149.2",
          "strand": true,
          "transcript": "ENST00000415075.6",
          "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": 607,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000483472.2",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000483472.2",
          "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": 2562,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000676835.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502911.1",
          "strand": true,
          "transcript": "ENST00000676835.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 498,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677028.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503896.1",
          "strand": true,
          "transcript": "ENST00000677028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2501,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677099.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504553.1",
          "strand": true,
          "transcript": "ENST00000677099.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3423,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677295.2",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504346.2",
          "strand": true,
          "transcript": "ENST00000677295.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": 1585,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677586.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000677586.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": 2234,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677677.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000677677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1022,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677729.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503581.1",
          "strand": true,
          "transcript": "ENST00000677729.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2566,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677853.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503488.1",
          "strand": true,
          "transcript": "ENST00000677853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3958,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678264.2",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503157.2",
          "strand": true,
          "transcript": "ENST00000678264.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3276,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678366.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504353.1",
          "strand": true,
          "transcript": "ENST00000678366.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": 3646,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678546.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000678546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3131,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678548.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503934.1",
          "strand": true,
          "transcript": "ENST00000678548.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": 2502,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678626.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000678626.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": 564,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678707.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000678707.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3093,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678739.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503806.1",
          "strand": true,
          "transcript": "ENST00000678739.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": 247,
          "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": "ENST00000678768.2",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000678768.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3237,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678833.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503893.1",
          "strand": true,
          "transcript": "ENST00000678833.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1244,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000678942.2",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504690.2",
          "strand": true,
          "transcript": "ENST00000678942.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2703,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679023.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503718.1",
          "strand": true,
          "transcript": "ENST00000679023.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3164,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679111.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504257.1",
          "strand": true,
          "transcript": "ENST00000679111.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": 2946,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000682070.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000682070.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": 3235,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000682813.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000682813.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": 5233,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000683392.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000683392.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": 2583,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000683712.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000683712.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": 4705,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000684579.1",
          "gene_hgnc_id": 9202,
          "gene_symbol": "POMT1",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000684579.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "intron_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 9202,
      "gene_symbol": "POMT1",
      "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": "Benign",
      "phylop100way_score": -0.217,
      "pos": 131506099,
      "ref": "TG",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "ENST00000372228.9"
    }
  ]
}
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.