filter_cluster_data: Remove selected clusters

View source: R/clustering.R

filter_cluster_dataR Documentation

Remove selected clusters

Description

Remove selected clusters from the environment object.

Usage

filter_cluster_data(environment, remove.clusters)

Arguments

environment

The environment object

remove.clusters

A character vector of the clusters to be removed

Value

An environment object with selected clusters removed

Examples

LCMV1 <- setup_LCMV_example()
LCMV1 <- filter_cluster_data(LCMV1, "1")

asmagen/robustSingleCell documentation built on July 30, 2023, 6:48 a.m.