mergeChroms: Merge several 'multiHMM's into one object

Description Usage Arguments Value Author(s)

View source: R/mergeChroms.R

Description

Merge several multiHMMs into one object. This can be done to merge fits for separate chromosomes into one object for easier handling. Merging will only be done if all models have the same IDs.

Usage

1
mergeChroms(multi.hmm.list, filename = NULL)

Arguments

multi.hmm.list

A list of multiHMM objects or a character vector of files that contain such objects.

filename

The file name where the merged object will be stored. If filename is not specified, a multiHMM is returned.

Value

A multiHMM object or NULL, depending on option filename.

Author(s)

Aaron Taudt


chromstaR documentation built on Nov. 8, 2020, 8:29 p.m.