← 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: 15-75356435-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MAN2C1",
          "hgnc_id": 6827,
          "hgvs_c": "c.2803G>A",
          "hgvs_p": "p.Ala935Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_001256494.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "3_prime_UTR_variant"
          ],
          "gene_symbol": "NEIL1",
          "hgnc_id": 18448,
          "hgvs_c": "c.*1401C>T",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_024608.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1358,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.15,
      "chr": "15",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8270695209503174,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1040,
          "aa_ref": "A",
          "aa_start": 918,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3261,
          "cdna_start": 2776,
          "cds_end": null,
          "cds_length": 3123,
          "cds_start": 2752,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_006715.4",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2752G>A",
          "hgvs_p": "p.Ala918Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000267978.10",
          "protein_coding": true,
          "protein_id": "NP_006706.2",
          "strand": false,
          "transcript": "NM_006715.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1040,
          "aa_ref": "A",
          "aa_start": 918,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3261,
          "cdna_start": 2776,
          "cds_end": null,
          "cds_length": 3123,
          "cds_start": 2752,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000267978.10",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2752G>A",
          "hgvs_p": "p.Ala918Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006715.4",
          "protein_coding": true,
          "protein_id": "ENSP00000267978.4",
          "strand": false,
          "transcript": "ENST00000267978.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1057,
          "aa_ref": "A",
          "aa_start": 935,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3300,
          "cdna_start": 2815,
          "cds_end": null,
          "cds_length": 3174,
          "cds_start": 2803,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000565683.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2803G>A",
          "hgvs_p": "p.Ala935Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457788.1",
          "strand": false,
          "transcript": "ENST00000565683.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 941,
          "aa_ref": "A",
          "aa_start": 819,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2961,
          "cdna_start": 2476,
          "cds_end": null,
          "cds_length": 2826,
          "cds_start": 2455,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000563622.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2455G>A",
          "hgvs_p": "p.Ala819Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454589.1",
          "strand": false,
          "transcript": "ENST00000563622.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": 3711,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1173,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_024608.4",
          "gene_hgnc_id": 18448,
          "gene_symbol": "NEIL1",
          "hgvs_c": "c.*1401C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000355059.9",
          "protein_coding": true,
          "protein_id": "NP_078884.2",
          "strand": true,
          "transcript": "NM_024608.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 390,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3711,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1173,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000355059.9",
          "gene_hgnc_id": 18448,
          "gene_symbol": "NEIL1",
          "hgvs_c": "c.*1401C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_024608.4",
          "protein_coding": true,
          "protein_id": "ENSP00000347170.4",
          "strand": true,
          "transcript": "ENST00000355059.9",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1017,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3177,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3054,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000569482.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2738-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000455998.1",
          "strand": false,
          "transcript": "ENST00000569482.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1074,
          "aa_ref": "A",
          "aa_start": 952,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3363,
          "cdna_start": 2878,
          "cds_end": null,
          "cds_length": 3225,
          "cds_start": 2854,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854693.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2854G>A",
          "hgvs_p": "p.Ala952Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524752.1",
          "strand": false,
          "transcript": "ENST00000854693.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1066,
          "aa_ref": "A",
          "aa_start": 944,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3353,
          "cdna_start": 2868,
          "cds_end": null,
          "cds_length": 3201,
          "cds_start": 2830,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854682.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2830G>A",
          "hgvs_p": "p.Ala944Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524741.1",
          "strand": false,
          "transcript": "ENST00000854682.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "A",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3350,
          "cdna_start": 2868,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 2827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000964304.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2827G>A",
          "hgvs_p": "p.Ala943Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634363.1",
          "strand": false,
          "transcript": "ENST00000964304.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1061,
          "aa_ref": "A",
          "aa_start": 939,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3315,
          "cdna_start": 2832,
          "cds_end": null,
          "cds_length": 3186,
          "cds_start": 2815,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000964320.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2815G>A",
          "hgvs_p": "p.Ala939Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634379.1",
          "strand": false,
          "transcript": "ENST00000964320.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1059,
          "aa_ref": "A",
          "aa_start": 937,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3328,
          "cdna_start": 2843,
          "cds_end": null,
          "cds_length": 3180,
          "cds_start": 2809,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854686.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2809G>A",
          "hgvs_p": "p.Ala937Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524745.1",
          "strand": false,
          "transcript": "ENST00000854686.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1058,
          "aa_ref": "A",
          "aa_start": 936,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3313,
          "cdna_start": 2828,
          "cds_end": null,
          "cds_length": 3177,
          "cds_start": 2806,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854698.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2806G>A",
          "hgvs_p": "p.Ala936Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524757.1",
          "strand": false,
          "transcript": "ENST00000854698.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1057,
          "aa_ref": "A",
          "aa_start": 935,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3312,
          "cdna_start": 2827,
          "cds_end": null,
          "cds_length": 3174,
          "cds_start": 2803,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001256494.2",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2803G>A",
          "hgvs_p": "p.Ala935Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243423.1",
          "strand": false,
          "transcript": "NM_001256494.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1054,
          "aa_ref": "A",
          "aa_start": 932,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3294,
          "cdna_start": 2811,
          "cds_end": null,
          "cds_length": 3165,
          "cds_start": 2794,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000964318.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2794G>A",
          "hgvs_p": "p.Ala932Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634377.1",
          "strand": false,
          "transcript": "ENST00000964318.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1053,
          "aa_ref": "A",
          "aa_start": 931,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3293,
          "cdna_start": 2808,
          "cds_end": null,
          "cds_length": 3162,
          "cds_start": 2791,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854704.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2791G>A",
          "hgvs_p": "p.Ala931Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524763.1",
          "strand": false,
          "transcript": "ENST00000854704.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1052,
          "aa_ref": "A",
          "aa_start": 930,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3308,
          "cdna_start": 2823,
          "cds_end": null,
          "cds_length": 3159,
          "cds_start": 2788,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854683.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2788G>A",
          "hgvs_p": "p.Ala930Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524742.1",
          "strand": false,
          "transcript": "ENST00000854683.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1052,
          "aa_ref": "A",
          "aa_start": 930,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3295,
          "cdna_start": 2810,
          "cds_end": null,
          "cds_length": 3159,
          "cds_start": 2788,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854697.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2788G>A",
          "hgvs_p": "p.Ala930Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524756.1",
          "strand": false,
          "transcript": "ENST00000854697.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1050,
          "aa_ref": "A",
          "aa_start": 928,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3291,
          "cdna_start": 2806,
          "cds_end": null,
          "cds_length": 3153,
          "cds_start": 2782,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854695.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2782G>A",
          "hgvs_p": "p.Ala928Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524754.1",
          "strand": false,
          "transcript": "ENST00000854695.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1050,
          "aa_ref": "A",
          "aa_start": 928,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3284,
          "cdna_start": 2799,
          "cds_end": null,
          "cds_length": 3153,
          "cds_start": 2782,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854702.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2782G>A",
          "hgvs_p": "p.Ala928Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524761.1",
          "strand": false,
          "transcript": "ENST00000854702.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1048,
          "aa_ref": "A",
          "aa_start": 926,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3296,
          "cdna_start": 2811,
          "cds_end": null,
          "cds_length": 3147,
          "cds_start": 2776,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854684.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2776G>A",
          "hgvs_p": "p.Ala926Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524743.1",
          "strand": false,
          "transcript": "ENST00000854684.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1045,
          "aa_ref": "A",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3272,
          "cdna_start": 2787,
          "cds_end": null,
          "cds_length": 3138,
          "cds_start": 2767,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854700.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2767G>A",
          "hgvs_p": "p.Ala923Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524759.1",
          "strand": false,
          "transcript": "ENST00000854700.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1045,
          "aa_ref": "A",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3267,
          "cdna_start": 2784,
          "cds_end": null,
          "cds_length": 3138,
          "cds_start": 2767,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854706.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2767G>A",
          "hgvs_p": "p.Ala923Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524765.1",
          "strand": false,
          "transcript": "ENST00000854706.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1041,
          "aa_ref": "A",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3258,
          "cdna_start": 2773,
          "cds_end": null,
          "cds_length": 3126,
          "cds_start": 2755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000964317.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2755G>A",
          "hgvs_p": "p.Ala919Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634376.1",
          "strand": false,
          "transcript": "ENST00000964317.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1035,
          "aa_ref": "A",
          "aa_start": 913,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3256,
          "cdna_start": 2771,
          "cds_end": null,
          "cds_length": 3108,
          "cds_start": 2737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854687.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2737G>A",
          "hgvs_p": "p.Ala913Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524746.1",
          "strand": false,
          "transcript": "ENST00000854687.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1033,
          "aa_ref": "A",
          "aa_start": 911,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3289,
          "cdna_start": 2804,
          "cds_end": null,
          "cds_length": 3102,
          "cds_start": 2731,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854679.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2731G>A",
          "hgvs_p": "p.Ala911Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524738.1",
          "strand": false,
          "transcript": "ENST00000854679.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1033,
          "aa_ref": "A",
          "aa_start": 911,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3247,
          "cdna_start": 2764,
          "cds_end": null,
          "cds_length": 3102,
          "cds_start": 2731,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000964308.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2731G>A",
          "hgvs_p": "p.Ala911Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634367.1",
          "strand": false,
          "transcript": "ENST00000964308.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1030,
          "aa_ref": "A",
          "aa_start": 908,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3229,
          "cdna_start": 2746,
          "cds_end": null,
          "cds_length": 3093,
          "cds_start": 2722,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854696.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2722G>A",
          "hgvs_p": "p.Ala908Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524755.1",
          "strand": false,
          "transcript": "ENST00000854696.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1026,
          "aa_ref": "A",
          "aa_start": 904,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3212,
          "cdna_start": 2729,
          "cds_end": null,
          "cds_length": 3081,
          "cds_start": 2710,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854705.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2710G>A",
          "hgvs_p": "p.Ala904Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524764.1",
          "strand": false,
          "transcript": "ENST00000854705.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1025,
          "aa_ref": "A",
          "aa_start": 903,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3227,
          "cdna_start": 2742,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854685.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2707G>A",
          "hgvs_p": "p.Ala903Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524744.1",
          "strand": false,
          "transcript": "ENST00000854685.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1025,
          "aa_ref": "A",
          "aa_start": 903,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3210,
          "cdna_start": 2725,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000964316.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2707G>A",
          "hgvs_p": "p.Ala903Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634375.1",
          "strand": false,
          "transcript": "ENST00000964316.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1020,
          "aa_ref": "A",
          "aa_start": 898,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3218,
          "cdna_start": 2733,
          "cds_end": null,
          "cds_length": 3063,
          "cds_start": 2692,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000854681.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2692G>A",
          "hgvs_p": "p.Ala898Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524740.1",
          "strand": false,
          "transcript": "ENST00000854681.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1020,
          "aa_ref": "A",
          "aa_start": 898,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3192,
          "cdna_start": 2709,
          "cds_end": null,
          "cds_length": 3063,
          "cds_start": 2692,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000854707.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2692G>A",
          "hgvs_p": "p.Ala898Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524766.1",
          "strand": false,
          "transcript": "ENST00000854707.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1018,
          "aa_ref": "A",
          "aa_start": 896,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3183,
          "cdna_start": 2701,
          "cds_end": null,
          "cds_length": 3057,
          "cds_start": 2686,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000964321.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2686G>A",
          "hgvs_p": "p.Ala896Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634380.1",
          "strand": false,
          "transcript": "ENST00000964321.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1017,
          "aa_ref": "A",
          "aa_start": 895,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3183,
          "cdna_start": 2700,
          "cds_end": null,
          "cds_length": 3054,
          "cds_start": 2683,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000964319.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2683G>A",
          "hgvs_p": "p.Ala895Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634378.1",
          "strand": false,
          "transcript": "ENST00000964319.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1017,
          "aa_ref": "A",
          "aa_start": 895,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3177,
          "cdna_start": 2695,
          "cds_end": null,
          "cds_length": 3054,
          "cds_start": 2683,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000964323.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2683G>A",
          "hgvs_p": "p.Ala895Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634382.1",
          "strand": false,
          "transcript": "ENST00000964323.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 992,
          "aa_ref": "A",
          "aa_start": 870,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3127,
          "cdna_start": 2642,
          "cds_end": null,
          "cds_length": 2979,
          "cds_start": 2608,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000854688.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2608G>A",
          "hgvs_p": "p.Ala870Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524747.1",
          "strand": false,
          "transcript": "ENST00000854688.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": "A",
          "aa_start": 860,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3098,
          "cdna_start": 2615,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": 2578,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000964306.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2578G>A",
          "hgvs_p": "p.Ala860Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634365.1",
          "strand": false,
          "transcript": "ENST00000964306.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 968,
          "aa_ref": "A",
          "aa_start": 846,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3035,
          "cdna_start": 2552,
          "cds_end": null,
          "cds_length": 2907,
          "cds_start": 2536,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000854708.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2536G>A",
          "hgvs_p": "p.Ala846Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524767.1",
          "strand": false,
          "transcript": "ENST00000854708.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "A",
          "aa_start": 838,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3021,
          "cdna_start": 2536,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2512,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000854692.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2512G>A",
          "hgvs_p": "p.Ala838Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524751.1",
          "strand": false,
          "transcript": "ENST00000854692.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 958,
          "aa_ref": "A",
          "aa_start": 836,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3014,
          "cdna_start": 2531,
          "cds_end": null,
          "cds_length": 2877,
          "cds_start": 2506,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000964310.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2506G>A",
          "hgvs_p": "p.Ala836Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634369.1",
          "strand": false,
          "transcript": "ENST00000964310.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 949,
          "aa_ref": "A",
          "aa_start": 827,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2988,
          "cdna_start": 2503,
          "cds_end": null,
          "cds_length": 2850,
          "cds_start": 2479,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000964309.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2479G>A",
          "hgvs_p": "p.Ala827Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634368.1",
          "strand": false,
          "transcript": "ENST00000964309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 941,
          "aa_ref": "A",
          "aa_start": 819,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2964,
          "cdna_start": 2479,
          "cds_end": null,
          "cds_length": 2826,
          "cds_start": 2455,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001256496.2",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2455G>A",
          "hgvs_p": "p.Ala819Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243425.1",
          "strand": false,
          "transcript": "NM_001256496.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 935,
          "aa_ref": "A",
          "aa_start": 813,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2955,
          "cdna_start": 2472,
          "cds_end": null,
          "cds_length": 2808,
          "cds_start": 2437,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000854689.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2437G>A",
          "hgvs_p": "p.Ala813Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524748.1",
          "strand": false,
          "transcript": "ENST00000854689.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 934,
          "aa_ref": "A",
          "aa_start": 812,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2942,
          "cdna_start": 2459,
          "cds_end": null,
          "cds_length": 2805,
          "cds_start": 2434,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000964311.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2434G>A",
          "hgvs_p": "p.Ala812Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634370.1",
          "strand": false,
          "transcript": "ENST00000964311.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 859,
          "aa_ref": "A",
          "aa_start": 737,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2716,
          "cdna_start": 2233,
          "cds_end": null,
          "cds_length": 2580,
          "cds_start": 2209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000964312.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2209G>A",
          "hgvs_p": "p.Ala737Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634371.1",
          "strand": false,
          "transcript": "ENST00000964312.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": "A",
          "aa_start": 722,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2685,
          "cdna_start": 2202,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": 2164,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000964305.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2164G>A",
          "hgvs_p": "p.Ala722Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634364.1",
          "strand": false,
          "transcript": "ENST00000964305.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 288,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3405,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 867,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001352520.2",
          "gene_hgnc_id": 18448,
          "gene_symbol": "NEIL1",
          "hgvs_c": "c.*1401C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339449.1",
          "strand": true,
          "transcript": "NM_001352520.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3265,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000854701.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2816-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524760.1",
          "strand": false,
          "transcript": "ENST00000854701.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1034,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3244,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3105,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000854691.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2789-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524750.1",
          "strand": false,
          "transcript": "ENST00000854691.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1029,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3228,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3090,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000854694.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2774-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524753.1",
          "strand": false,
          "transcript": "ENST00000854694.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1027,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3209,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3084,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964322.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2768-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634381.1",
          "strand": false,
          "transcript": "ENST00000964322.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1020,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3196,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3063,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964315.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2747-55G>A",
          "hgvs_p": null,
          "intron_rank": 24,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634374.1",
          "strand": false,
          "transcript": "ENST00000964315.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1017,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3192,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3054,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001256495.2",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2738-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243424.1",
          "strand": false,
          "transcript": "NM_001256495.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1015,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3203,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3048,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964303.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2732-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634362.1",
          "strand": false,
          "transcript": "ENST00000964303.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1010,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3164,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3033,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000854703.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2717-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524762.1",
          "strand": false,
          "transcript": "ENST00000854703.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1003,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3159,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3012,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964307.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2696-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634366.1",
          "strand": false,
          "transcript": "ENST00000964307.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1002,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3155,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3009,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000854690.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2693-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524749.1",
          "strand": false,
          "transcript": "ENST00000854690.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 997,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3129,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2994,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964313.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2678-55G>A",
          "hgvs_p": null,
          "intron_rank": 22,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634372.1",
          "strand": false,
          "transcript": "ENST00000964313.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 995,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3123,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2988,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000854699.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2672-55G>A",
          "hgvs_p": null,
          "intron_rank": 23,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524758.1",
          "strand": false,
          "transcript": "ENST00000854699.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 994,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3119,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2985,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964314.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2669-55G>A",
          "hgvs_p": null,
          "intron_rank": 22,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634373.1",
          "strand": false,
          "transcript": "ENST00000964314.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 969,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3039,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2910,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000912258.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2594-55G>A",
          "hgvs_p": null,
          "intron_rank": 22,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000582317.1",
          "strand": false,
          "transcript": "ENST00000912258.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 918,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2912,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2757,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000854680.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "c.2441-55G>A",
          "hgvs_p": null,
          "intron_rank": 21,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000524739.1",
          "strand": false,
          "transcript": "ENST00000854680.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": 1152,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000561693.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "n.670G>A",
          "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": "ENST00000561693.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 367,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000563528.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "n.122G>A",
          "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": "ENST00000563528.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 851,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000564929.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "n.367G>A",
          "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": "ENST00000564929.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1316,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000566099.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "n.845G>A",
          "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": "ENST00000566099.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 848,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000566569.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "n.614G>A",
          "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": "ENST00000566569.1",
          "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": 1356,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000567163.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "n.1220G>A",
          "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": "ENST00000567163.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3667,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NR_046311.2",
          "gene_hgnc_id": 18448,
          "gene_symbol": "NEIL1",
          "hgvs_c": "n.2987C>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_046311.2",
          "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": 710,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000562067.5",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "n.281-55G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000562067.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 803,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000564570.1",
          "gene_hgnc_id": 6827,
          "gene_symbol": "MAN2C1",
          "hgvs_c": "n.*171G>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": "ENST00000564570.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 6827,
      "gene_symbol": "MAN2C1",
      "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": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.224,
      "pos": 75356435,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.536,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001256494.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.