Description Usage Arguments Details Value Author(s) Examples
This function generates a mutation spectrum plot from a mutation spectrum returned by a call to mutationSPectrum
1 | plotMutationSpectrum( ms, plotCounts = TRUE )
|
ms |
A mutation spectrum as returned by |
plotCounts |
Boolean flag specifying whether |
The plot is inspired by the one shown in figure 1b of Signatures of mutational processes in human cancer -- Alexandrov et. al.
A ggplot object containing the mutation spectrum plot
Paul Pyl
1 2 3 4 | library(h5vc)
tallyFile <- system.file( "extdata", "example.tally.hfs5", package = "h5vcData" )
data( "example.variants", package = "h5vcData" )
plotMutationSpectrum( mutationSpectrum( variantCalls, tallyFile, "/ExampleStudy" ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.