-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
71 lines (70 loc) · 2.09 KB
/
Copy pathNAMESPACE
File metadata and controls
71 lines (70 loc) · 2.09 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
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(compDistr)
export(topFeatures)
export(visFit)
exportMethods(compDistr)
exportMethods(topFeatures)
exportMethods(visFit)
importFrom(Matrix,cbind2)
importFrom(MultiAssayExperiment,"metadata<-")
importFrom(MultiAssayExperiment,getWithColData)
importFrom(MultiAssayExperiment,metadata)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(dplyr,filter)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(graphics,hist)
importFrom(grid,unit)
importFrom(harmonicmeanp,hmp.stat)
importFrom(lme4,getME)
importFrom(lme4,lmer)
importFrom(lme4,ranef)
importFrom(methods,is)
importFrom(mgcv,gam)
importFrom(msqrob2,getCoef)
importFrom(msqrob2,getContrast)
importFrom(msqrob2,getDfPosterior)
importFrom(msqrob2,getFitMethod)
importFrom(msqrob2,getVarPosterior)
importFrom(msqrob2,getVcovUnscaled)
importFrom(msqrob2,hypothesisTest)
importFrom(msqrob2,makeContrast)
importFrom(msqrob2,msqrob)
importFrom(reformulas,findbars)
importFrom(stageR,getAdjustedPValues)
importFrom(stageR,stageR)
importFrom(stageR,stageWiseAdjustment)
importFrom(stats,as.formula)
importFrom(stats,model.matrix)
importFrom(stats,na.exclude)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(utils,combn)
importFrom(utils,globalVariables)
importFrom(utils,head)