Description Usage Arguments See Also Examples
View source: R/plot.mutational.processes.R
Plot mutational processes obtaining from mutational signature deciphering framework (https://github.com/lixiangchun/decipherMutationalSignatures).
1 2 3 | plot.mutational.processes(d=NULL, mutational.processes.file = NULL,
color=brewer.pal(6, "Paired"), main='Mutational Signature',
sig.labs=NULL, figpdf='mutation_signature.pdf')
|
d |
Mutational signatures in data.frame. Check example for data format. Note that the first and second column names must be |
mutational.processes.file |
Mutational process file obtained after running |
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 6 7 8 9 10 | data('plot.mutation.signature.ex')
plot.mutation.signature(df, figpdf=NULL)
# Or
plot.mutation.signature(df)
## Not run
plot.mutational.processes(mutational.processes.file = system.file('data/Rank_eq_9.processes.txt',package='lxctk'), figpdf=NULL)
plot.mutational.processes(mutational.processes.file = system.file('data/Rank_eq_5.processes.txt',package='lxctk'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.