View source: R/SummarizeResultsSA.R
SummarizeSigOneSASubdir | R Documentation |
Summarize results (SBS96, DBS, ID or COMPOSITE) from SignatureAnalyzer
SummarizeSigOneSASubdir( run.dir, ground.truth.exposure.dir = paste0(run.dir, "/../../"), which.run = "/best.run/", summarize.exp = TRUE, overwrite = FALSE, summary.folder.name = "summary", export.Manhattan.each.spectrum = FALSE )
run.dir |
Lowest level path to results, for example in PCAWG paper:
In SBS1-SBS5 paper:
We expect Here, |
ground.truth.exposure.dir |
Folder which stores ground-truth exposures.
Should contain a file named |
which.run |
Name of subdirectory under |
summarize.exp |
Whether to summarize exposures when the
|
overwrite |
If TRUE overwrite and files in existing |
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.