forked from alanocallaghan/scater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
223 lines (222 loc) · 6.56 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
# Generated by roxygen2: do not edit by hand
export("bootstraps<-")
export("fpkm<-")
export("norm_exprs<-")
export("stand_exprs<-")
export(addPerCellQC)
export(addPerFeatureQC)
export(aggregateAcrossCells)
export(aggregateAcrossFeatures)
export(annotateBMFeatures)
export(bootstraps)
export(calculateAverage)
export(calculateCPM)
export(calculateDiffusionMap)
export(calculateFPKM)
export(calculateMDS)
export(calculateMultiUMAP)
export(calculateNMF)
export(calculatePCA)
export(calculateQCMetrics)
export(calculateTPM)
export(calculateTSNE)
export(calculateUMAP)
export(centreSizeFactors)
export(computeLibraryFactors)
export(computeMedianFactors)
export(fpkm)
export(getBMFeatureAnnos)
export(getExplanatoryPCs)
export(getVarianceExplained)
export(ggcells)
export(ggfeatures)
export(isOutlier)
export(librarySizeFactors)
export(logNormCounts)
export(makePerCellDF)
export(makePerFeatureDF)
export(medianSizeFactors)
export(mockSCE)
export(multiplot)
export(nexprs)
export(norm_exprs)
export(normalizeCounts)
export(numDetectedAcrossCells)
export(numDetectedAcrossFeatures)
export(perCellQCMetrics)
export(perFeatureQCMetrics)
export(plotColData)
export(plotDiffusionMap)
export(plotDots)
export(plotExplanatoryPCs)
export(plotExplanatoryVariables)
export(plotExpression)
export(plotGroupedHeatmap)
export(plotHeatmap)
export(plotHighestExprs)
export(plotMDS)
export(plotNMF)
export(plotPCASCE)
export(plotPlatePosition)
export(plotRLE)
export(plotReducedDim)
export(plotRowData)
export(plotScater)
export(plotTSNE)
export(plotUMAP)
export(projectReducedDim)
export(quickPerCellQC)
export(readSparseCounts)
export(retrieveCellInfo)
export(retrieveFeatureInfo)
export(runColDataPCA)
export(runDiffusionMap)
export(runMDS)
export(runMultiUMAP)
export(runNMF)
export(runTSNE)
export(runUMAP)
export(stand_exprs)
export(sumCountsAcrossCells)
export(sumCountsAcrossFeatures)
export(toSingleCellExperiment)
export(uniquifyFeatureNames)
export(updateSCESet)
exportClasses(SCESet)
exportMethods(bootstraps)
exportMethods(calculateDiffusionMap)
exportMethods(calculateMDS)
exportMethods(calculateMultiUMAP)
exportMethods(calculateNMF)
exportMethods(calculatePCA)
exportMethods(calculateTSNE)
exportMethods(calculateUMAP)
exportMethods(getVarianceExplained)
exportMethods(nexprs)
exportMethods(normalize)
exportMethods(plotPCA)
exportMethods(projectReducedDim)
exportMethods(runPCA)
import(SingleCellExperiment)
import(methods)
import(scuttle)
importClassesFrom(BiocParallel,MulticoreParam)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(BiocGenerics,"counts<-")
importFrom(BiocGenerics,colnames)
importFrom(BiocGenerics,counts)
importFrom(BiocGenerics,normalize)
importFrom(BiocGenerics,plotPCA)
importFrom(BiocGenerics,rownames)
importFrom(BiocNeighbors,KmknnParam)
importFrom(BiocNeighbors,findKNN)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bpnworkers)
importFrom(BiocParallel,bpstart)
importFrom(BiocParallel,bpstop)
importFrom(BiocSingular,ExactParam)
importFrom(BiocSingular,bsparam)
importFrom(BiocSingular,runPCA)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,getAutoBPPARAM)
importFrom(DelayedArray,setAutoBPPARAM)
importFrom(DelayedMatrixStats,colQuantiles)
importFrom(DelayedMatrixStats,colSums2)
importFrom(DelayedMatrixStats,colVars)
importFrom(DelayedMatrixStats,rowMeans2)
importFrom(DelayedMatrixStats,rowMedians)
importFrom(DelayedMatrixStats,rowSums2)
importFrom(DelayedMatrixStats,rowVars)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(SingleCellExperiment,"cpm<-")
importFrom(SingleCellExperiment,"logcounts<-")
importFrom(SingleCellExperiment,"normcounts<-")
importFrom(SingleCellExperiment,"reducedDim<-")
importFrom(SingleCellExperiment,"reducedDims<-")
importFrom(SingleCellExperiment,"tpm<-")
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,altExpNames)
importFrom(SingleCellExperiment,cpm)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,normcounts)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SingleCellExperiment,tpm)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(beachmat,realizeFileBackedMatrix)
importFrom(beachmat,rowBlockApply)
importFrom(ggbeeswarm,geom_quasirandom)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,scale_colour_gradient)
importFrom(ggplot2,scale_colour_gradient2)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,stat_density)
importFrom(ggplot2,stat_smooth)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(methods,as)
importFrom(rlang,as_label)
importFrom(scuttle,.bpNotSharedOrUp)
importFrom(scuttle,fitLinearModel)
importFrom(scuttle,perCellQCMetrics)
importFrom(scuttle,summarizeAssayByGroup)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,runif)
importFrom(utils,head)
importFrom(viridis,scale_colour_viridis)
importFrom(viridis,scale_fill_viridis)
importFrom(viridis,viridis)
importMethodsFrom(DelayedArray,sweep)