summary: Summaries and info coregnet

Description Usage Arguments Author(s) Examples

Description

Several functions to print and view info about the network enclosed in a coregnet object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
summary(object,...)
## S4 method for signature 'coregnet'
show(object)
## S4 method for signature 'coregnet'
dim(x)
## S4 method for signature 'coregnet'
length(x)
## S4 method for signature 'coregnet'
print(x)
## S4 method for signature 'coregnet'
coregnetToDataframe(network)
## S4 method for signature 'coregnet'
coregnetToList(network)

Arguments

network

a coregnet network object.

object

a coregnet network object.

x

a coregnet network object.

...

unused argument

Author(s)

Remy Nicolle <remy.c.nicolle AT gmail.com>

Examples

1
2
3
4
5
6
7
8
9
regs=sample(letters,7)
grn=data.frame("Target"= LETTERS ,"activators"= sample(rep(regs,4))[1:26],"repressors"= sample(rep(regs,4))[1:26],stringsAsFactors=FALSE)
co=coregnet(grn)
print(co)
length(co)
dim(co)
co
coregnetToDataframe(co)
coregnetToList(co)

CoRegNet documentation built on Nov. 8, 2020, 5:06 p.m.