Skip to content

Commit 1b7d3dc

Browse files
committed
Bugfix to SDA
1 parent ddc5ffb commit 1b7d3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/RunSDA.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sdaFiles <- data.frame(DatasetId = character(), FileName = character())
2020
sdaResults$OutputFileId <- outputFileId
2121

2222
if (!all(is.null(fieldsToPlot))) {
23-
PlotSdaCellScores(seuratObj, sdaResults, fieldNames = fieldNames)
23+
PlotSdaCellScores(seuratObj, sdaResults, fieldNames = fieldsToPlot)
2424
}
2525

2626
fileName <- paste0('sda.', datasetId, '.rds')

0 commit comments

Comments
 (0)