Browse code

added some imports

Federico Marini authored on 29/10/2019 14:51:14
Showing 2 changed files

... ...
@@ -49,11 +49,17 @@ importFrom(DT,datatable)
49 49
 importFrom(DT,renderDataTable)
50 50
 importFrom(RColorBrewer,brewer.pal)
51 51
 importFrom(S4Vectors,mcols)
52
+importFrom(dplyr,arrange)
53
+importFrom(dplyr,desc)
54
+importFrom(dplyr,group_by)
55
+importFrom(dplyr,mutate)
56
+importFrom(ggforce,geom_sina)
52 57
 importFrom(ggrepel,geom_label_repel)
53 58
 importFrom(grDevices,colorRampPalette)
54 59
 importFrom(grDevices,rgb)
55 60
 importFrom(matrixStats,rowSds)
56 61
 importFrom(methods,is)
62
+importFrom(plotly,add_trace)
57 63
 importFrom(plotly,ggplotly)
58 64
 importFrom(plotly,layout)
59 65
 importFrom(plotly,plot_ly)
... ...
@@ -20,7 +20,7 @@
20 20
 #' @import GO.db
21 21
 #' @import DESeq2
22 22
 #' @importFrom AnnotationDbi Definition GOID Term Synonym Secondary
23
-#' @importFrom plotly ggplotly plotlyOutput renderPlotly plot_ly layout
23
+#' @importFrom plotly ggplotly plotlyOutput renderPlotly plot_ly layout add_trace
24 24
 #' @importFrom tidyr separate_rows pivot_longer
25 25
 #' @importFrom stats var dist hclust
26 26
 #' @import pheatmap
... ...
@@ -33,6 +33,8 @@
33 33
 #' @import shinyWidgets
34 34
 #' @import ggalluvial
35 35
 #' @import viridis
36
+#' @importFrom dplyr arrange desc group_by mutate
37
+#' @importFrom ggforce geom_sina
36 38
 #'
37 39
 #' @name GeneTonic-pkg
38 40
 #' @docType package