-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 832 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 832 Bytes
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
# Generated by roxygen2: do not edit by hand
export(evaluate)
export(get_metrics)
export(get_terms)
export(plot_metrics)
export(subset_network)
export(webgestalt_network)
import(ggplot2)
import(stringr)
importFrom(WebGestaltR,WebGestaltRBatch)
importFrom(WebGestaltR,idMapping)
importFrom(WebGestaltR,loadGeneSet)
importFrom(data.table,fread)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(gtools,mixedsort)
importFrom(ontologyIndex,get_ontology)
importFrom(parallel,mclapply)
importFrom(parallelly,availableCores)
importFrom(stats,median)
importFrom(stats,xtabs)
importFrom(tidyr,gather)
importFrom(tidyr,separate_wider_regex)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)