Learn R Programming

stringgaussnet (version 1.1)

WGCNANet:

Generic function for objects of class WGCNANet

Description

Generic function for objects of class WGCNANet. See other functions for more details.

Usage

WGCNANet(x, ...)

Arguments

x

Default parameter for generic functions

...

Additional parameters

See Also

WGCNANet.default, getWGCNANet, print.WGCNANet, summary.WGCNANet, export.WGCNANet, pickWGCNAParam, compareGaussNetworks

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