... | ... |
@@ -321,7 +321,8 @@ if (!is.null(features)) { |
321 | 321 |
plotDimReduceFeature( |
322 | 322 |
sce, |
323 | 323 |
reducedDimName = "celda_UMAP", |
324 |
- features = rownames(sce)[ix], |
|
324 |
+ features = features, |
|
325 |
+ displayName = displayName, |
|
325 | 326 |
colorHigh = "red", |
326 | 327 |
colorMid = "grey", |
327 | 328 |
colorLow = "blue", |