← 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-50409166-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=50409166&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 50409166,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001308632.1",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "NM_002691.4",
"protein_id": "NP_002682.2",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 1982,
"cdna_end": null,
"cdna_length": 3436,
"mane_select": "ENST00000440232.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002691.4"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000440232.7",
"protein_id": "ENSP00000406046.1",
"transcript_support_level": 1,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 1982,
"cdna_end": null,
"cdna_length": 3436,
"mane_select": "NM_002691.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440232.7"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.2015T>C",
"hgvs_p": "p.Phe672Ser",
"transcript": "ENST00000595904.6",
"protein_id": "ENSP00000472445.1",
"transcript_support_level": 1,
"aa_start": 672,
"aa_end": null,
"aa_length": 1133,
"cds_start": 2015,
"cds_end": null,
"cds_length": 3402,
"cdna_start": 2060,
"cdna_end": null,
"cdna_length": 3514,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000595904.6"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000599857.7",
"protein_id": "ENSP00000473052.1",
"transcript_support_level": 1,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2009,
"cdna_end": null,
"cdna_length": 3467,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000599857.7"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.2045T>C",
"hgvs_p": "p.Phe682Ser",
"transcript": "ENST00000935846.1",
"protein_id": "ENSP00000605905.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 1143,
"cds_start": 2045,
"cds_end": null,
"cds_length": 3432,
"cdna_start": 2127,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935846.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.2015T>C",
"hgvs_p": "p.Phe672Ser",
"transcript": "NM_001308632.1",
"protein_id": "NP_001295561.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 1133,
"cds_start": 2015,
"cds_end": null,
"cds_length": 3402,
"cdna_start": 2015,
"cdna_end": null,
"cdna_length": 3473,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308632.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.2015T>C",
"hgvs_p": "p.Phe672Ser",
"transcript": "ENST00000869782.1",
"protein_id": "ENSP00000539841.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 1133,
"cds_start": 2015,
"cds_end": null,
"cds_length": 3402,
"cdna_start": 2060,
"cdna_end": null,
"cdna_length": 3514,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869782.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.2015T>C",
"hgvs_p": "p.Phe672Ser",
"transcript": "ENST00000969650.1",
"protein_id": "ENSP00000639709.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 1133,
"cds_start": 2015,
"cds_end": null,
"cds_length": 3402,
"cdna_start": 2275,
"cdna_end": null,
"cdna_length": 3729,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969650.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.2015T>C",
"hgvs_p": "p.Phe672Ser",
"transcript": "ENST00000644560.2",
"protein_id": "ENSP00000495618.2",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 1109,
"cds_start": 2015,
"cds_end": null,
"cds_length": 3330,
"cdna_start": 2015,
"cdna_end": null,
"cdna_length": 3370,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644560.2"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "NM_001256849.1",
"protein_id": "NP_001243778.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2009,
"cdna_end": null,
"cdna_length": 3467,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256849.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "NM_001438212.1",
"protein_id": "NP_001425141.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2127,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438212.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "NM_001438213.1",
"protein_id": "NP_001425142.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 3562,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438213.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000593887.2",
"protein_id": "ENSP00000472607.2",
"transcript_support_level": 5,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2316,
"cdna_end": null,
"cdna_length": 3703,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000593887.2"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000601098.6",
"protein_id": "ENSP00000472600.2",
"transcript_support_level": 3,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2113,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000601098.6"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000687454.1",
"protein_id": "ENSP00000510052.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2001,
"cdna_end": null,
"cdna_length": 3438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687454.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000869780.1",
"protein_id": "ENSP00000539839.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2096,
"cdna_end": null,
"cdna_length": 3552,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869780.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000869783.1",
"protein_id": "ENSP00000539842.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2174,
"cdna_end": null,
"cdna_length": 3627,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869783.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935843.1",
"protein_id": "ENSP00000605902.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2973,
"cdna_end": null,
"cdna_length": 4422,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935843.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935844.1",
"protein_id": "ENSP00000605903.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2189,
"cdna_end": null,
"cdna_length": 3643,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935844.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935847.1",
"protein_id": "ENSP00000605906.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2127,
"cdna_end": null,
"cdna_length": 3583,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935847.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935848.1",
"protein_id": "ENSP00000605907.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2135,
"cdna_end": null,
"cdna_length": 3589,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935848.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935849.1",
"protein_id": "ENSP00000605908.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2266,
"cdna_end": null,
"cdna_length": 3719,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935849.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935854.1",
"protein_id": "ENSP00000605913.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2095,
"cdna_end": null,
"cdna_length": 3547,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935854.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935856.1",
"protein_id": "ENSP00000605915.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2176,
"cdna_end": null,
"cdna_length": 3631,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935856.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935858.1",
"protein_id": "ENSP00000605917.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2282,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935858.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935859.1",
"protein_id": "ENSP00000605918.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2301,
"cdna_end": null,
"cdna_length": 3753,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935859.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000969649.1",
"protein_id": "ENSP00000639708.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 3533,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969649.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1991T>C",
"hgvs_p": "p.Phe664Ser",
"transcript": "ENST00000935857.1",
"protein_id": "ENSP00000605916.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 1101,
"cds_start": 1991,
"cds_end": null,
"cds_length": 3306,
"cdna_start": 2018,
"cdna_end": null,
"cdna_length": 3395,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935857.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1913T>C",
"hgvs_p": "p.Phe638Ser",
"transcript": "ENST00000869777.1",
"protein_id": "ENSP00000539836.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1913,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 1983,
"cdna_end": null,
"cdna_length": 3438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869777.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1913T>C",
"hgvs_p": "p.Phe638Ser",
"transcript": "ENST00000869779.1",
"protein_id": "ENSP00000539838.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1913,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 1972,
"cdna_end": null,
"cdna_length": 3423,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869779.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1913T>C",
"hgvs_p": "p.Phe638Ser",
"transcript": "ENST00000935850.1",
"protein_id": "ENSP00000605909.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1913,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 2095,
"cdna_end": null,
"cdna_length": 3549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935850.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1868T>C",
"hgvs_p": "p.Phe623Ser",
"transcript": "ENST00000869778.1",
"protein_id": "ENSP00000539837.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 1084,
"cds_start": 1868,
"cds_end": null,
"cds_length": 3255,
"cdna_start": 1924,
"cdna_end": null,
"cdna_length": 3378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869778.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "NM_001438210.1",
"protein_id": "NP_001425139.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 1985,
"cdna_end": null,
"cdna_length": 3367,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438210.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "NM_001438211.1",
"protein_id": "NP_001425140.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 1982,
"cdna_end": null,
"cdna_length": 3364,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438211.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000613923.6",
"protein_id": "ENSP00000481858.2",
"transcript_support_level": 5,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 1998,
"cdna_end": null,
"cdna_length": 3341,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613923.6"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000869776.1",
"protein_id": "ENSP00000539835.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 2022,
"cdna_end": null,
"cdna_length": 3406,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869776.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000935855.1",
"protein_id": "ENSP00000605914.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 2121,
"cdna_end": null,
"cdna_length": 3503,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935855.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "ENST00000969648.1",
"protein_id": "ENSP00000639707.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 2110,
"cdna_end": null,
"cdna_length": 3491,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969648.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1913T>C",
"hgvs_p": "p.Phe638Ser",
"transcript": "ENST00000935845.1",
"protein_id": "ENSP00000605904.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 1075,
"cds_start": 1913,
"cds_end": null,
"cds_length": 3228,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 3381,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935845.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1820T>C",
"hgvs_p": "p.Phe607Ser",
"transcript": "ENST00000935852.1",
"protein_id": "ENSP00000605911.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 1068,
"cds_start": 1820,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 1867,
"cdna_end": null,
"cdna_length": 3323,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935852.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1811T>C",
"hgvs_p": "p.Phe604Ser",
"transcript": "ENST00000935851.1",
"protein_id": "ENSP00000605910.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 1065,
"cds_start": 1811,
"cds_end": null,
"cds_length": 3198,
"cdna_start": 1862,
"cdna_end": null,
"cdna_length": 3318,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935851.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1691T>C",
"hgvs_p": "p.Phe564Ser",
"transcript": "ENST00000935853.1",
"protein_id": "ENSP00000605912.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 1025,
"cds_start": 1691,
"cds_end": null,
"cds_length": 3078,
"cdna_start": 1739,
"cdna_end": null,
"cdna_length": 3193,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935853.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1664T>C",
"hgvs_p": "p.Phe555Ser",
"transcript": "ENST00000869781.1",
"protein_id": "ENSP00000539840.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 1016,
"cds_start": 1664,
"cds_end": null,
"cds_length": 3051,
"cdna_start": 1712,
"cdna_end": null,
"cdna_length": 3161,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869781.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "XM_011527038.2",
"protein_id": "XP_011525340.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2065,
"cdna_end": null,
"cdna_length": 3523,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527038.2"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "XM_047438947.1",
"protein_id": "XP_047294903.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 2929,
"cdna_end": null,
"cdna_length": 4387,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438947.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "XM_047438948.1",
"protein_id": "XP_047294904.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 2151,
"cdna_end": null,
"cdna_length": 3537,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438948.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "XM_047438949.1",
"protein_id": "XP_047294905.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 2929,
"cdna_end": null,
"cdna_length": 4315,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438949.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "c.1937T>C",
"hgvs_p": "p.Phe646Ser",
"transcript": "XM_047438950.1",
"protein_id": "XP_047294906.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1083,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3252,
"cdna_start": 2064,
"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": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "n.2128T>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": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "n.1937T>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": 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.1937T>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": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "n.1982T>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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"hgvs_c": "n.2006T>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"
}
],
"gene_symbol": "POLD1",
"gene_hgnc_id": 9175,
"dbsnp": "rs767518281",
"frequency_reference_population": 0.0000030984847,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273688,
"gnomad_genomes_af": 0.00000657134,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9772233963012695,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.626,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9995,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.16,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.4,
"phylop100way_prediction": "Uncertain_significance",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001308632.1",
"gene_symbol": "POLD1",
"hgnc_id": 9175,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2015T>C",
"hgvs_p": "p.Phe672Ser"
}
],
"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
}