View source: R/getUpDownCluster.R
getUpDownCluster | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.