← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 19-50416643-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "POLD1",
          "hgnc_id": 9175,
          "hgvs_c": "c.3065C>G",
          "hgvs_p": "p.Thr1022Arg",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_001308632.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ENSG00000142539",
          "hgnc_id": null,
          "hgvs_c": "c.194C>G",
          "hgvs_p": "p.Thr65Arg",
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000599632.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1734,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.26,
      "chr": "19",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.7058145999908447,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3436,
          "cdna_start": 3032,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_002691.4",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000440232.7",
          "protein_coding": true,
          "protein_id": "NP_002682.2",
          "strand": true,
          "transcript": "NM_002691.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3436,
          "cdna_start": 3032,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000440232.7",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002691.4",
          "protein_coding": true,
          "protein_id": "ENSP00000406046.1",
          "strand": true,
          "transcript": "ENST00000440232.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "T",
          "aa_start": 1022,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3514,
          "cdna_start": 3110,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3065,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000595904.6",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.3065C>G",
          "hgvs_p": "p.Thr1022Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000472445.1",
          "strand": true,
          "transcript": "ENST00000595904.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3467,
          "cdna_start": 3059,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000599857.7",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000473052.1",
          "strand": true,
          "transcript": "ENST00000599857.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "T",
          "aa_start": 65,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1265,
          "cdna_start": 195,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 194,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000599632.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000142539",
          "hgvs_c": "c.194C>G",
          "hgvs_p": "p.Thr65Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000473233.1",
          "strand": true,
          "transcript": "ENST00000599632.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1143,
          "aa_ref": "T",
          "aa_start": 1032,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3579,
          "cdna_start": 3177,
          "cds_end": null,
          "cds_length": 3432,
          "cds_start": 3095,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000935846.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.3095C>G",
          "hgvs_p": "p.Thr1032Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605905.1",
          "strand": true,
          "transcript": "ENST00000935846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "T",
          "aa_start": 1022,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3473,
          "cdna_start": 3065,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3065,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001308632.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.3065C>G",
          "hgvs_p": "p.Thr1022Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001295561.1",
          "strand": true,
          "transcript": "NM_001308632.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "T",
          "aa_start": 1022,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3514,
          "cdna_start": 3110,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3065,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000869782.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.3065C>G",
          "hgvs_p": "p.Thr1022Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539841.1",
          "strand": true,
          "transcript": "ENST00000869782.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "T",
          "aa_start": 1022,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3729,
          "cdna_start": 3325,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3065,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000969650.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.3065C>G",
          "hgvs_p": "p.Thr1022Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639709.1",
          "strand": true,
          "transcript": "ENST00000969650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1109,
          "aa_ref": "T",
          "aa_start": 998,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3370,
          "cdna_start": 2993,
          "cds_end": null,
          "cds_length": 3330,
          "cds_start": 2993,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000644560.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2993C>G",
          "hgvs_p": "p.Thr998Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495618.2",
          "strand": true,
          "transcript": "ENST00000644560.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3467,
          "cdna_start": 3059,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001256849.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243778.1",
          "strand": true,
          "transcript": "NM_001256849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3581,
          "cdna_start": 3177,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "NM_001438212.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425141.1",
          "strand": true,
          "transcript": "NM_001438212.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3562,
          "cdna_start": 3158,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "NM_001438213.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425142.1",
          "strand": true,
          "transcript": "NM_001438213.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3703,
          "cdna_start": 3366,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000593887.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000472607.2",
          "strand": true,
          "transcript": "ENST00000593887.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3524,
          "cdna_start": 3163,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000601098.6",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000472600.2",
          "strand": true,
          "transcript": "ENST00000601098.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3438,
          "cdna_start": 3051,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000687454.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510052.1",
          "strand": true,
          "transcript": "ENST00000687454.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3552,
          "cdna_start": 3146,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000869780.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539839.1",
          "strand": true,
          "transcript": "ENST00000869780.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3627,
          "cdna_start": 3224,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000869783.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539842.1",
          "strand": true,
          "transcript": "ENST00000869783.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4422,
          "cdna_start": 4023,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000935843.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605902.1",
          "strand": true,
          "transcript": "ENST00000935843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3643,
          "cdna_start": 3239,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000935844.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605903.1",
          "strand": true,
          "transcript": "ENST00000935844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3583,
          "cdna_start": 3177,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000935847.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605906.1",
          "strand": true,
          "transcript": "ENST00000935847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3589,
          "cdna_start": 3185,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000935848.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605907.1",
          "strand": true,
          "transcript": "ENST00000935848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3719,
          "cdna_start": 3316,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000935849.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605908.1",
          "strand": true,
          "transcript": "ENST00000935849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3547,
          "cdna_start": 3145,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000935854.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605913.1",
          "strand": true,
          "transcript": "ENST00000935854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3631,
          "cdna_start": 3226,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000935856.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605915.1",
          "strand": true,
          "transcript": "ENST00000935856.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3734,
          "cdna_start": 3332,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000935858.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605917.1",
          "strand": true,
          "transcript": "ENST00000935858.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3753,
          "cdna_start": 3351,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000935859.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605918.1",
          "strand": true,
          "transcript": "ENST00000935859.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3533,
          "cdna_start": 3128,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000969649.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639708.1",
          "strand": true,
          "transcript": "ENST00000969649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "T",
          "aa_start": 990,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3395,
          "cdna_start": 2996,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 2969,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000935857.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2969C>G",
          "hgvs_p": "p.Thr990Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605916.1",
          "strand": true,
          "transcript": "ENST00000935857.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "T",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3438,
          "cdna_start": 3033,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 2963,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000869777.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2963C>G",
          "hgvs_p": "p.Thr988Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539836.1",
          "strand": true,
          "transcript": "ENST00000869777.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "T",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3423,
          "cdna_start": 3022,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 2963,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000869779.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2963C>G",
          "hgvs_p": "p.Thr988Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539838.1",
          "strand": true,
          "transcript": "ENST00000869779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "T",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3549,
          "cdna_start": 3145,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 2963,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000935850.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2963C>G",
          "hgvs_p": "p.Thr988Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605909.1",
          "strand": true,
          "transcript": "ENST00000935850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1084,
          "aa_ref": "T",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3378,
          "cdna_start": 2974,
          "cds_end": null,
          "cds_length": 3255,
          "cds_start": 2918,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000869778.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2918C>G",
          "hgvs_p": "p.Thr973Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539837.1",
          "strand": true,
          "transcript": "ENST00000869778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3367,
          "cdna_start": 2963,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001438210.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425139.1",
          "strand": true,
          "transcript": "NM_001438210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3364,
          "cdna_start": 2960,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001438211.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425140.1",
          "strand": true,
          "transcript": "NM_001438211.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3341,
          "cdna_start": 2976,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000613923.6",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000481858.2",
          "strand": true,
          "transcript": "ENST00000613923.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3406,
          "cdna_start": 3000,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000869776.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539835.1",
          "strand": true,
          "transcript": "ENST00000869776.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3503,
          "cdna_start": 3099,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000935855.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605914.1",
          "strand": true,
          "transcript": "ENST00000935855.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3491,
          "cdna_start": 3088,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000969648.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639707.1",
          "strand": true,
          "transcript": "ENST00000969648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1075,
          "aa_ref": "T",
          "aa_start": 964,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3381,
          "cdna_start": 2975,
          "cds_end": null,
          "cds_length": 3228,
          "cds_start": 2891,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000935845.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2891C>G",
          "hgvs_p": "p.Thr964Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605904.1",
          "strand": true,
          "transcript": "ENST00000935845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "T",
          "aa_start": 957,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3323,
          "cdna_start": 2917,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2870,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000935852.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2870C>G",
          "hgvs_p": "p.Thr957Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605911.1",
          "strand": true,
          "transcript": "ENST00000935852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "T",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3318,
          "cdna_start": 2912,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 2861,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000935851.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2861C>G",
          "hgvs_p": "p.Thr954Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605910.1",
          "strand": true,
          "transcript": "ENST00000935851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1025,
          "aa_ref": "T",
          "aa_start": 914,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3193,
          "cdna_start": 2789,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2741,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000935853.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2741C>G",
          "hgvs_p": "p.Thr914Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605912.1",
          "strand": true,
          "transcript": "ENST00000935853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1016,
          "aa_ref": "T",
          "aa_start": 905,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3161,
          "cdna_start": 2762,
          "cds_end": null,
          "cds_length": 3051,
          "cds_start": 2714,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000869781.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2714C>G",
          "hgvs_p": "p.Thr905Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539840.1",
          "strand": true,
          "transcript": "ENST00000869781.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 289,
          "aa_ref": "T",
          "aa_start": 204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 873,
          "cdna_start": 613,
          "cds_end": null,
          "cds_length": 871,
          "cds_start": 611,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000593981.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.611C>G",
          "hgvs_p": "p.Thr204Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000469308.1",
          "strand": true,
          "transcript": "ENST00000593981.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 287,
          "aa_ref": "T",
          "aa_start": 256,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 867,
          "cdna_start": 768,
          "cds_end": null,
          "cds_length": 866,
          "cds_start": 767,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000593407.5",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.767C>G",
          "hgvs_p": "p.Thr256Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000469115.1",
          "strand": true,
          "transcript": "ENST00000593407.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3523,
          "cdna_start": 3115,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_011527038.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011525340.1",
          "strand": true,
          "transcript": "XM_011527038.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4387,
          "cdna_start": 3979,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047438947.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2987C>G",
          "hgvs_p": "p.Thr996Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294903.1",
          "strand": true,
          "transcript": "XM_047438947.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3537,
          "cdna_start": 3129,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047438948.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294904.1",
          "strand": true,
          "transcript": "XM_047438948.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4315,
          "cdna_start": 3907,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047438949.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294905.1",
          "strand": true,
          "transcript": "XM_047438949.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3450,
          "cdna_start": 3042,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_047438950.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.2915C>G",
          "hgvs_p": "p.Thr972Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294906.1",
          "strand": true,
          "transcript": "XM_047438950.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": 1048,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000596648.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.921C>G",
          "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": "ENST00000596648.1",
          "transcript_support_level": 5
        },
        {
          "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": 737,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000597963.5",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.331C>G",
          "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": "ENST00000597963.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3565,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000600746.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.3178C>G",
          "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": "ENST00000600746.2",
          "transcript_support_level": 5
        },
        {
          "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": 3474,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000600859.5",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.2884C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000470726.1",
          "strand": true,
          "transcript": "ENST00000600859.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3233,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000643407.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.*743C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000496078.1",
          "strand": true,
          "transcript": "ENST00000643407.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": 3333,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NR_046402.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.2929C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_046402.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3233,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000643407.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.*743C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000496078.1",
          "strand": true,
          "transcript": "ENST00000643407.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs918661445",
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 9175,
      "gene_symbol": "POLD1",
      "gnomad_exomes_ac": 0,
      "gnomad_exomes_af": 0,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.146,
      "pos": 50416643,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.208,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001308632.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.