Browse code

dependencies and imports for geneset upset

Federico Marini authored on 19/01/2022 10:33:29
Showing 2 changed files

... ...
@@ -31,6 +31,7 @@ Imports:
31 31
     colorspace,
32 32
 	colourpicker,
33 33
     ComplexHeatmap,
34
+    ComplexUpset,
34 35
     dendextend,
35 36
     DESeq2,
36 37
     dplyr,
... ...
@@ -26,6 +26,7 @@
26 26
 #' @importFrom colorspace rainbow_hcl
27 27
 #' @importFrom colourpicker colourInput
28 28
 #' @importFrom ComplexHeatmap Heatmap HeatmapAnnotation draw
29
+#' @importFrom ComplexUpset upset intersection_matrix intersection_size
29 30
 #' @importFrom dendextend branches_attr_by_clusters set
30 31
 #' @importFrom DESeq2 vst counts estimateSizeFactors normalizationFactors sizeFactors
31 32
 #' @importFrom dplyr arrange desc group_by mutate pull slice select "%>%"