View source: R/visualization.R
| plot_sigs_grouped | R Documentation | 
Show a dotchart of the signature fractions in samples, summarized by groups. If groups are not supplied, it plots every sample
plot_sigs_grouped(sig_weights, groups, stat = "mean", cex = 0.8, pt.cex = 1.5)
| sig_weights | A matrix of weigths of signatures in multiple samples | 
| groups | A vector of factors indicating the groups of each samples. If not supplied, it will plot all samples individually | 
| stat | How to aggregate the weights in a group. Choose "mean" or "median". Default is mean. | 
| cex | the character size | 
| pt.cex | the plotting dots size | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.