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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 12647460,
      "ref": "C",
      "alt": "CG",
      "effect": "frameshift_variant",
      "transcript": "NM_001440570.1",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2802dupC",
          "hgvs_p": "p.Val935fs",
          "transcript": "NM_000528.4",
          "protein_id": "NP_000519.2",
          "transcript_support_level": null,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1011,
          "cds_start": 2802,
          "cds_end": null,
          "cds_length": 3036,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000456935.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000528.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2802dupC",
          "hgvs_p": "p.Val935fs",
          "transcript": "ENST00000456935.7",
          "protein_id": "ENSP00000395473.2",
          "transcript_support_level": 1,
          "aa_start": 934,
          "aa_end": null,
          "aa_length": 1011,
          "cds_start": 2802,
          "cds_end": null,
          "cds_length": 3036,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000528.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000456935.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2799dupC",
          "hgvs_p": "p.Val934fs",
          "transcript": "ENST00000221363.9",
          "protein_id": "ENSP00000221363.4",
          "transcript_support_level": 1,
          "aa_start": 933,
          "aa_end": null,
          "aa_length": 1010,
          "cds_start": 2799,
          "cds_end": null,
          "cds_length": 3033,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000221363.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000269242",
          "gene_hgnc_id": null,
          "hgvs_c": "n.360dupC",
          "hgvs_p": null,
          "transcript": "ENST00000597692.1",
          "protein_id": "ENSP00000470240.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000597692.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2850dupC",
          "hgvs_p": "p.Val951fs",
          "transcript": "ENST00000964003.1",
          "protein_id": "ENSP00000634062.1",
          "transcript_support_level": null,
          "aa_start": 950,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": 2850,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964003.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2805dupC",
          "hgvs_p": "p.Val936fs",
          "transcript": "NM_001440570.1",
          "protein_id": "NP_001427499.1",
          "transcript_support_level": null,
          "aa_start": 935,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": 2805,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001440570.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2805dupC",
          "hgvs_p": "p.Val936fs",
          "transcript": "ENST00000858849.1",
          "protein_id": "ENSP00000528908.1",
          "transcript_support_level": null,
          "aa_start": 935,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": 2805,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858849.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2799dupC",
          "hgvs_p": "p.Val934fs",
          "transcript": "NM_001173498.2",
          "protein_id": "NP_001166969.1",
          "transcript_support_level": null,
          "aa_start": 933,
          "aa_end": null,
          "aa_length": 1010,
          "cds_start": 2799,
          "cds_end": null,
          "cds_length": 3033,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001173498.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2796dupC",
          "hgvs_p": "p.Val933fs",
          "transcript": "ENST00000963998.1",
          "protein_id": "ENSP00000634057.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1009,
          "cds_start": 2796,
          "cds_end": null,
          "cds_length": 3030,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963998.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2790dupC",
          "hgvs_p": "p.Val931fs",
          "transcript": "ENST00000963997.1",
          "protein_id": "ENSP00000634056.1",
          "transcript_support_level": null,
          "aa_start": 930,
          "aa_end": null,
          "aa_length": 1007,
          "cds_start": 2790,
          "cds_end": null,
          "cds_length": 3024,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963997.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2769dupC",
          "hgvs_p": "p.Val924fs",
          "transcript": "ENST00000858857.1",
          "protein_id": "ENSP00000528916.1",
          "transcript_support_level": null,
          "aa_start": 923,
          "aa_end": null,
          "aa_length": 1000,
          "cds_start": 2769,
          "cds_end": null,
          "cds_length": 3003,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858857.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2751dupC",
          "hgvs_p": "p.Val918fs",
          "transcript": "ENST00000935810.1",
          "protein_id": "ENSP00000605869.1",
          "transcript_support_level": null,
          "aa_start": 917,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": 2751,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935810.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2736dupC",
          "hgvs_p": "p.Val913fs",
          "transcript": "ENST00000858853.1",
          "protein_id": "ENSP00000528912.1",
          "transcript_support_level": null,
          "aa_start": 912,
          "aa_end": null,
          "aa_length": 989,
          "cds_start": 2736,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858853.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2733dupC",
          "hgvs_p": "p.Val912fs",
          "transcript": "ENST00000858851.1",
          "protein_id": "ENSP00000528910.1",
          "transcript_support_level": null,
          "aa_start": 911,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": 2733,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858851.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2733dupC",
          "hgvs_p": "p.Val912fs",
          "transcript": "ENST00000963999.1",
          "protein_id": "ENSP00000634058.1",
          "transcript_support_level": null,
          "aa_start": 911,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": 2733,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963999.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2721dupC",
          "hgvs_p": "p.Val908fs",
          "transcript": "ENST00000858852.1",
          "protein_id": "ENSP00000528911.1",
          "transcript_support_level": null,
          "aa_start": 907,
          "aa_end": null,
          "aa_length": 984,
          "cds_start": 2721,
          "cds_end": null,
          "cds_length": 2955,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858852.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2700dupC",
          "hgvs_p": "p.Val901fs",
          "transcript": "ENST00000935811.1",
          "protein_id": "ENSP00000605870.1",
          "transcript_support_level": null,
          "aa_start": 900,
          "aa_end": null,
          "aa_length": 977,
          "cds_start": 2700,
          "cds_end": null,
          "cds_length": 2934,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935811.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2688dupC",
          "hgvs_p": "p.Val897fs",
          "transcript": "ENST00000935809.1",
          "protein_id": "ENSP00000605868.1",
          "transcript_support_level": null,
          "aa_start": 896,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": 2688,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935809.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2685dupC",
          "hgvs_p": "p.Val896fs",
          "transcript": "ENST00000858850.1",
          "protein_id": "ENSP00000528909.1",
          "transcript_support_level": null,
          "aa_start": 895,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 2685,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858850.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2616dupC",
          "hgvs_p": "p.Val873fs",
          "transcript": "ENST00000964002.1",
          "protein_id": "ENSP00000634061.1",
          "transcript_support_level": null,
          "aa_start": 872,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 2616,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964002.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2586dupC",
          "hgvs_p": "p.Val863fs",
          "transcript": "ENST00000858855.1",
          "protein_id": "ENSP00000528914.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 939,
          "cds_start": 2586,
          "cds_end": null,
          "cds_length": 2820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858855.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2523dupC",
          "hgvs_p": "p.Val842fs",
          "transcript": "ENST00000858856.1",
          "protein_id": "ENSP00000528915.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 2523,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858856.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2493dupC",
          "hgvs_p": "p.Val832fs",
          "transcript": "ENST00000964000.1",
          "protein_id": "ENSP00000634059.1",
          "transcript_support_level": null,
          "aa_start": 831,
          "aa_end": null,
          "aa_length": 908,
          "cds_start": 2493,
          "cds_end": null,
          "cds_length": 2727,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964000.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2196dupC",
          "hgvs_p": "p.Val733fs",
          "transcript": "ENST00000935808.1",
          "protein_id": "ENSP00000605867.1",
          "transcript_support_level": null,
          "aa_start": 732,
          "aa_end": null,
          "aa_length": 809,
          "cds_start": 2196,
          "cds_end": null,
          "cds_length": 2430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935808.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.1701dupC",
          "hgvs_p": "p.Val568fs",
          "transcript": "XM_047438841.1",
          "protein_id": "XP_047294797.1",
          "transcript_support_level": null,
          "aa_start": 567,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": 1701,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438841.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2668-126dupC",
          "hgvs_p": null,
          "transcript": "ENST00000964001.1",
          "protein_id": "ENSP00000634060.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964001.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "c.2665-126dupC",
          "hgvs_p": null,
          "transcript": "ENST00000858854.1",
          "protein_id": "ENSP00000528913.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 959,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2880,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858854.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "n.3392dupC",
          "hgvs_p": null,
          "transcript": "ENST00000466794.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000466794.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "n.124dupC",
          "hgvs_p": null,
          "transcript": "ENST00000469423.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000469423.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAN2B1",
          "gene_hgnc_id": 6826,
          "hgvs_c": "n.213dupC",
          "hgvs_p": null,
          "transcript": "ENST00000493218.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000493218.5"
        }
      ],
      "gene_symbol": "MAN2B1",
      "gene_hgnc_id": 6826,
      "dbsnp": "rs1057516864",
      "frequency_reference_population": 0.0000027361914,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000273619,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": -4.979,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001440570.1",
          "gene_symbol": "MAN2B1",
          "hgnc_id": 6826,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2805dupC",
          "hgvs_p": "p.Val936fs"
        },
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000597692.1",
          "gene_symbol": "ENSG00000269242",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.360dupC",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Deficiency of alpha-mannosidase,MAN2B1-related disorder",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:3 LP:2",
      "phenotype_combined": "Deficiency of alpha-mannosidase|MAN2B1-related disorder",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}