Skip to content

Commit c95d7a4

Browse files
committed
enhanced call
1 parent e9ae611 commit c95d7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ GrScoreHistogram(combined.obj, colname = i1, miscname = "thresh.stress.ident1")
185185
cellIDs.keep <- which_names(!combined.obj$'is.Stressed')
186186
subset.obj <- subset(x = combined.obj, cells = cellIDs.keep)
187187

188-
StressUMAP(combined.obj)
188+
StressUMAP(subset.obj, title = "No Stressed Cells Remain After Gruffi", suffix = "after.cleanup")
189189
```
190190

191191

0 commit comments

Comments
 (0)