-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.55 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
# Generated by roxygen2: do not edit by hand
export(BuildTrajectory)
export(CalculatePWProfiles)
export(CreateTemporaObject)
export(IdentifyCellTypes)
export(IdentifyVaryingPWs)
export(ImportSeuratObject)
export(PlotTrajectory)
export(PlotVaryingPWs)
export(getExpr)
export(getMD)
exportClasses(Tempora)
exportMethods("cluster.metadata<-")
exportMethods("cluster.pathways.dr<-")
exportMethods("cluster.pathways<-")
exportMethods("data<-")
exportMethods("gams<-")
exportMethods("layouts<-")
exportMethods("meta.data<-")
exportMethods("n.pcs<-")
exportMethods("varying.pws<-")
exportMethods(cluster.metadata)
exportMethods(cluster.pathways)
exportMethods(cluster.pathways.dr)
exportMethods(data)
exportMethods(gams)
exportMethods(layouts)
exportMethods(meta.data)
exportMethods(n.pcs)
exportMethods(trajectory)
exportMethods(varying.pws)
importFrom(GSEABase,getGmt)
importFrom(GSVA,gsva)
importFrom(RColorBrewer,brewer.pal)
importFrom(bnlearn,aracne)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(igraph,E)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,layout_with_sugiyama)
importFrom(igraph,plot.igraph)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(mgcv,anova.gam)
importFrom(mgcv,gam)
importFrom(mgcv,plot.gam)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(scales,rescale)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,screeplot)
importFrom(tibble,rownames_to_column)