-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
executable file
·155 lines (154 loc) · 3.86 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Generated by roxygen2: do not edit by hand
export("associations<-")
export("data_split<-")
export("eval_data<-")
export("filt_feat<-")
export("label<-")
export("meta<-")
export("model_list<-")
export("norm_feat<-")
export("orig_feat<-")
export("physeq<-")
export("pred_matrix<-")
export(accessSlot)
export(add.meta.pred)
export(assoc_param)
export(association.plot)
export(associations)
export(check.associations)
export(check.confounders)
export(create.data.split)
export(create.label)
export(data_split)
export(eval_data)
export(evaluate.predictions)
export(feature_type)
export(feature_weights)
export(filt_feat)
export(filt_params)
export(filter.features)
export(filter.label)
export(get.filt_feat.matrix)
export(get.norm_feat.matrix)
export(get.orig_feat.matrix)
export(label)
export(make.predictions)
export(meta)
export(model.evaluation.plot)
export(model.interpretation.plot)
export(model_list)
export(model_type)
export(models)
export(norm_feat)
export(norm_params)
export(normalize.features)
export(orig_feat)
export(physeq)
export(pred_matrix)
export(read.label)
export(read.lefse)
export(select.samples)
export(siamcat)
export(siamcat.to.lefse)
export(siamcat.to.maaslin)
export(summarize.features)
export(train.model)
export(validate.data)
export(volcano.plot)
export(weight_matrix)
exportClasses(siamcat)
import(LiblineaR)
import(glmnet)
import(methods)
import(mlr3)
import(mlr3learners)
import(mlr3tuning)
import(paradox)
import(phyloseq)
importFrom(PRROC,pr.curve)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(beanplot,beanplot)
importFrom(corrplot,colorlegend)
importFrom(corrplot,corrplot)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,stripchart)
importFrom(graphics,strwidth)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(grid,plotViewport)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(gridBase,baseViewports)
importFrom(gridExtra,grid.table)
importFrom(gridExtra,ttheme_minimal)
importFrom(infotheo,condentropy)
importFrom(infotheo,discretize)
importFrom(infotheo,mutinformation)
importFrom(lgr,get_logger)
importFrom(lmerTest,lmer)
importFrom(matrixStats,colRanks)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowMedians)
importFrom(matrixStats,rowQuantiles)
importFrom(matrixStats,rowSds)
importFrom(matrixStats,rowVars)
importFrom(pROC,roc)
importFrom(progress,progress_bar)
importFrom(scales,alpha)
importFrom(stats,addmargins)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,fisher.test)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,profile)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_split)
importFrom(utils,askYesNo)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)