getUpDownCluster: Up-Down clustering

View source: R/getUpDownCluster.R

getUpDownClusterR Documentation

Up-Down clustering

Description

Performs a clustering based on the signs of variation between 2 timepoints.

Usage

getUpDownCluster(X)

Arguments

X

a dataframe or list of dataframe with the same number of rows.

Examples

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)

abodein/timeOmics_BioC documentation built on Dec. 2, 2023, 4:21 a.m.