concatbatch | R Documentation |
Get the data saved by fitMarkers in batch files before it crashed and construct the log, models and score files just as fitMarkers would have done
concatbatch(batchfiles)
batchfiles |
a vector of batch file names as returned by getBatchFiles |
all batch files are assumed to contain a list with the same number
of element, each either a character vector or a data.frame. This function
concatenates the elements across the batch files.
This may be useful if fitMarkers has already been running a long time
and then crashed. The partial (or perhaps complete) data can then be
recovered from the saved batch files, so that only the remaining markers
(if any) need to be processed afterwards.
a list with the concatenated elements: character vectors and/or data.frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.