forked from ctlab/fgsea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 787 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
36
# Generated by roxygen2: do not edit by hand
export(calcGseaStat)
export(collapsePathways)
export(collapsePathwaysORA)
export(fgsea)
export(fgseaLabel)
export(fgseaMultilevel)
export(fgseaSimple)
export(fora)
export(geseca)
export(gesecaSimple)
export(gmtPathways)
export(mapIdsList)
export(multilevelError)
export(plotCoregulationProfile)
export(plotCoregulationProfileReduction)
export(plotCoregulationProfileSpatial)
export(plotEnrichment)
export(plotEnrichmentData)
export(plotGesecaTable)
export(plotGseaTable)
export(reactomePathways)
export(writeGmtPathways)
import(BiocParallel)
import(Rcpp)
import(cowplot)
import(data.table)
import(fastmatch)
import(ggplot2)
import(grid)
import(stats)
importFrom(Matrix,invPerm)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(fgsea)