dim,TopNetwork-method {RegEnrich}R Documentation

dimention of 'TopNetwork' object

Description

dimention of 'TopNetwork' object

Usage

## S4 method for signature 'TopNetwork'
dim(x)

Arguments

x

a 'TopNetwork' object.

Value

Dimention of regulator-target network edge table.

Examples

nw = newTopNetwork()
dim(nw)

[Package RegEnrich version 1.0.1 Index]