-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (38 loc) · 1.03 KB
/
NAMESPACE
File metadata and controls
39 lines (38 loc) · 1.03 KB
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
# Generated by roxygen2: do not edit by hand
export(crossHm)
export(getBreaks)
export(getDEA)
export(getDEGs)
export(log2FC)
export(meltSE)
export(resetAllSechmOptions)
export(safescale)
export(sechm)
export(setRowAttr)
export(setSechmOption)
export(sortRows)
import(ComplexHeatmap)
import(SummarizedExperiment)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,Legend)
importFrom(ComplexHeatmap,packLegend)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(circlize,colorRamp2)
importFrom(grDevices,colorRampPalette)
importFrom(grid,gpar)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowVars)
importFrom(methods,is)
importFrom(randomcoloR,distinctColorPalette)
importFrom(seriation,get_order)
importFrom(seriation,seriate)
importFrom(stats,aggregate)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)