-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.13 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
export(getAnova)
export(getFirth)
export(getKruskal)
export(getLimma)
export(getLm)
export(getOrm)
export(getTTest)
export(getWilcoxonTest)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(broom,tidy)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,ungroup)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(logistf,logistf)
importFrom(logistf,logistf.control)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rms,orm)
importFrom(rstatix,anova_test)
importFrom(rstatix,kruskal_test)
importFrom(rstatix,t_test)
importFrom(rstatix,wilcox_test)
importFrom(stats,as.formula)
importFrom(stats,delete.response)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)