Browse code

Adding extra imports

Federico Marini authored on 10/02/2021 23:04:10
Showing 3 changed files

... ...
@@ -21,6 +21,7 @@ Depends:
21 21
     R (>= 4.0.0)
22 22
 Imports:
23 23
     AnnotationDbi,
24
+    backbone,
24 25
     bs4Dash,
25 26
     colorspace,
26 27
     ComplexHeatmap,
... ...
@@ -73,6 +73,11 @@ importFrom(DT,formatStyle)
73 73
 importFrom(DT,renderDataTable)
74 74
 importFrom(RColorBrewer,brewer.pal)
75 75
 importFrom(S4Vectors,mcols)
76
+importFrom(backbone,backbone.extract)
77
+importFrom(backbone,fdsm)
78
+importFrom(backbone,hyperg)
79
+importFrom(backbone,sdsm)
80
+importFrom(backbone,universal)
76 81
 importFrom(bs4Dash,bs4Card)
77 82
 importFrom(bs4Dash,bs4DashBody)
78 83
 importFrom(bs4Dash,bs4DashControlbar)
... ...
@@ -120,6 +125,8 @@ importFrom(igraph,"V<-")
120 125
 importFrom(igraph,E)
121 126
 importFrom(igraph,V)
122 127
 importFrom(igraph,add_edges)
128
+importFrom(igraph,as_adjacency_matrix)
129
+importFrom(igraph,as_incidence_matrix)
123 130
 importFrom(igraph,delete.edges)
124 131
 importFrom(igraph,get.edgelist)
125 132
 importFrom(igraph,graph.data.frame)
... ...
@@ -6,6 +6,7 @@
6 6
 #' @author Federico Marini \email{marinif@@uni-mainz.de}
7 7
 #'
8 8
 #' @importFrom AnnotationDbi Definition GOID Ontology Secondary Synonym Term
9
+#' @importFrom backbone backbone.extract fdsm hyperg sdsm universal
9 10
 #' @importFrom bs4Dash bs4Card bs4DashBody bs4DashControlbar
10 11
 #' bs4DashFooter bs4DashNavbar bs4DashPage bs4DashSidebar
11 12
 #' bs4InfoBox bs4InfoBoxOutput bs4SidebarMenu
... ...
@@ -28,7 +29,8 @@
28 29
 #' @importFrom graphics par plot
29 30
 #' @importFrom grDevices colorRampPalette rgb col2rgb
30 31
 #' @importFrom grid gpar
31
-#' @importFrom igraph add_edges delete.edges "%du%" E "E<-" graph.data.frame induced_subgraph
32
+#' @importFrom igraph add_edges as_adjacency_matrix as_incidence_matrix delete.edges
33
+#' "%du%" E "E<-" graph.data.frame induced_subgraph
32 34
 #' make_full_graph permute.vertices strength V "V<-" vcount get.edgelist
33 35
 #' @importFrom matrixStats rowSds
34 36
 #' @importFrom methods is