We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf0c11 commit 1cd0f71Copy full SHA for 1cd0f71
singlecell/resources/chunks/CalculateUCellScores.R
@@ -2,6 +2,7 @@ for (datasetId in names(seuratObjects)) {
2
printName(datasetId)
3
seuratObj <- readRDS(seuratObjects[[datasetId]])
4
5
+ message(paste0('Loading dataset ', datasetId, ', with total cells: ', ncol(seuratObj)))
6
seuratObj <- RIRA::CalculateUCellScores(seuratObj)
7
8
saveData(seuratObj, datasetId)
0 commit comments