From 1c6cb986df21a7147d14809afe634768a14c6d06 Mon Sep 17 00:00:00 2001 From: Micha Sam Brickman Raredon <42100128+msraredon@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:09:58 -0500 Subject: [PATCH] Update ReturnCellTypes.R --- R/ReturnCellTypes.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ReturnCellTypes.R b/R/ReturnCellTypes.R index 6f814f2..4d97e56 100644 --- a/R/ReturnCellTypes.R +++ b/R/ReturnCellTypes.R @@ -7,7 +7,7 @@ #' @return unique cell types #' @export -ReturnCelltypes <- function(seurat_object){ +ReturnCellTypes <- function(seurat_object){ message('\n For sampling purposes, please make sure that the active Identity of the input seurat object corresponds to cell types') return(names(table(Seurat::Idents(seurat_object)))) # ms: other steps are depdent on the exact format of this output } \ No newline at end of file