-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
export(buildClusterTree)
export(clr)
export(clrInv)
export(crumblr)
export(diffTree)
export(dmn_mle)
export(logFrac)
export(meanSdPlot)
export(plotForest)
export(plotScatterDensity)
export(plotTreeTest)
export(plotTreeTestBeta)
export(standardize)
export(treeTest)
exportMethods(plotForest)
exportMethods(standardize)
import(ggplot2)
importFrom(MASS,kde2d)
importFrom(Rdpack,reprompt)
importFrom(Rfast,Digamma)
importFrom(Rfast,Lgamma)
importFrom(Rfast,colmeans)
importFrom(Rfast,rowsums)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,reducedDim)
importFrom(dplyr,`%>%`)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,pull)
importFrom(dplyr,tibble)
importFrom(ggplot2,element_text)
importFrom(ggplot2,scale_color_gradient2)
importFrom(ggplot2,scale_size_area)
importFrom(ggplot2,theme)
importFrom(ggtree,geom_point2)
importFrom(ggtree,geom_text2)
importFrom(ggtree,geom_tiplab)
importFrom(ggtree,get_taxa_name)
importFrom(ggtree,ggtree)
importFrom(methods,new)
importFrom(stats,as.dist)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tidytree,as.phylo)
importFrom(tidytree,as.treedata)
importFrom(tidytree,as_tibble)
importFrom(tidytree,left_join)
importFrom(tidytree,offspring)
importFrom(variancePartition,mvTest)
importFrom(viridis,scale_color_viridis)