-
Notifications
You must be signed in to change notification settings - Fork 3
/
coexpressionclustering.qmd
33 lines (26 loc) · 1.64 KB
/
coexpressionclustering.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "Co-expression clustering"
author: "Cox Lab"
format:
html:
toc: true
toc-depth: 4
toc-expand: false
number-sections: true
number-depth: 4
editor: source
date: today
bibliography: references.bib
csl: nature.csl
---
This analysis is provided through the `R`-language integration into Perseus and therefore requires `R` as well as the `WGCNA` package to be installed. Visit [WGCNA](WGCNA.html) [@langfelder2008] page for more information and installation instructions.
More information about co-expression clustering can be found at the following resources:
- [~~official WGCNA tutorials~~](https://labs.genetics.ucla.edu/horvath/htCoexpressionNetwork/Rpackages/WGCNA/Tutorials/index.html).
- [Network analysis with WGCNA](https://bioinformaticsworkbook.org/tutorials/wgcna.html#gsc.tab=0)
- [WGCNA - RNA-seq](https://alexslemonade.github.io/refinebio-examples/04-advanced-topics/network-analysis_rnaseq_01_wgcna.html)
# Description
The co-expression network is created using the defined correlation function. The determined power is applied to the network (see [Soft-threshold](softthreshold.html) for more info).
Topological overlap distance is used to create the hierarchical clustering dendrogram. The co-expression modules are determined using the dynamic tree-cut method. For each module, a module eigengene is reported, with its name corresponding to the color of the cluster.
# Output
* Hierarchical clustering heatmap with a dendrogram and automatic cluster assignments.
* Matrix of module eigengenes that represent a cluster. See [Correlate](correlate.html) for identifying clusters that correlate with clinical/phenotype data.