plot.tacs: Plot function for tacs class

Description Usage Arguments Examples

Description

Plot function for tacs class

Usage

1
2
## S3 method for class 'tacs'
plot(obj, segment = FALSE, max_node = 0, ...)

Arguments

obj

an object of class tacs

segment

logical if TRUE, plot control strength of each segment, FALSE plot each gene

max_node

maximum number of nodes to display

Examples

1
2
3
data(dream4)
res <- tacs(dream4$net,dream4$exp,"aic-g",TRUE,dream4$segment)
plot(res)

takenakayoichi/tacs documentation built on May 31, 2019, 2:50 a.m.