View source: R/SummarizeResultsSP.R
SummarizeSigOneSigProExtractorSubdir | R Documentation |
SigProfiler-python de novo extraction and attribution package. Assessment is restricted to v0.0.5.43 ~ v0.0.5.77, because different version has different folder structure.
SummarizeSigOneSigProExtractorSubdir( run.dir, ground.truth.exposure.dir = paste0(run.dir, "/../../../"), summarize.exp = TRUE, overwrite = FALSE, hierarchy = FALSE, summary.folder.name = "summary", export.Manhattan.each.spectrum = FALSE )
run.dir |
A directory which contains output of SigProExtractor in one
run on a specific dataset, possibly with a specified seed. E.g.
This code depends on a conventional directory structure documented
in |
ground.truth.exposure.dir |
Folder which stores ground-truth exposures.
Should contain a file named |
summarize.exp |
Whether to summarize exposures when the file specified
by |
overwrite |
If TRUE overwrite and files in existing |
hierarchy |
Whether the user have enabled hierarchy = True when running SigProExtractor. specifying True or False into SigProExtractor will cause the program to generate different folder structure. |
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. |
This function cannot be used on new SigProfilerExtractor (v1+) as the folder structure has been changed markedly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.