← 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-49713585-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CPT1C",
          "hgnc_id": 18540,
          "hgvs_c": "c.2458A>T",
          "hgvs_p": "p.Met820Leu",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_001378482.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_score": -2,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.077,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.54,
      "chr": "19",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.04873383045196533,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2846,
          "cdna_start": 2700,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001199753.2",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000598293.6",
          "protein_coding": true,
          "protein_id": "NP_001186682.1",
          "strand": true,
          "transcript": "NM_001199753.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2846,
          "cdna_start": 2700,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000598293.6",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001199753.2",
          "protein_coding": true,
          "protein_id": "ENSP00000473028.1",
          "strand": true,
          "transcript": "ENST00000598293.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2783,
          "cdna_start": 2637,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000323446.9",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000319343.4",
          "strand": true,
          "transcript": "ENST00000323446.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "M",
          "aa_start": 787,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2785,
          "cdna_start": 2639,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000405931.6",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2359A>T",
          "hgvs_p": "p.Met787Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384465.2",
          "strand": true,
          "transcript": "ENST00000405931.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 336,
          "aa_ref": "M",
          "aa_start": 331,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1137,
          "cdna_start": 991,
          "cds_end": null,
          "cds_length": 1011,
          "cds_start": 991,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000595031.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.991A>T",
          "hgvs_p": "p.Met331Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000472579.1",
          "strand": true,
          "transcript": "ENST00000595031.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "M",
          "aa_start": 820,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2912,
          "cdna_start": 2766,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001378482.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2458A>T",
          "hgvs_p": "p.Met820Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365411.1",
          "strand": true,
          "transcript": "NM_001378482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2910,
          "cdna_start": 2764,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001199752.3",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001186681.1",
          "strand": true,
          "transcript": "NM_001199752.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2887,
          "cdna_start": 2741,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001378483.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365412.1",
          "strand": true,
          "transcript": "NM_001378483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2675,
          "cdna_start": 2529,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001378484.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365413.1",
          "strand": true,
          "transcript": "NM_001378484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2777,
          "cdna_start": 2631,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_152359.3",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_689572.1",
          "strand": true,
          "transcript": "NM_152359.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2910,
          "cdna_start": 2764,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000392518.8",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376303.4",
          "strand": true,
          "transcript": "ENST00000392518.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2822,
          "cdna_start": 2676,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000878766.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548825.1",
          "strand": true,
          "transcript": "ENST00000878766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2712,
          "cdna_start": 2566,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000878767.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548826.1",
          "strand": true,
          "transcript": "ENST00000878767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3663,
          "cdna_start": 3517,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000941224.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611283.1",
          "strand": true,
          "transcript": "ENST00000941224.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2659,
          "cdna_start": 2513,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000941225.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611284.1",
          "strand": true,
          "transcript": "ENST00000941225.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "M",
          "aa_start": 787,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2813,
          "cdna_start": 2667,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001136052.3",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2359A>T",
          "hgvs_p": "p.Met787Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001129524.1",
          "strand": true,
          "transcript": "NM_001136052.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "M",
          "aa_start": 787,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2669,
          "cdna_start": 2523,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001378485.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2359A>T",
          "hgvs_p": "p.Met787Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365414.1",
          "strand": true,
          "transcript": "NM_001378485.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "M",
          "aa_start": 787,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2742,
          "cdna_start": 2596,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000878763.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2359A>T",
          "hgvs_p": "p.Met787Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548822.1",
          "strand": true,
          "transcript": "ENST00000878763.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "M",
          "aa_start": 787,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2607,
          "cdna_start": 2461,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000929716.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2359A>T",
          "hgvs_p": "p.Met787Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599775.1",
          "strand": true,
          "transcript": "ENST00000929716.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "M",
          "aa_start": 785,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2726,
          "cdna_start": 2580,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 2353,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000929714.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2353A>T",
          "hgvs_p": "p.Met785Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599773.1",
          "strand": true,
          "transcript": "ENST00000929714.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": "M",
          "aa_start": 764,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2732,
          "cdna_start": 2586,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": 2290,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000878765.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2290A>T",
          "hgvs_p": "p.Met764Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548824.1",
          "strand": true,
          "transcript": "ENST00000878765.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": "M",
          "aa_start": 764,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2681,
          "cdna_start": 2535,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": 2290,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000929712.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2290A>T",
          "hgvs_p": "p.Met764Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599771.1",
          "strand": true,
          "transcript": "ENST00000929712.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 764,
          "aa_ref": "M",
          "aa_start": 759,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2667,
          "cdna_start": 2521,
          "cds_end": null,
          "cds_length": 2295,
          "cds_start": 2275,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000878761.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2275A>T",
          "hgvs_p": "p.Met759Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548820.1",
          "strand": true,
          "transcript": "ENST00000878761.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "M",
          "aa_start": 753,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2775,
          "cdna_start": 2629,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 2257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001378486.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2257A>T",
          "hgvs_p": "p.Met753Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365415.1",
          "strand": true,
          "transcript": "NM_001378486.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "M",
          "aa_start": 753,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2711,
          "cdna_start": 2565,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 2257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001378488.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2257A>T",
          "hgvs_p": "p.Met753Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365417.1",
          "strand": true,
          "transcript": "NM_001378488.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "M",
          "aa_start": 753,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2649,
          "cdna_start": 2503,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 2257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000878762.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2257A>T",
          "hgvs_p": "p.Met753Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548821.1",
          "strand": true,
          "transcript": "ENST00000878762.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 752,
          "aa_ref": "M",
          "aa_start": 747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2631,
          "cdna_start": 2485,
          "cds_end": null,
          "cds_length": 2259,
          "cds_start": 2239,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000929711.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2239A>T",
          "hgvs_p": "p.Met747Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599770.1",
          "strand": true,
          "transcript": "ENST00000929711.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 752,
          "aa_ref": "M",
          "aa_start": 747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2764,
          "cdna_start": 2618,
          "cds_end": null,
          "cds_length": 2259,
          "cds_start": 2239,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000941223.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2239A>T",
          "hgvs_p": "p.Met747Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611282.1",
          "strand": true,
          "transcript": "ENST00000941223.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": "M",
          "aa_start": 742,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2678,
          "cdna_start": 2532,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": 2224,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001378487.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2224A>T",
          "hgvs_p": "p.Met742Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001365416.1",
          "strand": true,
          "transcript": "NM_001378487.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 718,
          "aa_ref": "M",
          "aa_start": 713,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2510,
          "cdna_start": 2364,
          "cds_end": null,
          "cds_length": 2157,
          "cds_start": 2137,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000878764.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2137A>T",
          "hgvs_p": "p.Met713Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548823.1",
          "strand": true,
          "transcript": "ENST00000878764.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 699,
          "aa_ref": "M",
          "aa_start": 694,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2464,
          "cdna_start": 2318,
          "cds_end": null,
          "cds_length": 2100,
          "cds_start": 2080,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000929713.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2080A>T",
          "hgvs_p": "p.Met694Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599772.1",
          "strand": true,
          "transcript": "ENST00000929713.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 654,
          "aa_ref": "M",
          "aa_start": 649,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2387,
          "cdna_start": 2241,
          "cds_end": null,
          "cds_length": 1965,
          "cds_start": 1945,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000929715.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1945A>T",
          "hgvs_p": "p.Met649Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599774.1",
          "strand": true,
          "transcript": "ENST00000929715.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "M",
          "aa_start": 820,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3087,
          "cdna_start": 2941,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047438151.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2458A>T",
          "hgvs_p": "p.Met820Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294107.1",
          "strand": true,
          "transcript": "XM_047438151.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "M",
          "aa_start": 820,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2843,
          "cdna_start": 2697,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047438152.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2458A>T",
          "hgvs_p": "p.Met820Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294108.1",
          "strand": true,
          "transcript": "XM_047438152.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "M",
          "aa_start": 820,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3023,
          "cdna_start": 2877,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047438153.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2458A>T",
          "hgvs_p": "p.Met820Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294109.1",
          "strand": true,
          "transcript": "XM_047438153.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "M",
          "aa_start": 820,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2650,
          "cdna_start": 2504,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047438154.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2458A>T",
          "hgvs_p": "p.Met820Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294110.1",
          "strand": true,
          "transcript": "XM_047438154.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "M",
          "aa_start": 820,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2741,
          "cdna_start": 2595,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2458,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047438155.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2458A>T",
          "hgvs_p": "p.Met820Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294111.1",
          "strand": true,
          "transcript": "XM_047438155.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2826,
          "cdna_start": 2680,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "XM_047438156.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294112.1",
          "strand": true,
          "transcript": "XM_047438156.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "M",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2763,
          "cdna_start": 2617,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "XM_047438157.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2392A>T",
          "hgvs_p": "p.Met798Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294113.1",
          "strand": true,
          "transcript": "XM_047438157.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "M",
          "aa_start": 787,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2551,
          "cdna_start": 2405,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047438158.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2359A>T",
          "hgvs_p": "p.Met787Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294114.1",
          "strand": true,
          "transcript": "XM_047438158.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "M",
          "aa_start": 787,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2745,
          "cdna_start": 2599,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "XM_047438159.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2359A>T",
          "hgvs_p": "p.Met787Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294115.1",
          "strand": true,
          "transcript": "XM_047438159.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "M",
          "aa_start": 753,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2703,
          "cdna_start": 2557,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 2257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047438160.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2257A>T",
          "hgvs_p": "p.Met753Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294116.1",
          "strand": true,
          "transcript": "XM_047438160.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": "M",
          "aa_start": 742,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2853,
          "cdna_start": 2707,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": 2224,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047438161.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2224A>T",
          "hgvs_p": "p.Met742Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294117.1",
          "strand": true,
          "transcript": "XM_047438161.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 641,
          "aa_ref": "M",
          "aa_start": 636,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2169,
          "cdna_start": 2023,
          "cds_end": null,
          "cds_length": 1926,
          "cds_start": 1906,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047438162.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1906A>T",
          "hgvs_p": "p.Met636Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294118.1",
          "strand": true,
          "transcript": "XM_047438162.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 81,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 310,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 246,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000597099.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.195-31A>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000471841.1",
          "strand": true,
          "transcript": "ENST00000597099.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 812,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000595901.5",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.771A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000595901.5",
          "transcript_support_level": 2
        },
        {
          "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": 651,
          "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": "ENST00000598072.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.512A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000598072.1",
          "transcript_support_level": 2
        },
        {
          "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": 681,
          "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": "ENST00000598647.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.535A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000598647.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 700,
          "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": "ENST00000599937.5",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.554A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000599937.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3008,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NR_108072.2",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.2862A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_108072.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs113511313",
      "effect": "missense_variant",
      "frequency_reference_population": 6.8501595e-7,
      "gene_hgnc_id": 18540,
      "gene_symbol": "CPT1C",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.85016e-7,
      "gnomad_exomes_homalt": 0,
      "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": "Benign",
      "phylop100way_score": -0.075,
      "pos": 49713585,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.143,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001378482.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.