This repository was archived by the owner on Jan 30, 2021. It is now read-only.
forked from genepi-freiburg/Netboost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
export(cut_trees)
export(mcupgma_exec)
export(nb_clust)
export(nb_dist)
export(nb_filter)
export(nb_mcupgma)
export(nb_moduleEigengenes)
export(nb_plot_dendro)
export(nb_summary)
export(nb_transfer)
export(netboost)
export(tree_search)
importFrom(R.utils,gzip)
importFrom(R.utils,isGzipped)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,setThreadOptions)
importFrom(WGCNA,allowWGCNAThreads)
importFrom(WGCNA,mergeCloseModules)
importFrom(WGCNA,moduleColor.getMEprefix)
importFrom(WGCNA,pickSoftThreshold)
importFrom(WGCNA,plotDendroAndColors)
importFrom(colorspace,rainbow_hcl)
importFrom(dynamicTreeCut,cutreeDynamic)
importFrom(dynamicTreeCut,indentSpaces)
importFrom(dynamicTreeCut,printFlush)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,layout)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(impute,impute.knn)
importFrom(methods,is)
importFrom(parallel,mclapply)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,hclust)
importFrom(stats,order.dendrogram)
importFrom(stats,prcomp)
importFrom(utils,data)
importFrom(utils,packageDescription)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(netboost)