← 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: 2-177392936-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 7,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "AGPS",
          "hgnc_id": 327,
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -5,
          "transcript": "NM_003659.4",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 6,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "upstream_gene_variant"
          ],
          "gene_symbol": "NFE2L2",
          "hgnc_id": 7782,
          "hgvs_c": "c.-741G>T",
          "hgvs_p": null,
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": -4,
          "transcript": "ENST00000464747.5",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 6,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "upstream_gene_variant"
          ],
          "gene_symbol": "ENSG00000213963",
          "hgnc_id": null,
          "hgvs_c": "n.-249G>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -4,
          "transcript": "ENST00000397057.6",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 6,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "upstream_gene_variant"
          ],
          "gene_symbol": "LOC100130691",
          "hgnc_id": null,
          "hgvs_c": "n.-245G>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -4,
          "transcript": "NR_026966.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
      "acmg_score": -5,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.49,
      "chr": "2",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.49000000953674316,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 658,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7633,
          "cdna_start": 164,
          "cds_end": null,
          "cds_length": 1977,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_003659.4",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000264167.11",
          "protein_coding": true,
          "protein_id": "NP_003650.1",
          "strand": true,
          "transcript": "NM_003659.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 658,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7633,
          "cdna_start": 164,
          "cds_end": null,
          "cds_length": 1977,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000264167.11",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_003659.4",
          "protein_coding": true,
          "protein_id": "ENSP00000264167.4",
          "strand": true,
          "transcript": "ENST00000264167.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 676,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2640,
          "cdna_start": 164,
          "cds_end": null,
          "cds_length": 2031,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000642466.2",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494433.2",
          "strand": true,
          "transcript": "ENST00000642466.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 657,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5869,
          "cdna_start": 184,
          "cds_end": null,
          "cds_length": 1974,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000927419.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597478.1",
          "strand": true,
          "transcript": "ENST00000927419.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 638,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2103,
          "cdna_start": 191,
          "cds_end": null,
          "cds_length": 1917,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000679459.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506137.1",
          "strand": true,
          "transcript": "ENST00000679459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 634,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5792,
          "cdna_start": 176,
          "cds_end": null,
          "cds_length": 1905,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000927420.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597479.1",
          "strand": true,
          "transcript": "ENST00000927420.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 631,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3155,
          "cdna_start": 164,
          "cds_end": null,
          "cds_length": 1896,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000884689.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554748.1",
          "strand": true,
          "transcript": "ENST00000884689.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 629,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2447,
          "cdna_start": 191,
          "cds_end": null,
          "cds_length": 1890,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000637633.2",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490844.2",
          "strand": true,
          "transcript": "ENST00000637633.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 628,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3146,
          "cdna_start": 164,
          "cds_end": null,
          "cds_length": 1887,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000884688.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554747.1",
          "strand": true,
          "transcript": "ENST00000884688.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 628,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5790,
          "cdna_start": 189,
          "cds_end": null,
          "cds_length": 1887,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000927418.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597477.1",
          "strand": true,
          "transcript": "ENST00000927418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 624,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3044,
          "cdna_start": 191,
          "cds_end": null,
          "cds_length": 1875,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000680770.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505536.1",
          "strand": true,
          "transcript": "ENST00000680770.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 616,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5735,
          "cdna_start": 170,
          "cds_end": null,
          "cds_length": 1851,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000927421.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597480.1",
          "strand": true,
          "transcript": "ENST00000927421.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5652,
          "cdna_start": 168,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000927422.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597481.1",
          "strand": true,
          "transcript": "ENST00000927422.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 579,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2048,
          "cdna_start": 361,
          "cds_end": null,
          "cds_length": 1740,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000927423.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597482.1",
          "strand": true,
          "transcript": "ENST00000927423.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 189,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 815,
          "cdna_start": 169,
          "cds_end": null,
          "cds_length": 570,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000409888.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386688.1",
          "strand": true,
          "transcript": "ENST00000409888.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 336,
          "aa_ref": "P",
          "aa_start": 49,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1069,
          "cdna_start": 164,
          "cds_end": null,
          "cds_length": 1011,
          "cds_start": 147,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047446105.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.147C>A",
          "hgvs_p": "p.Pro49Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047302061.1",
          "strand": true,
          "transcript": "XM_047446105.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": 2742,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000460342.2",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.189C>A",
          "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": "ENST00000460342.2",
          "transcript_support_level": 4
        },
        {
          "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": 8603,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000679421.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.177C>A",
          "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": "ENST00000679421.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": 1143,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000680677.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.177C>A",
          "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": "ENST00000680677.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": 1849,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000680705.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.191C>A",
          "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": "ENST00000680705.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": 7408,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000680893.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.147C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505929.1",
          "strand": true,
          "transcript": "ENST00000680893.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": 1658,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000680910.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.177C>A",
          "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": "ENST00000680910.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": 7520,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000681032.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.147C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505205.1",
          "strand": true,
          "transcript": "ENST00000681032.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": 7784,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000681565.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.147C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505620.1",
          "strand": true,
          "transcript": "ENST00000681565.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": 7556,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000681752.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.147C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504994.1",
          "strand": true,
          "transcript": "ENST00000681752.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": 5202,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000397057.6",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-249G>T",
          "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": "ENST00000397057.6",
          "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": 1595,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000430416.6",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-237G>T",
          "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": "ENST00000430416.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 604,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3061,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1815,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699301.1",
          "gene_hgnc_id": 7782,
          "gene_symbol": "NFE2L2",
          "hgvs_c": "c.-1041G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514281.1",
          "strand": true,
          "transcript": "ENST00000699301.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 604,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2390,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1815,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699410.1",
          "gene_hgnc_id": 7782,
          "gene_symbol": "NFE2L2",
          "hgvs_c": "c.-487G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514371.1",
          "strand": true,
          "transcript": "ENST00000699410.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 604,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2741,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1815,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699435.1",
          "gene_hgnc_id": 7782,
          "gene_symbol": "NFE2L2",
          "hgvs_c": "c.-939G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514387.1",
          "strand": true,
          "transcript": "ENST00000699435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 592,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2788,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1779,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699344.1",
          "gene_hgnc_id": 7782,
          "gene_symbol": "NFE2L2",
          "hgvs_c": "c.-887G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514319.1",
          "strand": true,
          "transcript": "ENST00000699344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 592,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2520,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1779,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699411.1",
          "gene_hgnc_id": 7782,
          "gene_symbol": "NFE2L2",
          "hgvs_c": "c.-729G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514372.1",
          "strand": true,
          "transcript": "ENST00000699411.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2749,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000464747.5",
          "gene_hgnc_id": 7782,
          "gene_symbol": "NFE2L2",
          "hgvs_c": "c.-741G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467401.1",
          "strand": true,
          "transcript": "ENST00000464747.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3078,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699409.1",
          "gene_hgnc_id": 7782,
          "gene_symbol": "NFE2L2",
          "hgvs_c": "c.-1197G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514370.1",
          "strand": true,
          "transcript": "ENST00000699409.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 568,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7466,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1707,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679478.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.-289C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000506484.1",
          "strand": true,
          "transcript": "ENST00000679478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 568,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7318,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1707,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680155.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.-134C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505333.1",
          "strand": true,
          "transcript": "ENST00000680155.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 568,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1849,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1707,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681449.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.-199C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000505342.1",
          "strand": true,
          "transcript": "ENST00000681449.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 568,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7426,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1707,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011512041.3",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "c.-199C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011510343.1",
          "strand": true,
          "transcript": "XM_011512041.3",
          "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": 5147,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000456746.5",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-245G>T",
          "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": "ENST00000456746.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1118,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679639.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.-126C>A",
          "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": "ENST00000679639.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": 8738,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000680028.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.-176C>A",
          "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": "ENST00000680028.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": 3257,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681028.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.-199C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506323.1",
          "strand": true,
          "transcript": "ENST00000681028.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": 11009,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000681891.1",
          "gene_hgnc_id": 327,
          "gene_symbol": "AGPS",
          "hgvs_c": "n.-107C>A",
          "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": "ENST00000681891.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": 865,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699448.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-249G>T",
          "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": "ENST00000699448.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": 1366,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699451.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-242G>T",
          "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": "ENST00000699451.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": 3837,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699474.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-247G>T",
          "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": "ENST00000699474.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": 1192,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699477.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-246G>T",
          "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": "ENST00000699477.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": 5110,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699480.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-245G>T",
          "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": "ENST00000699480.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": 1139,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699494.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-245G>T",
          "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": "ENST00000699494.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": 577,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699495.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-249G>T",
          "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": "ENST00000699495.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": 1589,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699496.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-245G>T",
          "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": "ENST00000699496.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": 963,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699499.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-249G>T",
          "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": "ENST00000699499.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": 557,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699503.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-245G>T",
          "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": "ENST00000699503.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": 894,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699508.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000213963",
          "hgvs_c": "n.-249G>T",
          "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": "ENST00000699508.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": 5206,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_026966.1",
          "gene_hgnc_id": null,
          "gene_symbol": "LOC100130691",
          "hgvs_c": "n.-245G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_026966.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs34442536",
      "effect": "synonymous_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 327,
      "gene_symbol": "AGPS",
      "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": "Likely benign",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.153,
      "pos": 177392936,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_003659.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.