Skip to contents

Takes an object of class biclust and removes all clusters that only consist of cells or genes.

Usage

rm_monoclusters(obj, ...)

# S4 method for caclust
rm_monoclusters(obj)

# S4 method for Biclust
rm_monoclusters(obj)

# S4 method for SingleCellExperiment
rm_monoclusters(obj, subset_sce = FALSE)

Arguments

obj

biclustering results from caclust or biclust or a SingleCellExperiment object.

...

further arguments

subset_sce

logical. Subset the SCE object to the cells which have co-clusters genes if is TRUE.

Value

caclust/biclust object with monoclusters removed.