-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
39 lines (38 loc) · 834 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
37
38
39
# Generated by roxygen2: do not edit by hand
export(autoGO)
export(barplotGO)
export(choose_database)
export(deseq_analysis)
export(filtering_DE)
export(heatmapGO)
export(lolliGO)
export(read_enrich_tables)
export(read_gene_lists)
export(ssgsea_wrapper)
export(volcanoplot)
import(ComplexHeatmap)
import(DESeq2)
import(GSVA)
import(SummarizedExperiment)
import(ape, except = where)
import(dichromat)
import(dplyr)
import(enrichR)
import(ggplot2)
import(ggrepel)
import(grDevices)
import(grid)
import(imguR)
import(readr)
import(reshape2)
import(stringr)
import(utils)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(textshape,column_to_rownames)
importFrom(tibble,rownames_to_column)