dropLevelsSeurat | R Documentation |
Drop unused levels from factor
variables in a Seurat object's meta.data.
dropLevelsSeurat(
obj = combined.obj,
verbose = TRUE,
also.character = FALSE,
only = NULL,
exclude = NULL
)
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.#' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.