signatures.plot: signatures.plot

signatures.plotR 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)


danro9685/SparseSignatures documentation built on April 29, 2024, 2:21 a.m.