← 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: 18-23536810-CGT-GCG (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM1",
            "PM5",
            "PP2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "NPC1",
          "hgnc_id": 7897,
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 5,
          "score": 5,
          "transcript": "NM_000271.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PM5,PP2",
      "acmg_score": 5,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "GCG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "18",
      "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": "R",
          "aa_end": null,
          "aa_length": 1278,
          "aa_ref": "T",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4760,
          "cdna_start": 3271,
          "cds_end": null,
          "cds_length": 3837,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_000271.5",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000269228.10",
          "protein_coding": true,
          "protein_id": "NP_000262.2",
          "strand": false,
          "transcript": "NM_000271.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1278,
          "aa_ref": "T",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4760,
          "cdna_start": 3271,
          "cds_end": null,
          "cds_length": 3837,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000269228.10",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000271.5",
          "protein_coding": true,
          "protein_id": "ENSP00000269228.4",
          "strand": false,
          "transcript": "ENST00000269228.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1295,
          "aa_ref": "T",
          "aa_start": 1053,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6272,
          "cdna_start": 3785,
          "cds_end": null,
          "cds_length": 3888,
          "cds_start": 3157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000897526.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3157_3159delACGinsCGC",
          "hgvs_p": "p.Thr1053Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567585.1",
          "strand": false,
          "transcript": "ENST00000897526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "T",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4728,
          "cdna_start": 3251,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000926494.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000596553.1",
          "strand": false,
          "transcript": "ENST00000926494.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1280,
          "aa_ref": "T",
          "aa_start": 1038,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4705,
          "cdna_start": 3220,
          "cds_end": null,
          "cds_length": 3843,
          "cds_start": 3112,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000897529.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3112_3114delACGinsCGC",
          "hgvs_p": "p.Thr1038Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567588.1",
          "strand": false,
          "transcript": "ENST00000897529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1274,
          "aa_ref": "T",
          "aa_start": 1032,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4943,
          "cdna_start": 3458,
          "cds_end": null,
          "cds_length": 3825,
          "cds_start": 3094,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000897527.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3094_3096delACGinsCGC",
          "hgvs_p": "p.Thr1032Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567586.1",
          "strand": false,
          "transcript": "ENST00000897527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1274,
          "aa_ref": "T",
          "aa_start": 1032,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4662,
          "cdna_start": 3234,
          "cds_end": null,
          "cds_length": 3825,
          "cds_start": 3094,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000949154.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3094_3096delACGinsCGC",
          "hgvs_p": "p.Thr1032Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619213.1",
          "strand": false,
          "transcript": "ENST00000949154.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1274,
          "aa_ref": "T",
          "aa_start": 1053,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4655,
          "cdna_start": 3290,
          "cds_end": null,
          "cds_length": 3825,
          "cds_start": 3157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000949156.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3157_3159delACGinsCGC",
          "hgvs_p": "p.Thr1053Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619215.1",
          "strand": false,
          "transcript": "ENST00000949156.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1265,
          "aa_ref": "T",
          "aa_start": 1023,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4623,
          "cdna_start": 3195,
          "cds_end": null,
          "cds_length": 3798,
          "cds_start": 3067,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000949157.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3067_3069delACGinsCGC",
          "hgvs_p": "p.Thr1023Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619216.1",
          "strand": false,
          "transcript": "ENST00000949157.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1263,
          "aa_ref": "T",
          "aa_start": 1021,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4623,
          "cdna_start": 3193,
          "cds_end": null,
          "cds_length": 3792,
          "cds_start": 3061,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000949155.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3061_3063delACGinsCGC",
          "hgvs_p": "p.Thr1021Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619214.1",
          "strand": false,
          "transcript": "ENST00000949155.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1257,
          "aa_ref": "T",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4614,
          "cdna_start": 3247,
          "cds_end": null,
          "cds_length": 3774,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000949153.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619212.1",
          "strand": false,
          "transcript": "ENST00000949153.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1248,
          "aa_ref": "T",
          "aa_start": 1006,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4608,
          "cdna_start": 3178,
          "cds_end": null,
          "cds_length": 3747,
          "cds_start": 3016,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000926493.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3016_3018delACGinsCGC",
          "hgvs_p": "p.Thr1006Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000596552.1",
          "strand": false,
          "transcript": "ENST00000926493.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1237,
          "aa_ref": "T",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5030,
          "cdna_start": 3598,
          "cds_end": null,
          "cds_length": 3714,
          "cds_start": 2983,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000949151.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.2983_2985delACGinsCGC",
          "hgvs_p": "p.Thr995Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619210.1",
          "strand": false,
          "transcript": "ENST00000949151.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1231,
          "aa_ref": "T",
          "aa_start": 989,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4508,
          "cdna_start": 3079,
          "cds_end": null,
          "cds_length": 3696,
          "cds_start": 2965,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000897530.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.2965_2967delACGinsCGC",
          "hgvs_p": "p.Thr989Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567589.1",
          "strand": false,
          "transcript": "ENST00000897530.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1222,
          "aa_ref": "T",
          "aa_start": 980,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4975,
          "cdna_start": 3545,
          "cds_end": null,
          "cds_length": 3669,
          "cds_start": 2938,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000949152.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.2938_2940delACGinsCGC",
          "hgvs_p": "p.Thr980Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619211.1",
          "strand": false,
          "transcript": "ENST00000949152.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1210,
          "aa_ref": "T",
          "aa_start": 968,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4529,
          "cdna_start": 3097,
          "cds_end": null,
          "cds_length": 3633,
          "cds_start": 2902,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000897528.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.2902_2904delACGinsCGC",
          "hgvs_p": "p.Thr968Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567587.1",
          "strand": false,
          "transcript": "ENST00000897528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 970,
          "aa_ref": "T",
          "aa_start": 728,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3171,
          "cdna_start": 2186,
          "cds_end": null,
          "cds_length": 2913,
          "cds_start": 2182,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000591051.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.2182_2184delACGinsCGC",
          "hgvs_p": "p.Thr728Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467636.1",
          "strand": false,
          "transcript": "ENST00000591051.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1303,
          "aa_ref": "T",
          "aa_start": 1053,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4427,
          "cdna_start": 3322,
          "cds_end": null,
          "cds_length": 3912,
          "cds_start": 3157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005258277.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3157_3159delACGinsCGC",
          "hgvs_p": "p.Thr1053Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005258334.1",
          "strand": false,
          "transcript": "XM_005258277.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1295,
          "aa_ref": "T",
          "aa_start": 1053,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4811,
          "cdna_start": 3322,
          "cds_end": null,
          "cds_length": 3888,
          "cds_start": 3157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005258278.6",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3157_3159delACGinsCGC",
          "hgvs_p": "p.Thr1053Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005258335.1",
          "strand": false,
          "transcript": "XM_005258278.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": "T",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4376,
          "cdna_start": 3271,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005258279.3",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005258336.1",
          "strand": false,
          "transcript": "XM_005258279.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1281,
          "aa_ref": "T",
          "aa_start": 1053,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5489,
          "cdna_start": 3322,
          "cds_end": null,
          "cds_length": 3846,
          "cds_start": 3157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017025784.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3157_3159delACGinsCGC",
          "hgvs_p": "p.Thr1053Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016881273.1",
          "strand": false,
          "transcript": "XM_017025784.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1273,
          "aa_ref": "T",
          "aa_start": 1053,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5284,
          "cdna_start": 3322,
          "cds_end": null,
          "cds_length": 3822,
          "cds_start": 3157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_006722479.4",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3157_3159delACGinsCGC",
          "hgvs_p": "p.Thr1053Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006722542.1",
          "strand": false,
          "transcript": "XM_006722479.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1273,
          "aa_ref": "T",
          "aa_start": 1053,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5116,
          "cdna_start": 3322,
          "cds_end": null,
          "cds_length": 3822,
          "cds_start": 3157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017025785.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3157_3159delACGinsCGC",
          "hgvs_p": "p.Thr1053Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016881274.1",
          "strand": false,
          "transcript": "XM_017025785.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1264,
          "aa_ref": "T",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5438,
          "cdna_start": 3271,
          "cds_end": null,
          "cds_length": 3795,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017025786.2",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016881275.1",
          "strand": false,
          "transcript": "XM_017025786.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1256,
          "aa_ref": "T",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5233,
          "cdna_start": 3271,
          "cds_end": null,
          "cds_length": 3771,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017025787.2",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016881276.1",
          "strand": false,
          "transcript": "XM_017025787.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1256,
          "aa_ref": "T",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5065,
          "cdna_start": 3271,
          "cds_end": null,
          "cds_length": 3771,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437539.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "c.3106_3108delACGinsCGC",
          "hgvs_p": "p.Thr1036Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293495.1",
          "strand": false,
          "transcript": "XM_047437539.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": 809,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000591075.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "n.739_741delACGinsCGC",
          "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": "ENST00000591075.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 561,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000591955.1",
          "gene_hgnc_id": 7897,
          "gene_symbol": "NPC1",
          "hgvs_c": "n.449_451delACGinsCGC",
          "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": "ENST00000591955.1",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 7897,
      "gene_symbol": "NPC1",
      "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": "Uncertain_significance",
      "phylop100way_score": 6.679,
      "pos": 23536810,
      "ref": "CGT",
      "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_000271.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.