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