plotClones | R Documentation |
Creates a heatmap of single cell mutation calls, clustered using PhISCS.
plotClones(mutcalls, what = c("alleleFreq", "ternary"), show = c(), ...)
mutcalls |
object of class |
what |
One of the following: alleleFreq: The fraction of reads mapping to the mutant allele or ternary: Ternarized mutation status |
show |
boolean vector specifying for each mutation if it should
be plotted on top of the heatmap as metadata; defaults to
mutations not used for the clustering |
... |
any arguments passed to |
Returns TRUE only used for generating a PostScript tree image of the putative mutation tree
P1 <-
readRDS(system.file("extdata/sample_example1.RDS",package =
"mitoClone2"))
plotClones(P1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.