Description Usage Arguments Value Author(s) See Also Examples
Find to which genes belong to the same modules
1 2 3 | WGCNA_modules(expr.matrix, pow, names, deepSplit = 2, minModSize = 30,
saveTOMs = TRUE, minKMEtoStay = 0, mergeCutHeight = 0.25,
numericLabels = TRUE, pamRespectsDendro = FALSE)
|
expr.matrix |
A matrix of expression values. Rows are genes, columns are samples |
ncores |
Number of cores available for parallel programming (foreach function) |
names.unique |
Names of all groups of sample |
A list of WGCNA results
Simon J Pelletier
1 2 3 4 | expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
results <- readRDS("data/results_LGVD.rds")
bnet = WGCNA_modules(expr.matrix,pow=3,names=names2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.