-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNAMESPACE
executable file
·36 lines (34 loc) · 1022 Bytes
/
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
S3method("[", "normalizedMatrix")
export("[.normalizedMatrix")
S3method("print", "normalizedMatrix")
export("print.normalizedMatrix")
S3method("rbind", "normalizedMatrix")
export("rbind.normalizedMatrix")
export("EnrichedHeatmap")
export("anno_enriched")
export("as.normalizedMatrix")
export("copyAttr")
export("default_smooth_fun")
export("discretize")
export("dist_by_closeness")
export("enriched_score")
export("extract_anno_enriched")
export("failed_rows")
export("getSignalsFromList")
export("makeWindows")
export("normalizeToMatrix")
import(ComplexHeatmap)
import(GenomicRanges)
import(IRanges)
import(Rcpp)
import(grid)
import(locfit)
import(methods)
importFrom("GetoptLong", qq.options)
importFrom("GetoptLong", qqcat)
importFrom("circlize", colorRamp2)
importFrom("grDevices", "col2rgb", "rgb")
importFrom("matrixStats", colSds)
importFrom("stats", "loess.control", "predict", loess, as.dist)
importFrom("utils", "packageDescription")
useDynLib(EnrichedHeatmap, .fixes = "EnrichedHeatmap_", .registration=TRUE)