Plot the inferred Single Base Substitutions (SBS) mutational signatures.

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