← 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-49712775-CCT-TCG (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CPT1C",
          "hgnc_id": 18540,
          "hgvs_c": "c.2125_2127delCCTinsTCG",
          "hgvs_p": "p.Pro709Ser",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_001378482.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TCG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "19",
      "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2846,
          "cdna_start": 2367,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001199753.2",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2846,
          "cdna_start": 2367,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000598293.6",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2783,
          "cdna_start": 2304,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000323446.9",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2785,
          "cdna_start": 2306,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000405931.6",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2026_2028delCCTinsTCG",
          "hgvs_p": "p.Pro676Ser",
          "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": null,
          "aa_end": null,
          "aa_length": 336,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1137,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1011,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000595031.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.733-197_733-195delCCTinsTCG",
          "hgvs_p": null,
          "intron_rank": 6,
          "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": "S",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "P",
          "aa_start": 709,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2912,
          "cdna_start": 2433,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001378482.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2125_2127delCCTinsTCG",
          "hgvs_p": "p.Pro709Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2910,
          "cdna_start": 2431,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001199752.3",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2887,
          "cdna_start": 2408,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001378483.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2675,
          "cdna_start": 2196,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001378484.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2777,
          "cdna_start": 2298,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_152359.3",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2910,
          "cdna_start": 2431,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000392518.8",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2822,
          "cdna_start": 2343,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000878766.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2712,
          "cdna_start": 2233,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000878767.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3663,
          "cdna_start": 3184,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941224.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2659,
          "cdna_start": 2180,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941225.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2813,
          "cdna_start": 2334,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001136052.3",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2026_2028delCCTinsTCG",
          "hgvs_p": "p.Pro676Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2669,
          "cdna_start": 2190,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001378485.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2026_2028delCCTinsTCG",
          "hgvs_p": "p.Pro676Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2742,
          "cdna_start": 2263,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000878763.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2026_2028delCCTinsTCG",
          "hgvs_p": "p.Pro676Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2607,
          "cdna_start": 2128,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929716.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2026_2028delCCTinsTCG",
          "hgvs_p": "p.Pro676Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 790,
          "aa_ref": "P",
          "aa_start": 674,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2726,
          "cdna_start": 2247,
          "cds_end": null,
          "cds_length": 2373,
          "cds_start": 2020,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929714.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2020_2022delCCTinsTCG",
          "hgvs_p": "p.Pro674Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": "P",
          "aa_start": 653,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2732,
          "cdna_start": 2253,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": 1957,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000878765.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1957_1959delCCTinsTCG",
          "hgvs_p": "p.Pro653Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": "P",
          "aa_start": 653,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2681,
          "cdna_start": 2202,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": 1957,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929712.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1957_1959delCCTinsTCG",
          "hgvs_p": "p.Pro653Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 764,
          "aa_ref": "P",
          "aa_start": 648,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2667,
          "cdna_start": 2188,
          "cds_end": null,
          "cds_length": 2295,
          "cds_start": 1942,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000878761.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1942_1944delCCTinsTCG",
          "hgvs_p": "p.Pro648Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "P",
          "aa_start": 642,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2775,
          "cdna_start": 2296,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1924,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001378486.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1924_1926delCCTinsTCG",
          "hgvs_p": "p.Pro642Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "P",
          "aa_start": 642,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2711,
          "cdna_start": 2232,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1924,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001378488.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1924_1926delCCTinsTCG",
          "hgvs_p": "p.Pro642Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "P",
          "aa_start": 642,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2649,
          "cdna_start": 2170,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1924,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000878762.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1924_1926delCCTinsTCG",
          "hgvs_p": "p.Pro642Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 752,
          "aa_ref": "P",
          "aa_start": 636,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2631,
          "cdna_start": 2152,
          "cds_end": null,
          "cds_length": 2259,
          "cds_start": 1906,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929711.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1906_1908delCCTinsTCG",
          "hgvs_p": "p.Pro636Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 752,
          "aa_ref": "P",
          "aa_start": 636,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2764,
          "cdna_start": 2285,
          "cds_end": null,
          "cds_length": 2259,
          "cds_start": 1906,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941223.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1906_1908delCCTinsTCG",
          "hgvs_p": "p.Pro636Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": "P",
          "aa_start": 631,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2678,
          "cdna_start": 2199,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": 1891,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001378487.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1891_1893delCCTinsTCG",
          "hgvs_p": "p.Pro631Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 718,
          "aa_ref": "P",
          "aa_start": 602,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2510,
          "cdna_start": 2031,
          "cds_end": null,
          "cds_length": 2157,
          "cds_start": 1804,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000878764.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1804_1806delCCTinsTCG",
          "hgvs_p": "p.Pro602Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 699,
          "aa_ref": "P",
          "aa_start": 583,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2464,
          "cdna_start": 1985,
          "cds_end": null,
          "cds_length": 2100,
          "cds_start": 1747,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929713.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1747_1749delCCTinsTCG",
          "hgvs_p": "p.Pro583Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 654,
          "aa_ref": "P",
          "aa_start": 538,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2387,
          "cdna_start": 1908,
          "cds_end": null,
          "cds_length": 1965,
          "cds_start": 1612,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929715.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1612_1614delCCTinsTCG",
          "hgvs_p": "p.Pro538Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "P",
          "aa_start": 709,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3087,
          "cdna_start": 2608,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438151.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2125_2127delCCTinsTCG",
          "hgvs_p": "p.Pro709Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "P",
          "aa_start": 709,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2843,
          "cdna_start": 2364,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438152.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2125_2127delCCTinsTCG",
          "hgvs_p": "p.Pro709Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "P",
          "aa_start": 709,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3023,
          "cdna_start": 2544,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438153.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2125_2127delCCTinsTCG",
          "hgvs_p": "p.Pro709Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "P",
          "aa_start": 709,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2650,
          "cdna_start": 2171,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438154.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2125_2127delCCTinsTCG",
          "hgvs_p": "p.Pro709Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "P",
          "aa_start": 709,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2741,
          "cdna_start": 2262,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 2125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438155.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2125_2127delCCTinsTCG",
          "hgvs_p": "p.Pro709Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2826,
          "cdna_start": 2347,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438156.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 803,
          "aa_ref": "P",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2763,
          "cdna_start": 2284,
          "cds_end": null,
          "cds_length": 2412,
          "cds_start": 2059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438157.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2059_2061delCCTinsTCG",
          "hgvs_p": "p.Pro687Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2551,
          "cdna_start": 2072,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438158.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2026_2028delCCTinsTCG",
          "hgvs_p": "p.Pro676Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2745,
          "cdna_start": 2266,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438159.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.2026_2028delCCTinsTCG",
          "hgvs_p": "p.Pro676Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "P",
          "aa_start": 642,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2703,
          "cdna_start": 2224,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1924,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438160.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1924_1926delCCTinsTCG",
          "hgvs_p": "p.Pro642Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": "P",
          "aa_start": 631,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2853,
          "cdna_start": 2374,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": 1891,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438161.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1891_1893delCCTinsTCG",
          "hgvs_p": "p.Pro631Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 641,
          "aa_ref": "P",
          "aa_start": 525,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2169,
          "cdna_start": 1690,
          "cds_end": null,
          "cds_length": 1926,
          "cds_start": 1573,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047438162.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.1573_1575delCCTinsTCG",
          "hgvs_p": "p.Pro525Ser",
          "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": 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": 2,
          "exon_rank_end": null,
          "feature": "ENST00000595901.5",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.438_440delCCTinsTCG",
          "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": 1,
          "exon_rank_end": null,
          "feature": "ENST00000598072.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.57_59delCCTinsTCG",
          "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": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2679,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000598259.5",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.*1973_*1975delCCTinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000472742.1",
          "strand": true,
          "transcript": "ENST00000598259.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": 681,
          "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": "ENST00000598647.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.148_150delCCTinsTCG",
          "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": 1,
          "exon_rank_end": null,
          "feature": "ENST00000599937.5",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.221_223delCCTinsTCG",
          "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": 19,
          "exon_rank_end": null,
          "feature": "NR_108072.2",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.2529_2531delCCTinsTCG",
          "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
        },
        {
          "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": 2679,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000598259.5",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "n.*1973_*1975delCCTinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000472742.1",
          "strand": true,
          "transcript": "ENST00000598259.5",
          "transcript_support_level": 2
        },
        {
          "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": [
            "upstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000597099.1",
          "gene_hgnc_id": 18540,
          "gene_symbol": "CPT1C",
          "hgvs_c": "c.-218_-216delCCTinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "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
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 18540,
      "gene_symbol": "CPT1C",
      "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": 5.727,
      "pos": 49712775,
      "ref": "CCT",
      "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_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.