-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.9 KB
/
NAMESPACE
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Generated by roxygen2: do not edit by hand
export(common_neighbors)
export(count_genes)
export(filter_annot_with_network)
export(functional_annot)
export(graph_from_op)
export(in_omnipath)
export(prioritization_genes)
export(process_annot)
export(random_walk)
export(score_candidate_genes_from_PPI)
export(subgraph_op)
export(weighted_adj)
export(wppi_data)
export(wppi_go_data)
export(wppi_hpo_data)
export(wppi_omnipath_data)
importFrom(Matrix,.__C__dgTMatrix)
importFrom(Matrix,colSums)
importFrom(OmnipathR,go_annot_download)
importFrom(OmnipathR,hpo_download)
importFrom(OmnipathR,import_post_translational_interactions)
importFrom(RCurl,merge.list)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,ecount)
importFrom(igraph,ego)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,induced_subgraph)
importFrom(igraph,neighbors)
importFrom(igraph,vcount)
importFrom(igraph,vertex_attr)
importFrom(logger,INFO)
importFrom(logger,formatter_glue_or_sprintf)
importFrom(logger,layout_glue_generator)
importFrom(logger,log_appender)
importFrom(logger,log_fatal)
importFrom(logger,log_formatter)
importFrom(logger,log_info)
importFrom(logger,log_layout)
importFrom(logger,log_success)
importFrom(logger,log_threshold)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(progress,progress_bar)
importFrom(purrr,map2)
importFrom(purrr,map_int)
importFrom(purrr,walk2)
importFrom(rlang,"!!!")
importFrom(rlang,"%||%")
importFrom(rlang,exec)
importFrom(stats,quantile)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)