combineMlgtResults: Combine two or more mlgtResult objects

Description Usage Arguments Details Value

Description

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

Usage

1
2
3
  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

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.

Value

An object of class mlgtResult


mlgt documentation built on May 1, 2019, 8:45 p.m.