View source: R/palimpsest_plotting.R
palimpsest_DissectSigs | R Documentation |
Function to plot temporal dissection of mutational signatures within a sample
palimpsest_DissectSigs(
vcf = NULL,
signatures_exp_clonal = NULL,
signatures_exp_subclonal = NULL,
sig_cols = NULL,
resdir = NULL
)
vcf |
vcf data frame containing the mutations |
signatures_exp_clonal |
Mutational signature exposures extracted from clonal mutations only using deconvolution_fit function. |
signatures_exp_subclonal |
Mutational signature exposures extracted from subclonal mutations only using deconvolution_fit function. |
sig_cols |
Character vector indicating the colors representing each signature in graphical outputs. Must match to the total number of provided signatures |
resdir |
Result directory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.