...
|
...
|
@@ -19,6 +19,7 @@
|
19
|
19
|
#' @importFrom DT datatable dataTableOutput renderDataTable formatRound
|
20
|
20
|
#' formatStyle JS
|
21
|
21
|
#' @importFrom dynamicTreeCut cutreeDynamic
|
|
22
|
+#' @importFrom expm "%^%"
|
22
|
23
|
#' @importFrom ggforce geom_sina
|
23
|
24
|
#' @import ggplot2
|
24
|
25
|
#' @importFrom ggrepel geom_label_repel geom_text_repel
|
...
|
...
|
@@ -26,8 +27,8 @@
|
26
|
27
|
#' @importFrom graphics par plot
|
27
|
28
|
#' @importFrom grDevices colorRampPalette rgb col2rgb
|
28
|
29
|
#' @importFrom grid gpar
|
29
|
|
-#' @importFrom igraph delete.edges E "E<-" graph.data.frame
|
30
|
|
-#' permute.vertices V "V<-"
|
|
30
|
+#' @importFrom igraph add_edges delete.edges "%du%" E "E<-" graph.data.frame induced_subgraph
|
|
31
|
+#' make_full_graph permute.vertices strength V "V<-" vcount get.edgelist
|
31
|
32
|
#' @importFrom matrixStats rowSds
|
32
|
33
|
#' @importFrom methods is
|
33
|
34
|
#' @importFrom plotly ggplotly plotlyOutput renderPlotly plot_ly layout add_trace
|