WGCNA_dataCheck: This is used to read in and check the distribution of WGCNA...

Description Usage Arguments Value Examples

View source: R/WGCNA.R

Description

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).

Usage

1
WGCNA_dataCheck(datExpr, ...)

Arguments

datExpr

Normal gene expression matrix (gene x sample).

...

Other parameters given to widedataframe2boxplot.

Value

A ggplo2 object.

Examples

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)

Tong-Chen/YSX documentation built on Jan. 25, 2021, 2:49 a.m.