-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.52 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
# Generated by roxygen2: do not edit by hand
export(aggregateAcrossCells)
export(aggregateAcrossGenes)
export(analyze)
export(buildSnnGraph)
export(centerSizeFactors)
export(chooseHighlyVariableGenes)
export(choosePseudoCount)
export(clusterGraph)
export(clusterKmeans)
export(combineFactors)
export(computeAdtQcMetrics)
export(computeClrm1Factors)
export(computeCrisprQcMetrics)
export(computeRnaQcMetrics)
export(convertAnalyzeResults)
export(correctMnn)
export(filterAdtQcMetrics)
export(filterCrisprQcMetrics)
export(filterRnaQcMetrics)
export(fitVarianceTrend)
export(modelGeneVariances)
export(normalizeCounts)
export(reportGroupMarkerStatistics)
export(runAllNeighborSteps)
export(runPca)
export(runTsne)
export(runUmap)
export(sanitizeSizeFactors)
export(scaleByNeighbors)
export(scoreGeneSet)
export(scoreMarkers)
export(subsampleByNeighbors)
export(suggestAdtQcThresholds)
export(suggestCrisprQcThresholds)
export(suggestRnaQcThresholds)
export(summarizeEffects)
export(testEnrichment)
export(tsnePerplexityToNeighbors)
importFrom(BiocNeighbors,AnnoyParam)
importFrom(BiocNeighbors,buildIndex)
importFrom(BiocNeighbors,defineBuilder)
importFrom(BiocNeighbors,findDistance)
importFrom(BiocNeighbors,findKNN)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,t)
importFrom(Rcpp,sourceCpp)
importFrom(beachmat,initializeCpp)
importFrom(beachmat,tatami.dim)
importFrom(beachmat,tatami.subset)
importFrom(methods,is)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
useDynLib(scrapper)