dropLevelsSeurat: dropLevelsSeurat

View source: R/Seurat.Utils.R

dropLevelsSeuratR Documentation

dropLevelsSeurat

Description

Drop unused levels from factor variables in a Seurat object's meta.data.

Usage

dropLevelsSeurat(
  obj = combined.obj,
  verbose = TRUE,
  also.character = FALSE,
  only = NULL,
  exclude = NULL
)

Arguments

obj

A Seurat object.

verbose

Logical. Whether to print a message indicating which levels are being dropped.

only

Character vector. Explicit list of columns to only in the operation.

exclude

Character vector. Names of columns to exclude from the operation.#'


vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.