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