-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
35 lines (34 loc) · 966 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
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export(scPCA)
import(ScaledMatrix)
importFrom(BiocParallel,bplapply)
importFrom(Matrix,colMeans)
importFrom(Matrix,crossprod)
importFrom(Matrix,t)
importFrom(MatrixGenerics,colSds)
importFrom(RSpectra,eigs_sym)
importFrom(Rdpack,reprompt)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,see_if)
importFrom(cluster,pam)
importFrom(cluster,silhouette)
importFrom(coop,covar)
importFrom(dplyr,"%>%")
importFrom(dplyr,full_join)
importFrom(kernlab,as.kernelMatrix)
importFrom(kernlab,specc)
importFrom(methods,is)
importFrom(origami,cross_validate)
importFrom(origami,make_folds)
importFrom(origami,training)
importFrom(origami,validation)
importFrom(purrr,reduce)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stringr,str_detect)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)