Entering edit mode
10.2 years ago
J.F.Jiang
▴
930
Hi all,
I am dealing with the co-expression modules using WGCNA.
WGCNA is highly recommend for its softhresholding and preservation analysis of the expression data.
The method can automaticly generate some modules (networks) in co-expression manner.
Basically, the co-expression modules can be obtained as followed,
- calculate the pearson correlation of the expression matrix
- set a predefined cutoff (e.g., 0.8~0.9) to obtain those highly connected edges
- apply k-means, SOM... clustering method to obtain the modules,
However, these clustering method required a given number for the expected clusters.
I am wondering if there is any tool that can take the expression matrix as input, and automatically obtain the co-expression modules?
Best
Maybe this tool can help you.
Thanks, the method in the web you offered is a combination of several popular methods, such as kmeans,hclust, and so on.
What I mean is to find a tool that can handle expression matrix as input just as WGCNA.
Thank, if there is no one, I will write the script.
But why can't you use WGCNA?
I just want to compare the outputs of them.
Does WGCNA (
blockwiseModules
) require number of modules?WGCNA will not require the input of module number, so it is "automatic".