forked from CSB5/EDDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
22 lines (22 loc) · 1.03 KB
/
NAMESPACE
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
useDynLib(EDDA)
export(generateData,testDATs,computeAUC,plotROC,plotPRC)
importClassesFrom(methods, character, data.frame, matrix, numeric)
importMethodsFrom(baySeq, rbind)
importMethodsFrom(ROCR, plot)
importFrom(baySeq, getLibsizes, getLikelihoods.NB, getPriors.NB,
topCounts)
import(DESeq)
importFrom(edgeR, calcNormFactors, commonCondLogLikDerDelta, DGEList,
estimateCommonDisp, estimateTagwiseDisp, exactTest,
exactTestByDeviance, exactTestBySmallP, exactTestDoubleTail,
getDispersion, mglmOneGroup, splitIntoGroups, topTags)
importFrom(graphics, abline, axis, barplot, box, legend, lines, mtext,
par, points, rect, text)
importFrom(methods, is, new)
importFrom(parallel, mclapply)
importFrom(ROCR, performance, prediction)
importFrom(snow, makeCluster, stopCluster)
importFrom(stats, chisq.test, embed, fisher.test, optimize, p.adjust,
rgamma, rmultinom, rnbinom, rnorm, runif, smooth.spline,
supsmu, wilcox.test)
importFrom(utils, combn, read.delim, read.table)