← 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: 13-77051895-GCG-CAA (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=77051895&ref=GCG&alt=CAA&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM5",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MYCBP2",
          "hgnc_id": 23386,
          "hgvs_c": "c.13669_13671delCGCinsTTG",
          "hgvs_p": "p.Arg4557Leu",
          "inheritance_mode": "AD",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_015057.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PP3"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000283208",
          "hgnc_id": null,
          "hgvs_c": "c.566-23623_566-23621delGCGinsCAA",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 1,
          "score": 1,
          "transcript": "ENST00000638147.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PP3"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "MYCBP2-AS1",
          "hgnc_id": 41023,
          "hgvs_c": "n.357-23623_357-23621delGCGinsCAA",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 1,
          "score": 1,
          "transcript": "ENST00000636737.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM5,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CAA",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "13",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4678,
          "aa_ref": "R",
          "aa_start": 4557,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15077,
          "cdna_start": 13990,
          "cds_end": null,
          "cds_length": 14037,
          "cds_start": 13669,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 83,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_015057.5",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13669_13671delCGCinsTTG",
          "hgvs_p": "p.Arg4557Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000544440.7",
          "protein_coding": true,
          "protein_id": "NP_055872.4",
          "strand": false,
          "transcript": "NM_015057.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4678,
          "aa_ref": "R",
          "aa_start": 4557,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 15077,
          "cdna_start": 13990,
          "cds_end": null,
          "cds_length": 14037,
          "cds_start": 13669,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 83,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000544440.7",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13669_13671delCGCinsTTG",
          "hgvs_p": "p.Arg4557Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_015057.5",
          "protein_coding": true,
          "protein_id": "ENSP00000444596.2",
          "strand": false,
          "transcript": "ENST00000544440.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4738,
          "aa_ref": "R",
          "aa_start": 4617,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15257,
          "cdna_start": 14170,
          "cds_end": null,
          "cds_length": 14217,
          "cds_start": 13849,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 84,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000357337.11",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13849_13851delCGCinsTTG",
          "hgvs_p": "p.Arg4617Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000349892.6",
          "strand": false,
          "transcript": "ENST00000357337.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 201,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1863,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 606,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000638147.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000283208",
          "hgvs_c": "c.566-23623_566-23621delGCGinsCAA",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490953.2",
          "strand": true,
          "transcript": "ENST00000638147.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4772,
          "aa_ref": "R",
          "aa_start": 4651,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15359,
          "cdna_start": 14272,
          "cds_end": null,
          "cds_length": 14319,
          "cds_start": 13951,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 85,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000683697.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13951_13953delCGCinsTTG",
          "hgvs_p": "p.Arg4651Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508153.1",
          "strand": false,
          "transcript": "ENST00000683697.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4752,
          "aa_ref": "R",
          "aa_start": 4631,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 17482,
          "cdna_start": 14212,
          "cds_end": null,
          "cds_length": 14259,
          "cds_start": 13891,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 85,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000682321.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13891_13893delCGCinsTTG",
          "hgvs_p": "p.Arg4631Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508023.1",
          "strand": false,
          "transcript": "ENST00000682321.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4700,
          "aa_ref": "R",
          "aa_start": 4579,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 17326,
          "cdna_start": 14056,
          "cds_end": null,
          "cds_length": 14103,
          "cds_start": 13735,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 84,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000683823.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13735_13737delCGCinsTTG",
          "hgvs_p": "p.Arg4579Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000507196.1",
          "strand": false,
          "transcript": "ENST00000683823.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4684,
          "aa_ref": "R",
          "aa_start": 4563,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14802,
          "cdna_start": 13717,
          "cds_end": null,
          "cds_length": 14055,
          "cds_start": 13687,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 83,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000932841.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13687_13689delCGCinsTTG",
          "hgvs_p": "p.Arg4563Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000602900.1",
          "strand": false,
          "transcript": "ENST00000932841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4665,
          "aa_ref": "R",
          "aa_start": 4544,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 17221,
          "cdna_start": 13951,
          "cds_end": null,
          "cds_length": 13998,
          "cds_start": 13630,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 84,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000695079.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13630_13632delCGCinsTTG",
          "hgvs_p": "p.Arg4544Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000511683.1",
          "strand": false,
          "transcript": "ENST00000695079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4634,
          "aa_ref": "R",
          "aa_start": 4513,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 17128,
          "cdna_start": 13858,
          "cds_end": null,
          "cds_length": 13905,
          "cds_start": 13537,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 83,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000684354.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13537_13539delCGCinsTTG",
          "hgvs_p": "p.Arg4513Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000507330.1",
          "strand": false,
          "transcript": "ENST00000684354.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4609,
          "aa_ref": "R",
          "aa_start": 4488,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14539,
          "cdna_start": 13464,
          "cds_end": null,
          "cds_length": 13830,
          "cds_start": 13462,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 82,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000695080.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13462_13464delCGCinsTTG",
          "hgvs_p": "p.Arg4488Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000511684.1",
          "strand": false,
          "transcript": "ENST00000695080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 4537,
          "aa_ref": "R",
          "aa_start": 4416,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14323,
          "cdna_start": 13248,
          "cds_end": null,
          "cds_length": 13614,
          "cds_start": 13246,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 81,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000695081.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.13246_13248delCGCinsTTG",
          "hgvs_p": "p.Arg4416Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000511685.1",
          "strand": false,
          "transcript": "ENST00000695081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 1060,
          "aa_ref": "R",
          "aa_start": 939,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3660,
          "cdna_start": 2818,
          "cds_end": null,
          "cds_length": 3183,
          "cds_start": 2815,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000429715.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "c.2815_2817delCGCinsTTG",
          "hgvs_p": "p.Arg939Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000413907.1",
          "strand": false,
          "transcript": "ENST00000429715.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 75,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2645,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 228,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000638101.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000283208",
          "hgvs_c": "c.170-46030_170-46028delGCGinsCAA",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490535.1",
          "strand": true,
          "transcript": "ENST00000638101.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 70,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 855,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 213,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000635838.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000283208",
          "hgvs_c": "c.173-23623_173-23621delGCGinsCAA",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490835.1",
          "strand": true,
          "transcript": "ENST00000635838.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": 15315,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 56,
          "exon_rank": 54,
          "exon_rank_end": null,
          "feature": "ENST00000695078.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "n.12043_12045delCGCinsTTG",
          "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": "ENST00000695078.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": 1861,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000695082.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "n.804_806delCGCinsTTG",
          "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": "ENST00000695082.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": 4922,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000695083.1",
          "gene_hgnc_id": 23386,
          "gene_symbol": "MYCBP2",
          "hgvs_c": "n.3893_3895delCGCinsTTG",
          "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": "ENST00000695083.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": 724,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000461131.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000283208",
          "hgvs_c": "n.295-23623_295-23621delGCGinsCAA",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000461131.2",
          "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": 1559,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000636737.1",
          "gene_hgnc_id": 41023,
          "gene_symbol": "MYCBP2-AS1",
          "hgvs_c": "n.357-23623_357-23621delGCGinsCAA",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000636737.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1111,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000637192.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000283208",
          "hgvs_c": "n.211+55768_211+55770delGCGinsCAA",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000489931.1",
          "strand": true,
          "transcript": "ENST00000637192.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": 23386,
      "gene_symbol": "MYCBP2",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.333,
      "pos": 77051895,
      "ref": "GCG",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_015057.5"
    }
  ]
}
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.