← 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: 19-12650168-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MAN2B1",
          "hgnc_id": 6826,
          "hgvs_c": "c.2104G>A",
          "hgvs_p": "p.Val702Ile",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_001440570.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 4,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0682,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.5,
      "chr": "19",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Deficiency of alpha-mannosidase",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.17082855105400085,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1011,
          "aa_ref": "V",
          "aa_start": 701,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3185,
          "cdna_start": 2142,
          "cds_end": null,
          "cds_length": 3036,
          "cds_start": 2101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_000528.4",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2101G>A",
          "hgvs_p": "p.Val701Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000456935.7",
          "protein_coding": true,
          "protein_id": "NP_000519.2",
          "strand": false,
          "transcript": "NM_000528.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1011,
          "aa_ref": "V",
          "aa_start": 701,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3185,
          "cdna_start": 2142,
          "cds_end": null,
          "cds_length": 3036,
          "cds_start": 2101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000456935.7",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2101G>A",
          "hgvs_p": "p.Val701Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000528.4",
          "protein_coding": true,
          "protein_id": "ENSP00000395473.2",
          "strand": false,
          "transcript": "ENST00000456935.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1010,
          "aa_ref": "V",
          "aa_start": 700,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5855,
          "cdna_start": 2131,
          "cds_end": null,
          "cds_length": 3033,
          "cds_start": 2098,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000221363.9",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2098G>A",
          "hgvs_p": "p.Val700Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000221363.4",
          "strand": false,
          "transcript": "ENST00000221363.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1027,
          "aa_ref": "V",
          "aa_start": 717,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3213,
          "cdna_start": 2173,
          "cds_end": null,
          "cds_length": 3084,
          "cds_start": 2149,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000964003.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2149G>A",
          "hgvs_p": "p.Val717Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634062.1",
          "strand": false,
          "transcript": "ENST00000964003.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1012,
          "aa_ref": "V",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3188,
          "cdna_start": 2145,
          "cds_end": null,
          "cds_length": 3039,
          "cds_start": 2104,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001440570.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2104G>A",
          "hgvs_p": "p.Val702Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427499.1",
          "strand": false,
          "transcript": "NM_001440570.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1012,
          "aa_ref": "V",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3217,
          "cdna_start": 2161,
          "cds_end": null,
          "cds_length": 3039,
          "cds_start": 2104,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000858849.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2104G>A",
          "hgvs_p": "p.Val702Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528908.1",
          "strand": false,
          "transcript": "ENST00000858849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1010,
          "aa_ref": "V",
          "aa_start": 700,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3182,
          "cdna_start": 2139,
          "cds_end": null,
          "cds_length": 3033,
          "cds_start": 2098,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001173498.2",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2098G>A",
          "hgvs_p": "p.Val700Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001166969.1",
          "strand": false,
          "transcript": "NM_001173498.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1009,
          "aa_ref": "V",
          "aa_start": 699,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3183,
          "cdna_start": 2136,
          "cds_end": null,
          "cds_length": 3030,
          "cds_start": 2095,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000963998.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2095G>A",
          "hgvs_p": "p.Val699Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634057.1",
          "strand": false,
          "transcript": "ENST00000963998.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1007,
          "aa_ref": "V",
          "aa_start": 697,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3198,
          "cdna_start": 2145,
          "cds_end": null,
          "cds_length": 3024,
          "cds_start": 2089,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000963997.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2089G>A",
          "hgvs_p": "p.Val697Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634056.1",
          "strand": false,
          "transcript": "ENST00000963997.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1000,
          "aa_ref": "V",
          "aa_start": 690,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3117,
          "cdna_start": 2083,
          "cds_end": null,
          "cds_length": 3003,
          "cds_start": 2068,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000858857.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2068G>A",
          "hgvs_p": "p.Val690Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528916.1",
          "strand": false,
          "transcript": "ENST00000858857.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 994,
          "aa_ref": "V",
          "aa_start": 684,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3131,
          "cdna_start": 2091,
          "cds_end": null,
          "cds_length": 2985,
          "cds_start": 2050,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000935810.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2050G>A",
          "hgvs_p": "p.Val684Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605869.1",
          "strand": false,
          "transcript": "ENST00000935810.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 989,
          "aa_ref": "V",
          "aa_start": 679,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3113,
          "cdna_start": 2070,
          "cds_end": null,
          "cds_length": 2970,
          "cds_start": 2035,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000858853.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2035G>A",
          "hgvs_p": "p.Val679Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528912.1",
          "strand": false,
          "transcript": "ENST00000858853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 988,
          "aa_ref": "V",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3117,
          "cdna_start": 2073,
          "cds_end": null,
          "cds_length": 2967,
          "cds_start": 2032,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000858851.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2032G>A",
          "hgvs_p": "p.Val678Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528910.1",
          "strand": false,
          "transcript": "ENST00000858851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 988,
          "aa_ref": "V",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3117,
          "cdna_start": 2073,
          "cds_end": null,
          "cds_length": 2967,
          "cds_start": 2032,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000963999.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2032G>A",
          "hgvs_p": "p.Val678Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634058.1",
          "strand": false,
          "transcript": "ENST00000963999.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 984,
          "aa_ref": "V",
          "aa_start": 701,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3099,
          "cdna_start": 2137,
          "cds_end": null,
          "cds_length": 2955,
          "cds_start": 2101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000858852.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2101G>A",
          "hgvs_p": "p.Val701Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528911.1",
          "strand": false,
          "transcript": "ENST00000858852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 977,
          "aa_ref": "V",
          "aa_start": 701,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3046,
          "cdna_start": 2105,
          "cds_end": null,
          "cds_length": 2934,
          "cds_start": 2101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000935811.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2101G>A",
          "hgvs_p": "p.Val701Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605870.1",
          "strand": false,
          "transcript": "ENST00000935811.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 973,
          "aa_ref": "V",
          "aa_start": 663,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3087,
          "cdna_start": 2044,
          "cds_end": null,
          "cds_length": 2922,
          "cds_start": 1987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000935809.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.1987G>A",
          "hgvs_p": "p.Val663Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605868.1",
          "strand": false,
          "transcript": "ENST00000935809.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 972,
          "aa_ref": "V",
          "aa_start": 662,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3096,
          "cdna_start": 2041,
          "cds_end": null,
          "cds_length": 2919,
          "cds_start": 1984,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000858850.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.1984G>A",
          "hgvs_p": "p.Val662Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528909.1",
          "strand": false,
          "transcript": "ENST00000858850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "V",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3029,
          "cdna_start": 2145,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2104,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000964001.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2104G>A",
          "hgvs_p": "p.Val702Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634060.1",
          "strand": false,
          "transcript": "ENST00000964001.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 959,
          "aa_ref": "V",
          "aa_start": 701,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3023,
          "cdna_start": 2140,
          "cds_end": null,
          "cds_length": 2880,
          "cds_start": 2101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000858854.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2101G>A",
          "hgvs_p": "p.Val701Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528913.1",
          "strand": false,
          "transcript": "ENST00000858854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 949,
          "aa_ref": "V",
          "aa_start": 639,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2994,
          "cdna_start": 1936,
          "cds_end": null,
          "cds_length": 2850,
          "cds_start": 1915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000964002.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.1915G>A",
          "hgvs_p": "p.Val639Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634061.1",
          "strand": false,
          "transcript": "ENST00000964002.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 939,
          "aa_ref": "V",
          "aa_start": 629,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2939,
          "cdna_start": 1896,
          "cds_end": null,
          "cds_length": 2820,
          "cds_start": 1885,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000858855.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.1885G>A",
          "hgvs_p": "p.Val629Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528914.1",
          "strand": false,
          "transcript": "ENST00000858855.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 918,
          "aa_ref": "V",
          "aa_start": 608,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2876,
          "cdna_start": 1831,
          "cds_end": null,
          "cds_length": 2757,
          "cds_start": 1822,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000858856.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.1822G>A",
          "hgvs_p": "p.Val608Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528915.1",
          "strand": false,
          "transcript": "ENST00000858856.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 644,
          "aa_ref": "V",
          "aa_start": 334,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2148,
          "cdna_start": 1105,
          "cds_end": null,
          "cds_length": 1935,
          "cds_start": 1000,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047438841.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.1000G>A",
          "hgvs_p": "p.Val334Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294797.1",
          "strand": false,
          "transcript": "XM_047438841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 908,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2874,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2727,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964000.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.2047-952G>A",
          "hgvs_p": null,
          "intron_rank": 16,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634059.1",
          "strand": false,
          "transcript": "ENST00000964000.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 809,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2599,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2430,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000935808.1",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "c.1831-1766G>A",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605867.1",
          "strand": false,
          "transcript": "ENST00000935808.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": 3685,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000466794.5",
          "gene_hgnc_id": 6826,
          "gene_symbol": "MAN2B1",
          "hgvs_c": "n.2691G>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": "ENST00000466794.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs561720564",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000024784222,
      "gene_hgnc_id": 6826,
      "gene_symbol": "MAN2B1",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000136814,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131505,
      "gnomad_genomes_homalt": 0,
      "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": "Deficiency of alpha-mannosidase",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.299,
      "pos": 12650168,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.094,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_score_selected": 0.23000000417232513,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.23,
      "transcript": "NM_001440570.1"
    }
  ]
}
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.