build.network: Perform network inference.

Description Usage Arguments Value See Also Examples

Description

Perform network inference.

Usage

1
2
3
4
5
6
7
build.network(expr, ...)

## S3 method for class 'internet3D'
print(x, ...)

## S3 method for class 'internet3D'
summary(object, ...)

Arguments

expr

a n by d data matrix

...

options passed to the function set.options

x

a internet3D object

object

a internet3D object

Value

object of type internet3D with the following entries

See Also

set.options and bootstrap.build

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(cancer)
# no constraint
res <- build.network(expr)
# constraints
res <- build.network(expr, 
                     first.list=matrix(c("AMFR","BTG3","BECNI","BTG3"),
                                       ncol=2, byrow=TRUE),
                     second.list=matrix(c("AMFR","E2F3"), ncol=2),
                     mu=1)
print(res)

tuxette/internet3D documentation built on May 8, 2019, 11:59 p.m.