makePie {deconstructSigs} | R Documentation |
Uses the output from whichSignatures() and creates a pie chart of the weights outputted
makePie(sigs.output, sub = "", add.color = NULL)
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 |
Plots a pie chart of the weights calculated in the given tumor sample
makePie(example.output)