-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
137 lines (136 loc) · 3.41 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,geom_sc_wordcloud)
export(DimPlotWithTexts)
export(TextMarkers)
export(TextMarkersScran)
export(alliance)
export(biotextgraph)
export(bugsigdb)
export(changeLayout)
export(compareWordNet)
export(connectGenes)
export(convertMetaCyc)
export(enzyme)
export(exportCyjs)
export(exportCyjsWithoutImage)
export(exportVisjs)
export(exportWCNetwork)
export(findTerm)
export(geom_node_shadowtext)
export(geom_sc_wordcloud)
export(getSlot)
export(getUPtax)
export(getWordsOnDendro)
export(ggplot_add.geom_sc_wordcloud)
export(graph_cluster)
export(makeBar)
export(make_TDM)
export(make_corpus)
export(make_graph)
export(manual)
export(obtainMarkersWC)
export(obtainMarkersWCScran)
export(obtainTextPosition)
export(obtain_alliance)
export(obtain_bugsigdb)
export(obtain_enrich)
export(obtain_enzyme)
export(obtain_manual)
export(obtain_pubmed)
export(obtain_refseq)
export(parseMetaCycPathway)
export(perform_ora)
export(plotDynamic)
export(plotEigengeneNetworksWithWords)
export(plotNet)
export(plotORA)
export(plotReducedDimWithTexts)
export(plotWC)
export(plot_biofabric)
export(plot_biotextgraph)
export(plot_wordcloud)
export(process_network_gene)
export(process_network_manual)
export(process_network_microbe)
export(pubmed)
export(refseq)
export(refseqDESeq2)
export(refseqWGCNA)
export(returnExample)
export(returnSim)
export(set_filter_words)
export(tag_words)
export(textORA)
exportMethods(getSlot)
import(GeneSummary)
import(bugsigdbr)
import(ggplot2)
import(ggraph)
import(grid)
import(gridExtra)
import(igraph)
import(jsonlite)
import(methods)
import(org.Hs.eg.db)
import(patchwork)
import(rentrez)
import(tm)
import(wordcloud)
importFrom(AnnotationDbi,keys)
importFrom(GeneSummary,loadGeneSummary)
importFrom(GetoptLong,qqcat)
importFrom(MASS,cov.trob)
importFrom(NLP,ngrams)
importFrom(NLP,words)
importFrom(RColorBrewer,brewer.pal)
importFrom(XML,xmlElementsByTagName)
importFrom(XML,xmlParse)
importFrom(XML,xmlTreeParse)
importFrom(XML,xmlValue)
importFrom(XML,xpathSApply)
importFrom(cowplot,as_grob)
importFrom(cyjShiny,dataFramesToJSON)
importFrom(data.table,fread)
importFrom(dendextend,as.ggdend)
importFrom(dendextend,get_nodes_attr)
importFrom(dendextend,get_subdendrograms)
importFrom(dendextend,hang.dendrogram)
importFrom(dendextend,nnodes)
importFrom(dendextend,pvclust_show_signif_gradient)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggdendro,dendro_data)
importFrom(ggdendro,label)
importFrom(ggforce,geom_mark_hull)
importFrom(ggplot2,ggplot_add)
importFrom(ggplotify,as.ggplot)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,palette)
importFrom(graphlayouts,layout_as_dynamic)
importFrom(igraph,graph.adjacency)
importFrom(igraph,graph_from_edgelist)
importFrom(pvclust,pvclust)
importFrom(pvclust,pvpick)
importFrom(shadowtext,GeomShadowText)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,dhyper)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,reorder)
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidygraph,graph_join)
importFrom(tidygraph,is.tbl_graph)
importFrom(tidygraph,tbl_graph)
importFrom(utils,object.size)