WGCNA_dataCheck | R Documentation |
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).
WGCNA_dataCheck(datExpr, ...)
datExpr |
Normal gene expression matrix (gene x sample). |
... |
Other parameters given to |
A ggplo2 object.
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.