WGCNA¶
简介¶
Weighted correlation network analysis, also known as weighted gene co-expression network analysis (WGCNA), is a widely used data mining method especially for studying biological networks based on pairwise correla tions between variables.
完整步骤¶
module load miniconda3
conda create -n mypy
source activate mypy
conda install -c bioconda r-wgcna
最后更新:
2025 年 02 月 14 日