Bootstrap

WGCNA加权基因共表达网络分析

Last Update: 17 March 2024 染山

参考脚本:

WGCNA Gene Correlation Network Analysis

https://mp.weixin.qq.com/s/5OUY5KDwgi05MlFrV_7Qjw

Network analysis with WGCNA

WGCNA R 包根据表达数据构建“加权基因共表达网络分析”。最初发表于 2008 年,引用如下:

更多信息

Installing WGCNA

install.packages(c("tidyverse", "magrittr", "WGCNA"))

Overview

The WGCNA pipeline is expecting an input matrix of RNA Sequence counts. Usually we need to rotate (transpose) the input data so rows = treatments and columns = gene probes.

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;