Description Usage Arguments Value Examples
Plot mutation signatures from pmsignature output
1 | pmPlotSignature(inputParam, sigOrder = NULL, colorList = NULL, ...)
|
inputParam |
a estimatedParameters S4 class output by the pmsignature. |
sigOrder |
the order of signatures if needed (default: NULL). |
colorList |
a list of color to highlight the signatures (default: NULL). |
... |
additional arguments passed on to visPMS. |
a plot object containing all mutational signatures
1 2 3 | load(system.file("extdata/sample.rdata", package="HiLDA"))
Param <- pmgetSignature(G, K = 3)
pmPlotSignature(Param)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.