powered by
Extract default identities from object in factor form.
# S3 method for liger Idents(object, ...)# S3 method for liger Idents(object, ...) <- value
# S3 method for liger Idents(object, ...) <- value
factor
object
LIGER object name.
Arguments passed to other methods
name of column in cellMeta slot to set as new default cluster/ident
if (FALSE) { # Extract idents object_idents <- Idents(object = liger_object) } if (FALSE) { # Set idents Idents(object = liger_object) <- "new_annotation" }
Run the code above in your browser using DataLab