Description Usage Arguments Value Examples
This is used to read in and check the distribution of WGCNA data in case there is systematic shift of expression data (espacially for data from different detection platforms).
1 | WGCNA_dataCheck(datExpr, ...)
|
datExpr |
Normal gene expression matrix (gene x sample). |
... |
Other parameters given to |
A ggplo2 object.
1 2 3 4 5 6 7 | exprMat <- "test.file"
wgcnaL <- WGCNA_readindata(exprMat)
traitData <- 'trait.file'
wgcnaL <- WGCNA_readindata(exprMat, traitData)
datExpr <- wgcnaL$datExpr
WGCNA_dataCheck(datExpr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.