← 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: 4-184661848-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=184661848&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 184661848,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_152683.4",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "NM_152683.4",
"protein_id": "NP_689896.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 560,
"cds_start": 353,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 2164,
"mane_select": "ENST00000314970.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "ENST00000314970.11",
"protein_id": "ENSP00000313816.6",
"transcript_support_level": 1,
"aa_start": 118,
"aa_end": null,
"aa_length": 560,
"cds_start": 353,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 2164,
"mane_select": "NM_152683.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "ENST00000512834.5",
"protein_id": "ENSP00000425316.1",
"transcript_support_level": 1,
"aa_start": 118,
"aa_end": null,
"aa_length": 559,
"cds_start": 353,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 2174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.-35A>G",
"hgvs_p": null,
"transcript": "ENST00000515774.5",
"protein_id": "ENSP00000421913.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 431,
"cds_start": -4,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "n.278+2411A>G",
"hgvs_p": null,
"transcript": "ENST00000506278.5",
"protein_id": "ENSP00000423409.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "n.278+2411A>G",
"hgvs_p": null,
"transcript": "ENST00000509002.5",
"protein_id": "ENSP00000423353.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "NM_001345891.2",
"protein_id": "NP_001332820.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 573,
"cds_start": 353,
"cds_end": null,
"cds_length": 1722,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 2203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "NM_001345892.2",
"protein_id": "NP_001332821.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 572,
"cds_start": 353,
"cds_end": null,
"cds_length": 1719,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 2197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "NM_001345893.2",
"protein_id": "NP_001332822.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 572,
"cds_start": 353,
"cds_end": null,
"cds_length": 1719,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 2200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "NM_001345895.2",
"protein_id": "NP_001332824.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 560,
"cds_start": 353,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 2161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "ENST00000503752.5",
"protein_id": "ENSP00000420860.1",
"transcript_support_level": 5,
"aa_start": 118,
"aa_end": null,
"aa_length": 560,
"cds_start": 353,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "NM_001300768.2",
"protein_id": "NP_001287697.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 559,
"cds_start": 353,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 2161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "NM_001345896.2",
"protein_id": "NP_001332825.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 559,
"cds_start": 353,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 2158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "NM_001345899.2",
"protein_id": "NP_001332828.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 476,
"cds_start": 353,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 1912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "XM_011531720.2",
"protein_id": "XP_011530022.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 573,
"cds_start": 353,
"cds_end": null,
"cds_length": 1722,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 2200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "XM_017007867.3",
"protein_id": "XP_016863356.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 515,
"cds_start": 353,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 2515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "XM_047449752.1",
"protein_id": "XP_047305708.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 339,
"cds_start": 353,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 1405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser",
"transcript": "XM_047449753.1",
"protein_id": "XP_047305709.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 311,
"cds_start": 353,
"cds_end": null,
"cds_length": 936,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "n.658A>G",
"hgvs_p": null,
"transcript": "NR_144312.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "n.658A>G",
"hgvs_p": null,
"transcript": "NR_144313.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "n.661A>G",
"hgvs_p": null,
"transcript": "NR_144314.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "n.661A>G",
"hgvs_p": null,
"transcript": "XR_938701.4",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.-35A>G",
"hgvs_p": null,
"transcript": "NM_001300767.2",
"protein_id": "NP_001287696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 431,
"cds_start": -4,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.-35A>G",
"hgvs_p": null,
"transcript": "XM_011531723.2",
"protein_id": "XP_011530025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": -4,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.31+2411A>G",
"hgvs_p": null,
"transcript": "NM_001345900.2",
"protein_id": "NP_001332829.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": -4,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.-289+2411A>G",
"hgvs_p": null,
"transcript": "NM_001345894.2",
"protein_id": "NP_001332823.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 341,
"cds_start": -4,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.-289+2411A>G",
"hgvs_p": null,
"transcript": "NM_001345897.2",
"protein_id": "NP_001332826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": -4,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.-289+2411A>G",
"hgvs_p": null,
"transcript": "NM_001345901.2",
"protein_id": "NP_001332830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": -4,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.-289+2411A>G",
"hgvs_p": null,
"transcript": "NM_001345898.2",
"protein_id": "NP_001332827.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 327,
"cds_start": -4,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "n.278+2411A>G",
"hgvs_p": null,
"transcript": "ENST00000515152.1",
"protein_id": "ENSP00000422199.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.31+2411A>G",
"hgvs_p": null,
"transcript": "XM_011531726.4",
"protein_id": "XP_011530028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 398,
"cds_start": -4,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.31+2411A>G",
"hgvs_p": null,
"transcript": "XM_047449751.1",
"protein_id": "XP_047305707.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 398,
"cds_start": -4,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"hgvs_c": "c.-289+2411A>G",
"hgvs_p": null,
"transcript": "XM_017007872.2",
"protein_id": "XP_016863361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 341,
"cds_start": -4,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PRIMPOL",
"gene_hgnc_id": 26575,
"dbsnp": "rs758006427",
"frequency_reference_population": 0.000040277955,
"hom_count_reference_population": 0,
"allele_count_reference_population": 65,
"gnomad_exomes_af": 0.0000396835,
"gnomad_genomes_af": 0.0000459855,
"gnomad_exomes_ac": 58,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14415445923805237,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.091,
"revel_prediction": "Benign",
"alphamissense_score": 0.0616,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.101,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.13,
"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_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_152683.4",
"gene_symbol": "PRIMPOL",
"hgnc_id": 26575,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.353A>G",
"hgvs_p": "p.Asn118Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}