signatures.plot {SparseSignatures}R Documentation

signatures.plot

Description

Plot the inferred mutational signatures.

Usage

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)


[Package SparseSignatures version 2.0.0 Index]