We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4089f17 commit 687342fCopy full SHA for 687342f
singlecell/resources/chunks/Functions.R
@@ -129,7 +129,7 @@ addErrorMessage <- function(f) {
129
}
130
131
readSeuratRDS <- function(filePath) {
132
- seuratObj <- readSeuratRDS(filePath)
+ seuratObj <- readRDS(filePath)
133
134
# NOTE: this could be used after SeuratObject upgrades
135
#if (!('version' %in% slotNames(seuratObj)) || package_version(seuratObj@version) < package_version('5.0.0')) {
0 commit comments