|
a |
|
b/NAMESPACE |
|
|
1 |
# Generated by roxygen2: do not edit by hand |
|
|
2 |
|
|
|
3 |
S3method(print,RWRM_Results) |
|
|
4 |
export(combine_layers) |
|
|
5 |
export(get_graph_stats) |
|
|
6 |
export(get_grn) |
|
|
7 |
export(get_interaction_from_ORA) |
|
|
8 |
export(get_interaction_from_correlation) |
|
|
9 |
export(get_interaction_from_database) |
|
|
10 |
export(plot_rwr_subnetwork) |
|
|
11 |
export(random_walk_restart) |
|
|
12 |
export(rwr_find_closest_type) |
|
|
13 |
export(rwr_find_seeds_between_attributes) |
|
|
14 |
export(summary_plot_rwr_attributes) |
|
|
15 |
import(GO.db) |
|
|
16 |
import(ggplot2) |
|
|
17 |
importFrom(AnnotationDbi,keytypes) |
|
|
18 |
importFrom(Matrix,Diagonal) |
|
|
19 |
importFrom(Matrix,bdiag) |
|
|
20 |
importFrom(Matrix,colSums) |
|
|
21 |
importFrom(Matrix,t) |
|
|
22 |
importFrom(dplyr,across) |
|
|
23 |
importFrom(dplyr,all_of) |
|
|
24 |
importFrom(dplyr,everything) |
|
|
25 |
importFrom(dplyr,filter) |
|
|
26 |
importFrom(dplyr,group_by) |
|
|
27 |
importFrom(dplyr,left_join) |
|
|
28 |
importFrom(dplyr,mutate) |
|
|
29 |
importFrom(dplyr,n) |
|
|
30 |
importFrom(dplyr,pull) |
|
|
31 |
importFrom(dplyr,select) |
|
|
32 |
importFrom(dplyr,summarise) |
|
|
33 |
importFrom(dplyr,top_n) |
|
|
34 |
importFrom(gprofiler2,gconvert) |
|
|
35 |
importFrom(gprofiler2,gost) |
|
|
36 |
importFrom(igraph,E) |
|
|
37 |
importFrom(igraph,V) |
|
|
38 |
importFrom(igraph,add_vertices) |
|
|
39 |
importFrom(igraph,adjacent_vertices) |
|
|
40 |
importFrom(igraph,as.undirected) |
|
|
41 |
importFrom(igraph,as_adjacency_matrix) |
|
|
42 |
importFrom(igraph,degree) |
|
|
43 |
importFrom(igraph,delete_vertex_attr) |
|
|
44 |
importFrom(igraph,delete_vertices) |
|
|
45 |
importFrom(igraph,ecount) |
|
|
46 |
importFrom(igraph,edge_density) |
|
|
47 |
importFrom(igraph,graph_from_adjacency_matrix) |
|
|
48 |
importFrom(igraph,graph_from_biadjacency_matrix) |
|
|
49 |
importFrom(igraph,graph_from_data_frame) |
|
|
50 |
importFrom(igraph,induced_subgraph) |
|
|
51 |
importFrom(igraph,is_weighted) |
|
|
52 |
importFrom(igraph,set_vertex_attr) |
|
|
53 |
importFrom(igraph,simplify) |
|
|
54 |
importFrom(igraph,union) |
|
|
55 |
importFrom(igraph,vcount) |
|
|
56 |
importFrom(igraph,vertex_attr) |
|
|
57 |
importFrom(magrittr,"%>%") |
|
|
58 |
importFrom(methods,is) |
|
|
59 |
importFrom(minet,aracne) |
|
|
60 |
importFrom(minet,build.mim) |
|
|
61 |
importFrom(purrr,imap_dfr) |
|
|
62 |
importFrom(purrr,is_empty) |
|
|
63 |
importFrom(purrr,map) |
|
|
64 |
importFrom(purrr,map2) |
|
|
65 |
importFrom(purrr,map_dfr) |
|
|
66 |
importFrom(purrr,reduce) |
|
|
67 |
importFrom(purrr,set_names) |
|
|
68 |
importFrom(stats,cor) |
|
|
69 |
importFrom(stats,na.omit) |
|
|
70 |
importFrom(tibble,rownames_to_column) |
|
|
71 |
importFrom(tidyr,pivot_longer) |