We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde3d39 commit 94d4e91Copy full SHA for 94d4e91
singlecell/resources/chunks/CalculateGeneComponentScores.R
@@ -3,6 +3,7 @@ for (datasetId in names(seuratObjects)) {
3
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])
4
5
for (sc in savedComponent) {
6
+ logger::log_info(paste0('Processing ', datasetId, ' for ', sc))
7
seuratObj <- RIRA::ScoreUsingSavedComponent(seuratObj, componentOrName = sc, fieldName = sc)
8
}
9
0 commit comments