Browse code

Fixed display names in feature plot in report

Joshua D. Campbell authored on 27/04/2022 17:27:06
Showing 1 changed files

... ...
@@ -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",