← 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: 4-168898500-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 168898500,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000505667.6",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.2258A>G",
          "hgvs_p": "p.Lys753Arg",
          "transcript": "NM_001166108.2",
          "protein_id": "NP_001159580.1",
          "transcript_support_level": null,
          "aa_start": 753,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 2258,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": 2483,
          "cdna_end": null,
          "cdna_length": 5858,
          "mane_select": "ENST00000505667.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.2258A>G",
          "hgvs_p": "p.Lys753Arg",
          "transcript": "ENST00000505667.6",
          "protein_id": "ENSP00000425556.1",
          "transcript_support_level": 1,
          "aa_start": 753,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 2258,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": 2483,
          "cdna_end": null,
          "cdna_length": 5858,
          "mane_select": "NM_001166108.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.2207A>G",
          "hgvs_p": "p.Lys736Arg",
          "transcript": "ENST00000261509.10",
          "protein_id": "ENSP00000261509.6",
          "transcript_support_level": 1,
          "aa_start": 736,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": 2207,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": 2418,
          "cdna_end": null,
          "cdna_length": 5809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.746A>G",
          "hgvs_p": "p.Lys249Arg",
          "transcript": "ENST00000507735.6",
          "protein_id": "ENSP00000424016.1",
          "transcript_support_level": 1,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": 1059,
          "cdna_end": null,
          "cdna_length": 4392,
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "n.524A>G",
          "hgvs_p": null,
          "transcript": "ENST00000507699.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 3829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.2207A>G",
          "hgvs_p": "p.Lys736Arg",
          "transcript": "NM_016081.4",
          "protein_id": "NP_057165.3",
          "transcript_support_level": null,
          "aa_start": 736,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": 2207,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": 2432,
          "cdna_end": null,
          "cdna_length": 5807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.1061A>G",
          "hgvs_p": "p.Lys354Arg",
          "transcript": "NM_001166109.2",
          "protein_id": "NP_001159581.1",
          "transcript_support_level": null,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1061,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 1622,
          "cdna_end": null,
          "cdna_length": 4951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.1061A>G",
          "hgvs_p": "p.Lys354Arg",
          "transcript": "ENST00000512127.5",
          "protein_id": "ENSP00000426947.1",
          "transcript_support_level": 2,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1061,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 1583,
          "cdna_end": null,
          "cdna_length": 2958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.746A>G",
          "hgvs_p": "p.Lys249Arg",
          "transcript": "NM_001166110.2",
          "protein_id": "NP_001159582.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 746,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": 992,
          "cdna_end": null,
          "cdna_length": 4321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.137A>G",
          "hgvs_p": "p.Lys46Arg",
          "transcript": "NM_001367568.1",
          "protein_id": "NP_001354497.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 371,
          "cdna_end": null,
          "cdna_length": 3700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.137A>G",
          "hgvs_p": "p.Lys46Arg",
          "transcript": "ENST00000704822.1",
          "protein_id": "ENSP00000516055.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 422,
          "cdna_end": null,
          "cdna_length": 3736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.86A>G",
          "hgvs_p": "p.Lys29Arg",
          "transcript": "NM_001367569.1",
          "protein_id": "NP_001354498.1",
          "transcript_support_level": null,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 3649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.137A>G",
          "hgvs_p": "p.Lys46Arg",
          "transcript": "NM_001367570.1",
          "protein_id": "NP_001354499.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 137,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 371,
          "cdna_end": null,
          "cdna_length": 3746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.86A>G",
          "hgvs_p": "p.Lys29Arg",
          "transcript": "NM_001367567.1",
          "protein_id": "NP_001354496.1",
          "transcript_support_level": null,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 3695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.86A>G",
          "hgvs_p": "p.Lys29Arg",
          "transcript": "ENST00000393726.7",
          "protein_id": "ENSP00000377327.3",
          "transcript_support_level": 3,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 163,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 493,
          "cdna_start": 410,
          "cdna_end": null,
          "cdna_length": 817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.86A>G",
          "hgvs_p": "p.Lys29Arg",
          "transcript": "ENST00000510998.5",
          "protein_id": "ENSP00000422135.1",
          "transcript_support_level": 4,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 89,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 272,
          "cdna_start": 359,
          "cdna_end": null,
          "cdna_length": 545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.3134A>G",
          "hgvs_p": "p.Lys1045Arg",
          "transcript": "XM_011531768.3",
          "protein_id": "XP_011530070.1",
          "transcript_support_level": null,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1468,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 4407,
          "cdna_start": 3494,
          "cdna_end": null,
          "cdna_length": 6823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.3083A>G",
          "hgvs_p": "p.Lys1028Arg",
          "transcript": "XM_011531769.3",
          "protein_id": "XP_011530071.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 1451,
          "cds_start": 3083,
          "cds_end": null,
          "cds_length": 4356,
          "cdna_start": 3443,
          "cdna_end": null,
          "cdna_length": 6772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.3134A>G",
          "hgvs_p": "p.Lys1045Arg",
          "transcript": "XM_047449861.1",
          "protein_id": "XP_047305817.1",
          "transcript_support_level": null,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1415,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 4248,
          "cdna_start": 3494,
          "cdna_end": null,
          "cdna_length": 4646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.3083A>G",
          "hgvs_p": "p.Lys1028Arg",
          "transcript": "XM_047449862.1",
          "protein_id": "XP_047305818.1",
          "transcript_support_level": null,
          "aa_start": 1028,
          "aa_end": null,
          "aa_length": 1398,
          "cds_start": 3083,
          "cds_end": null,
          "cds_length": 4197,
          "cdna_start": 3443,
          "cdna_end": null,
          "cdna_length": 4595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.2462A>G",
          "hgvs_p": "p.Lys821Arg",
          "transcript": "XM_011531773.2",
          "protein_id": "XP_011530075.1",
          "transcript_support_level": null,
          "aa_start": 821,
          "aa_end": null,
          "aa_length": 1244,
          "cds_start": 2462,
          "cds_end": null,
          "cds_length": 3735,
          "cdna_start": 2822,
          "cdna_end": null,
          "cdna_length": 6151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.2411A>G",
          "hgvs_p": "p.Lys804Arg",
          "transcript": "XM_011531774.2",
          "protein_id": "XP_011530076.1",
          "transcript_support_level": null,
          "aa_start": 804,
          "aa_end": null,
          "aa_length": 1227,
          "cds_start": 2411,
          "cds_end": null,
          "cds_length": 3684,
          "cdna_start": 2771,
          "cdna_end": null,
          "cdna_length": 6100,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.1784A>G",
          "hgvs_p": "p.Lys595Arg",
          "transcript": "XM_011531775.2",
          "protein_id": "XP_011530077.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 1018,
          "cds_start": 1784,
          "cds_end": null,
          "cds_length": 3057,
          "cdna_start": 2134,
          "cdna_end": null,
          "cdna_length": 5463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.1784A>G",
          "hgvs_p": "p.Lys595Arg",
          "transcript": "XM_024453939.2",
          "protein_id": "XP_024309707.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 1018,
          "cds_start": 1784,
          "cds_end": null,
          "cds_length": 3057,
          "cdna_start": 2458,
          "cdna_end": null,
          "cdna_length": 5787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.1784A>G",
          "hgvs_p": "p.Lys595Arg",
          "transcript": "XM_047449864.1",
          "protein_id": "XP_047305820.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 1018,
          "cds_start": 1784,
          "cds_end": null,
          "cds_length": 3057,
          "cdna_start": 2165,
          "cdna_end": null,
          "cdna_length": 5494,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.1733A>G",
          "hgvs_p": "p.Lys578Arg",
          "transcript": "XM_047449865.1",
          "protein_id": "XP_047305821.1",
          "transcript_support_level": null,
          "aa_start": 578,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": 1733,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": 2083,
          "cdna_end": null,
          "cdna_length": 5412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.1061A>G",
          "hgvs_p": "p.Lys354Arg",
          "transcript": "XM_047449866.1",
          "protein_id": "XP_047305822.1",
          "transcript_support_level": null,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1061,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 1411,
          "cdna_end": null,
          "cdna_length": 4740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.797A>G",
          "hgvs_p": "p.Lys266Arg",
          "transcript": "XM_024453940.2",
          "protein_id": "XP_024309708.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 797,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": 1043,
          "cdna_end": null,
          "cdna_length": 4372,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.86A>G",
          "hgvs_p": "p.Lys29Arg",
          "transcript": "XM_047449870.1",
          "protein_id": "XP_047305826.1",
          "transcript_support_level": null,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 1472,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "n.296A>G",
          "hgvs_p": null,
          "transcript": "ENST00000507325.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 589,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "n.517A>G",
          "hgvs_p": null,
          "transcript": "ENST00000511611.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 533,
          "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": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "n.45A>G",
          "hgvs_p": null,
          "transcript": "ENST00000513187.5",
          "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": 558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CBR4",
          "gene_hgnc_id": 25891,
          "hgvs_c": "n.170-3735T>C",
          "hgvs_p": null,
          "transcript": "ENST00000509108.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": 546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CBR4",
          "gene_hgnc_id": 25891,
          "hgvs_c": "n.*259-3735T>C",
          "hgvs_p": null,
          "transcript": "ENST00000510042.5",
          "protein_id": "ENSP00000424717.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": 1198,
          "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": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.3075+3823A>G",
          "hgvs_p": null,
          "transcript": "XM_011531771.3",
          "protein_id": "XP_011530073.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1377,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4134,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6550,
          "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": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.2977-5257A>G",
          "hgvs_p": null,
          "transcript": "XM_011531772.3",
          "protein_id": "XP_011530074.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1344,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4035,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6451,
          "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": 19,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.2305-5257A>G",
          "hgvs_p": null,
          "transcript": "XM_047449863.1",
          "protein_id": "XP_047305819.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1120,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3363,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5779,
          "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": 11,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.738+3823A>G",
          "hgvs_p": null,
          "transcript": "XM_047449867.1",
          "protein_id": "XP_047305823.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4099,
          "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": 10,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.640-5257A>G",
          "hgvs_p": null,
          "transcript": "XM_047449868.1",
          "protein_id": "XP_047305824.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4000,
          "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": 11,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "c.738+3823A>G",
          "hgvs_p": null,
          "transcript": "XM_047449869.1",
          "protein_id": "XP_047305825.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "CBR4",
          "gene_hgnc_id": 25891,
          "hgvs_c": "c.566-3735T>C",
          "hgvs_p": null,
          "transcript": "XM_017008782.2",
          "protein_id": "XP_016864271.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 218,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 657,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CBR4",
          "gene_hgnc_id": 25891,
          "hgvs_c": "c.536-3735T>C",
          "hgvs_p": null,
          "transcript": "XM_005263315.4",
          "protein_id": "XP_005263372.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "CBR4",
          "gene_hgnc_id": 25891,
          "hgvs_c": "n.873-2748T>C",
          "hgvs_p": null,
          "transcript": "XR_001741341.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": 1178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "CBR4",
          "gene_hgnc_id": 25891,
          "hgvs_c": "n.873-3735T>C",
          "hgvs_p": null,
          "transcript": "XR_007057980.1",
          "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": 1018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PALLD",
          "gene_hgnc_id": 17068,
          "hgvs_c": "n.-59A>G",
          "hgvs_p": null,
          "transcript": "ENST00000511682.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": 661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PALLD",
      "gene_hgnc_id": 17068,
      "dbsnp": "rs1318598425",
      "frequency_reference_population": 0.0000018642735,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000137268,
      "gnomad_genomes_af": 0.00000657022,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.42267468571662903,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.308,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.02,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 9.325,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.02,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000505667.6",
          "gene_symbol": "PALLD",
          "hgnc_id": 17068,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2258A>G",
          "hgvs_p": "p.Lys753Arg"
        },
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000510042.5",
          "gene_symbol": "CBR4",
          "hgnc_id": 25891,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.*259-3735T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Pancreatic adenocarcinoma,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Pancreatic adenocarcinoma|not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}