Learn R Programming

stringgaussnet (version 1.1)

plot.WGCNANet:

Plot WGCNANet

Description

This function plots an object of class WGCNANet. The same function as in simone package is used.

Usage

"plot"(x, ...)

Arguments

x

An object of class WGCNANet

...

Additional parameters from the generic plot function. Not used here.

See Also

getWGCNANet

Examples

Run this code
# data(SpADataExpression)
# data(SpADEGenes)
# SpAData<-DEGeneExpr(t(SpADataExpression),SpADEGenes)

# NodesForSIMoNe<-rownames(SpADEGenes)[1:17]
# GaussianSpAData<-DEGeneExpr(t(SpADataExpression[NodesForSIMoNe,]),SpADEGenes[NodesForSIMoNe,])

# pickWGCNAParam(GaussianSpAData)
# GlobalWGCNANet<-getWGCNANet(GaussianSpAData)
# print(GlobalWGCNANet,5)
# summary(GlobalWGCNANet)
# plot(GlobalWGCNANet)
# export(GlobalWGCNANet,"GlobalWGCNANet",T)

# compareGaussNetworks(GlobalSIMoNeNet,GlobalWGCNANet,c("SIMoNe","WGCNA"))

Run the code above in your browser using DataLab