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