-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
export(add_value)
export(as_gene_symbol)
export(bootstrap_null)
export(calc_dnp_i)
export(calc_np)
export(calc_np_all)
export(calc_np_i)
export(combine_null)
export(compute_crosstalk)
export(compute_dnp)
export(compute_np)
export(compute_null_dnp)
export(crosstalk_subgraph)
export(dist_calc)
export(experiment_breakout)
export(final_combine)
export(get_random_graph)
export(gfilter)
export(gfilter.ct)
export(gfilter.igraph_method)
export(gfilter.np)
export(gfilter.value)
export(load_ppi)
export(node_repression)
export(norm_colsum)
export(plot_ct)
export(ppi_intersection)
export(ppi_union)
export(prep_biogrid)
export(prep_stringdb)
export(sparseRWR)
export(supported_species)
export(tidy_expression)
export(to_taxon_id)
importFrom(Rcpp,sourceCpp)
importFrom(foreach,"%:%")
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,approxfun)
importFrom(stats,density)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,download.file)
importFrom(utils,read.delim)
importFrom(utils,unzip)
useDynLib(crosstalkr, .registration = TRUE)