signatures.plot | R Documentation |
Plot the inferred mutational signatures.
signatures.plot(beta, useRowNames = FALSE, xlabels = FALSE)
beta |
matrix with the inferred mutational signatures. |
useRowNames |
boolean value; shall I use the rownames from beta as names for the signatures? |
xlabels |
boolean value; shall I display x labels? |
A ggplot2 object.
data(nmf_LassoK_example)
signatures.plot(beta=nmf_LassoK_example$beta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.