← 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: 5-58976418-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=58976418&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 58976418,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001104631.2",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1762A>G",
"hgvs_p": "p.Met588Val",
"transcript": "NM_001104631.2",
"protein_id": "NP_001098101.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 809,
"cds_start": 1762,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000340635.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001104631.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1762A>G",
"hgvs_p": "p.Met588Val",
"transcript": "ENST00000340635.11",
"protein_id": "ENSP00000345502.6",
"transcript_support_level": 1,
"aa_start": 588,
"aa_end": null,
"aa_length": 809,
"cds_start": 1762,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001104631.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340635.11"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1579A>G",
"hgvs_p": "p.Met527Val",
"transcript": "ENST00000502484.6",
"protein_id": "ENSP00000423094.2",
"transcript_support_level": 1,
"aa_start": 527,
"aa_end": null,
"aa_length": 748,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502484.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1570A>G",
"hgvs_p": "p.Met524Val",
"transcript": "ENST00000507116.6",
"protein_id": "ENSP00000424852.1",
"transcript_support_level": 1,
"aa_start": 524,
"aa_end": null,
"aa_length": 745,
"cds_start": 1570,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507116.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1396A>G",
"hgvs_p": "p.Met466Val",
"transcript": "ENST00000405755.6",
"protein_id": "ENSP00000384806.2",
"transcript_support_level": 1,
"aa_start": 466,
"aa_end": null,
"aa_length": 687,
"cds_start": 1396,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405755.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1372A>G",
"hgvs_p": "p.Met458Val",
"transcript": "ENST00000503258.5",
"protein_id": "ENSP00000425605.1",
"transcript_support_level": 1,
"aa_start": 458,
"aa_end": null,
"aa_length": 679,
"cds_start": 1372,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503258.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1354A>G",
"hgvs_p": "p.Met452Val",
"transcript": "ENST00000360047.9",
"protein_id": "ENSP00000353152.5",
"transcript_support_level": 1,
"aa_start": 452,
"aa_end": null,
"aa_length": 673,
"cds_start": 1354,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360047.9"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.889A>G",
"hgvs_p": "p.Met297Val",
"transcript": "ENST00000317118.12",
"protein_id": "ENSP00000321739.8",
"transcript_support_level": 1,
"aa_start": 297,
"aa_end": null,
"aa_length": 518,
"cds_start": 889,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000317118.12"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.856A>G",
"hgvs_p": "p.Met286Val",
"transcript": "ENST00000358923.10",
"protein_id": "ENSP00000351800.6",
"transcript_support_level": 1,
"aa_start": 286,
"aa_end": null,
"aa_length": 507,
"cds_start": 856,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358923.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "n.*966A>G",
"hgvs_p": null,
"transcript": "ENST00000309641.10",
"protein_id": "ENSP00000308485.6",
"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": "ENST00000309641.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "n.1498A>G",
"hgvs_p": null,
"transcript": "ENST00000515011.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000515011.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "n.*966A>G",
"hgvs_p": null,
"transcript": "ENST00000309641.10",
"protein_id": "ENSP00000308485.6",
"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": "ENST00000309641.10"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1579A>G",
"hgvs_p": "p.Met527Val",
"transcript": "NM_001165899.2",
"protein_id": "NP_001159371.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 748,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001165899.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1579A>G",
"hgvs_p": "p.Met527Val",
"transcript": "NM_001364599.1",
"protein_id": "NP_001351528.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 748,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364599.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1570A>G",
"hgvs_p": "p.Met524Val",
"transcript": "NM_001197218.2",
"protein_id": "NP_001184147.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 745,
"cds_start": 1570,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001197218.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1549A>G",
"hgvs_p": "p.Met517Val",
"transcript": "NM_001349241.2",
"protein_id": "NP_001336170.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 738,
"cds_start": 1549,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349241.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Met478Val",
"transcript": "NM_001349242.2",
"protein_id": "NP_001336171.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 699,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349242.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1432A>G",
"hgvs_p": "p.Met478Val",
"transcript": "ENST00000636120.1",
"protein_id": "ENSP00000490821.1",
"transcript_support_level": 5,
"aa_start": 478,
"aa_end": null,
"aa_length": 699,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636120.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1396A>G",
"hgvs_p": "p.Met466Val",
"transcript": "NM_001197219.2",
"protein_id": "NP_001184148.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 687,
"cds_start": 1396,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001197219.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1372A>G",
"hgvs_p": "p.Met458Val",
"transcript": "NM_001197220.2",
"protein_id": "NP_001184149.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 679,
"cds_start": 1372,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001197220.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1354A>G",
"hgvs_p": "p.Met452Val",
"transcript": "NM_006203.5",
"protein_id": "NP_006194.2",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 673,
"cds_start": 1354,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006203.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1090A>G",
"hgvs_p": "p.Met364Val",
"transcript": "NM_001197222.2",
"protein_id": "NP_001184151.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 585,
"cds_start": 1090,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001197222.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.994A>G",
"hgvs_p": "p.Met332Val",
"transcript": "NM_001349243.2",
"protein_id": "NP_001336172.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 553,
"cds_start": 994,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349243.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.994A>G",
"hgvs_p": "p.Met332Val",
"transcript": "NM_001364604.1",
"protein_id": "NP_001351533.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 553,
"cds_start": 994,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364604.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.889A>G",
"hgvs_p": "p.Met297Val",
"transcript": "NM_001197223.2",
"protein_id": "NP_001184152.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 518,
"cds_start": 889,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001197223.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.856A>G",
"hgvs_p": "p.Met286Val",
"transcript": "NM_001197221.2",
"protein_id": "NP_001184150.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 507,
"cds_start": 856,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001197221.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.856A>G",
"hgvs_p": "p.Met286Val",
"transcript": "NM_001364603.1",
"protein_id": "NP_001351532.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 507,
"cds_start": 856,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364603.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.856A>G",
"hgvs_p": "p.Met286Val",
"transcript": "ENST00000505453.1",
"protein_id": "ENSP00000421013.1",
"transcript_support_level": 5,
"aa_start": 286,
"aa_end": null,
"aa_length": 421,
"cds_start": 856,
"cds_end": null,
"cds_length": 1267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505453.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1726A>G",
"hgvs_p": "p.Met576Val",
"transcript": "XM_011543469.2",
"protein_id": "XP_011541771.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 797,
"cds_start": 1726,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543469.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1726A>G",
"hgvs_p": "p.Met576Val",
"transcript": "XM_024446110.2",
"protein_id": "XP_024301878.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 797,
"cds_start": 1726,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446110.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1579A>G",
"hgvs_p": "p.Met527Val",
"transcript": "XM_011543473.2",
"protein_id": "XP_011541775.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 748,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543473.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1579A>G",
"hgvs_p": "p.Met527Val",
"transcript": "XM_017009566.1",
"protein_id": "XP_016865055.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 748,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009566.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1579A>G",
"hgvs_p": "p.Met527Val",
"transcript": "XM_024446112.2",
"protein_id": "XP_024301880.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 748,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446112.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1579A>G",
"hgvs_p": "p.Met527Val",
"transcript": "XM_047417293.1",
"protein_id": "XP_047273249.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 748,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417293.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1579A>G",
"hgvs_p": "p.Met527Val",
"transcript": "XM_047417294.1",
"protein_id": "XP_047273250.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 748,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417294.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1564A>G",
"hgvs_p": "p.Met522Val",
"transcript": "XM_017009567.1",
"protein_id": "XP_016865056.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 743,
"cds_start": 1564,
"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": "XM_017009567.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1549A>G",
"hgvs_p": "p.Met517Val",
"transcript": "XM_047417295.1",
"protein_id": "XP_047273251.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 738,
"cds_start": 1549,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417295.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1354A>G",
"hgvs_p": "p.Met452Val",
"transcript": "XM_047417296.1",
"protein_id": "XP_047273252.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 673,
"cds_start": 1354,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417296.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1321A>G",
"hgvs_p": "p.Met441Val",
"transcript": "XM_047417297.1",
"protein_id": "XP_047273253.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 662,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417297.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1258A>G",
"hgvs_p": "p.Met420Val",
"transcript": "XM_047417298.1",
"protein_id": "XP_047273254.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 641,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417298.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"hgvs_c": "c.1258A>G",
"hgvs_p": "p.Met420Val",
"transcript": "XM_047417299.1",
"protein_id": "XP_047273255.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 641,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417299.1"
}
],
"gene_symbol": "PDE4D",
"gene_hgnc_id": 8783,
"dbsnp": "rs1554033934",
"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.7508889436721802,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.71,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7348,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.21,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.017,
"phylop100way_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3,PP5",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001104631.2",
"gene_symbol": "PDE4D",
"hgnc_id": 8783,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.1762A>G",
"hgvs_p": "p.Met588Val"
}
],
"clinvar_disease": "Acrodysostosis 2 with or without hormone resistance,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:2 LP:1 US:2",
"phenotype_combined": "Acrodysostosis 2 with or without hormone resistance|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}