← 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-50407105-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 7,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "POLD1",
          "hgnc_id": 9175,
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 2,
          "score": -5,
          "transcript": "NM_001308632.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
      "acmg_score": -5,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.7,
      "chr": "19",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "Hereditary cancer-predisposing syndrome",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.699999988079071,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3436,
          "cdna_start": 1662,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_002691.4",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3436,
          "cdna_start": 1662,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000440232.7",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3514,
          "cdna_start": 1662,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000595904.6",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3467,
          "cdna_start": 1689,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000599857.7",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1143,
          "aa_ref": "T",
          "aa_start": 575,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3579,
          "cdna_start": 1807,
          "cds_end": null,
          "cds_length": 3432,
          "cds_start": 1725,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000935846.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1725T>A",
          "hgvs_p": "p.Thr575Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3473,
          "cdna_start": 1617,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001308632.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3514,
          "cdna_start": 1662,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000869782.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3729,
          "cdna_start": 1877,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000969650.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1109,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3370,
          "cdna_start": 1617,
          "cds_end": null,
          "cds_length": 3330,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000644560.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3467,
          "cdna_start": 1689,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_001256849.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3581,
          "cdna_start": 1807,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001438212.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3562,
          "cdna_start": 1788,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001438213.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3703,
          "cdna_start": 1996,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 30,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000593887.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3524,
          "cdna_start": 1793,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000601098.6",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3438,
          "cdna_start": 1681,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000687454.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3552,
          "cdna_start": 1776,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000869780.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3627,
          "cdna_start": 1854,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000869783.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4422,
          "cdna_start": 2653,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000935843.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3643,
          "cdna_start": 1869,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000935844.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3583,
          "cdna_start": 1807,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000935847.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3589,
          "cdna_start": 1815,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000935848.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3719,
          "cdna_start": 1946,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000935849.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3547,
          "cdna_start": 1775,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000935854.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3631,
          "cdna_start": 1856,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000935856.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3734,
          "cdna_start": 1962,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000935858.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3753,
          "cdna_start": 1981,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000935859.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3533,
          "cdna_start": 1758,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000969649.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3395,
          "cdna_start": 1644,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000935857.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3438,
          "cdna_start": 1687,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000869777.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3423,
          "cdna_start": 1676,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000869779.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3549,
          "cdna_start": 1799,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000935850.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1084,
          "aa_ref": "T",
          "aa_start": 516,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3378,
          "cdna_start": 1604,
          "cds_end": null,
          "cds_length": 3255,
          "cds_start": 1548,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000869778.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1548T>A",
          "hgvs_p": "p.Thr516Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3367,
          "cdna_start": 1665,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_001438210.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3364,
          "cdna_start": 1662,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_001438211.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3341,
          "cdna_start": 1678,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000613923.6",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3406,
          "cdna_start": 1702,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000869776.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3503,
          "cdna_start": 1801,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000935855.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3491,
          "cdna_start": 1790,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000969648.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1075,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3381,
          "cdna_start": 1701,
          "cds_end": null,
          "cds_length": 3228,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000935845.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3323,
          "cdna_start": 1664,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000935852.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "T",
          "aa_start": 497,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3318,
          "cdna_start": 1542,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 1491,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000935851.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1491T>A",
          "hgvs_p": "p.Thr497Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1016,
          "aa_ref": "T",
          "aa_start": 448,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3161,
          "cdna_start": 1392,
          "cds_end": null,
          "cds_length": 3051,
          "cds_start": 1344,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000869781.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1344T>A",
          "hgvs_p": "p.Thr448Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3523,
          "cdna_start": 1745,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_011527038.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4387,
          "cdna_start": 2609,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047438947.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3537,
          "cdna_start": 1831,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047438948.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4315,
          "cdna_start": 2609,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047438949.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": "T",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "T",
          "aa_start": 539,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3450,
          "cdna_start": 1744,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 1617,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_047438950.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1617T>A",
          "hgvs_p": "p.Thr539Thr",
          "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": 1025,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3193,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000935853.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "c.1529+88T>A",
          "hgvs_p": null,
          "intron_rank": 13,
          "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": 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": 12,
          "exon_rank_end": null,
          "feature": "ENST00000600746.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.1808T>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": 13,
          "exon_rank_end": null,
          "feature": "ENST00000600859.5",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.1617T>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": 14,
          "exon_rank_end": null,
          "feature": "ENST00000643407.1",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.1617T>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": 13,
          "exon_rank_end": null,
          "feature": "NR_046402.2",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.1662T>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": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2395,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XR_935835.3",
          "gene_hgnc_id": 9175,
          "gene_symbol": "POLD1",
          "hgvs_c": "n.1686T>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": "XR_935835.3",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs781343915",
      "effect": "synonymous_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 9175,
      "gene_symbol": "POLD1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": "Likely benign",
      "phenotype_combined": "Hereditary cancer-predisposing syndrome",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -9.4,
      "pos": 50407105,
      "ref": "T",
      "revel_prediction": null,
      "revel_score": null,
      "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.