clust.rm: Remove the cells that are in a cluster

Description Usage Arguments Value

Description

This function removes the cells from a designated cluster. Notice the cells will be removed from the main data (raw data would still have the original data).

Usage

1
clust.rm(x = NULL, clust.to.rm = "numeric")

Arguments

x

A data frame containing gene counts for cells.

clust.to.rm

The name of the cluster to be removed.

Value

An object of class iCellR


iCellR documentation built on Oct. 9, 2021, 5:07 p.m.

Related to clust.rm in iCellR...