forked from tmorikuicr/espresso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.37 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
50
51
52
53
54
55
56
57
58
# Generated by roxygen2: do not edit by hand
export(filterGenes)
export(getGO)
export(graphSOM)
export(initEsp)
export(initGraphSOM)
export(logScale)
export(plotConvCurve)
export(plotDistMap)
export(plotMCMC)
export(plotUMAP)
export(runUMAP)
export(rxmcmc)
export(selectFeatures)
export(writeMCMC)
import(Boruta)
import(RColorBrewer)
import(doParallel)
import(foreach)
import(grid)
import(parallel)
import(progress)
import(rFerns)
importFrom(GO.db,GOBPOFFSPRING)
importFrom(GO.db,GOCCOFFSPRING)
importFrom(GO.db,GOMFOFFSPRING)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useEnsembl)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(igraph,graph.adjacency)
importFrom(igraph,shortest.paths)
importFrom(mclust,adjustedRandIndex)
importFrom(methods,new)
importFrom(pheatmap,pheatmap)
importFrom(plotrix,gradient.rect)
importFrom(rgl,bgplot3d)
importFrom(rgl,legend3d)
importFrom(rgl,movie3d)
importFrom(rgl,open3d)
importFrom(rgl,plot3d)
importFrom(rgl,rgl.close)
importFrom(rgl,rgl.postscript)
importFrom(rgl,rgl.snapshot)
importFrom(rgl,rgl.viewpoint)
importFrom(rgl,spin3d)
importFrom(scatterplot3d,scatterplot3d)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(tagcloud,smoothPalette)
importFrom(utils,combn)
importFrom(uwot,umap)