← 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: 10-70547345-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "PALD1",
          "hgnc_id": 23530,
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "NM_014431.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_score": -12,
      "allele_count_reference_population": 247925,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.0818,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "10",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0005375146865844727,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4610,
          "cdna_start": 2483,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_014431.3",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000263563.7",
          "protein_coding": true,
          "protein_id": "NP_055246.2",
          "strand": true,
          "transcript": "NM_014431.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4610,
          "cdna_start": 2483,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000263563.7",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_014431.3",
          "protein_coding": true,
          "protein_id": "ENSP00000263563.5",
          "strand": true,
          "transcript": "ENST00000263563.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 865,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4127,
          "cdna_start": 2465,
          "cds_end": null,
          "cds_length": 2598,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000697571.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513342.1",
          "strand": true,
          "transcript": "ENST00000697571.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4658,
          "cdna_start": 2528,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000893833.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563892.1",
          "strand": true,
          "transcript": "ENST00000893833.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4717,
          "cdna_start": 2593,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000893834.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563893.1",
          "strand": true,
          "transcript": "ENST00000893834.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4512,
          "cdna_start": 2387,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000893836.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563895.1",
          "strand": true,
          "transcript": "ENST00000893836.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4609,
          "cdna_start": 2477,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000915437.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585496.1",
          "strand": true,
          "transcript": "ENST00000915437.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4479,
          "cdna_start": 2335,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000915438.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585497.1",
          "strand": true,
          "transcript": "ENST00000915438.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4741,
          "cdna_start": 2609,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000915446.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585505.1",
          "strand": true,
          "transcript": "ENST00000915446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4962,
          "cdna_start": 2837,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000945160.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615219.1",
          "strand": true,
          "transcript": "ENST00000945160.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4440,
          "cdna_start": 2308,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000945162.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615221.1",
          "strand": true,
          "transcript": "ENST00000945162.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 855,
          "aa_ref": "R",
          "aa_start": 720,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4612,
          "cdna_start": 2480,
          "cds_end": null,
          "cds_length": 2568,
          "cds_start": 2158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000915441.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2158C>T",
          "hgvs_p": "p.Arg720Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585500.1",
          "strand": true,
          "transcript": "ENST00000915441.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "R",
          "aa_start": 716,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4618,
          "cdna_start": 2486,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 2146,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000915440.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2146C>T",
          "hgvs_p": "p.Arg716Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585499.1",
          "strand": true,
          "transcript": "ENST00000915440.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 844,
          "aa_ref": "R",
          "aa_start": 709,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4695,
          "cdna_start": 2563,
          "cds_end": null,
          "cds_length": 2535,
          "cds_start": 2125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000915443.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2125C>T",
          "hgvs_p": "p.Arg709Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585502.1",
          "strand": true,
          "transcript": "ENST00000915443.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 832,
          "aa_ref": "R",
          "aa_start": 697,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4535,
          "cdna_start": 2411,
          "cds_end": null,
          "cds_length": 2499,
          "cds_start": 2089,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000893832.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2089C>T",
          "hgvs_p": "p.Arg697Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563891.1",
          "strand": true,
          "transcript": "ENST00000893832.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 824,
          "aa_ref": "R",
          "aa_start": 689,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4460,
          "cdna_start": 2335,
          "cds_end": null,
          "cds_length": 2475,
          "cds_start": 2065,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000893835.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2065C>T",
          "hgvs_p": "p.Arg689Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563894.1",
          "strand": true,
          "transcript": "ENST00000893835.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 817,
          "aa_ref": "R",
          "aa_start": 682,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4472,
          "cdna_start": 2347,
          "cds_end": null,
          "cds_length": 2454,
          "cds_start": 2044,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000945161.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2044C>T",
          "hgvs_p": "p.Arg682Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615220.1",
          "strand": true,
          "transcript": "ENST00000945161.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 813,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4001,
          "cdna_start": 2465,
          "cds_end": null,
          "cds_length": 2442,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000697573.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513344.1",
          "strand": true,
          "transcript": "ENST00000697573.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 813,
          "aa_ref": "R",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4515,
          "cdna_start": 2383,
          "cds_end": null,
          "cds_length": 2442,
          "cds_start": 2032,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000915439.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2032C>T",
          "hgvs_p": "p.Arg678Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585498.1",
          "strand": true,
          "transcript": "ENST00000915439.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4421,
          "cdna_start": 2445,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000915445.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585504.1",
          "strand": true,
          "transcript": "ENST00000915445.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": "R",
          "aa_start": 660,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4335,
          "cdna_start": 2282,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": 1978,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000697570.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.1978C>T",
          "hgvs_p": "p.Arg660Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513341.1",
          "strand": true,
          "transcript": "ENST00000697570.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": "R",
          "aa_start": 660,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4558,
          "cdna_start": 2433,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": 1978,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000915442.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.1978C>T",
          "hgvs_p": "p.Arg660Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585501.1",
          "strand": true,
          "transcript": "ENST00000915442.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 795,
          "aa_ref": "R",
          "aa_start": 660,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4480,
          "cdna_start": 2348,
          "cds_end": null,
          "cds_length": 2388,
          "cds_start": 1978,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000915444.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.1978C>T",
          "hgvs_p": "p.Arg660Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585503.1",
          "strand": true,
          "transcript": "ENST00000915444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 763,
          "aa_ref": "R",
          "aa_start": 665,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3916,
          "cdna_start": 2297,
          "cds_end": null,
          "cds_length": 2292,
          "cds_start": 1993,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000697572.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.1993C>T",
          "hgvs_p": "p.Arg665Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513343.1",
          "strand": true,
          "transcript": "ENST00000697572.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 745,
          "aa_ref": "R",
          "aa_start": 610,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3960,
          "cdna_start": 2150,
          "cds_end": null,
          "cds_length": 2238,
          "cds_start": 1828,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000893837.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.1828C>T",
          "hgvs_p": "p.Arg610Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563896.1",
          "strand": true,
          "transcript": "ENST00000893837.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 359,
          "aa_ref": "R",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4964,
          "cdna_start": 810,
          "cds_end": null,
          "cds_length": 1080,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000697548.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.808C>T",
          "hgvs_p": "p.Arg270Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513331.1",
          "strand": true,
          "transcript": "ENST00000697548.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5354,
          "cdna_start": 3227,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_011539637.3",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537939.1",
          "strand": true,
          "transcript": "XM_011539637.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4399,
          "cdna_start": 2272,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_011539638.3",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537940.1",
          "strand": true,
          "transcript": "XM_011539638.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4393,
          "cdna_start": 2266,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_017016072.2",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016871561.1",
          "strand": true,
          "transcript": "XM_017016072.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4721,
          "cdna_start": 2594,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047425055.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281011.1",
          "strand": true,
          "transcript": "XM_047425055.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4756,
          "cdna_start": 2629,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047425056.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281012.1",
          "strand": true,
          "transcript": "XM_047425056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4458,
          "cdna_start": 2331,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047425057.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281013.1",
          "strand": true,
          "transcript": "XM_047425057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 856,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8184,
          "cdna_start": 6057,
          "cds_end": null,
          "cds_length": 2571,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047425058.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281014.1",
          "strand": true,
          "transcript": "XM_047425058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 765,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3310,
          "cdna_start": 2483,
          "cds_end": null,
          "cds_length": 2298,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047425059.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281015.1",
          "strand": true,
          "transcript": "XM_047425059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 765,
          "aa_ref": "R",
          "aa_start": 721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4054,
          "cdna_start": 3227,
          "cds_end": null,
          "cds_length": 2298,
          "cds_start": 2161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047425060.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "c.2161C>T",
          "hgvs_p": "p.Arg721Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281016.1",
          "strand": true,
          "transcript": "XM_047425060.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": 5411,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000697546.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "n.3316C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697546.1",
          "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": 5342,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000697547.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "n.2161C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513330.1",
          "strand": true,
          "transcript": "ENST00000697547.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": 4689,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000697549.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "n.1760C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697549.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": 2554,
          "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": "ENST00000697550.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "n.659C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697550.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": 3001,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000697574.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "n.946C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697574.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3005,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000697577.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "n.2465C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697577.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3025,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000697578.1",
          "gene_hgnc_id": 23530,
          "gene_symbol": "PALD1",
          "hgvs_c": "n.2465C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697578.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs3740447",
      "effect": "missense_variant",
      "frequency_reference_population": 0.15375365,
      "gene_hgnc_id": 23530,
      "gene_symbol": "PALD1",
      "gnomad_exomes_ac": 227945,
      "gnomad_exomes_af": 0.156086,
      "gnomad_exomes_homalt": 20478,
      "gnomad_genomes_ac": 19980,
      "gnomad_genomes_af": 0.131359,
      "gnomad_genomes_homalt": 1846,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 22324,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.051,
      "pos": 70547345,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.149,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_014431.3"
    }
  ]
}
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.