Description Usage Arguments Value Examples
View source: R/WGCNA_one_run.R
perform a single run of the Weight Gene Correlation Network Analysis (WGCNA, Langfelder 2008) modified from original code by Carl Murie
1 2 3 4 5 6 7 8 9 | WGCNA_one_run(
dat,
netType = "unsigned",
pow = NULL,
iter = 1,
defaultPow = 3,
showPlots = TRUE,
ds = 1
)
|
dat |
A matrix of gene expression |
netType |
String indicating network type, default "unsigned" |
pow |
Integer indicating power |
iter |
Integer indicating number of iterations |
defaultPow |
Integer indicating default power |
showPlots |
Boolean indicating whether to plot |
ds |
Integer between 0 and 4, tree cutting parameter |
table of cluster memberships
1 2 3 4 | ## Not run:
out <- WGCNA_one_run(dat, "unsigned", 1,1,3,TRUE,1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.