Last updated: 2024-06-11

Checks: 2 0

Knit directory: PPP/

This reproducible R Markdown analysis was created with workflowr (version 1.7.1). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 6336caf. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .RData
    Ignored:    .Rhistory
    Ignored:    code/.DS_Store
    Ignored:    code/TieDIE-devel/.DS_Store
    Ignored:    code/TieDIE-devel/examples/.DS_Store
    Ignored:    code/TieDIE-devel/examples/hnsc/.DS_Store
    Ignored:    code/TieDIE-tiedie2/.DS_Store
    Ignored:    code/TieDIE-tiedie2/examples/.DS_Store
    Ignored:    data/.DS_Store
    Ignored:    data/Phosphoproteome_BCM_GENCODE_v34_harmonized_v1/.DS_Store
    Ignored:    data/Phosphoproteome_BCM_GENCODE_v34_harmonized_v1/README/.DS_Store
    Ignored:    data/Proteome_BCM_GENCODE_v34_harmonized_v1/.DS_Store
    Ignored:    data/Proteome_BCM_GENCODE_v34_harmonized_v1/README/.DS_Store
    Ignored:    output/.DS_Store
    Ignored:    output/cnv/.DS_Store
    Ignored:    output/phos_processed/
    Ignored:    output/phos_regul_object/
    Ignored:    output/regulon/.DS_Store

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
html 420e740 Zhen Zuo 2024-06-11 Build site.
html 04e3443 Zhen Zuo 2024-06-11 Build site.
Rmd 334dcce Zhen Zuo 2024-06-11 Publish files
Rmd bec31d5 Zhen Zuo 2024-06-10 .
html 7c1057b Zhen Zuo 2024-06-10 Build site.
Rmd 3634258 Zhen Zuo 2024-06-10 Publish files
html 713554a Zhen Zuo 2024-06-09 Build site.
Rmd 92519a0 Zhen Zuo 2024-06-09 Publish files
html 7f39b67 Zhen Zuo 2024-06-09 Build site.
Rmd f913cbc Zhen Zuo 2024-06-09 Publish files
html 3a26fb0 Zhen Zuo 2024-05-28 Build site.
html da0867e Zhen Zuo 2024-05-28 Build site.
Rmd 3592dd6 Zhen Zuo 2024-05-28 Publish files
html 5de8ce9 Zhen Zuo 2024-05-28 Build site.
Rmd 3d1adad Zhen Zuo 2024-05-28 Publish files
html 7e476e7 Zhen Zuo 2024-05-24 Build site.
Rmd 17401c9 Zhen Zuo 2024-05-24 Publish files
html 6df58df Zhen Zuo 2024-05-24 Build site.
Rmd fe48b9f Zhen Zuo 2024-05-24 Publish files
html 5f6c3b1 Zhen Zuo 2024-05-23 Build site.
Rmd da5b205 Zhen Zuo 2024-05-23 Publish files
html 37b072e Zhen Zuo 2024-05-23 Update index.html
Rmd f3640f4 Zhen Zuo 2024-05-23 push
html f3640f4 Zhen Zuo 2024-05-23 push
html bfe2587 Zhen Zuo 2024-05-23 Build site.
Rmd 76d0a4e Zhen Zuo 2024-05-23 wflow_git_commit(all = TRUE)
Rmd c2509b0 Zhen Zuo 2024-05-23 Publish files
html a37c3dd Zhen Zuo 2024-05-22 Build site.
Rmd df425d9 Zhen Zuo 2024-05-22 wflow_publish(all = TRUE)
html df425d9 Zhen Zuo 2024-05-22 wflow_publish(all = TRUE)
Rmd 07f44d6 Zhen Zuo 2024-05-21 update
html 07f44d6 Zhen Zuo 2024-05-21 update
html 3e0915c Zhen Zuo 2024-05-21 Build site.
Rmd b4440e6 Zhen Zuo 2024-05-21 wflow_git_commit(all = TRUE)
html 0fa724b Zhen Zuo 2024-05-21 Publish the initial files for myproject
html 4aa2e51 Zhen Zuo 2024-05-21 Build site.
Rmd 8aa49f1 Zhen Zuo 2024-05-21 Start workflowr project.

1 Pipeline

Pipeline

2 Virtual Inference of Protein-activity by Enriched Regulon Analysis

2.2 Context-specific Networks

Extract Context-Specific Networks

2.3 Build Regulon Object

Build Regulon Object

2.4 Run Virtual Inference of Protein-activity by Enriched Regulon Analysis

Run Viper

Export Viper Results

3 TieDIE: Tied Diffusion for Subnetwork Discovery.

3.1 Preparing Input and Run Analysis

Preparing Input and Run Analysis

3.2 Plot Network

Plot Network

4 Patient-specific and group-specific gene networks

msVIPER

5 Environment setup

Set up python2.7

To set up python2.7 on MacOs

Then run

conda create -n py27 --f py27.yml

To active it

source /opt/homebrew/Caskroom/mambaforge/base/etc/profile.d/conda.sh;  
conda activate py27;  
Set up Viper
if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("viper")