Plot the inferred Copy Number (Reduced, CX) mutational signatures.

signaturesCXPlot(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(plot_data_examples)
beta <- plot_data_examples[['signatures.CX.plot']][['beta']]
signaturesCXPlot(beta=beta)