-
Notifications
You must be signed in to change notification settings - Fork 24
/
NAMESPACE
100 lines (99 loc) · 2.22 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(.fit_preprocessing)
export(abort)
export(as_label)
export(as_name)
export(check_corr)
export(convert_f_defaults)
export(decouple)
export(enquo)
export(enquos)
export(exec)
export(expr)
export(extract_sets)
export(filt_minsize)
export(get_collectri)
export(get_dorothea)
export(get_ksn_omnipath)
export(get_progeny)
export(get_resource)
export(get_toy_data)
export(intersect_regulons)
export(pivot_wider_profile)
export(quo_is_missing)
export(quo_is_null)
export(rename_net)
export(run_aucell)
export(run_consensus)
export(run_fgsea)
export(run_gsva)
export(run_mdt)
export(run_mlm)
export(run_ora)
export(run_udt)
export(run_ulm)
export(run_viper)
export(run_wmean)
export(run_wsum)
export(show_methods)
export(show_resources)
export(sym)
export(syms)
import(dplyr)
import(purrr)
import(tibble)
import(tidyr)
importFrom(BiocParallel,MulticoreParam)
importFrom(Matrix,Matrix)
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,reframe)
importFrom(dplyr,relocate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarize_all)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(magrittr,extract2)
importFrom(parallelly,availableCores)
importFrom(purrr,partial)
importFrom(purrr,pluck)
importFrom(rlang,"!!!")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,exec)
importFrom(rlang,expr)
importFrom(rlang,quo_is_missing)
importFrom(rlang,quo_is_null)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,pt)
importFrom(stats,sd)
importFrom(stats,summary.lm)
importFrom(stringr,str_to_lower)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,expand_grid)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,eval_rename)
importFrom(utils,head)
importFrom(withr,with_seed)