Description Usage Arguments Value Examples
Filter data for WGCNA input to increase computing efficiency without loosing too many information.
1 | WGCNA_dataFilter(wgcnaL, ...)
|
wgcnaL |
A matrix or an object return by |
... |
Parameters given to |
A dataframe (samples x genes).
1 2 3 4 5 6 7 8 | exprMat <- "test.file"
wgcnaL <- WGCNA_readindata(exprMat)
traitData <- 'trait.file'
wgcnaL <- WGCNA_readindata(exprMat, traitData)
datExpr <- wgcnaL$datExpr
WGCNA_dataCheck(datExpr)
datExpr <- WGCNA_dataFilter(datExpr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.