-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
33 lines (33 loc) · 896 Bytes
/
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
export(get_k)
export(get_r)
export(get_bubbletree_kmeans)
export(get_bubbletree_graph)
export(get_bubbletree_dummy)
export(get_gini)
export(get_gini_k)
export(get_cat_tiles)
export(get_num_tiles)
export(get_num_cell_tiles)
export(get_num_violins)
export(compare_bubbletrees)
import(ggplot2)
import(ggtree)
import(patchwork)
import(methods)
import(utils)
importFrom(reshape2, acast)
importFrom(reshape2, melt)
importFrom(ape, as.phylo)
importFrom(ape, unroot)
importFrom(ape, prop.clades)
importFrom(ape, is.rooted)
importFrom(ape, cophenetic.phylo)
importFrom(BiocParallel, bplapply)
importFrom(BiocParallel, MulticoreParam)
importFrom(scales, pretty_breaks)
importFrom(Seurat, FindClusters)
importFrom(Seurat, FindNeighbors)
importFrom(proxy, dist)
importFrom("stats", "hclust", "kmeans", "median", "na.omit", "runif",
"sd", "var", aggregate)
importFrom(dplyr, group_by, mutate)