animation: Display Animation of Control Strength of each time-point or...

Description Usage Arguments Examples

Description

Display Animation of Control Strength of each time-point or segment

Usage

1
2
animation(obj, segment = FALSE, filename = "index.html", width = 1000,
  height = 1000, cutoff = 0)

Arguments

obj

an object of class tacs

segment

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

filename

filename of html that includes the animation.

width

width of animation

height

height of animation

Examples

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

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