Learn R Programming

mlgt (version 0.16)

combineMlgtResults: Combine two or more mlgtResult objects

Description

Combine results from one or more runs, or combine partial results after a parallel job.

Usage

combineMlgtResults(resultList, projectName = resultList[[1]]@projectName, runName = "combinedMlgtResults")

Arguments

resultList
A list of objects of class mlgtResult
projectName
Do you want to provide your own projectName
runName
Do you want to provide your own runName

Value

An object of class mlgtResult

Details

In some cases, you may want to combine multiple mlgtResult objects into a single object. Can combine results using the same markers as long as the samples used have different names between results. Can combine results using different sets (subsets) of markers. Will fail if the same marker/sample combination appears in more than one mlgtResult. Can be used to recombine the list of result obtained by running mlgt in parallel on subsets of the full marker list.