-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
52 lines (51 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(generatePreloadedSession)
export(getES)
export(getGDS)
export(getGSE)
export(getPhantasusConf)
export(read.gct)
export(reparseCachedESs)
export(servePhantasus)
export(setupPhantasus)
export(write.gct)
import(Biobase)
import(GEOquery)
import(Rook)
import(apeglm)
import(ccaPP)
import(data.table)
import(edgeR)
import(ggplot2)
import(grid)
import(gtable)
import(htmltools)
import(httpuv)
import(jsonlite)
import(limma)
import(opencpu)
import(rhdf5)
import(stats)
import(svglite)
importFrom(AnnotationDbi,columns)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,loadDb)
importFrom(AnnotationDbi,mapIds)
importFrom(AnnotationDbi,species)
importFrom(fgsea,fgseaMultilevel)
importFrom(fgsea,plotEnrichment)
importFrom(ggplot2,ggtitle)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,svg)
importFrom(methods,new)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(tidyr,spread)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)