View source: R/SummarizeResultsSP.R
SummarizeSigOneSigProSSSubdir | R Documentation |
Assess/evaluate results from sigproSS (a.k.a. SigProfiler Python attribution package)
SummarizeSigOneSigProSSSubdir( run.dir, ground.truth.exposure.dir = paste0(run.dir, "/../../../"), overwrite = FALSE, summary.folder.name = "summary", export.Manhattan.each.spectrum = FALSE )
run.dir |
Lowest level path to results, e.g.
|
ground.truth.exposure.dir |
TODO(Wu Yang): Fix this
File name which stores ground-truth exposures;
defaults to |
overwrite |
If TRUE overwrite existing directories and files. |
summary.folder.name |
The name of the folder containing summary results. Usually, it equals to "summary". |
export.Manhattan.each.spectrum |
Whether to export csv files for Manhattan distance of each mutational spectrum. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.