-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
46 lines (45 loc) · 1.15 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
# Generated by roxygen2 (4.1.1): do not edit by hand
export(calculate_metrics)
export(cluster_embedding)
export(compare_models)
export(embeddr)
export(fit_null_model)
export(fit_pseudotime)
export(fit_pseudotime_model)
export(fit_pseudotime_models)
export(gene_pseudotime_test)
export(laplacian_eigenmap)
export(plot_embedding)
export(plot_graph)
export(plot_in_pseudotime)
export(plot_pseudotime_density)
export(plot_pseudotime_metrics)
export(plot_pseudotime_model)
export(predicted_expression)
export(pseudotime)
export(pseudotime_test)
export(remove_pseudotime)
export(reverse_pseudotime)
export(weighted_graph)
import(ggplot2)
import(igraph)
import(mclust)
import(scater)
importFrom(AER,tobit)
importFrom(Biobase,"phenoData<-")
importFrom(Biobase,exprs)
importFrom(Biobase,fData)
importFrom(Biobase,featureNames)
importFrom(Biobase,pData)
importFrom(Biobase,phenoData)
importFrom(dplyr,arrange)
importFrom(dplyr,select)
importFrom(lmtest,lrtest)
importFrom(lsa,cosine)
importFrom(parallel,mclapply)
importFrom(plyr,mapvalues)
importFrom(princurve,principal.curve)
importFrom(reshape2,melt)
importFrom(splines,bs)
importFrom(survival,Surv)
importFrom(survival,survreg)