Visualize all significant time intervals for all tested features
visualizeTimeIntervals(
interval.details,
prefix = "Test",
unit = "days",
col = c("blue", "firebrick")
)
Dataframe has infomation about significant interval (feature name, start, end, dominant, p-value)
prefix for the output figure
time unit used in the Time vector (hours, days, weeks, months, etc.)
two color to be used for the two groups (eg., c("red", "blue")).
Ahmed Metwally (ametwall@stanford.edu)