WGCNA_dataFilter | R Documentation |
Filter data for WGCNA input to increase computing efficiency without loosing too many information.
WGCNA_dataFilter(wgcnaL, ...)
wgcnaL |
A matrix or an object return by |
... |
Parameters given to |
A dataframe (samples x genes).
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.