-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
89 lines (88 loc) · 2.22 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
# Generated by roxygen2: do not edit by hand
S3method(bootstrap,PerturbationData)
S3method(bootstrap,tbl_df)
S3method(filter,PerturbationData)
S3method(plot,HMAnalysedPerturbationData)
S3method(plot,NetworkAnalysedPerturbationData)
S3method(plot,PerturbationData)
S3method(rbind,PerturbationData)
export(bootstrap)
export(dataSet)
export(diffuse)
export(filter)
export(geneEffects)
export(graph)
export(hm)
export(inference)
export(isBootstrapped)
export(modelFit)
export(nestedGeneEffects)
export(params)
exportClasses(HMAnalysedPerturbationData)
exportClasses(NetworkAnalysedPerturbationData)
exportClasses(PerturbationData)
import(doParallel)
import(foreach)
import(formula.tools)
import(ggplot2)
import(grid)
import(magrittr)
import(methods)
import(parallel)
import(tibble)
importFrom(assertthat,assert_that)
importFrom(diffusr,random.walk)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,filter_)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,group_indices)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(formula.tools,rhs.vars)
importFrom(graphics,hist)
importFrom(igraph,V)
importFrom(igraph,components)
importFrom(igraph,degree)
importFrom(igraph,delete.vertices)
importFrom(igraph,get.adjacency)
importFrom(igraph,graph_from_data_frame)
importFrom(lazyeval,lazy_dots)
importFrom(lme4,lmer)
importFrom(lme4,ranef)
importFrom(methods,hasArg)
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(scales,pretty_breaks)
importFrom(splines,ns)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,poly)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,t.test)
importFrom(tibble,as.tibble)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,head)