Rdocumentation
powered by
Learn R Programming
stringgaussnet (version 1.1)
computeSimilarities: Compute similarities for WGCNA
Description
This function computes spearman's rhos from an expression data matrix and transforms it into similarity score. This function is used in getWGCNANet().
Usage
computeSimilarities(DEGeneExpr)
Arguments
DEGeneExpr
Object of class DEGeneExpr
Value
A matrix of similarity scores.
Details
The similarity score S = (1+rho) / 2. In this way, S is always positive while still keeping the correlation sign.
See Also
getWGCNANet