Skip to content

Commit 4bb5a73

Browse files
committed
More argument binding
1 parent 7e84d01 commit 4bb5a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/RemoveCellCycle.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
for (datasetId in names(seuratObjects)) {
22
seuratObj <- seuratObjects[[datasetId]]
33

4-
seuratObj <- CellMembrane::RemoveCellCycle(seuratObj, block.size = block.size)
4+
seuratObj <- bindArgs(CellMembrane::RemoveCellCycle, seuratObj)()
55

66
newSeuratObjects[[datasetId]] <- seuratObj
77

0 commit comments

Comments
 (0)