-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
67 lines (66 loc) · 1.77 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
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
S3method(limma::cameraPR,matrix)
export(cameraColorFun)
export(cameraPR.matrix)
export(clusterSets)
export(decomposeSets)
export(enrichmap)
export(extendRangeNum)
export(filterSets)
export(gseaColorFun)
export(incidenceToList)
export(invertSets)
export(readGMT)
export(similarity)
export(sparseIncidence)
exportMethods(filterSets)
exportMethods(invertSets)
exportMethods(sparseIncidence)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,Legend)
importFrom(ComplexHeatmap,draw)
importFrom(ComplexHeatmap,max_text_width)
importFrom(ComplexHeatmap,pindex)
importFrom(GSEABase,geneIds)
importFrom(GSEABase,setIdentifier)
importFrom(GSEABase,setName)
importFrom(Matrix,diag)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,tril)
importFrom(Matrix,which)
importFrom(circlize,colorRamp2)
importFrom(data.table,":=")
importFrom(data.table,`.N`)
importFrom(data.table,`:=`)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,frank)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setcolorder)
importFrom(data.table,setorderv)
importFrom(grDevices,bmp)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,tiff)
importFrom(grid,gpar)
importFrom(grid,grid.circle)
importFrom(grid,grid.rect)
importFrom(grid,is.unit)
importFrom(grid,unit)
importFrom(limma,cameraPR)
importFrom(limma,zscoreT)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,signature)
importFrom(stats,as.dist)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pt)
importFrom(stats,var)
importFrom(utils,modifyList)