← 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-41132312-C-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "exon_region"
          ],
          "gene_symbol": "ZNG1F",
          "hgnc_id": 31978,
          "hgvs_c": "c.",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_001085457.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "intragenic_variant"
          ],
          "gene_symbol": "ENSG00000308937",
          "hgnc_id": null,
          "hgvs_c": "n.",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "FRG1HP",
          "hgnc_id": 51767,
          "hgvs_c": "n.",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000617940.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "C",
      "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": 395,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1672,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001085457.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000377391.8",
          "protein_coding": true,
          "protein_id": "NP_001078926.1",
          "strand": false,
          "transcript": "NM_001085457.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1672,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000377391.8",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001085457.2",
          "protein_coding": true,
          "protein_id": "ENSP00000366608.4",
          "strand": false,
          "transcript": "ENST00000377391.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 376,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1608,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1131,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000456520.5",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401079.2",
          "strand": false,
          "transcript": "ENST00000456520.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1554,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000382436.7",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000484049.1",
          "strand": false,
          "transcript": "ENST00000382436.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2433,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000486387.6",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000480837.1",
          "strand": false,
          "transcript": "ENST00000486387.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000494538.6",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000484231.1",
          "strand": false,
          "transcript": "ENST00000494538.6",
          "transcript_support_level": 1
        },
        {
          "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": 2996,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000611553.4",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "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": false,
          "transcript": "ENST00000611553.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2561,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000613125.4",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "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": false,
          "transcript": "ENST00000613125.4",
          "transcript_support_level": 1
        },
        {
          "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": 1820,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000613716.5",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000482804.2",
          "strand": false,
          "transcript": "ENST00000613716.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1554,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000382436.7",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000484049.1",
          "strand": false,
          "transcript": "ENST00000382436.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2433,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000486387.6",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000480837.1",
          "strand": false,
          "transcript": "ENST00000486387.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000494538.6",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000484231.1",
          "strand": false,
          "transcript": "ENST00000494538.6",
          "transcript_support_level": 1
        },
        {
          "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": 1820,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000613716.5",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000482804.2",
          "strand": false,
          "transcript": "ENST00000613716.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 390,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1657,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1173,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001439294.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001426223.1",
          "strand": false,
          "transcript": "NM_001439294.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 390,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1310,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1173,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000894103.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564162.1",
          "strand": false,
          "transcript": "ENST00000894103.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 375,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1612,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1128,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_001386876.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001373805.1",
          "strand": false,
          "transcript": "NM_001386876.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 375,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1670,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1128,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000894098.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564157.1",
          "strand": false,
          "transcript": "ENST00000894098.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 364,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1248,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1095,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000894100.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564159.1",
          "strand": false,
          "transcript": "ENST00000894100.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1202,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000894105.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564164.1",
          "strand": false,
          "transcript": "ENST00000894105.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1215,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000894104.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564163.1",
          "strand": false,
          "transcript": "ENST00000894104.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 356,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1555,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1071,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001439295.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001426224.1",
          "strand": false,
          "transcript": "NM_001439295.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 356,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1579,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1071,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000894099.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564158.1",
          "strand": false,
          "transcript": "ENST00000894099.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001386877.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001373806.1",
          "strand": false,
          "transcript": "NM_001386877.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1584,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000894097.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564156.1",
          "strand": false,
          "transcript": "ENST00000894097.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1167,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894101.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564160.1",
          "strand": false,
          "transcript": "ENST00000894101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 331,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1110,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 996,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000958079.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000628138.1",
          "strand": false,
          "transcript": "ENST00000958079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 327,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1123,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 984,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000894102.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000564161.1",
          "strand": false,
          "transcript": "ENST00000894102.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": 1615,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1131,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_017015035.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870524.1",
          "strand": false,
          "transcript": "XM_017015035.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1600,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_017015021.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870510.1",
          "strand": false,
          "transcript": "XM_017015021.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 366,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1585,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1101,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_024447653.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024303421.1",
          "strand": false,
          "transcript": "XM_024447653.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1570,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_017015022.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870511.1",
          "strand": false,
          "transcript": "XM_017015022.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 347,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1528,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1044,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017015036.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870525.1",
          "strand": false,
          "transcript": "XM_017015036.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 342,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1513,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1029,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017015025.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870514.1",
          "strand": false,
          "transcript": "XM_017015025.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 327,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1468,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 984,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047423720.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279676.1",
          "strand": false,
          "transcript": "XM_047423720.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 267,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8502,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 804,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_017015028.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870517.1",
          "strand": false,
          "transcript": "XM_017015028.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 267,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2507,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 804,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047423722.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279678.1",
          "strand": false,
          "transcript": "XM_047423722.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 262,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1586,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 789,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_017015029.3",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870518.1",
          "strand": false,
          "transcript": "XM_017015029.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 242,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1275,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 729,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_017015031.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870520.1",
          "strand": false,
          "transcript": "XM_017015031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 227,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1230,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 684,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_024447652.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024303420.1",
          "strand": false,
          "transcript": "XM_024447652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 214,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1443,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 645,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047423723.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279679.1",
          "strand": false,
          "transcript": "XM_047423723.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 213,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1188,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 642,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017015033.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870522.1",
          "strand": false,
          "transcript": "XM_017015033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 129,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1138,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 390,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_017015034.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870523.1",
          "strand": false,
          "transcript": "XM_017015034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 315,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1527,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 948,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017015026.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870515.1",
          "strand": false,
          "transcript": "XM_017015026.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 300,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1482,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 903,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423721.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279677.1",
          "strand": false,
          "transcript": "XM_047423721.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": 449,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000457288.2",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "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": false,
          "transcript": "ENST00000457288.2",
          "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": 1877,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000610358.4",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "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": false,
          "transcript": "ENST00000610358.4",
          "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": 1979,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000617722.4",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "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": false,
          "transcript": "ENST00000617722.4",
          "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": 3334,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000617917.4",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "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": false,
          "transcript": "ENST00000617917.4",
          "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": 720,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000622791.4",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "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": false,
          "transcript": "ENST00000622791.4",
          "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": 1648,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NR_170339.1",
          "gene_hgnc_id": 31978,
          "gene_symbol": "ZNG1F",
          "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": false,
          "transcript": "NR_170339.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": null,
          "gene_symbol": "ENSG00000308937",
          "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": "transcribed_unprocessed_pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 757,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000617940.2",
          "gene_hgnc_id": 51767,
          "gene_symbol": "FRG1HP",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000617940.2",
          "transcript_support_level": 6
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "exon_region",
      "frequency_reference_population": null,
      "gene_hgnc_id": 31978,
      "gene_symbol": "ZNG1F",
      "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": 1.042,
      "pos": 41132312,
      "ref": "C",
      "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": "NM_001085457.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.