Learn R Programming

robustSingleCell (version 0.1.1)

filter_cluster_data: 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

Run this code
# NOT RUN {
LCMV1 <- setup_LCMV_example()
LCMV1 <- filter_cluster_data(LCMV1, "1")
# }

Run the code above in your browser using DataLab