quick_cluster | R Documentation |
Performs a quick hierarchical clustering on a object of class
mutationCalls
. See varCluster
for an
alternative that infers mutational trees and uses sound models of
dropout.
quick_cluster(mutcalls, binarize = FALSE, drop_empty = TRUE, ...)
mutcalls |
object of class |
binarize |
If |
drop_empty |
Remove all rows in the provided mutcalls object where no cells exhibit a mutation. |
... |
Parameters passed to |
The result of running pheatmap
load(system.file("extdata/LudwigFig7.Rda",package = "mitoClone2"))
quickCluster <- quick_cluster(LudwigFig7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.