-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
55 lines (52 loc) · 1.62 KB
/
NAMESPACE
File metadata and controls
55 lines (52 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
exportPattern("^[[:alpha:]]+")
importFrom(circlize, colorRamp2)
importFrom(ComplexHeatmap, Heatmap)
importFrom(ComplexHeatmap, Legend)
importFrom(ComplexHeatmap, draw)
importFrom(dplyr, filter)
importFrom(dplyr, "%>%")
importFrom(dplyr, select)
importFrom(dplyr, rename)
importFrom(dplyr, mutate)
importFrom(dplyr, across)
importFrom(dplyr, full_join)
importFrom(dplyr, rowwise)
importFrom(dplyr, distinct)
importFrom(dplyr, ungroup)
importFrom(dplyr, bind_rows)
importFrom(dplyr, inner_join)
importFrom(stringr, str_split)
importFrom(data.table, fwrite)
importFrom(qdapTools, list2df)
importFrom(igraph, graph.data.frame)
importFrom(igraph, V)
importFrom(igraph, E)
importFrom(igraph, degree)
importFrom(igraph, "V<-")
importFrom(igraph, "E<-")
importFrom(igraph, shortest.paths)
importFrom(igraph, graph_from_data_frame)
importFrom(imputeTS, na.replace)
importFrom(ggraph, ggraph)
importFrom(ggraph, geom_edge_link)
importFrom(ggraph, geom_edge_arc)
importFrom(ggraph, geom_edge_arc0)
importFrom(ggraph, geom_node_point)
importFrom(ggraph, geom_node_text)
importFrom(ggplot2, ggsave)
importFrom(ggplot2, aes)
importFrom(ggplot2, aes_)
importFrom(ggplot2, scale_color_gradientn)
importFrom(ggplot2, scale_size)
importFrom(ggraph, theme_graph)
importFrom(ggplot2, theme)
importFrom(ggplot2, element_rect)
importFrom(pbapply, pbapply)
importFrom(networkD3, sankeyNetwork)
importFrom(htmlwidgets, saveWidget)
importFrom(tidyr, pivot_wider)
importFrom(tibble, as_tibble)
importFrom(tibble, column_to_rownames)
# Export any functions or objects that you want to make available
# outside of your package
# export(update_n, extract_geneSets, list2graph, fc_palette)