EJP-RD WP13 case-study: CAKUT proteome, peptidome and miRNome data analysis using WikiPathways

public public 1yr ago Version: Version 1 0 bookmarks

In this analysis, we created an extended pathway, using the WikiPathways repository (Version 20210110) and the three -omics datasets. For this, each of the three -omics datasets was first analyzed to identify differentially expressed elements, and pathways associated with the significant miRNA-protein links were detected. A miRNA-protein link is deemed significant, and may possibly be implying causality, if both a miRNA and its target are significantly differentially expressed.

The peptidome and the proteome datasets were quantile normalized and log2 transformed (Pan and Zhang 2018; Zhao, Wong, and Goh 2020). Before transformation, peptide IDs were mapped to protein IDs, using the information provided by the data uploaders, and were summarized into single protein-level values using geometric mean. The miRNome dataset was already normalized and transformed; thus, the information of their targeting genes was simply added to each miRNA ID, using the information provided by miTaRBase (Huang et al. 2019). As a result, all three datasets had been mapped to their appropriate gene product-level (or, protein-level) identifiers.

Code Snippets

18
19
20
21
22
shell:
    "mkdir multiomics_run && R -f cakut_analysis.R --args {params.mapped_folder}peptide_training_tsv.txt 
    {params.mapped_folder}/peptide_validation_tsv.txt {params.mapped_folder}/peptide_to_protein_tsv.txt 
    {params.mapped_folder}/mirnome_tsv.txt {params.mapped_folder}/proteome_tsv.txt {params.mapped_folder}/wikipathways-20210110-gmt-Homo_sapiens.gmt 
    {params.mapped_folder}/MicroRNA_Target_Sites_curated.csv output"
From line 18 of raw/Snakemake
ShowHide 1 more snippets with no or duplicated tags.

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://workflowhub.eu/workflows/331
Name: ejp-rd-wp13-case-study-cakut-proteome-peptidome-an
Version: Version 1
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: None
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...