... | ... |
@@ -95,6 +95,7 @@ export(anno_density) |
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
+ |
|
98 | 99 |
import(grDevices) |
99 | 100 |
import(graphics) |
100 | 101 |
import(grid) |
... | ... |
@@ -115,6 +116,8 @@ importFrom("dendextend", nnodes) |
115 | 116 |
importFrom("methods", setClass) |
116 | 117 |
importFrom("methods", setGeneric) |
117 | 118 |
importFrom("methods", setMethod) |
119 |
+importFrom("methods", "new", "show") |
|
120 |
+importFrom("utils", "getFromNamespace") |
|
118 | 121 |
|
119 | 122 |
|
120 | 123 |
|
... | ... |
@@ -50,7 +50,6 @@ densityHeatmap(data, |
50 | 50 |
\item{show_column_names}{pass to \code{\link{Heatmap}}} |
51 | 51 |
\item{column_names_max_height}{pass to \code{\link{Heatmap}}} |
52 | 52 |
\item{column_names_gp}{pass to \code{\link{Heatmap}}} |
53 |
- \item{column_order}{pass to \code{\link{Heatmap}}} |
|
54 | 53 |
\item{column_order}{order of columns} |
55 | 54 |
\item{...}{pass to \code{\link{draw,HeatmapList-method}}} |
56 | 55 |
|