View source: R/BestSignatureAnalyzerResult.R
BestSignatureAnalyzerResult | R Documentation |
Find the best SignatureAnalyzer result over a set of output directories.
BestSignatureAnalyzerResult(sa.results.dir, verbose = FALSE)
sa.results.dir |
The directory containing the sa.run.1 sa.run.2 sa.run.3 ... each containing sa.output.other.data.csv sa.output.sigs.csv ... (This function only looks for subdirectories with names of the form
Then #' BestSignatureAnalyzerResult( "../syn.3.5.40.abst.v3/sa.sa.96/sa.results") returns the path to the sa.run.<n> directory with the output from the best SignatureAnalyzer run, e.g. "../syn.3.5.40.abst.v3/sa.sa.96/sa.results/sa.run.3/" |
verbose |
If TRUE print informative messages to standard output. |
As per Jaegil, we first find the most common number
of signatures across all the runs, and then among those
runs with that number of signatures, we choose the lowest
evidence
(which is the negative posterior probability).
The path to the directory with the best output as a
string, with the list directories examined as the attribute
run.directories
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.