Last updated: 2021-07-03

Checks: 2 0

Knit directory: wgcna-workflow/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2). 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 e65c504. 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:    .Rproj.user/

Untracked files:
    Untracked:  LICENSE
    Untracked:  data/all_for_wgcna/
    Untracked:  data/project/

Unstaged changes:
    Modified:   analysis/_site.yml
    Modified:   data/README.md

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/setup.Rmd) and HTML (docs/setup.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 f603eba xiayh17 2021-07-03 Build site.
html 2e16b49 xiayh17 2021-07-03 Build site.
html f2b5b31 xiayh17 2021-07-03 Build site.
Rmd 90f458a xiayh17 2021-07-03 Publish the initial files for myproject

在不同平台,WGCNA的代码应该是没有很大差异的,但是要想获得出色的性能表现,不同平台 上应该有一些相应的设置。

Windows

R

Microsoft R 很好的加速了一些计算过程,目前主要支持Linux和Windows平台,使用方法和使用一个不同版本的R是一样的,Windows支持同时存在多个版本的R。

下载链接:

Download . MRAN (microsoft.com)

Linux

To Do

Mac

To Do