View source: R/SignatureAnalyzerInteraction.R
SAMultiRunOneCatalog | R Documentation |
Run SignatureAnalyzer many times on one catalog and put results in specified location.
SAMultiRunOneCatalog( num.runs, signatureanalyzer.code.dir, input.catalog, out.dir, maxK = 30, tol = 1e-07, test.only = FALSE, delete.tmp.files = TRUE, overwrite = FALSE, mc.cores = 1, verbose = FALSE, seed = NULL )
num.runs |
The number of times run SignatureAnalyzer on each catalog (matrix of mutational spectra). |
signatureanalyzer.code.dir |
The directory holding the SignatureAnalyzer code. |
input.catalog |
The catalog to analyze. |
out.dir |
Root of directory tree that will contain the results. |
maxK |
The maximum number of signatures to consider extracting. |
tol |
Controls when SignatureAnalyzer will terminate
its search; |
test.only |
If TRUE, only analyze the first 10 columns
read in from |
delete.tmp.files |
If TRUE delete the many temporary files generated by SignatureAnalyzer. |
overwrite |
If TRUE overwrite previous results in same directory tree. |
mc.cores |
Number of cores to use for each SignatureAnalyzer run.
|
verbose |
If TRUE cat a message regarding progress. |
seed |
If not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.