Plot the inferred mutational signatures.

signatures.plot(beta, useRowNames = FALSE, xlabels = FALSE)

Arguments

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?

Value

A ggplot2 object.

Examples

data(nmf_LassoK_example)
signatures.plot(beta=nmf_LassoK_example$beta)