Description Usage Arguments See Also Examples
View source: R/plotMutationalProcesses.R
Plot mutation signatures.
1 | plotMutationalProcesses(d, color=brewer.pal(6, "Paired"), main='Mutational Signature', ylim.max=0.3, figpdf='mutation_signature.pdf')
|
d |
Mutational signatures in data.frame. |
color |
Colors for each mutational signature. |
main |
Title for mutational signature plot. |
ylim.max |
Max of ylim. |
figpdf |
Output fig if provided. |
1 2 3 4 5 | data('plot.mutation.signature.ex')
plotMutationalProcesses(df, figpdf=NULL)
# Or
plotMutationalProcesses(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.