View source: R/SummarizeOneToolMultiDatasets.R
SummarizeOneToolMultiDatasets | R Documentation |
Summarize results from each computational approach in toolPath
/datasetNames
and combine them into out.dir
.
SummarizeOneToolMultiDatasets( datasetNames = SynSigGen::SBS1SBS5datasetNames, datasetGroup, datasetGroupName, datasetSubGroup = NULL, datasetSubGroupName = NULL, toolName, toolPath, out.dir, display.datasetName = FALSE, overwrite = FALSE )
datasetNames |
Names of datasets which are also folder names
under |
datasetGroup |
Numeric or character vector differentiating
datasets within each group.
E.g. For SBS1-SBS5 correlated datasets, we can consider the value of
SBS1-SBS5 exposure ratio as the value for The value is set to |
datasetGroupName |
Meaning of all datasetGroup.
E.g. For SBS1-SBS5 correlated datasets, we can consider
|
datasetSubGroup |
Numeric or character vector differentiating
datasets within each sub-group.
E.g. For SBS1-SBS5 correlated datasets, we can consider the value of
|
datasetSubGroupName |
Meaning of all |
toolName |
Name of computational approach to be investigated (e.g. "SigProExtractor") |
toolPath |
The path of the results of the computational approach
to be investigated. May include top-level directory
(e.g. One example: Note: this function expects file |
out.dir |
Path of the output directory. |
display.datasetName |
Whether to put the name of spectra datasets inside of the csv outputs of summary tables. |
overwrite |
Whether to overwrite the contents in out.dir if it already exists. (Default: FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.