-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
162 lines (161 loc) · 4.45 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
# Generated by roxygen2: do not edit by hand
export(DESetup)
export(PowSim)
export(SimSetup)
export(estimateNBParam)
export(evaluateDist)
export(evaluateSim)
export(insilicoNBParam)
export(plotEvalDist)
export(plotEvalRes)
export(plotNBParam)
export(printEvalRes)
export(simulateDE)
importFrom(AnnotationDbi,as.list)
importFrom(BPSC,BPglm)
importFrom(BiocParallel,MulticoreParam)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,counts)
importFrom(DESeq2,dispersionFunction)
importFrom(DESeq2,estimateDispersions)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,results)
importFrom(DESeq2,sizeFactors)
importFrom(DSS,estDispersion)
importFrom(DSS,estNormFactors)
importFrom(DSS,newSeqCountSet)
importFrom(DSS,waldTest)
importFrom(EBSeq,EBTest)
importFrom(EBSeq,MedianNorm)
importFrom(IHW,adj_pvalues)
importFrom(IHW,ihw)
importFrom(MASS,glm.nb)
importFrom(MAST,FromMatrix)
importFrom(MAST,lrTest)
importFrom(MAST,zlm.SingleCellAssay)
importFrom(NBGOF,nb.gof.v)
importFrom(NOISeq,noiseqbio)
importFrom(NOISeq,readData)
importFrom(ROTS,ROTS)
importFrom(S4Vectors,mcols)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(baySeq,getLikelihoods)
importFrom(baySeq,getPriors.NB)
importFrom(baySeq,topCounts)
importFrom(cobs,cobs)
importFrom(cowplot,add_sub)
importFrom(cowplot,ggdraw)
importFrom(cowplot,ggsave)
importFrom(cowplot,plot_grid)
importFrom(data.table,data.table)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm.DGEList)
importFrom(edgeR,cpm.default)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmQLFTest)
importFrom(edgeR,glmQLFit)
importFrom(edgeR,topTags)
importFrom(edgeR,zscoreNBinom)
importFrom(fitdistrplus,fitdist)
importFrom(fitdistrplus,gofstat)
importFrom(gamlss.dist,ZINBI)
importFrom(gamlss.dist,ZIP)
importFrom(ggExtra,ggMarginal)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_density2d)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggthemes,theme_base)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(moments,moment)
importFrom(msir,loess.sd)
importFrom(nonnest2,vuongtest)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(pscl,vuong)
importFrom(pscl,zeroinfl)
importFrom(qvalue,qvalue)
importFrom(reshape2,melt)
importFrom(scDD,scDD)
importFrom(scales,percent)
importFrom(scater,counts)
importFrom(scater,newSCESet)
importFrom(scater,sizeFactors)
importFrom(scater,sizeFactors.SCESet)
importFrom(scde,scde.error.models)
importFrom(scde,scde.expression.difference)
importFrom(scde,scde.expression.prior)
importFrom(scran,computeSumFactors)
importFrom(snow,makeCluster)
importFrom(snow,stopCluster)
importFrom(splines,ns)
importFrom(stats,AIC)
importFrom(stats,approx)
importFrom(stats,deviance)
importFrom(stats,dnbinom)
importFrom(stats,dpois)
importFrom(stats,ecdf)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,hatvalues)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,reorder)
importFrom(stats,residuals)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(tidyr,"%>%")
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importMethodsFrom(baySeq,libsizes)