forked from saezlab/decoupleR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
77 lines (76 loc) · 1.58 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
# 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(convert_to_)
export(convert_to_aucell)
export(convert_to_enricher)
export(convert_to_fgsea)
export(convert_to_gsva)
export(convert_to_mlm)
export(convert_to_ora)
export(convert_to_ulm)
export(convert_to_viper)
export(convert_to_wmean)
export(convert_to_wsum)
export(decouple)
export(enquo)
export(enquos)
export(exec)
export(expr)
export(intersect_regulons)
export(pivot_wider_profile)
export(quo_is_missing)
export(quo_is_null)
export(run_aucell)
export(run_consensus)
export(run_enrich)
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(sym)
export(syms)
import(RobustRankAggreg)
import(SummarizedExperiment)
import(dplyr)
import(purrr)
import(ranger)
import(reticulate)
import(rpart)
import(tibble)
import(tidyr)
importFrom(Matrix,Matrix)
importFrom(magrittr,"%>%")
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(speedglm,speedlm.fit)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,sd)
importFrom(stats,summary.lm)
importFrom(tidyselect,eval_rename)