← 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: 2-218633671-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=218633671&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 218633671,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_032726.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "NM_032726.4",
"protein_id": "NP_116115.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 762,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000450993.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032726.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000450993.7",
"protein_id": "ENSP00000388631.2",
"transcript_support_level": 1,
"aa_start": 506,
"aa_end": null,
"aa_length": 762,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032726.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450993.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1612C>T",
"hgvs_p": "p.Arg538Cys",
"transcript": "ENST00000432688.5",
"protein_id": "ENSP00000396185.1",
"transcript_support_level": 5,
"aa_start": 538,
"aa_end": null,
"aa_length": 794,
"cds_start": 1612,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432688.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000417849.5",
"protein_id": "ENSP00000396942.1",
"transcript_support_level": 5,
"aa_start": 506,
"aa_end": null,
"aa_length": 762,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417849.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "NM_001379659.1",
"protein_id": "NP_001366588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000411696.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379659.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "ENST00000411696.7",
"protein_id": "ENSP00000398798.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001379659.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411696.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1612C>T",
"hgvs_p": "p.Arg538Cys",
"transcript": "ENST00000944043.1",
"protein_id": "ENSP00000614102.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 794,
"cds_start": 1612,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944043.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000944045.1",
"protein_id": "ENSP00000614104.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 759,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944045.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1459C>T",
"hgvs_p": "p.Arg487Cys",
"transcript": "ENST00000944044.1",
"protein_id": "ENSP00000614103.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 743,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944044.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1363C>T",
"hgvs_p": "p.Arg455Cys",
"transcript": "ENST00000867505.1",
"protein_id": "ENSP00000537564.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 711,
"cds_start": 1363,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867505.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1357C>T",
"hgvs_p": "p.Arg453Cys",
"transcript": "ENST00000867504.1",
"protein_id": "ENSP00000537563.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 709,
"cds_start": 1357,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867504.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579Cys",
"transcript": "XM_047446072.1",
"protein_id": "XP_047302028.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 861,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446072.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579Cys",
"transcript": "XM_047446074.1",
"protein_id": "XP_047302030.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 861,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446074.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579Cys",
"transcript": "XM_047446075.1",
"protein_id": "XP_047302031.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 861,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446075.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579Cys",
"transcript": "XM_047446076.1",
"protein_id": "XP_047302032.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 835,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446076.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1612C>T",
"hgvs_p": "p.Arg538Cys",
"transcript": "XM_011512012.2",
"protein_id": "XP_011510314.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 820,
"cds_start": 1612,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512012.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1582C>T",
"hgvs_p": "p.Arg528Cys",
"transcript": "XM_047446077.1",
"protein_id": "XP_047302033.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 810,
"cds_start": 1582,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446077.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1612C>T",
"hgvs_p": "p.Arg538Cys",
"transcript": "XM_024453182.2",
"protein_id": "XP_024308950.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 794,
"cds_start": 1612,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453182.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "XM_005246913.3",
"protein_id": "XP_005246970.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 788,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246913.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "NM_001366290.3",
"protein_id": "NP_001353219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366290.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "NM_001379660.1",
"protein_id": "NP_001366589.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379660.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "NM_001379661.1",
"protein_id": "NP_001366590.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379661.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "NM_001379662.1",
"protein_id": "NP_001366591.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1687,
"cds_start": null,
"cds_end": null,
"cds_length": 5064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379662.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_011511786.3",
"protein_id": "XP_011510088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511786.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_011511788.3",
"protein_id": "XP_011510090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511788.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_047445777.1",
"protein_id": "XP_047301733.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445777.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_047445778.1",
"protein_id": "XP_047301734.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1687,
"cds_start": null,
"cds_end": null,
"cds_length": 5064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445778.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_047445779.1",
"protein_id": "XP_047301735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1687,
"cds_start": null,
"cds_end": null,
"cds_length": 5064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445779.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_047445780.1",
"protein_id": "XP_047301736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1687,
"cds_start": null,
"cds_end": null,
"cds_length": 5064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445780.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_047445781.1",
"protein_id": "XP_047301737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1687,
"cds_start": null,
"cds_end": null,
"cds_length": 5064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445781.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_047445782.1",
"protein_id": "XP_047301738.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1687,
"cds_start": null,
"cds_end": null,
"cds_length": 5064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445782.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_047445783.1",
"protein_id": "XP_047301739.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1648,
"cds_start": null,
"cds_end": null,
"cds_length": 4947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445783.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF142",
"gene_hgnc_id": 12927,
"hgvs_c": "c.*4668G>A",
"hgvs_p": null,
"transcript": "XM_047445784.1",
"protein_id": "XP_047301740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1524,
"cds_start": null,
"cds_end": null,
"cds_length": 4575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445784.1"
},
{
"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": 10,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.1450-434C>T",
"hgvs_p": null,
"transcript": "XM_047446078.1",
"protein_id": "XP_047302034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446078.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.2549C>T",
"hgvs_p": null,
"transcript": "ENST00000459791.5",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000459791.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.651C>T",
"hgvs_p": null,
"transcript": "ENST00000465713.5",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000465713.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.1551C>T",
"hgvs_p": null,
"transcript": "ENST00000473443.5",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000473443.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.1265C>T",
"hgvs_p": null,
"transcript": "ENST00000483685.5",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000483685.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000484718.1",
"protein_id": null,
"transcript_support_level": 3,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484718.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.554C>T",
"hgvs_p": null,
"transcript": "ENST00000497482.1",
"protein_id": null,
"transcript_support_level": 4,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000497482.1"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.334-434C>T",
"hgvs_p": null,
"transcript": "ENST00000458239.1",
"protein_id": "ENSP00000403935.1",
"transcript_support_level": 4,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000458239.1"
}
],
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"dbsnp": "rs199581087",
"frequency_reference_population": 0.00004524876,
"hom_count_reference_population": 0,
"allele_count_reference_population": 73,
"gnomad_exomes_af": 0.0000438035,
"gnomad_genomes_af": 0.0000591203,
"gnomad_exomes_ac": 64,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02645653486251831,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.085,
"revel_prediction": "Benign",
"alphamissense_score": 0.0831,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.271,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_032726.4",
"gene_symbol": "PLCD4",
"hgnc_id": 9062,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys"
},
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "NM_001366290.3",
"gene_symbol": "ZNF142",
"hgnc_id": 12927,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*4668G>A",
"hgvs_p": null
}
],
"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
}