-
Notifications
You must be signed in to change notification settings - Fork 66
/
NAMESPACE
67 lines (66 loc) · 1.78 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
# Generated by roxygen2: do not edit by hand
exportPattern("^[a-zA-Z]")
import(DESeq2)
import(ashr)
import(edgeR)
import(ggplot2)
import(kableExtra)
importFrom(GGally,ggally_points)
importFrom(GGally,ggpairs)
importFrom(GGally,wrap)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(genefilter,shorth)
importFrom(ggdendro,ggdendrogram)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(grid,gpar)
importFrom(grid,textGrob)
importFrom(gridExtra,grid.arrange)
importFrom(limma,plotMDS)
importFrom(rlang,.data)
importFrom(rmarkdown,render)
importFrom(scales,log10_trans)
importFrom(scales,log_breaks)
importFrom(scales,math_format)
importFrom(scales,trans_breaks)
importFrom(scales,trans_format)
importFrom(scales,trans_new)
importFrom(stats,coefficients)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,formula)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust.methods)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,stack)
importFrom(utils,tail)
importFrom(utils,write.table)