-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
76 lines (75 loc) · 1.84 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
# Generated by roxygen2: do not edit by hand
S3method(MAplot,bioCond)
S3method(MAplot,default)
S3method(MAplot,diffBioCond)
S3method(diffTest,bioCond)
S3method(plot,aovBioCond)
S3method(plot,matrix)
S3method(plot,varTestBioCond)
S3method(print,bioCond)
S3method(print,summaryBioCond)
S3method(summary,bioCond)
export(MAplot)
export(MAplot.bioCond)
export(MAplot.default)
export(MAplot.diffBioCond)
export(aovBioCond)
export(bioCond)
export(cmbBioCond)
export(diffTest)
export(diffTest.bioCond)
export(distBioCond)
export(estParamHyperChIP)
export(estimatePriorDf)
export(estimatePriorDfRobust)
export(estimateSizeFactors)
export(estimateVarRatio)
export(extendMeanVarCurve)
export(fitMeanVarCurve)
export(inv.trigamma)
export(isSymPosDef)
export(mean_var_logwinf)
export(normBioCond)
export(normBioCondBySizeFactors)
export(normalize)
export(normalizeBySizeFactors)
export(plot.aovBioCond)
export(plot.matrix)
export(plot.varTestBioCond)
export(plotMVC)
export(plotMeanVarCurve)
export(print.bioCond)
export(print.summaryBioCond)
export(setMeanVarCurve)
export(setPriorDf)
export(setPriorDfRobust)
export(setPriorDfVarRatio)
export(setWeight)
export(summary.bioCond)
export(util.trigamma)
export(varRatio)
export(varTestBioCond)
export(vstBioCond)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(methods,is)
importFrom(scales,alpha)
importFrom(statmod,gauss.quad)
importFrom(stats,Gamma)
importFrom(stats,as.dist)
importFrom(stats,coefficients)
importFrom(stats,cor)
importFrom(stats,df)
importFrom(stats,glm)
importFrom(stats,integrate)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qf)
importFrom(stats,quantile)
importFrom(stats,rf)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)