b348c6e8 |
# Generated by roxygen2: do not edit by hand
|
7b13daf6 |
export(buildClusterTree)
|
f26fa696 |
export(clr)
|
de95d1b2 |
export(clrInv)
|
b348c6e8 |
export(crumblr)
|
b656a528 |
export(diffTree)
|
2462c738 |
export(dmn_mle)
export(logFrac)
|
c71db33d |
export(meanSdPlot)
|
2ff8749c |
export(plotForest)
|
c71db33d |
export(plotScatterDensity)
|
7b13daf6 |
export(plotTreeTest)
|
b656a528 |
export(plotTreeTestBeta)
|
2ff8749c |
export(standardize)
|
7b13daf6 |
export(treeTest)
|
2ff8749c |
exportMethods(plotForest)
exportMethods(standardize)
|
c71db33d |
import(ggplot2)
importFrom(MASS,kde2d)
|
8efd39ff |
importFrom(Rdpack,reprompt)
|
f7cc9ff9 |
importFrom(Rfast,Digamma)
importFrom(Rfast,Lgamma)
importFrom(Rfast,colmeans)
importFrom(Rfast,rowsums)
|
7b13daf6 |
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,reducedDim)
|
2462c738 |
importFrom(dplyr,`%>%`)
|
b656a528 |
importFrom(dplyr,bind_rows)
|
2462c738 |
importFrom(dplyr,filter)
|
b656a528 |
importFrom(dplyr,inner_join)
|
2462c738 |
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)
|
b348c6e8 |
importFrom(methods,new)
|
cb5033c4 |
importFrom(stats,as.dist)
|
7b13daf6 |
importFrom(stats,dist)
importFrom(stats,hclust)
|
f7cc9ff9 |
importFrom(stats,optim)
|
9d24b64a |
importFrom(stats,optimize)
|
7b13daf6 |
importFrom(stats,p.adjust)
|
2ff8749c |
importFrom(stats,quantile)
|
c71db33d |
importFrom(stats,sd)
importFrom(stats,var)
|
2462c738 |
importFrom(tidytree,as.phylo)
|
7b13daf6 |
importFrom(tidytree,as.treedata)
importFrom(tidytree,as_tibble)
importFrom(tidytree,left_join)
|
2462c738 |
importFrom(tidytree,offspring)
|
7b13daf6 |
importFrom(variancePartition,mvTest)
|
c71db33d |
importFrom(viridis,scale_color_viridis)
|