-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·37 lines (37 loc) · 1.29 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
export(anota2seqDataSetFromMatrix)
export(anota2seqDataSetFromSE)
export(anota2seqAnalyze)
export(anota2seqRegModes)
export(anota2seqPerformQC)
export(anota2seqSelSigGenes)
export(anota2seqResidOutlierTest)
export(anota2seqRun)
#S4 methods
exportMethods(anota2seqGetNormalizedData)
exportMethods(anota2seqGetCovariates)
exportMethods(anota2seqGetContrasts)
exportMethods(anota2seqGetOutput)
exportMethods(anota2seqGetQualityControl)
exportMethods(anota2seqGetResidOutlierTest)
exportMethods(anota2seqGetDeltaData)
exportMethods(anota2seqGetThresholds)
exportMethods(anota2seqPlotFC)
exportMethods(anota2seqPlotPvalues)
exportMethods(anota2seqPlotGenes)
import(DESeq2)
import(multtest)
import(qvalue)
import(edgeR)
import(RColorBrewer)
import(SummarizedExperiment)
import(methods)
importFrom(limma, voom)
importFrom(stats,contrasts)
importFrom("grDevices", "dev.off", "jpeg", "pdf")
importFrom("graphics", "abline", "axis", "barplot", "box", "hist",
"legend", "lines", "matplot", "mtext", "par", "points",
"segments", "text")
importFrom("stats", "IQR", "anova", "contrasts<-", "cor", "density",
"df", "dfbetas", "ks.test", "lm", "median", "nlm", "pf",
"pt", "qqnorm", "qqplot", "rf", "rnorm", "var")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")