-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
67 lines (66 loc) · 1.84 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
# Generated by roxygen2: do not edit by hand
export(calc_sim_score)
export(install_data_package)
export(load_KEGG_refnet)
export(plot_NFPlist)
exportClasses(NFP)
exportClasses(NFPRefnet)
exportMethods(cluster_info)
exportMethods(group)
exportMethods(net)
exportMethods(perm_score)
exportMethods(plot_NFP)
exportMethods(refnet_name)
exportMethods(show)
exportMethods(sub_NFP)
exportMethods(subnet)
importFrom(KEGGgraph,getKGMLurl)
importFrom(KEGGgraph,parseKGML2Graph)
importFrom(apcluster,apcluster)
importFrom(apcluster,preferenceRange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graph,"nodeDataDefaults<-")
importFrom(graph,nodes)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,as_adj)
importFrom(igraph,get.data.frame)
importFrom(igraph,graph.data.frame)
importFrom(igraph,gsize)
importFrom(igraph,igraph.from.graphNEL)
importFrom(igraph,induced.subgraph)
importFrom(igraph,keeping_degseq)
importFrom(igraph,rewire)
importFrom(igraph,set.vertex.attribute)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(magrittr,subtract)
importFrom(magrittr,use_series)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(plyr,laply)
importFrom(plyr,llply)
importFrom(stats,sd)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tidyr,gather)
importFrom(utils,data)
importFrom(utils,install.packages)
importFrom(utils,read.delim2)