This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Automatic clustering for gene expressing matrix

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,

  1. calculate the pearson correlation of the expression matrix
  2. set a predefined cutoff (e.g., 0.8~0.9) to obtain those highly connected edges
  3. 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

co-exression cluster gene-expression

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".

0 answers

No answers yet.

Log in to answer this question.