-
Notifications
You must be signed in to change notification settings - Fork 22
/
NAMESPACE
253 lines (252 loc) · 7.3 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
# Generated by roxygen2: do not edit by hand
export(.logBH)
export(DM)
export(bootstrapCluster)
export(buildKNNGraph)
export(buildSNNGraph)
export(calculateSumFactors)
export(clusterCells)
export(clusterKNNGraph)
export(clusterModularity)
export(clusterPurity)
export(clusterSNNGraph)
export(coassignProb)
export(combineBlocks)
export(combineCV2)
export(combineMarkers)
export(combinePValues)
export(combineVar)
export(computeMinRank)
export(computeSumFactors)
export(connectClusterMST)
export(convertTo)
export(correlateGenes)
export(correlateNull)
export(correlatePairs)
export(createClusterMST)
export(cyclone)
export(decideTestsPerLabel)
export(decomposeVar)
export(denoisePCA)
export(denoisePCANumber)
export(doubletCells)
export(doubletCluster)
export(doubletRecovery)
export(findMarkers)
export(fitTrendCV2)
export(fitTrendPoisson)
export(fitTrendVar)
export(fixedPCA)
export(getClusteredPCs)
export(getDenoisedPCs)
export(getMarkerEffects)
export(getTopHVGs)
export(getTopMarkers)
export(improvedCV2)
export(makeTechTrend)
export(modelGeneCV2)
export(modelGeneCV2WithSpikes)
export(modelGeneVar)
export(modelGeneVarByPoisson)
export(modelGeneVarWithSpikes)
export(multiBlockNorm)
export(multiBlockVar)
export(multiMarkerStats)
export(orderClusterMST)
export(overlapExprs)
export(pairwiseBinom)
export(pairwiseTTests)
export(pairwiseWilcox)
export(parallelPCA)
export(pseudoBulkDGE)
export(pseudoBulkSpecific)
export(quickCluster)
export(quickPseudotime)
export(quickSubCluster)
export(rhoToPValue)
export(sandbag)
export(scaledColRanks)
export(scoreMarkers)
export(summarizeTestsPerLabel)
export(summaryMarkerStats)
export(technicalCV2)
export(testLinearModel)
export(testPseudotime)
export(testVar)
export(trendVar)
exportMethods(buildKNNGraph)
exportMethods(buildSNNGraph)
exportMethods(correlatePairs)
exportMethods(cyclone)
exportMethods(findMarkers)
exportMethods(getDenoisedPCs)
exportMethods(modelGeneCV2)
exportMethods(modelGeneCV2WithSpikes)
exportMethods(modelGeneVar)
exportMethods(modelGeneVarByPoisson)
exportMethods(modelGeneVarWithSpikes)
exportMethods(pairwiseBinom)
exportMethods(pairwiseTTests)
exportMethods(pairwiseWilcox)
exportMethods(pseudoBulkDGE)
exportMethods(pseudoBulkSpecific)
exportMethods(quickCluster)
exportMethods(quickSubCluster)
exportMethods(sandbag)
exportMethods(scoreMarkers)
exportMethods(summaryMarkerStats)
exportMethods(testLinearModel)
import(SingleCellExperiment)
import(methods)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(S4Vectors,List)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(BiocGenerics,"sizeFactors<-")
importFrom(BiocGenerics,as.data.frame)
importFrom(BiocGenerics,cbind)
importFrom(BiocGenerics,sizeFactors)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bpisup)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpmapply)
importFrom(BiocParallel,bpnworkers)
importFrom(BiocParallel,bpstart)
importFrom(BiocParallel,bpstop)
importFrom(BiocSingular,LowRankMatrix)
importFrom(BiocSingular,bsdeferred)
importFrom(BiocSingular,bsparam)
importFrom(BiocSingular,runSVD)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,currentViewport)
importFrom(DelayedArray,getAutoBPPARAM)
importFrom(DelayedArray,setAutoBPPARAM)
importFrom(Matrix,t)
importFrom(Matrix,which)
importFrom(MatrixGenerics,colAnyNAs)
importFrom(MatrixGenerics,colMeans)
importFrom(MatrixGenerics,colMins)
importFrom(MatrixGenerics,colRanks)
importFrom(MatrixGenerics,colSums)
importFrom(MatrixGenerics,colVars)
importFrom(MatrixGenerics,rowMaxs)
importFrom(MatrixGenerics,rowMeans)
importFrom(MatrixGenerics,rowMedians)
importFrom(MatrixGenerics,rowMins)
importFrom(MatrixGenerics,rowRanks)
importFrom(MatrixGenerics,rowSds)
importFrom(MatrixGenerics,rowVars)
importFrom(MatrixGenerics,rowWeightedMeans)
importFrom(Rcpp,sourceCpp)
importFrom(S4Arrays,makeNindexFromArrayViewport)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,I)
importFrom(S4Vectors,List)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,match)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,selfmatch)
importFrom(S4Vectors,splitAsList)
importFrom(SingleCellExperiment,"reducedDim<-")
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,colLabels)
importFrom(SingleCellExperiment,reduced.dim.matrix)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(beachmat,colBlockApply)
importFrom(beachmat,realizeFileBackedMatrix)
importFrom(beachmat,rowBlockApply)
importFrom(bluster,HclustParam)
importFrom(bluster,NNGraphParam)
importFrom(bluster,clusterRows)
importFrom(bluster,makeKNNGraph)
importFrom(bluster,makeSNNGraph)
importFrom(dqrng,generateSeedVectors)
importFrom(edgeR,"[.DGEList")
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,filterByExpr)
importFrom(edgeR,getOffset)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(edgeR,glmQLFTest)
importFrom(edgeR,glmQLFit)
importFrom(edgeR,glmTreat)
importFrom(edgeR,scaleOffset)
importFrom(edgeR,scaleOffset.DGEList)
importFrom(edgeR,topTags)
importFrom(igraph,E)
importFrom(igraph,cluster_walktrap)
importFrom(igraph,modularity)
importFrom(limma,classifyTestsF)
importFrom(limma,contrastAsCoef)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTable)
importFrom(limma,treat)
importFrom(limma,voom)
importFrom(limma,voomWithQualityWeights)
importFrom(limma,weighted.median)
importFrom(limma,weightedLowess)
importFrom(metapod,averageParallelStats)
importFrom(metapod,combineParallelPValues)
importFrom(metapod,parallelStouffer)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,selectMethod)
importFrom(scuttle,.assignIndicesToWorkers)
importFrom(scuttle,.bpNotSharedOrUp)
importFrom(scuttle,.guessMinMean)
importFrom(scuttle,.ranksafeQR)
importFrom(scuttle,.splitVectorByWorkers)
importFrom(scuttle,.subset2index)
importFrom(scuttle,.unpackLists)
importFrom(scuttle,calculateAverage)
importFrom(scuttle,computePooledFactors)
importFrom(scuttle,correctGroupSummary)
importFrom(scuttle,fitLinearModel)
importFrom(scuttle,librarySizeFactors)
importFrom(scuttle,logNormCounts)
importFrom(scuttle,normalizeCounts)
importFrom(scuttle,numDetectedAcrossCells)
importFrom(scuttle,pooledSizeFactors)
importFrom(scuttle,sumCountsAcrossCells)
importFrom(scuttle,summarizeAssayByGroup)
importFrom(statmod,glmgam.fit)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,coef)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,fitted)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,nls)
importFrom(stats,nls.control)
importFrom(stats,p.adjust)
importFrom(stats,pbinom)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,rnbinom)
importFrom(stats,rpois)
importFrom(stats,runmed)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,tail)
importMethodsFrom(S4Vectors,"%in%")
useDynLib(scran)