-
Notifications
You must be signed in to change notification settings - Fork 28
/
NAMESPACE
60 lines (59 loc) · 1.59 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
57
58
59
60
# Generated by roxygen2: do not edit by hand
export(associationTest)
export(cascade)
export(clusterExpressionPatterns)
export(conditionTest)
export(diffEndTest)
export(earlyDETest)
export(evaluateK)
export(fitGAM)
export(getSmootherPvalues)
export(getSmootherTestStats)
export(nknots)
export(patternTest)
export(plotGeneCount)
export(plotSmoothers)
export(plot_evalutateK_results)
export(predictCells)
export(predictSmooth)
export(startVsEndTest)
exportMethods(associationTest)
exportMethods(cascade)
exportMethods(clusterExpressionPatterns)
exportMethods(conditionTest)
exportMethods(diffEndTest)
exportMethods(earlyDETest)
exportMethods(evaluateK)
exportMethods(fitGAM)
exportMethods(nknots)
exportMethods(patternTest)
exportMethods(plotGeneCount)
exportMethods(plotSmoothers)
exportMethods(predictCells)
exportMethods(predictSmooth)
exportMethods(startVsEndTest)
import(RColorBrewer)
import(SingleCellExperiment)
import(SummarizedExperiment)
import(ggplot2)
import(mgcv)
import(slingshot)
import(viridis)
importClassesFrom(Matrix,dgCMatrix)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,counts)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(TrajectoryUtils,PseudotimeOrdering)
importFrom(edgeR,calcNormFactors)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(pbapply,pblapply)
importFrom(princurve,project_to_curve)
importFrom(slingshot,SlingshotDataSet)
importFrom(tibble,enframe)
importFrom(tibble,tibble)