getUpDownCluster {timeOmics} | R Documentation |
Performs a clustering based on the signs of variation between 2 timepoints.
getUpDownCluster(X)
X |
a dataframe or list of dataframe with the same number of rows. |
demo <- suppressWarnings(get_demo_cluster()) X <- list(X = demo$X, Y = demo$Y, Z = demo$Z) res <- getUpDownCluster(X) class(res) getCluster(res) X <- demo$X res <- getUpDownCluster(X)