-
Notifications
You must be signed in to change notification settings - Fork 66
/
NAMESPACE
48 lines (47 loc) · 1.38 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
export(bwpca)
export(knn.error.models)
export(make.pagoda.app)
export(pagoda.cluster.cells)
export(pagoda.effective.cells)
export(pagoda.gene.clusters)
export(pagoda.pathway.wPCA)
export(pagoda.reduce.loading.redundancy)
export(pagoda.reduce.redundancy)
export(pagoda.show.pathways)
export(pagoda.subtract.aspect)
export(pagoda.top.aspects)
export(pagoda.varnorm)
export(pagoda.view.aspects)
export(scde.browse.diffexp)
export(scde.error.models)
export(scde.expression.difference)
export(scde.expression.magnitude)
export(scde.expression.prior)
export(scde.failure.probability)
export(scde.fit.models.to.reference)
export(scde.posteriors)
export(scde.test.gene.expression.difference)
export(show.app)
export(winsorize.matrix)
export(clean.counts)
export(clean.gos)
useDynLib(scde)
# custom additions
importFrom(Cairo,CairoPNG)
importFrom(RColorBrewer,brewer.pal)
importFrom(parallel,mclapply,detectCores)
importFrom(BiocParallel,bplapply,MulticoreParam)
importFrom(edgeR,calcNormFactors)
importFrom(MASS,theta.ml,rnegbin,negative.binomial)
importFrom(rjson,fromJSON,toJSON)
importFrom(Rcpp,evalCpp)
importFrom(methods,setRefClass)
importFrom(quantreg,rq,predict.rq)
importFrom(nnet,multinom,nnet,nnet.default)
importFrom(mgcv,gam)
importFrom(RMTstat,WishartMaxPar)
importFrom(pcaMethods, sDev, pca, scores, loadings)
importFrom(extRemes, fevd, qevd, plot.fevd)
import(RcppArmadillo)
import(flexmix)
import(Rook)