We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f094f6 commit 7e84d01Copy full SHA for 7e84d01
singlecell/resources/chunks/NormalizeAndScale.R
@@ -4,7 +4,7 @@ for (datasetId in names(seuratObjects)) {
4
seuratObjects[[datasetId]] <- NULL
5
gc()
6
7
- seuratObj <- CellMembrane::NormalizeAndScale(seuratObj, variableFeatureSelectionMethod = variableFeatureSelectionMethod, block.size = block.size)
+ seuratObj <- bindArgs(CellMembrane::NormalizeAndScale, seuratObj)()
8
9
newSeuratObjects[[datasetId]] <- seuratObj
10
0 commit comments