... | ... |
@@ -9,6 +9,7 @@ Description: celda leverages Bayesian hierarchical modeling to cluster genes, |
9 | 9 |
Depends: |
10 | 10 |
R (>= 3.2.2) |
11 | 11 |
Imports: |
12 |
+ foreach, |
|
12 | 13 |
gtools, |
13 | 14 |
ggplot2, |
14 | 15 |
entropy, |
... | ... |
@@ -17,7 +18,6 @@ Imports: |
17 | 18 |
grid, |
18 | 19 |
scales, |
19 | 20 |
gtable, |
20 |
- stats, |
|
21 | 21 |
grDevices, |
22 | 22 |
graphics, |
23 | 23 |
Rmpfr, |
... | ... |
@@ -54,4 +54,10 @@ export(simulateCells.celda_G) |
54 | 54 |
export(topRank) |
55 | 55 |
export(visualize_model_performance) |
56 | 56 |
import(Rmpfr) |
57 |
-import(foreach) |
|
57 |
+import(foreach) |
|
58 |
+import(gtable) |
|
59 |
+import(grid) |
|
60 |
+import(scales) |
|
61 |
+import(RColorBrewer) |
|
62 |
+import(grDevices) |
|
63 |
+ # require(graphics) |