← 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: X-18749853-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=18749853&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 18749853,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_006240.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_001377996.1",
"protein_id": "NP_001364925.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000470157.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377996.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000470157.2",
"protein_id": "ENSP00000419273.2",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001377996.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470157.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000361511.9",
"protein_id": "ENSP00000354871.3",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361511.9"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_001377986.2",
"protein_id": "NP_001364915.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377986.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_001377993.1",
"protein_id": "NP_001364922.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377993.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_001378381.1",
"protein_id": "NP_001365310.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378381.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_001389620.1",
"protein_id": "NP_001376549.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389620.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_001389621.1",
"protein_id": "NP_001376550.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389621.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_006240.4",
"protein_id": "NP_006231.2",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006240.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000471570.6",
"protein_id": "ENSP00000509623.1",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000471570.6"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000689646.1",
"protein_id": "ENSP00000509616.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689646.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000692488.1",
"protein_id": "ENSP00000510505.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692488.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000908182.1",
"protein_id": "ENSP00000578241.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908182.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000908183.1",
"protein_id": "ENSP00000578242.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908183.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000472826.6",
"protein_id": "ENSP00000419948.2",
"transcript_support_level": 4,
"aa_start": 99,
"aa_end": null,
"aa_length": 634,
"cds_start": 297,
"cds_end": null,
"cds_length": 1907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000472826.6"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_152224.2",
"protein_id": "NP_689410.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 625,
"cds_start": 297,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152224.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_001389623.1",
"protein_id": "NP_001376552.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 591,
"cds_start": 297,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389623.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "NM_152226.2",
"protein_id": "NP_689412.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 591,
"cds_start": 297,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152226.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "ENST00000349874.10",
"protein_id": "ENSP00000341892.5",
"transcript_support_level": 5,
"aa_start": 99,
"aa_end": null,
"aa_length": 591,
"cds_start": 297,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349874.10"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.102C>T",
"hgvs_p": "p.Asp34Asp",
"transcript": "NM_001377994.1",
"protein_id": "NP_001364923.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 588,
"cds_start": 102,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377994.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.27C>T",
"hgvs_p": "p.Asp9Asp",
"transcript": "NM_001377995.1",
"protein_id": "NP_001364924.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 563,
"cds_start": 27,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377995.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.27C>T",
"hgvs_p": "p.Asp9Asp",
"transcript": "NM_001389624.1",
"protein_id": "NP_001376553.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 563,
"cds_start": 27,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389624.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.27C>T",
"hgvs_p": "p.Asp9Asp",
"transcript": "ENST00000496616.6",
"protein_id": "ENSP00000508824.1",
"transcript_support_level": 3,
"aa_start": 9,
"aa_end": null,
"aa_length": 563,
"cds_start": 27,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000496616.6"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "XM_047442192.1",
"protein_id": "XP_047298148.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442192.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "XM_047442193.1",
"protein_id": "XP_047298149.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442193.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "XM_047442194.1",
"protein_id": "XP_047298150.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442194.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp",
"transcript": "XM_047442195.1",
"protein_id": "XP_047298151.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 653,
"cds_start": 297,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442195.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.27C>T",
"hgvs_p": "p.Asp9Asp",
"transcript": "XM_017029612.2",
"protein_id": "XP_016885101.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 563,
"cds_start": 27,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029612.2"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.236-11677C>T",
"hgvs_p": null,
"transcript": "NM_001378382.1",
"protein_id": "NP_001365311.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 561,
"cds_start": null,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378382.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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "c.-60-7774C>T",
"hgvs_p": null,
"transcript": "ENST00000496075.2",
"protein_id": "ENSP00000418623.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 177,
"cds_start": null,
"cds_end": null,
"cds_length": 536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000496075.2"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"hgvs_c": "n.297C>T",
"hgvs_p": null,
"transcript": "ENST00000379962.4",
"protein_id": "ENSP00000508462.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000379962.4"
}
],
"gene_symbol": "PPEF1",
"gene_hgnc_id": 9243,
"dbsnp": "rs150392543",
"frequency_reference_population": 0.0001431784,
"hom_count_reference_population": 45,
"allele_count_reference_population": 167,
"gnomad_exomes_af": 0.000103819,
"gnomad_genomes_af": 0.000576084,
"gnomad_exomes_ac": 111,
"gnomad_genomes_ac": 56,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.738,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_006240.4",
"gene_symbol": "PPEF1",
"hgnc_id": 9243,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.297C>T",
"hgvs_p": "p.Asp99Asp"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}