| mergeChroms {chromstaR} | R Documentation |
multiHMMs into one objectMerge 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.
mergeChroms(multi.hmm.list, filename = NULL)
multi.hmm.list |
A list of |
filename |
The file name where the merged object will be stored. If |
A multiHMM object or NULL, depending on option filename.
Aaron Taudt