Description Usage Arguments Value
plotSignatures
This function take processed information and generate
a plot with pesudo-timeline as the x-axis and signative activities (in
percentage) as the y-axis. Helper Function for MutSig. This function is
modified from plot_signatures function of plotting.R TrackSig
Please see reference at the top of this file
1 2 3 4 | plotSignatures(sigActPoints, phis = NULL, changepoints = NULL,
ytitle = "Signature exposure (%)",
xtitle = "Avg number of mutant alleles per cancer cell",
removeSigsBelow = 0, sig_colors = NULL)
|
sigActPoints |
data frame of signature activities across pesudotime for all signatures in the sample |
phis |
character verctor representing the pesudo-timeline |
changepoints |
character vector for significant changepoints of signature activities |
ytitle |
title of y-axis |
xtitle |
title for x-axis |
removeSigsBelow |
threshold of signature activities. Only signature activity above this threshold will be plotted |
sig_colors |
customized colour set for signatures |
A list containg a plot with pesudo-timeline as the x-axis and signative activities (in percentage) as the y-axis and the mutational signatures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.