Skip to content

Commit 3ebf066

Browse files
committed
Fix function name
1 parent 4af97c5 commit 3ebf066

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
@@ -2,7 +2,7 @@ for (datasetId in names(seuratObjects)) {
22
seuratObj <- seuratObjects[[datasetId]]
33
seuratObjects[[datasetId]] <- NULL
44

5-
seuratObj <- bindArgs(CellMembrane::RemoveCellCycle, seuratObj)()
5+
seuratObj <- bindArgs(CellMembrane::RegressCellCycle, seuratObj)()
66

77
newSeuratObjects[[datasetId]] <- seuratObj
88

0 commit comments

Comments
 (0)