View source: R/SummarizeMultiToolsMultiDatasetsExtr.R
SummarizeMultiToolsMultiDatasetsExtr | R Documentation |
Summarize results of mutational signature extraction
by multiple computational approaches on multiple datasets. Before running this
function, make sure the summary file for each single data set
toolSummaryPaths
/OneToolSummary.Rda
exists.
SummarizeMultiToolsMultiDatasetsExtr( toolSummaryPaths, out.dir, display.datasetName = FALSE, sort.by.composite.extraction.measure = "descending", overwrite = FALSE )
toolSummaryPaths |
Paths of top-level dataset directories trees you want to investigate. E.g. "./S.0.1.Rsq.0.1" Note: |
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. |
sort.by.composite.extraction.measure |
Whether to re-order the computational approaches on violin plots, based on the mean of composite measure.
|
overwrite |
Whether to overwrite the contents in out.dir if it already exists. (Default: FALSE) |
OneToolSummary.Rda
is generated by SummarizeOneToolMultiDatasets
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.