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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 49712775,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000598293.6",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "NM_001199753.2",
          "protein_id": "NP_001186682.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2367,
          "cdna_end": null,
          "cdna_length": 2846,
          "mane_select": "ENST00000598293.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "ENST00000598293.6",
          "protein_id": "ENSP00000473028.1",
          "transcript_support_level": 2,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2367,
          "cdna_end": null,
          "cdna_length": 2846,
          "mane_select": "NM_001199753.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "ENST00000323446.9",
          "protein_id": "ENSP00000319343.4",
          "transcript_support_level": 1,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2304,
          "cdna_end": null,
          "cdna_length": 2783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2026C>G",
          "hgvs_p": "p.Pro676Ala",
          "transcript": "ENST00000405931.6",
          "protein_id": "ENSP00000384465.2",
          "transcript_support_level": 1,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 2026,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 2306,
          "cdna_end": null,
          "cdna_length": 2785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.733-197C>G",
          "hgvs_p": null,
          "transcript": "ENST00000595031.1",
          "protein_id": "ENSP00000472579.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2125C>G",
          "hgvs_p": "p.Pro709Ala",
          "transcript": "NM_001378482.1",
          "protein_id": "NP_001365411.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 2125,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 2433,
          "cdna_end": null,
          "cdna_length": 2912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "NM_001199752.3",
          "protein_id": "NP_001186681.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2431,
          "cdna_end": null,
          "cdna_length": 2910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "NM_001378483.1",
          "protein_id": "NP_001365412.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2408,
          "cdna_end": null,
          "cdna_length": 2887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "NM_001378484.1",
          "protein_id": "NP_001365413.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2196,
          "cdna_end": null,
          "cdna_length": 2675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "NM_152359.3",
          "protein_id": "NP_689572.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2298,
          "cdna_end": null,
          "cdna_length": 2777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "ENST00000392518.8",
          "protein_id": "ENSP00000376303.4",
          "transcript_support_level": 2,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2431,
          "cdna_end": null,
          "cdna_length": 2910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2026C>G",
          "hgvs_p": "p.Pro676Ala",
          "transcript": "NM_001136052.3",
          "protein_id": "NP_001129524.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 2026,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 2334,
          "cdna_end": null,
          "cdna_length": 2813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2026C>G",
          "hgvs_p": "p.Pro676Ala",
          "transcript": "NM_001378485.1",
          "protein_id": "NP_001365414.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 2026,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 2190,
          "cdna_end": null,
          "cdna_length": 2669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.1924C>G",
          "hgvs_p": "p.Pro642Ala",
          "transcript": "NM_001378486.1",
          "protein_id": "NP_001365415.1",
          "transcript_support_level": null,
          "aa_start": 642,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1924,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": 2296,
          "cdna_end": null,
          "cdna_length": 2775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.1924C>G",
          "hgvs_p": "p.Pro642Ala",
          "transcript": "NM_001378488.1",
          "protein_id": "NP_001365417.1",
          "transcript_support_level": null,
          "aa_start": 642,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1924,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": 2232,
          "cdna_end": null,
          "cdna_length": 2711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.1891C>G",
          "hgvs_p": "p.Pro631Ala",
          "transcript": "NM_001378487.1",
          "protein_id": "NP_001365416.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 1891,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": 2199,
          "cdna_end": null,
          "cdna_length": 2678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2125C>G",
          "hgvs_p": "p.Pro709Ala",
          "transcript": "XM_047438151.1",
          "protein_id": "XP_047294107.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 2125,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 2608,
          "cdna_end": null,
          "cdna_length": 3087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2125C>G",
          "hgvs_p": "p.Pro709Ala",
          "transcript": "XM_047438152.1",
          "protein_id": "XP_047294108.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 2125,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 2364,
          "cdna_end": null,
          "cdna_length": 2843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2125C>G",
          "hgvs_p": "p.Pro709Ala",
          "transcript": "XM_047438153.1",
          "protein_id": "XP_047294109.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 2125,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 2544,
          "cdna_end": null,
          "cdna_length": 3023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2125C>G",
          "hgvs_p": "p.Pro709Ala",
          "transcript": "XM_047438154.1",
          "protein_id": "XP_047294110.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 2125,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 2171,
          "cdna_end": null,
          "cdna_length": 2650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2125C>G",
          "hgvs_p": "p.Pro709Ala",
          "transcript": "XM_047438155.1",
          "protein_id": "XP_047294111.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 2125,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 2262,
          "cdna_end": null,
          "cdna_length": 2741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "XM_047438156.1",
          "protein_id": "XP_047294112.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2347,
          "cdna_end": null,
          "cdna_length": 2826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala",
          "transcript": "XM_047438157.1",
          "protein_id": "XP_047294113.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 803,
          "cds_start": 2059,
          "cds_end": null,
          "cds_length": 2412,
          "cdna_start": 2284,
          "cdna_end": null,
          "cdna_length": 2763,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2026C>G",
          "hgvs_p": "p.Pro676Ala",
          "transcript": "XM_047438158.1",
          "protein_id": "XP_047294114.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 2026,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 2072,
          "cdna_end": null,
          "cdna_length": 2551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.2026C>G",
          "hgvs_p": "p.Pro676Ala",
          "transcript": "XM_047438159.1",
          "protein_id": "XP_047294115.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 2026,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 2266,
          "cdna_end": null,
          "cdna_length": 2745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.1924C>G",
          "hgvs_p": "p.Pro642Ala",
          "transcript": "XM_047438160.1",
          "protein_id": "XP_047294116.1",
          "transcript_support_level": null,
          "aa_start": 642,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1924,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": 2224,
          "cdna_end": null,
          "cdna_length": 2703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.1891C>G",
          "hgvs_p": "p.Pro631Ala",
          "transcript": "XM_047438161.1",
          "protein_id": "XP_047294117.1",
          "transcript_support_level": null,
          "aa_start": 631,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 1891,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": 2374,
          "cdna_end": null,
          "cdna_length": 2853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.1573C>G",
          "hgvs_p": "p.Pro525Ala",
          "transcript": "XM_047438162.1",
          "protein_id": "XP_047294118.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 641,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1926,
          "cdna_start": 1690,
          "cdna_end": null,
          "cdna_length": 2169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "n.438C>G",
          "hgvs_p": null,
          "transcript": "ENST00000595901.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "n.57C>G",
          "hgvs_p": null,
          "transcript": "ENST00000598072.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "n.*1973C>G",
          "hgvs_p": null,
          "transcript": "ENST00000598259.5",
          "protein_id": "ENSP00000472742.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "n.148C>G",
          "hgvs_p": null,
          "transcript": "ENST00000598647.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "n.221C>G",
          "hgvs_p": null,
          "transcript": "ENST00000599937.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "n.2529C>G",
          "hgvs_p": null,
          "transcript": "NR_108072.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "n.*1973C>G",
          "hgvs_p": null,
          "transcript": "ENST00000598259.5",
          "protein_id": "ENSP00000472742.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CPT1C",
          "gene_hgnc_id": 18540,
          "hgvs_c": "c.-218C>G",
          "hgvs_p": null,
          "transcript": "ENST00000597099.1",
          "protein_id": "ENSP00000471841.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 81,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CPT1C",
      "gene_hgnc_id": 18540,
      "dbsnp": "rs200190780",
      "frequency_reference_population": 0.0007124952,
      "hom_count_reference_population": 2,
      "allele_count_reference_population": 1150,
      "gnomad_exomes_af": 0.000737426,
      "gnomad_genomes_af": 0.000473049,
      "gnomad_exomes_ac": 1078,
      "gnomad_genomes_ac": 72,
      "gnomad_exomes_homalt": 2,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4690313935279846,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.647,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.1856,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.13,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.727,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -9,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -9,
          "benign_score": 9,
          "pathogenic_score": 0,
          "criteria": [
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000598293.6",
          "gene_symbol": "CPT1C",
          "hgnc_id": 18540,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2059C>G",
          "hgvs_p": "p.Pro687Ala"
        }
      ],
      "clinvar_disease": "CPT1C-related disorder,Hereditary spastic paraplegia 73,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:1",
      "phenotype_combined": "Hereditary spastic paraplegia 73|CPT1C-related disorder|not specified",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}