We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc5ffb commit 1b7d3dcCopy full SHA for 1b7d3dc
singlecell/resources/chunks/RunSDA.R
@@ -20,7 +20,7 @@ sdaFiles <- data.frame(DatasetId = character(), FileName = character())
20
sdaResults$OutputFileId <- outputFileId
21
22
if (!all(is.null(fieldsToPlot))) {
23
- PlotSdaCellScores(seuratObj, sdaResults, fieldNames = fieldNames)
+ PlotSdaCellScores(seuratObj, sdaResults, fieldNames = fieldsToPlot)
24
}
25
26
fileName <- paste0('sda.', datasetId, '.rds')
0 commit comments