concatbatch: Construct the log, models and scores files from a set of...

View source: R/fitPolyTools.R

concatbatchR Documentation

Construct the log, models and scores files from a set of batch files

Description

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

Usage

concatbatch(batchfiles)

Arguments

batchfiles

a vector of batch file names as returned by getBatchFiles

Details

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.

Value

a list with the concatenated elements: character vectors and/or data.frames


fitPoly documentation built on April 3, 2025, 8:58 p.m.