-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
export(annotation_get)
export(cna_run)
export(expression_get)
export(expression_reshape)
export(expression_subset)
export(interactions_get)
export(member_importance)
export(member_similarity)
export(metadata_get)
export(module_compare)
export(module_network)
import(STRINGdb)
import(WGCNA)
import(igraph)
importFrom(AnnotationDbi,Term)
importFrom(AnnotationDbi,mget)
importFrom(Biobase,exprs)
importFrom(Biobase,fData)
importFrom(Biobase,featureNames)
importFrom(Biobase,pData)
importFrom(Biobase,sampleNames)
importFrom(GEOquery,getGEO)
importFrom(WGCNA,TOMsimilarity)
importFrom(WGCNA,adjacency)
importFrom(WGCNA,collapseRows)
importFrom(WGCNA,cor)
importFrom(clusterProfiler,compareCluster)
importFrom(clusterProfiler,gofilter)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,starts_with)
importFrom(dynamicTreeCut,cutreeDynamic)
importFrom(igraph,V)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,subgraph)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,possibly)
importFrom(readr,cols_only)
importFrom(readr,read_delim)
importFrom(reshape2,melt)
importFrom(stats,as.dist)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tidyr,gather)