eigenGenes | R Documentation |
Obtain eigengenes representative of each cluster found by gammaCluster
. This is useful for creating heatmaps and simplifying the network.
eigenGenes(x, m)
x |
The original feature dataset used to construct the
|
m |
A matrix of membership probabilities obtained from the
|
A matrix of dimensions (n_eigengenes, n_samples) that contains representations of each cluster.
Anooj Arkatkar
Langfelder, P., & Horvath, S. (2007). Eigengene networks for studying the relationships between co-expression modules. BMC systems biology, 1(1), 1-17.
gammaCluster
data(foldChange) gm <- gelMatrix(foldChange) clust <- gammaCluster(gm, 7) egenes <- eigenGenes(foldChange, clust$membership)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.