← 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: 15-85109118-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=85109118&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 85109118,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_002605.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "NM_002605.3",
"protein_id": "NP_002596.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 829,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000394553.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002605.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "ENST00000394553.6",
"protein_id": "ENSP00000378056.1",
"transcript_support_level": 1,
"aa_start": 368,
"aa_end": null,
"aa_length": 829,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002605.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394553.6"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "ENST00000310298.8",
"protein_id": "ENSP00000311453.4",
"transcript_support_level": 1,
"aa_start": 368,
"aa_end": null,
"aa_length": 829,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000310298.8"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.964C>A",
"hgvs_p": "p.Arg322Ser",
"transcript": "ENST00000339708.9",
"protein_id": "ENSP00000340679.5",
"transcript_support_level": 1,
"aa_start": 322,
"aa_end": null,
"aa_length": 783,
"cds_start": 964,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000339708.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.*336C>A",
"hgvs_p": null,
"transcript": "ENST00000478717.5",
"protein_id": "ENSP00000432309.1",
"transcript_support_level": 1,
"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": "ENST00000478717.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.*481C>A",
"hgvs_p": null,
"transcript": "ENST00000485596.5",
"protein_id": "ENSP00000431976.1",
"transcript_support_level": 1,
"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": "ENST00000485596.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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.*189C>A",
"hgvs_p": null,
"transcript": "ENST00000559742.5",
"protein_id": "ENSP00000452907.1",
"transcript_support_level": 1,
"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": "ENST00000559742.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.*336C>A",
"hgvs_p": null,
"transcript": "ENST00000478717.5",
"protein_id": "ENSP00000432309.1",
"transcript_support_level": 1,
"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": "ENST00000478717.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.*481C>A",
"hgvs_p": null,
"transcript": "ENST00000485596.5",
"protein_id": "ENSP00000431976.1",
"transcript_support_level": 1,
"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": "ENST00000485596.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.*189C>A",
"hgvs_p": null,
"transcript": "ENST00000559742.5",
"protein_id": "ENSP00000452907.1",
"transcript_support_level": 1,
"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": "ENST00000559742.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1120C>A",
"hgvs_p": "p.Arg374Ser",
"transcript": "ENST00000962320.1",
"protein_id": "ENSP00000632379.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 835,
"cds_start": 1120,
"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": "ENST00000962320.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "ENST00000853253.1",
"protein_id": "ENSP00000523312.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 829,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853253.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "ENST00000911346.1",
"protein_id": "ENSP00000581405.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 829,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911346.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1093C>A",
"hgvs_p": "p.Arg365Ser",
"transcript": "ENST00000962321.1",
"protein_id": "ENSP00000632380.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 826,
"cds_start": 1093,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962321.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1045C>A",
"hgvs_p": "p.Arg349Ser",
"transcript": "ENST00000853258.1",
"protein_id": "ENSP00000523317.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 810,
"cds_start": 1045,
"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": "ENST00000853258.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "ENST00000853254.1",
"protein_id": "ENSP00000523313.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 807,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853254.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.964C>A",
"hgvs_p": "p.Arg322Ser",
"transcript": "NM_173454.1",
"protein_id": "NP_775656.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 783,
"cds_start": 964,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173454.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.958C>A",
"hgvs_p": "p.Arg320Ser",
"transcript": "ENST00000962319.1",
"protein_id": "ENSP00000632378.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 781,
"cds_start": 958,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962319.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.886C>A",
"hgvs_p": "p.Arg296Ser",
"transcript": "NM_001243137.2",
"protein_id": "NP_001230066.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 757,
"cds_start": 886,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243137.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.886C>A",
"hgvs_p": "p.Arg296Ser",
"transcript": "ENST00000557957.5",
"protein_id": "ENSP00000453808.1",
"transcript_support_level": 2,
"aa_start": 296,
"aa_end": null,
"aa_length": 757,
"cds_start": 886,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557957.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.799C>A",
"hgvs_p": "p.Arg267Ser",
"transcript": "ENST00000853257.1",
"protein_id": "ENSP00000523316.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 728,
"cds_start": 799,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853257.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "ENST00000962318.1",
"protein_id": "ENSP00000632377.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 712,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962318.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "ENST00000962322.1",
"protein_id": "ENSP00000632381.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 690,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962322.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.661C>A",
"hgvs_p": "p.Arg221Ser",
"transcript": "ENST00000853255.1",
"protein_id": "ENSP00000523314.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 682,
"cds_start": 661,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853255.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.595C>A",
"hgvs_p": "p.Arg199Ser",
"transcript": "ENST00000853256.1",
"protein_id": "ENSP00000523315.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 660,
"cds_start": 595,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853256.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.886C>A",
"hgvs_p": "p.Arg296Ser",
"transcript": "XM_047432656.1",
"protein_id": "XP_047288612.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 757,
"cds_start": 886,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432656.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Ser",
"transcript": "XM_047432657.1",
"protein_id": "XP_047288613.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 711,
"cds_start": 748,
"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": "XM_047432657.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.532C>A",
"hgvs_p": "p.Arg178Ser",
"transcript": "XM_047432658.1",
"protein_id": "XP_047288614.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 639,
"cds_start": 532,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432658.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"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": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "XM_017022310.3",
"protein_id": "XP_016877799.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 596,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022310.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.361C>A",
"hgvs_p": "p.Arg121Ser",
"transcript": "XM_047432659.1",
"protein_id": "XP_047288615.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 582,
"cds_start": 361,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432659.1"
},
{
"aa_ref": "R",
"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": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.328C>A",
"hgvs_p": "p.Arg110Ser",
"transcript": "XM_011521668.3",
"protein_id": "XP_011519970.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 571,
"cds_start": 328,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521668.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser",
"transcript": "XM_047432661.1",
"protein_id": "XP_047288617.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 403,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432661.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "c.-39C>A",
"hgvs_p": null,
"transcript": "XM_047432660.1",
"protein_id": "XP_047288616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 449,
"cds_start": null,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432660.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.539C>A",
"hgvs_p": null,
"transcript": "ENST00000557819.6",
"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": "pseudogene",
"feature": "ENST00000557819.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.419C>A",
"hgvs_p": null,
"transcript": "ENST00000557954.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": "ENST00000557954.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.395C>A",
"hgvs_p": null,
"transcript": "ENST00000558543.5",
"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": "ENST00000558543.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.*145C>A",
"hgvs_p": null,
"transcript": "ENST00000559086.5",
"protein_id": "ENSP00000454094.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": "ENST00000559086.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.2572C>A",
"hgvs_p": null,
"transcript": "ENST00000560789.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": "ENST00000560789.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.1409C>A",
"hgvs_p": null,
"transcript": "XR_007064457.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007064457.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"hgvs_c": "n.*145C>A",
"hgvs_p": null,
"transcript": "ENST00000559086.5",
"protein_id": "ENSP00000454094.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": "ENST00000559086.5"
}
],
"gene_symbol": "PDE8A",
"gene_hgnc_id": 8793,
"dbsnp": "rs764756300",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4893493354320526,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.335,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2439,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.134,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002605.3",
"gene_symbol": "PDE8A",
"hgnc_id": 8793,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1102C>A",
"hgvs_p": "p.Arg368Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}