... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: pipeComp |
2 | 2 |
Type: Package |
3 | 3 |
Title: pipeComp pipeline benchmarking framework |
4 |
-Version: 0.99.55 |
|
4 |
+Version: 0.99.57 |
|
5 | 5 |
Depends: R (>= 4.0) |
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Pierre-Luc", "Germain", email="[email protected]", role=c("cre","aut"), comment = c(ORCID = "0000-0003-3418-4218")), |
... | ... |
@@ -337,6 +337,7 @@ scrna_describeDatasets <- function(sces, pt.size=0.3, ...){ |
337 | 337 |
#' @export |
338 | 338 |
#' |
339 | 339 |
#' @examples |
340 |
+#' library(ComplexHeatmap) |
|
340 | 341 |
#' data("exampleResults") |
341 | 342 |
#' h <- scrna_evalPlot_overall(exampleResults) |
342 | 343 |
#' draw(h, heatmap_legend_side="bottom") |