plotTumor {deconstructSigs} | R Documentation |
Uses the output from whichSignatures() and creates a plot of the given tumor mutational spectrum and the calculated one
plotTumor(tumor, sub = "")
tumor |
A tumor matrix |
sub |
A character vector that specifies cancer subtype for plot title, if wanted |
Plots the trinucleotide frequency for the given tumor
plotTumor(example.output[['tumor']], sub = "example")