Learn R Programming

stringgaussnet (version 1.1)

print.WGCNANet:

Print function for object of class WGCNANet.

Description

This function displays specifically object of class WGCNANet, with previews of edge and node attributes.

Usage

"print"(x, nlimit = 20, ...)

Arguments

x

Object of class WGCNANet

nlimit

Which number of lines to preview for data frames

...

Additional parameters from generic print function

See Also

WGCNANet, WGCNANet.default, getWGCNANet, 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