-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 1.03 KB
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 1.03 KB
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
# Generated by roxygen2: do not edit by hand
S3method(plot,SVAAnalysis)
S3method(plot,SVDAnalysis)
S3method(screeplot,SVAAnalysis)
S3method(screeplot,SVDAnalysis)
export(sva_analysis)
export(svd_analysis)
importFrom(dplyr,"%>%")
importFrom(dplyr,mutate_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(methods,is)
importFrom(minfi,getControlAddress)
importFrom(minfi,getGreen)
importFrom(minfi,getRed)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,pf)
importFrom(stats,screeplot)
importFrom(sva,num.sv)
importFrom(sva,sva)
importFrom(tidyr,gather_)