Skip to content

Commit 1cd0f71

Browse files
committed
Add UCell debugging
1 parent 2bf0c11 commit 1cd0f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

singlecell/resources/chunks/CalculateUCellScores.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ for (datasetId in names(seuratObjects)) {
22
printName(datasetId)
33
seuratObj <- readRDS(seuratObjects[[datasetId]])
44

5+
message(paste0('Loading dataset ', datasetId, ', with total cells: ', ncol(seuratObj)))
56
seuratObj <- RIRA::CalculateUCellScores(seuratObj)
67

78
saveData(seuratObj, datasetId)

0 commit comments

Comments
 (0)