-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.69 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
export(convert_annotations_genes)
export(database_CollecTRI_human)
export(database_CollecTRI_mouse)
export(database_GO_ALL)
export(database_GO_BP)
export(database_GO_CC)
export(database_GO_MF)
export(database_KEGG)
export(database_KEGG_show_organism)
export(database_Reactome)
export(database_from_gmt)
export(database_progeny_human)
export(database_progeny_mouse)
export(egt_compare_groups)
export(egt_enrichment_analysis)
export(egt_gsea_analysis)
export(egt_infer_act)
export(egt_plot_gsea)
export(egt_plot_results)
export(egt_recluster_analysis)
export(genes_with_weights)
importFrom(Rcpp,sourceCpp)
importFrom(fgsea,fgsea)
importFrom(fgsea,plotEnrichment)
importFrom(fgsea,plotGseaTable)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_continuous)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(methods,is)
importFrom(proxy,dist)
importFrom(qvalue,qvalue)
importFrom(stats,p.adjust)
importFrom(stringr,str_to_title)
importFrom(text2vec,create_dtm)
importFrom(text2vec,create_vocabulary)
importFrom(text2vec,itoken)
importFrom(text2vec,vocab_vectorizer)
importFrom(utils,stack)
importFrom(xfun,md5)
useDynLib(EnrichGT)