Description Usage Arguments Details Value Examples
Visualize the output of build_tree
as a dendrogram.
1 |
tree |
List containing tree structure. Output from
|
direction |
|
cex |
Font size of edge/tip labels |
... |
Other parameters to |
Uses plot.phylo
to visualize cluster tree.
NULL
1 2 3 4 5 6 | set.seed(1)
x <- simulate_whx(nrow=50,ncol=100,rank=5)
s <- scNMFSet(x$x)
s <- vb_factorize(s,ranks=seq(2,8),nrun=5)
tree <- build_tree(s,rmax=5)
plot_tree(tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.