print.WGCNANet: Print function for object of class WGCNANet.

Description Usage Arguments See Also Examples

View source: R/print.WGCNANet.R

Description

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

Usage

1
2
## S3 method for class 'WGCNANet'
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# 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"))

stringgaussnet documentation built on May 29, 2017, 10:50 a.m.