← 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: 19-33387356-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=33387356&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 33387356,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_000285.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1470T>C",
"hgvs_p": "p.Ser490Ser",
"transcript": "NM_000285.4",
"protein_id": "NP_000276.2",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1470,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000244137.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000285.4"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1470T>C",
"hgvs_p": "p.Ser490Ser",
"transcript": "ENST00000244137.12",
"protein_id": "ENSP00000244137.5",
"transcript_support_level": 1,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1470,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000285.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000244137.12"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1560T>C",
"hgvs_p": "p.Ser520Ser",
"transcript": "ENST00000651901.2",
"protein_id": "ENSP00000498922.2",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 523,
"cds_start": 1560,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651901.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1536T>C",
"hgvs_p": "p.Ser512Ser",
"transcript": "ENST00000588328.7",
"protein_id": "ENSP00000468516.4",
"transcript_support_level": 3,
"aa_start": 512,
"aa_end": null,
"aa_length": 515,
"cds_start": 1536,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000588328.7"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1521T>C",
"hgvs_p": "p.Ser507Ser",
"transcript": "ENST00000698360.1",
"protein_id": "ENSP00000513683.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 510,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698360.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1512T>C",
"hgvs_p": "p.Ser504Ser",
"transcript": "ENST00000698427.1",
"protein_id": "ENSP00000513714.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 507,
"cds_start": 1512,
"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": "ENST00000698427.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1509T>C",
"hgvs_p": "p.Ser503Ser",
"transcript": "ENST00000879074.1",
"protein_id": "ENSP00000549133.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 506,
"cds_start": 1509,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879074.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1503T>C",
"hgvs_p": "p.Ser501Ser",
"transcript": "ENST00000947369.1",
"protein_id": "ENSP00000617428.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 504,
"cds_start": 1503,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947369.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1455T>C",
"hgvs_p": "p.Ser485Ser",
"transcript": "ENST00000879078.1",
"protein_id": "ENSP00000549137.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 488,
"cds_start": 1455,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879078.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1440T>C",
"hgvs_p": "p.Ser480Ser",
"transcript": "ENST00000879073.1",
"protein_id": "ENSP00000549132.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 483,
"cds_start": 1440,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879073.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1425T>C",
"hgvs_p": "p.Ser475Ser",
"transcript": "ENST00000698359.1",
"protein_id": "ENSP00000513682.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 478,
"cds_start": 1425,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698359.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1422T>C",
"hgvs_p": "p.Ser474Ser",
"transcript": "ENST00000947370.1",
"protein_id": "ENSP00000617429.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 477,
"cds_start": 1422,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947370.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1401T>C",
"hgvs_p": "p.Ser467Ser",
"transcript": "ENST00000879077.1",
"protein_id": "ENSP00000549136.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 470,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879077.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1398T>C",
"hgvs_p": "p.Ser466Ser",
"transcript": "ENST00000926219.1",
"protein_id": "ENSP00000596278.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 469,
"cds_start": 1398,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926219.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1347T>C",
"hgvs_p": "p.Ser449Ser",
"transcript": "NM_001166056.2",
"protein_id": "NP_001159528.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 452,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166056.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1347T>C",
"hgvs_p": "p.Ser449Ser",
"transcript": "ENST00000397032.8",
"protein_id": "ENSP00000380226.3",
"transcript_support_level": 2,
"aa_start": 449,
"aa_end": null,
"aa_length": 452,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397032.8"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1323T>C",
"hgvs_p": "p.Ser441Ser",
"transcript": "ENST00000879075.1",
"protein_id": "ENSP00000549134.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 444,
"cds_start": 1323,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879075.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1278T>C",
"hgvs_p": "p.Ser426Ser",
"transcript": "NM_001166057.2",
"protein_id": "NP_001159529.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 429,
"cds_start": 1278,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166057.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1278T>C",
"hgvs_p": "p.Ser426Ser",
"transcript": "ENST00000436370.7",
"protein_id": "ENSP00000391890.2",
"transcript_support_level": 2,
"aa_start": 426,
"aa_end": null,
"aa_length": 429,
"cds_start": 1278,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436370.7"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1278T>C",
"hgvs_p": "p.Ser426Ser",
"transcript": "ENST00000698432.1",
"protein_id": "ENSP00000513718.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 429,
"cds_start": 1278,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698432.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1251T>C",
"hgvs_p": "p.Ser417Ser",
"transcript": "ENST00000879076.1",
"protein_id": "ENSP00000549135.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 420,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879076.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1149T>C",
"hgvs_p": "p.Ser383Ser",
"transcript": "ENST00000698426.1",
"protein_id": "ENSP00000513713.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 386,
"cds_start": 1149,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698426.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.1149T>C",
"hgvs_p": "p.Ser383Ser",
"transcript": "ENST00000698428.1",
"protein_id": "ENSP00000513715.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 386,
"cds_start": 1149,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698428.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.984T>C",
"hgvs_p": "p.Ser328Ser",
"transcript": "ENST00000879072.1",
"protein_id": "ENSP00000549131.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 331,
"cds_start": 984,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879072.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.*98T>C",
"hgvs_p": null,
"transcript": "ENST00000698361.1",
"protein_id": "ENSP00000513684.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 495,
"cds_start": null,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698361.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "c.*607T>C",
"hgvs_p": null,
"transcript": "ENST00000698362.1",
"protein_id": "ENSP00000513685.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": null,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698362.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "n.542T>C",
"hgvs_p": null,
"transcript": "ENST00000591968.1",
"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": "pseudogene",
"feature": "ENST00000591968.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "n.1357T>C",
"hgvs_p": null,
"transcript": "ENST00000593085.1",
"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": "ENST00000593085.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "n.1353T>C",
"hgvs_p": null,
"transcript": "ENST00000698429.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": "ENST00000698429.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "n.*1629T>C",
"hgvs_p": null,
"transcript": "ENST00000698430.1",
"protein_id": "ENSP00000513716.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000698430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "n.*925T>C",
"hgvs_p": null,
"transcript": "ENST00000698431.1",
"protein_id": "ENSP00000513717.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000698431.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "n.932T>C",
"hgvs_p": null,
"transcript": "ENST00000698433.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": "ENST00000698433.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "n.*1629T>C",
"hgvs_p": null,
"transcript": "ENST00000698430.1",
"protein_id": "ENSP00000513716.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000698430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"hgvs_c": "n.*925T>C",
"hgvs_p": null,
"transcript": "ENST00000698431.1",
"protein_id": "ENSP00000513717.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000698431.1"
}
],
"gene_symbol": "PEPD",
"gene_hgnc_id": 8840,
"dbsnp": "rs529823817",
"frequency_reference_population": 0.00018029695,
"hom_count_reference_population": 2,
"allele_count_reference_population": 291,
"gnomad_exomes_af": 0.000187459,
"gnomad_genomes_af": 0.000111584,
"gnomad_exomes_ac": 274,
"gnomad_genomes_ac": 17,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"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.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.244,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_000285.4",
"gene_symbol": "PEPD",
"hgnc_id": 8840,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1470T>C",
"hgvs_p": "p.Ser490Ser"
}
],
"clinvar_disease": "PEPD-related disorder,Prolidase deficiency,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:1",
"phenotype_combined": "Prolidase deficiency|not provided|PEPD-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}