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

View source: R/WGCNA.R

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

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

WGCNA_dataCheck(datExpr, ...)

Arguments

datExpr

Normal gene expression matrix (gene x sample).

...

Other parameters given to widedataframe2boxplot.

Value

A ggplo2 object.

Examples


exprMat <- "test.file"
wgcnaL <- WGCNA_readindata(exprMat)

traitData <- 'trait.file'
wgcnaL <- WGCNA_readindata(exprMat, traitData)
datExpr <- wgcnaL$datExpr
WGCNA_dataCheck(datExpr)


Tong-Chen/ImageGP documentation built on April 14, 2025, 12:54 p.m.