-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
71 lines (70 loc) · 2.13 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
# Generated by roxygen2: do not edit by hand
export(DGE_analysis)
export(power_analysis)
export(within_data_correlation)
importFrom(EnsDb.Hsapiens.v79,EnsDb.Hsapiens.v79)
importFrom(Matrix,rowSums)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,counts)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useDataset)
importFrom(biomaRt,useMart)
importFrom(cowplot,theme_cowplot)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(ensembldb,select)
importFrom(ggcorrplot,ggcorrplot)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(ggrepel,geom_text_repel)
importFrom(grid,unit)
importFrom(gridExtra,arrangeGrob)
importFrom(gtools,mixedsort)
importFrom(infotheo,mutinformation)
importFrom(qs,qread)
importFrom(reshape2,melt)
importFrom(scales,percent)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stringr,str_sub)
importFrom(utils,globalVariables)
importFrom(viridis,scale_colour_viridis)
importFrom(viridis,scale_fill_viridis)