-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(RecursiveClustering)
export(ViewPseudo)
export(bigscale)
export(bigscale.atac)
export(bigscale.atac.pseudo)
export(bigscale.convert.h5)
export(bigscale.generate.report)
export(bigscale.readMM)
export(bigscale.writeMM)
export(bigscaleDE)
export(compare.centrality)
export(compute.atac.network)
export(compute.distances.icell)
export(compute.network)
export(compute.network.model)
export(computeMarkers)
export(deconvolute)
export(extract.cells)
export(getClusters)
export(getDistances)
export(getMarkers)
export(getSignatures)
export(homogenize.networks)
export(iCells)
export(preProcess)
export(restoreData)
export(setClusters)
export(setDCT)
export(setDistances)
export(setMarkers)
export(setModel)
export(setODgenes)
export(storeNormalized)
export(storePseudo)
export(storeTransformed)
export(storeTsne)
export(storeUMAP)
export(toCytoscape)
export(viewGeneBarPlot)
export(viewGeneViolin)
export(viewModel)
export(viewODgenes)
export(viewReduced)
export(viewSignatures)
importFrom(Rcpp,sourceCpp)
useDynLib(bigSCale, .registration = TRUE)