View source: R/plot_CCF_clusters.R
plot_CCF_clusters | R Documentation |
This function creates a ggplot
-style
heatmap of the input CCF cluster of each clone in the data.
The heatmap is annotated for the drivers status of each
clone (with/ without driver). The CCF values are used to
colour the heatmap ('NA' values are in light gray).
plot_CCF_clusters(x, ...)
x |
A |
... |
Extra parameters, not used. |
A ggplot
plot.
data(ctree_input) x = ctrees( ctree_input$CCF_clusters, ctree_input$drivers, ctree_input$samples, ctree_input$patient, ctree_input$sspace.cutoff, ctree_input$n.sampling, ctree_input$store.max ) plot_CCF_clusters(x[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.