-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathNAMESPACE
281 lines (280 loc) · 7.99 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
# Generated by roxygen2: do not edit by hand
export(Setup)
export(estimateParam)
export(estimateSpike)
export(evaluateDE)
export(evaluateDist)
export(evaluateROC)
export(evaluateSim)
export(plotEvalDE)
export(plotEvalDist)
export(plotEvalROC)
export(plotEvalSim)
export(plotParam)
export(plotSpike)
export(plotTime)
export(printEvalDE)
export(simulateDE)
import(ZIM)
importFrom(BPSC,BPglm)
importFrom(BiocGenerics,"sizeFactors<-")
importFrom(BiocGenerics,counts)
importFrom(BiocGenerics,estimateDispersions)
importFrom(BiocGenerics,sizeFactors)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bpparam)
importFrom(BiocParallel,register)
importFrom(DECENT,fitNoDE)
importFrom(DECENT,lrTest)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,counts)
importFrom(DESeq2,estimateDispersions)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,nbinomWaldTest)
importFrom(DESeq2,results)
importFrom(DESeq2,sizeFactors)
importFrom(DrImpute,DrImpute)
importFrom(DrImpute,preprocessSC)
importFrom(EBSeq,EBTest)
importFrom(EBSeq,MedianNorm)
importFrom(Hmisc,binconf)
importFrom(IHW,adj_pvalues)
importFrom(IHW,ihw)
importFrom(Linnorm,Linnorm.Norm)
importFrom(MASS,fitdistr)
importFrom(MASS,glm.nb)
importFrom(MASS,rlm)
importFrom(MAST,FromMatrix)
importFrom(MAST,lrTest)
importFrom(MAST,summary)
importFrom(Matrix,Matrix)
importFrom(NBPSeq,nbp.test)
importFrom(NOISeq,noiseqbio)
importFrom(NOISeq,readData)
importFrom(ROTS,ROTS)
importFrom(Rmagic,library.size.normalize)
importFrom(Rmagic,magic)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,mcols)
importFrom(SAVER,combine.saver)
importFrom(SAVER,saver)
importFrom(SCnorm,SCnorm)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,sizeFactors)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,rowData)
importFrom(VGAM,negbinomial.size)
importFrom(bayNorm,BetaFun)
importFrom(bayNorm,bayNorm)
importFrom(baySeq,getLikelihoods)
importFrom(baySeq,getPriors.NB)
importFrom(baySeq,topCounts)
importFrom(broom,glance)
importFrom(cobs,cobs)
importFrom(cowplot,add_sub)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(data.table,data.table)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,cpm.DGEList)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,estimateGLMRobustDisp)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(edgeR,glmQLFTest)
importFrom(edgeR,glmQLFit)
importFrom(edgeR,thinCounts)
importFrom(edgeR,topTags)
importFrom(edgeR,zscoreNBinom)
importFrom(fitdistrplus,fitdist)
importFrom(fitdistrplus,gofstat)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(future,plan)
importFrom(gamlss.dist,ZINBI)
importFrom(gamlss.dist,ZIP)
importFrom(ggplot2,aes_)
importFrom(ggplot2,alpha)
importFrom(ggplot2,annotate)
importFrom(ggplot2,annotation_logticks)
importFrom(ggplot2,as_labeller)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expand_scale)
importFrom(ggplot2,expansion)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_dotplot)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,position_jitterdodge)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,stat_density2d)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_linedraw)
importFrom(ggplot2,theme_minimal)
importFrom(ggpubr,ggtexttable)
importFrom(ggpubr,ttheme)
importFrom(ggstance,geom_linerangeh)
importFrom(grDevices,blues9)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl)
importFrom(grid,unit)
importFrom(iCOBRA,COBRAData)
importFrom(iCOBRA,calculate_performance)
importFrom(kernlab,specc)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowSds)
importFrom(methods,is)
importFrom(methods,new)
importFrom(minpack.lm,nlsLM)
importFrom(moments,moment)
importFrom(monocle,differentialGeneTest)
importFrom(monocle,newCellDataSet)
importFrom(msir,loess.sd)
importFrom(nonnest2,vuongtest)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,mcmapply)
importFrom(parallel,stopCluster)
importFrom(penalized,penalized)
importFrom(penalized,predict)
importFrom(plotrix,std.error)
importFrom(plyr,aaply)
importFrom(pscl,vuong)
importFrom(pscl,zeroinfl)
importFrom(qvalue,qvalue)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rsvd,rpca)
importFrom(scDD,scDD)
importFrom(scales,math_format)
importFrom(scales,percent)
importFrom(scales,trans_breaks)
importFrom(scales,trans_format)
importFrom(scater,isOutlier)
importFrom(scone,SconeExperiment)
importFrom(scone,estimate_ziber)
importFrom(scone,impute_expectation)
importFrom(scone,scone)
importFrom(scran,calculateSumFactors)
importFrom(scran,computeSumFactors)
importFrom(scran,quickCluster)
importFrom(sctransform,correct)
importFrom(sctransform,vst)
importFrom(scuttle,computeSpikeFactors)
importFrom(stats,AIC)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,density)
importFrom(stats,dgamma)
importFrom(stats,dnbinom)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,ecdf)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,nls.control)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pchisq)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,reorder)
importFrom(stats,residuals)
importFrom(stats,rgamma)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,"%>%")
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,capture.output)
importFrom(utils,stack)
importFrom(utils,tail)
importFrom(zinbwave,computeObservationalWeights)
importFrom(zinbwave,glmWeightedF)
importFrom(zinbwave,zinbFit)
importFrom(zingeR,glmWeightedF)
importFrom(zingeR,zeroWeightsLS)
importMethodsFrom(DESeq2,sizeFactors)
importMethodsFrom(baySeq,libsizes)