Skip to content

Commit 7e84d01

Browse files
committed
Smarter argument binding
1 parent 7f094f6 commit 7e84d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/NormalizeAndScale.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ for (datasetId in names(seuratObjects)) {
44
seuratObjects[[datasetId]] <- NULL
55
gc()
66

7-
seuratObj <- CellMembrane::NormalizeAndScale(seuratObj, variableFeatureSelectionMethod = variableFeatureSelectionMethod, block.size = block.size)
7+
seuratObj <- bindArgs(CellMembrane::NormalizeAndScale, seuratObj)()
88

99
newSeuratObjects[[datasetId]] <- seuratObj
1010

0 commit comments

Comments
 (0)