Browse code

fix doc, add import circlize

zhewa authored on 13/10/2020 01:52:03
Showing 2 changed files

... ...
@@ -18,7 +18,7 @@ Imports: plyr, foreach, ggplot2, RColorBrewer, grid, scales, gtable,
18 18
         MCMCprecision, ggrepel, Rtsne, withr, dendextend, ggdendro,
19 19
         pROC, scater (>= 1.14.4), scran, SingleCellExperiment, dbscan,
20 20
         DelayedArray, Seurat, stringr, Matrix, ComplexHeatmap, multipanelfigure
21
-Suggests: testthat, knitr, roxygen2, rmarkdown, biomaRt, covr,
21
+Suggests: testthat, knitr, roxygen2, rmarkdown, biomaRt, covr, circlize
22 22
         BiocManager, BiocStyle, M3DExampleData, TENxPBMCData
23 23
 LinkingTo: Rcpp, RcppEigen
24 24
 License: MIT + file LICENSE
... ...
@@ -78,7 +78,7 @@ setMethod("celdaProbabilityMap", signature(sce = "SingleCellExperiment"),
78 78
         clusterColumns = FALSE,
79 79
         showHeatmapLegend = TRUE,
80 80
         heatmapLegendParam = list(title = NULL,
81
-            legend_height = unit(6, "cm"))) {
81
+            legend_height = grid::unit(6, "cm"))) {
82 82
 
83 83
         altExp <- SingleCellExperiment::altExp(sce, altExpName)
84 84
         level <- match.arg(level)