-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.34 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
80
81
82
83
# Generated by roxygen2: do not edit by hand
export(calcCounts)
export(calcMedians)
export(calcMediansByClusterMarker)
export(calcMediansBySampleMarker)
export(createContrast)
export(createDesignMatrix)
export(createFormula)
export(diffcyt)
export(generateClusters)
export(plotHeatmap)
export(prepareData)
export(testDA_GLMM)
export(testDA_edgeR)
export(testDA_voom)
export(testDS_LMM)
export(testDS_limma)
export(topClusters)
export(topTable)
export(transformData)
importFrom(ComplexHeatmap,'+.AdditiveUnit')
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,anno_text)
importFrom(ComplexHeatmap,columnAnnotation)
importFrom(ComplexHeatmap,draw)
importFrom(ComplexHeatmap,max_text_width)
importFrom(ComplexHeatmap,rowAnnotation)
importFrom(FlowSOM,BuildMST)
importFrom(FlowSOM,BuildSOM)
importFrom(FlowSOM,ReadInput)
importFrom(FlowSOM,metaClustering_consensus)
importFrom(S4Vectors,'metadata<-')
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,'assays<-')
importFrom(SummarizedExperiment,'colData<-')
importFrom(SummarizedExperiment,'rowData<-')
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(circlize,colorRamp2)
importFrom(dplyr,group_by)
importFrom(dplyr,summarize)
importFrom(dplyr,tally)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(edgeR,topTags)
importFrom(flowCore,exprs)
importFrom(flowCore,flowFrame)
importFrom(flowCore,flowSet)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,plot)
importFrom(grid,gpar)
importFrom(limma,contrasts.fit)
importFrom(limma,duplicateCorrelation)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,plotSA)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(lme4,glmer)
importFrom(lme4,lmer)
importFrom(magrittr,'%>%')
importFrom(methods,as)
importFrom(methods,is)
importFrom(multcomp,glht)
importFrom(reshape2,acast)
importFrom(reshape2,melt)
importFrom(stats,as.formula)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(tidyr,complete)
importFrom(utils,head)