-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
40 lines (39 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(MSstatsSSE_shiny)
export(designSampleSizeClassification)
export(designSampleSizeClassificationPlots)
export(designSampleSizeHypothesisTestingPlot)
export(designSampleSizePCAplot)
export(estimateVar)
export(meanSDplot)
export(simulateDataset)
import(data.table)
import(ggplot2)
import(graphics)
importFrom(BiocParallel,bplapply)
importFrom(MSstats,designSampleSize)
importFrom(MSstats,designSampleSizePlots)
importFrom(caret,predict.train)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(caret,varImp)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(gridExtra,grid.arrange)
importFrom(parallel,detectCores)
importFrom(reshape2,melt)
importFrom(scales,pretty_breaks)
importFrom(stats,anova)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,lowess)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(utils,read.table)
importFrom(utils,sessionInfo)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)