We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c7d35 commit 5d98896Copy full SHA for 5d98896
singlecell/resources/chunks/RunSDA.R
@@ -19,8 +19,8 @@ sdaFiles <- data.frame(DatasetId = character(), FileName = character())
19
outputFileId <- ifelse(datasetId %in% names(datasetIdToOutputFileId), yes = datasetIdToOutputFileId[[datasetId]], no = NA)
20
sdaResults$OutputFileId <- outputFileId
21
22
- if (!all(is.null(fieldsToPlot))) {
23
- PlotSdaCellScores(seuratObj, sdaResults, fieldNames = fieldsToPlot)
+ if (!all(is.null(fieldNames))) {
+ PlotSdaCellScores(seuratObj, sdaResults, fieldNames = fieldNames)
24
}
25
26
fileName <- paste0('sda.', datasetId, '.rds')
0 commit comments