View source: R/SignatureAnalyzerInteraction.R
SignatureAnalyzer4MatchedCatalogs | R Documentation |
Run SignatureAnalyzer on 4 coordinated data sets and put results in specified location.
SignatureAnalyzer4MatchedCatalogs( num.runs = 20, signatureanalyzer.code.dir, dir.root, maxK = 30, tol = 1e-07, test.only = FALSE, delete.tmp.files = TRUE, slice = 1:4, overwrite = FALSE, mc.cores = 1 )
num.runs |
Number of SignatureAnalyzer runs per data set. |
signatureanalyzer.code.dir |
The directory holding the SignatureAnalyzer code. |
dir.root |
Root of directory tree that contains the input data and to which the results will be written. |
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. |
slice |
Vector of integers from 1:4. Only run on the corresponding data set (see Details). |
overwrite |
if TRUE overwrite preexisting results. |
mc.cores |
The number of cores to use with |
The 4 coordinated data sets are
sa.sa.96
sp.sp
sa.sa.COMPOSITE
sp.sa.COMPOSITE
which are described elsewhere.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.