← 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-50413480-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 50413480,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001308632.1",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "NM_002691.4",
          "protein_id": "NP_002682.2",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2254,
          "cdna_end": null,
          "cdna_length": 3436,
          "mane_select": "ENST00000440232.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002691.4"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000440232.7",
          "protein_id": "ENSP00000406046.1",
          "transcript_support_level": 1,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2254,
          "cdna_end": null,
          "cdna_length": 3436,
          "mane_select": "NM_002691.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440232.7"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2287T>C",
          "hgvs_p": "p.Ser763Pro",
          "transcript": "ENST00000595904.6",
          "protein_id": "ENSP00000472445.1",
          "transcript_support_level": 1,
          "aa_start": 763,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": 2287,
          "cds_end": null,
          "cds_length": 3402,
          "cdna_start": 2332,
          "cdna_end": null,
          "cdna_length": 3514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000595904.6"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000599857.7",
          "protein_id": "ENSP00000473052.1",
          "transcript_support_level": 1,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2281,
          "cdna_end": null,
          "cdna_length": 3467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000599857.7"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2317T>C",
          "hgvs_p": "p.Ser773Pro",
          "transcript": "ENST00000935846.1",
          "protein_id": "ENSP00000605905.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2317,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": 2399,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935846.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2287T>C",
          "hgvs_p": "p.Ser763Pro",
          "transcript": "NM_001308632.1",
          "protein_id": "NP_001295561.1",
          "transcript_support_level": null,
          "aa_start": 763,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": 2287,
          "cds_end": null,
          "cds_length": 3402,
          "cdna_start": 2287,
          "cdna_end": null,
          "cdna_length": 3473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001308632.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2287T>C",
          "hgvs_p": "p.Ser763Pro",
          "transcript": "ENST00000869782.1",
          "protein_id": "ENSP00000539841.1",
          "transcript_support_level": null,
          "aa_start": 763,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": 2287,
          "cds_end": null,
          "cds_length": 3402,
          "cdna_start": 2332,
          "cdna_end": null,
          "cdna_length": 3514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869782.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2287T>C",
          "hgvs_p": "p.Ser763Pro",
          "transcript": "ENST00000969650.1",
          "protein_id": "ENSP00000639709.1",
          "transcript_support_level": null,
          "aa_start": 763,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": 2287,
          "cds_end": null,
          "cds_length": 3402,
          "cdna_start": 2547,
          "cdna_end": null,
          "cdna_length": 3729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969650.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2215T>C",
          "hgvs_p": "p.Ser739Pro",
          "transcript": "ENST00000644560.2",
          "protein_id": "ENSP00000495618.2",
          "transcript_support_level": null,
          "aa_start": 739,
          "aa_end": null,
          "aa_length": 1109,
          "cds_start": 2215,
          "cds_end": null,
          "cds_length": 3330,
          "cdna_start": 2215,
          "cdna_end": null,
          "cdna_length": 3370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644560.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "NM_001256849.1",
          "protein_id": "NP_001243778.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2281,
          "cdna_end": null,
          "cdna_length": 3467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001256849.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "NM_001438212.1",
          "protein_id": "NP_001425141.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2399,
          "cdna_end": null,
          "cdna_length": 3581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438212.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "NM_001438213.1",
          "protein_id": "NP_001425142.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2380,
          "cdna_end": null,
          "cdna_length": 3562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438213.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000593887.2",
          "protein_id": "ENSP00000472607.2",
          "transcript_support_level": 5,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2588,
          "cdna_end": null,
          "cdna_length": 3703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000593887.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000601098.6",
          "protein_id": "ENSP00000472600.2",
          "transcript_support_level": 3,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2385,
          "cdna_end": null,
          "cdna_length": 3524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000601098.6"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000687454.1",
          "protein_id": "ENSP00000510052.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2273,
          "cdna_end": null,
          "cdna_length": 3438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000687454.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000869780.1",
          "protein_id": "ENSP00000539839.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2368,
          "cdna_end": null,
          "cdna_length": 3552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869780.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000869783.1",
          "protein_id": "ENSP00000539842.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2446,
          "cdna_end": null,
          "cdna_length": 3627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869783.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935843.1",
          "protein_id": "ENSP00000605902.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 3245,
          "cdna_end": null,
          "cdna_length": 4422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935843.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935844.1",
          "protein_id": "ENSP00000605903.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2461,
          "cdna_end": null,
          "cdna_length": 3643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935844.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935847.1",
          "protein_id": "ENSP00000605906.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2399,
          "cdna_end": null,
          "cdna_length": 3583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935847.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935848.1",
          "protein_id": "ENSP00000605907.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2407,
          "cdna_end": null,
          "cdna_length": 3589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935848.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935849.1",
          "protein_id": "ENSP00000605908.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2538,
          "cdna_end": null,
          "cdna_length": 3719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935849.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935854.1",
          "protein_id": "ENSP00000605913.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2367,
          "cdna_end": null,
          "cdna_length": 3547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935854.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935856.1",
          "protein_id": "ENSP00000605915.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2448,
          "cdna_end": null,
          "cdna_length": 3631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935856.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935858.1",
          "protein_id": "ENSP00000605917.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2554,
          "cdna_end": null,
          "cdna_length": 3734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935858.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000935859.1",
          "protein_id": "ENSP00000605918.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2573,
          "cdna_end": null,
          "cdna_length": 3753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935859.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "ENST00000969649.1",
          "protein_id": "ENSP00000639708.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2350,
          "cdna_end": null,
          "cdna_length": 3533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969649.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2191T>C",
          "hgvs_p": "p.Ser731Pro",
          "transcript": "ENST00000935857.1",
          "protein_id": "ENSP00000605916.1",
          "transcript_support_level": null,
          "aa_start": 731,
          "aa_end": null,
          "aa_length": 1101,
          "cds_start": 2191,
          "cds_end": null,
          "cds_length": 3306,
          "cdna_start": 2218,
          "cdna_end": null,
          "cdna_length": 3395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935857.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2185T>C",
          "hgvs_p": "p.Ser729Pro",
          "transcript": "ENST00000869777.1",
          "protein_id": "ENSP00000539836.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 1099,
          "cds_start": 2185,
          "cds_end": null,
          "cds_length": 3300,
          "cdna_start": 2255,
          "cdna_end": null,
          "cdna_length": 3438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869777.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2185T>C",
          "hgvs_p": "p.Ser729Pro",
          "transcript": "ENST00000869779.1",
          "protein_id": "ENSP00000539838.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 1099,
          "cds_start": 2185,
          "cds_end": null,
          "cds_length": 3300,
          "cdna_start": 2244,
          "cdna_end": null,
          "cdna_length": 3423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869779.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2185T>C",
          "hgvs_p": "p.Ser729Pro",
          "transcript": "ENST00000935850.1",
          "protein_id": "ENSP00000605909.1",
          "transcript_support_level": null,
          "aa_start": 729,
          "aa_end": null,
          "aa_length": 1099,
          "cds_start": 2185,
          "cds_end": null,
          "cds_length": 3300,
          "cdna_start": 2367,
          "cdna_end": null,
          "cdna_length": 3549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935850.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2140T>C",
          "hgvs_p": "p.Ser714Pro",
          "transcript": "ENST00000869778.1",
          "protein_id": "ENSP00000539837.1",
          "transcript_support_level": null,
          "aa_start": 714,
          "aa_end": null,
          "aa_length": 1084,
          "cds_start": 2140,
          "cds_end": null,
          "cds_length": 3255,
          "cdna_start": 2196,
          "cdna_end": null,
          "cdna_length": 3378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869778.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "NM_001438210.1",
          "protein_id": "NP_001425139.1",
          "transcript_support_level": null,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2185,
          "cdna_end": null,
          "cdna_length": 3367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438210.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "NM_001438211.1",
          "protein_id": "NP_001425140.1",
          "transcript_support_level": null,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2182,
          "cdna_end": null,
          "cdna_length": 3364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438211.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "ENST00000613923.6",
          "protein_id": "ENSP00000481858.2",
          "transcript_support_level": 5,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2198,
          "cdna_end": null,
          "cdna_length": 3341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000613923.6"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "ENST00000869776.1",
          "protein_id": "ENSP00000539835.1",
          "transcript_support_level": null,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2222,
          "cdna_end": null,
          "cdna_length": 3406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869776.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "ENST00000935855.1",
          "protein_id": "ENSP00000605914.1",
          "transcript_support_level": null,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2321,
          "cdna_end": null,
          "cdna_length": 3503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935855.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "ENST00000969648.1",
          "protein_id": "ENSP00000639707.1",
          "transcript_support_level": null,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2310,
          "cdna_end": null,
          "cdna_length": 3491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969648.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2113T>C",
          "hgvs_p": "p.Ser705Pro",
          "transcript": "ENST00000935845.1",
          "protein_id": "ENSP00000605904.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 1075,
          "cds_start": 2113,
          "cds_end": null,
          "cds_length": 3228,
          "cdna_start": 2197,
          "cdna_end": null,
          "cdna_length": 3381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935845.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2092T>C",
          "hgvs_p": "p.Ser698Pro",
          "transcript": "ENST00000935852.1",
          "protein_id": "ENSP00000605911.1",
          "transcript_support_level": null,
          "aa_start": 698,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 2092,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": 2139,
          "cdna_end": null,
          "cdna_length": 3323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935852.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2083T>C",
          "hgvs_p": "p.Ser695Pro",
          "transcript": "ENST00000935851.1",
          "protein_id": "ENSP00000605910.1",
          "transcript_support_level": null,
          "aa_start": 695,
          "aa_end": null,
          "aa_length": 1065,
          "cds_start": 2083,
          "cds_end": null,
          "cds_length": 3198,
          "cdna_start": 2134,
          "cdna_end": null,
          "cdna_length": 3318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935851.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.1963T>C",
          "hgvs_p": "p.Ser655Pro",
          "transcript": "ENST00000935853.1",
          "protein_id": "ENSP00000605912.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 1963,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": 2011,
          "cdna_end": null,
          "cdna_length": 3193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935853.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.1936T>C",
          "hgvs_p": "p.Ser646Pro",
          "transcript": "ENST00000869781.1",
          "protein_id": "ENSP00000539840.1",
          "transcript_support_level": null,
          "aa_start": 646,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 1936,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": 1984,
          "cdna_end": null,
          "cdna_length": 3161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869781.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "XM_011527038.2",
          "protein_id": "XP_011525340.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 2337,
          "cdna_end": null,
          "cdna_length": 3523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011527038.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2209T>C",
          "hgvs_p": "p.Ser737Pro",
          "transcript": "XM_047438947.1",
          "protein_id": "XP_047294903.1",
          "transcript_support_level": null,
          "aa_start": 737,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": 2209,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": 3201,
          "cdna_end": null,
          "cdna_length": 4387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438947.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "XM_047438948.1",
          "protein_id": "XP_047294904.1",
          "transcript_support_level": null,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2351,
          "cdna_end": null,
          "cdna_length": 3537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438948.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "XM_047438949.1",
          "protein_id": "XP_047294905.1",
          "transcript_support_level": null,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 3129,
          "cdna_end": null,
          "cdna_length": 4315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438949.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.2137T>C",
          "hgvs_p": "p.Ser713Pro",
          "transcript": "XM_047438950.1",
          "protein_id": "XP_047294906.1",
          "transcript_support_level": null,
          "aa_start": 713,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 2137,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 2264,
          "cdna_end": null,
          "cdna_length": 3450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438950.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "n.2400T>C",
          "hgvs_p": null,
          "transcript": "ENST00000600746.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3565,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000600746.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "n.2209T>C",
          "hgvs_p": null,
          "transcript": "ENST00000600859.5",
          "protein_id": "ENSP00000470726.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000600859.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "n.2285T>C",
          "hgvs_p": null,
          "transcript": "ENST00000643407.1",
          "protein_id": "ENSP00000496078.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643407.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "n.2254T>C",
          "hgvs_p": null,
          "transcript": "NR_046402.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_046402.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "n.2362T>C",
          "hgvs_p": null,
          "transcript": "XR_935835.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_935835.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "POLD1",
          "gene_hgnc_id": 9175,
          "hgvs_c": "c.-24T>C",
          "hgvs_p": null,
          "transcript": "ENST00000593407.5",
          "protein_id": "ENSP00000469115.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 866,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000593407.5"
        }
      ],
      "gene_symbol": "POLD1",
      "gene_hgnc_id": 9175,
      "dbsnp": "rs1555792551",
      "frequency_reference_population": 0.000008215296,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 12,
      "gnomad_exomes_af": 0.0000082153,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 12,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.44623062014579773,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.235,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.9184,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.35,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.53,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 0,
          "pathogenic_score": 0,
          "criteria": [],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001308632.1",
          "gene_symbol": "POLD1",
          "hgnc_id": 9175,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.2287T>C",
          "hgvs_p": "p.Ser763Pro"
        }
      ],
      "clinvar_disease": " 10, susceptibility to,Colorectal cancer,Hereditary cancer-predisposing syndrome",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Colorectal cancer, susceptibility to, 10|Hereditary cancer-predisposing syndrome",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.