-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
79 lines (78 loc) · 1.89 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
# Generated by roxygen2: do not edit by hand
S3method(plot,ae)
S3method(plot,geim)
S3method(plot,geimCV)
S3method(predict,geim)
S3method(print,ae)
S3method(print,geim)
S3method(print,geimCV)
S3method(print,rcmp)
S3method(print,ref)
S3method(summary,ae)
export(ae)
export(cor.gene_expr)
export(format_ids)
export(format_to_ref)
export(ge_im)
export(ge_imCV)
export(get_logFC)
export(get_refTP)
export(list_refs)
export(makeTransparent)
export(make_ref)
export(mperf)
export(plot_cor)
export(plot_cor.ae)
export(plot_refs)
export(prepare_refdata)
export(ref_compare)
importFrom(Rdpack,reprompt)
importFrom(beeswarm,beeswarm)
importFrom(beeswarm,swarmy)
importFrom(data.table,frank)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(ica,icafast)
importFrom(limma,lmFit)
importFrom(mgcv,gam)
importFrom(mgcv,interpret.gam)
importFrom(mgcv,predict.gam)
importFrom(parallel,clusterExport)
importFrom(parallel,makeForkCluster)
importFrom(parallel,parApply)
importFrom(parallel,parLapply)
importFrom(parallel,parSapply)
importFrom(parallel,stopCluster)
importFrom(pryr,standardise_call)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(utils,data)
importFrom(utils,getFromNamespace)