-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 887 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 887 Bytes
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
# Generated by roxygen2: do not edit by hand
export(densityEnrichment)
export(enrichIt)
export(enrichItPlot)
export(escape.matrix)
export(getGeneSets)
export(geyserEnrichment)
export(gseaEnrichment)
export(heatmapEnrichment)
export(pcaEnrichment)
export(performNormalization)
export(performPCA)
export(ridgeEnrichment)
export(runEscape)
export(scatterEnrichment)
export(splitEnrichment)
import(ggplot2)
importFrom(MatrixGenerics,rowMeans2)
importFrom(MatrixGenerics,rowSds)
importFrom(MatrixGenerics,rowSums2)
importFrom(SummarizedExperiment,colData)
importFrom(ggdist,stat_pointinterval)
importFrom(ggplot2,"%+replace%")
importFrom(grDevices,hcl.pals)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,setNames)
importFrom(utils,head)