Plot the inferred Small Insertions and Deletions (ID) mutational signatures.

signaturesIDPlot(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.ID.plot']][['beta']]
signaturesIDPlot(beta=beta)