... | ... |
@@ -100,6 +100,7 @@ importFrom(bs4Dash,bs4ValueBox) |
100 | 100 |
importFrom(bs4Dash,bs4ValueBoxOutput) |
101 | 101 |
importFrom(bs4Dash,renderbs4InfoBox) |
102 | 102 |
importFrom(bs4Dash,renderbs4ValueBox) |
103 |
+importFrom(circlize,colorRamp2) |
|
103 | 104 |
importFrom(colorspace,rainbow_hcl) |
104 | 105 |
importFrom(colourpicker,colourInput) |
105 | 106 |
importFrom(dendextend,branches_attr_by_clusters) |
... | ... |
@@ -13,6 +13,7 @@ |
13 | 13 |
#' bs4SidebarMenuItem bs4TabItem bs4TabItems bs4ValueBox |
14 | 14 |
#' bs4ValueBoxOutput renderbs4InfoBox renderbs4ValueBox |
15 | 15 |
#' bs4TabPanel bs4TabCard |
16 |
+#' @importFrom circlize colorRamp2 |
|
16 | 17 |
#' @importFrom colorspace rainbow_hcl |
17 | 18 |
#' @importFrom colourpicker colourInput |
18 | 19 |
#' @importFrom ComplexHeatmap Heatmap HeatmapAnnotation draw |