forked from GabrielHoffman/dreamlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
207 lines (206 loc) · 5.99 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# Generated by roxygen2: do not edit by hand
export(aggregateNonCountSignal)
export(aggregateToPseudoBulk)
export(aggregateVar)
export(as.dreamletResult)
export(buildClusterTreeFromPB)
export(cellCounts)
export(cellTypeSpecificity)
export(coefNames)
export(compositePosteriorTest)
export(computeCellCounts)
export(computeLogCPM)
export(computeNormCounts)
export(details)
export(dreamlet)
export(dreamletCompareClusters)
export(dropRedundantTerms)
export(extractData)
export(fitVarPart)
export(meta_analysis)
export(outlier)
export(outlierByAssay)
export(plotBeeswarm)
export(plotCellComposition)
export(plotForest)
export(plotGeneHeatmap)
export(plotHeatmap)
export(plotProjection)
export(plotViolin)
export(plotVolcano)
export(plotVoom)
export(processAssays)
export(removeConstantTerms)
export(run_mash)
export(seeErrors)
export(stackAssays)
exportClasses(cellSpecificityValues)
exportClasses(dreamletProcessedData)
exportClasses(dreamletResult)
exportClasses(dreamlet_mash_result)
exportClasses(vpDF)
exportMethods("[")
exportMethods("colData<-")
exportMethods(assay)
exportMethods(assayNames)
exportMethods(coefNames)
exportMethods(colData)
exportMethods(details)
exportMethods(dreamlet)
exportMethods(extractData)
exportMethods(fitVarPart)
exportMethods(getTreat)
exportMethods(metadata)
exportMethods(plotCellComposition)
exportMethods(plotForest)
exportMethods(plotHeatmap)
exportMethods(plotPCA)
exportMethods(plotPercentBars)
exportMethods(print)
exportMethods(residuals)
exportMethods(seeErrors)
exportMethods(show)
exportMethods(sortCols)
exportMethods(topTable)
exportMethods(zenith_gsa)
import(Rcpp)
import(ggplot2)
importClassesFrom(SparseArray,SparseArray)
importClassesFrom(limma,EList)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(DelayedArray,colsum)
importFrom(DelayedArray,defaultAutoGrid)
importFrom(DelayedArray,getAutoBlockSize)
importFrom(DelayedArray,setAutoBlockSize)
importFrom(DelayedMatrixStats,colSums2)
importFrom(GSEABase,geneIds)
importFrom(IRanges,ranges)
importFrom(MASS,cov.rob)
importFrom(Matrix,colSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,t)
importFrom(MatrixGenerics,colMeans2)
importFrom(MatrixGenerics,colVars)
importFrom(MatrixGenerics,rowCounts)
importFrom(MatrixGenerics,rowMeans2)
importFrom(MatrixGenerics,rowMedians)
importFrom(MatrixGenerics,rowSds)
importFrom(MatrixGenerics,rowSums2)
importFrom(MatrixGenerics,rowVars)
importFrom(Rdpack,reprompt)
importFrom(S4Arrays,read_block)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,as.data.frame)
importFrom(S4Vectors,coolcat)
importFrom(S4Vectors,extractROWS)
importFrom(S4Vectors,merge)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,selfmatch)
importFrom(S4Vectors,wmsg)
importFrom(SingleCellExperiment,"int_colData<-")
importFrom(SingleCellExperiment,"reducedDims<-")
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,counts)
importFrom(SingleCellExperiment,int_colData)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDims)
importFrom(SummarizedExperiment,"assayNames<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"metadata<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(ashr,get_lfsr)
importFrom(ashr,get_pm)
importFrom(ashr,get_psd)
importFrom(broom,tidy)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,group_modify)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise_at)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(dplyr,tibble)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,filterByExpr)
importFrom(ggbeeswarm,geom_quasirandom)
importFrom(ggrepel,geom_text_repel)
importFrom(gtools,smartbind)
importFrom(irlba,prcomp_irlba)
importFrom(limma,cameraPR)
importFrom(limma,ids2indices)
importFrom(lme4,findbars)
importFrom(lme4,nobars)
importFrom(lme4,subbars)
importFrom(mashr,cov_canonical)
importFrom(mashr,mash_estimate_corr_em)
importFrom(mashr,mash_set_data)
importFrom(metafor,rma)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(purrr,map)
importFrom(remaCor,RE2C)
importFrom(reshape2,melt)
importFrom(rlang,sym)
importFrom(scattermore,geom_scattermore)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,prcomp)
importFrom(stats,qnorm)
importFrom(stats,reformulate)
importFrom(stats,terms)
importFrom(stats,update.formula)
importFrom(stats,var)
importFrom(tidyr,complete)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(variancePartition,augmentPriorCount)
importFrom(variancePartition,dream)
importFrom(variancePartition,eBayes)
importFrom(variancePartition,fitExtractVarPartModel)
importFrom(variancePartition,getContrast)
importFrom(variancePartition,getTreat)
importFrom(variancePartition,ggColorHue)
importFrom(variancePartition,makeContrastsDream)
importFrom(variancePartition,plotPercentBars)
importFrom(variancePartition,topTable)
importFrom(variancePartition,voomWithDreamWeights)
importFrom(zenith,zenith)
importMethodsFrom(BiocGenerics,residuals)
importMethodsFrom(GSEABase,details)
importMethodsFrom(variancePartition,sortCols)
useDynLib(dreamlet)