makePie {deconstructSigs}R Documentation

Plots the weights from whichSignatures()

Description

Uses the output from whichSignatures() and creates a pie chart of the weights outputted

Usage

makePie(sigs.output, sub = "", add.color = NULL)

Arguments

sigs.output

The list output from whichSignatures()

sub

A character vector that specifies cancer subtype for plot title, if wanted

add.color

Optional character vector to assign additional colors for novel signatures

Value

Plots a pie chart of the weights calculated in the given tumor sample

Examples

makePie(example.output)

[Package deconstructSigs version 1.8.0 Index]