-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
28 lines (27 loc) · 960 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(MbkmeansParam)
export(blocksize)
export(compute_wcss)
export(mini_batch)
export(predict_mini_batch)
export(predict_mini_batch_r)
exportMethods(mbkmeans)
import(ClusterR)
importClassesFrom(DelayedArray,DelayedMatrix)
importClassesFrom(SingleCellExperiment,LinearEmbeddingMatrix)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(BiocParallel,SerialParam)
importFrom(DelayedArray,blockApply)
importFrom(DelayedArray,colAutoGrid)
importFrom(DelayedArray,colSums)
importFrom(Matrix,t)
importFrom(Rcpp,sourceCpp)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SingleCellExperiment,sampleFactors)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(benchmarkme,get_ram)
importFrom(methods,is)
useDynLib(mbkmeans, .registration = TRUE)