signatures.plot {SparseSignatures} | 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)