-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathNAMESPACE
31 lines (30 loc) · 846 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
# Generated by roxygen2: do not edit by hand
export(doubletFinder)
export(find.pK)
export(modelHomotypic)
export(paramSweep)
export(summarizeSweep)
importFrom(KernSmooth,bkde)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(Seurat,Cells)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,FindVariableFeatures)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,NormalizeData)
importFrom(Seurat,RunPCA)
importFrom(Seurat,SCTransform)
importFrom(Seurat,ScaleData)
importFrom(SeuratObject,LayerData)
importFrom(fields,rdist)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(stats,approxfun)
importFrom(stats,binomial)
importFrom(stats,glm)
importFrom(stats,predict)
importFrom(stats,sd)