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

clust.rmR Documentation

Remove the cells that are in a cluster

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

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

Arguments

x

A data frame containing gene counts for cells. p@param clust.to.rm The name of the cluster to be removed.

Value

An object of class scSeqR

Examples

## Not run: 
my.obj <- clust.rm(my.obj, clust.to.rm = 5)

## End(Not run)


rezakj/scSeqR documentation built on March 28, 2022, 12:17 p.m.