Skip to content

Commit 645290c

Browse files
committed
Use named SDA arguments
1 parent 4d012c9 commit 645290c

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
@@ -23,7 +23,7 @@ sdaFiles <- data.frame(DatasetId = character(), FileName = character())
2323
sdaResults$OutputFileId <- outputFileId
2424

2525
if (!all(is.null(fieldNames))) {
26-
PlotSdaCellScores(seuratObj, sdaResults, fieldNames = fieldNames)
26+
CellMembrane::PlotSdaCellScores(sdaResults = sdaResults, seuratObj = seuratObj, fieldNames = fieldNames)
2727
}
2828

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

0 commit comments

Comments
 (0)