diff --git a/R/object_access.R b/R/object_access.R index 8845a9eb..5fb46a91 100644 --- a/R/object_access.R +++ b/R/object_access.R @@ -1,6 +1,6 @@ #' An example Seurat object #' -#' @return a SingleCellExperiment object populated with data +#' @return a Seurat object populated with data #' from the [pbmc_matrix_small] scRNA-seq dataset, additionally #' annotated with cluster assignments. #' diff --git a/man/so_pbmc.Rd b/man/so_pbmc.Rd index 9f2e7064..6e47c096 100644 --- a/man/so_pbmc.Rd +++ b/man/so_pbmc.Rd @@ -7,7 +7,7 @@ so_pbmc() } \value{ -a SingleCellExperiment object populated with data +a Seurat object populated with data from the \link{pbmc_matrix_small} scRNA-seq dataset, additionally annotated with cluster assignments. }