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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "POLD1",
          "hgnc_id": 9175,
          "hgvs_c": "c.3061C>A",
          "hgvs_p": "p.Leu1021Ile",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001308632.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ENSG00000142539",
          "hgnc_id": null,
          "hgvs_c": "c.190C>A",
          "hgvs_p": "p.Leu64Ile",
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000599632.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1493,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.57,
      "chr": "19",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Hereditary cancer-predisposing syndrome",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.20612874627113342,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3436,
          "cdna_start": 3028,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3436,
          "cdna_start": 3028,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "L",
          "aa_start": 1021,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3514,
          "cdna_start": 3106,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3061,
          "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.3061C>A",
          "hgvs_p": "p.Leu1021Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3467,
          "cdna_start": 3055,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "L",
          "aa_start": 64,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1265,
          "cdna_start": 191,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 190,
          "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.190C>A",
          "hgvs_p": "p.Leu64Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1143,
          "aa_ref": "L",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3579,
          "cdna_start": 3173,
          "cds_end": null,
          "cds_length": 3432,
          "cds_start": 3091,
          "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.3091C>A",
          "hgvs_p": "p.Leu1031Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "L",
          "aa_start": 1021,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3473,
          "cdna_start": 3061,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3061,
          "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.3061C>A",
          "hgvs_p": "p.Leu1021Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "L",
          "aa_start": 1021,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3514,
          "cdna_start": 3106,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3061,
          "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.3061C>A",
          "hgvs_p": "p.Leu1021Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "L",
          "aa_start": 1021,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3729,
          "cdna_start": 3321,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3061,
          "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.3061C>A",
          "hgvs_p": "p.Leu1021Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1109,
          "aa_ref": "L",
          "aa_start": 997,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3370,
          "cdna_start": 2989,
          "cds_end": null,
          "cds_length": 3330,
          "cds_start": 2989,
          "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.2989C>A",
          "hgvs_p": "p.Leu997Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3467,
          "cdna_start": 3055,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3581,
          "cdna_start": 3173,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3562,
          "cdna_start": 3154,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3703,
          "cdna_start": 3362,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3524,
          "cdna_start": 3159,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3438,
          "cdna_start": 3047,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3552,
          "cdna_start": 3142,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3627,
          "cdna_start": 3220,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4422,
          "cdna_start": 4019,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3643,
          "cdna_start": 3235,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3583,
          "cdna_start": 3173,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3589,
          "cdna_start": 3181,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3719,
          "cdna_start": 3312,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3547,
          "cdna_start": 3141,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3631,
          "cdna_start": 3222,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3734,
          "cdna_start": 3328,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3753,
          "cdna_start": 3347,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3533,
          "cdna_start": 3124,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "L",
          "aa_start": 989,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3395,
          "cdna_start": 2992,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 2965,
          "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.2965C>A",
          "hgvs_p": "p.Leu989Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "L",
          "aa_start": 987,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3438,
          "cdna_start": 3029,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 2959,
          "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.2959C>A",
          "hgvs_p": "p.Leu987Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "L",
          "aa_start": 987,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3423,
          "cdna_start": 3018,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 2959,
          "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.2959C>A",
          "hgvs_p": "p.Leu987Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "L",
          "aa_start": 987,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3549,
          "cdna_start": 3141,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 2959,
          "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.2959C>A",
          "hgvs_p": "p.Leu987Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1084,
          "aa_ref": "L",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3378,
          "cdna_start": 2970,
          "cds_end": null,
          "cds_length": 3255,
          "cds_start": 2914,
          "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.2914C>A",
          "hgvs_p": "p.Leu972Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3367,
          "cdna_start": 2959,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3364,
          "cdna_start": 2956,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3341,
          "cdna_start": 2972,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3406,
          "cdna_start": 2996,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3503,
          "cdna_start": 3095,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3491,
          "cdna_start": 3084,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1075,
          "aa_ref": "L",
          "aa_start": 963,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3381,
          "cdna_start": 2971,
          "cds_end": null,
          "cds_length": 3228,
          "cds_start": 2887,
          "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.2887C>A",
          "hgvs_p": "p.Leu963Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "L",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3323,
          "cdna_start": 2913,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2866,
          "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.2866C>A",
          "hgvs_p": "p.Leu956Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "L",
          "aa_start": 953,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3318,
          "cdna_start": 2908,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 2857,
          "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.2857C>A",
          "hgvs_p": "p.Leu953Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1025,
          "aa_ref": "L",
          "aa_start": 913,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3193,
          "cdna_start": 2785,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2737,
          "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.2737C>A",
          "hgvs_p": "p.Leu913Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1016,
          "aa_ref": "L",
          "aa_start": 904,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3161,
          "cdna_start": 2758,
          "cds_end": null,
          "cds_length": 3051,
          "cds_start": 2710,
          "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.2710C>A",
          "hgvs_p": "p.Leu904Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 289,
          "aa_ref": "L",
          "aa_start": 203,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 873,
          "cdna_start": 609,
          "cds_end": null,
          "cds_length": 871,
          "cds_start": 607,
          "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.607C>A",
          "hgvs_p": "p.Leu203Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 287,
          "aa_ref": "L",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 867,
          "cdna_start": 764,
          "cds_end": null,
          "cds_length": 866,
          "cds_start": 763,
          "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.763C>A",
          "hgvs_p": "p.Leu255Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3523,
          "cdna_start": 3111,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "L",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4387,
          "cdna_start": 3975,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2983,
          "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.2983C>A",
          "hgvs_p": "p.Leu995Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3537,
          "cdna_start": 3125,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4315,
          "cdna_start": 3903,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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": "I",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "L",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3450,
          "cdna_start": 3038,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2911,
          "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.2911C>A",
          "hgvs_p": "p.Leu971Ile",
          "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.917C>A",
          "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.327C>A",
          "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.3174C>A",
          "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.2880C>A",
          "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.*739C>A",
          "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.2925C>A",
          "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.*739C>A",
          "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": "rs773795511",
      "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": "Uncertain significance",
      "phenotype_combined": "Hereditary cancer-predisposing syndrome",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.162,
      "pos": 50416639,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.084,
      "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.